WS_OK_7.4.33
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: lcaginesisstoredb
-- ------------------------------------------------------
-- Server version 10.6.12-MariaDB-1:10.6.12+maria~ubu2004
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_acfw_loyalprog_entries`
--
DROP TABLE IF EXISTS `wp_acfw_loyalprog_entries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_loyalprog_entries` (
`entry_id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`entry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`entry_type` varchar(20) NOT NULL,
`entry_action` varchar(20) NOT NULL,
`entry_amount` bigint(20) NOT NULL,
`object_id` bigint(20) NOT NULL,
PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_acfw_loyalprog_entries`
--
LOCK TABLES `wp_acfw_loyalprog_entries` WRITE;
/*!40000 ALTER TABLE `wp_acfw_loyalprog_entries` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_acfw_loyalprog_entries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_acfw_store_credits`
--
DROP TABLE IF EXISTS `wp_acfw_store_credits`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_store_credits` (
`entry_id` bigint(20) NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) NOT NULL,
`entry_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`entry_type` varchar(20) NOT NULL,
`entry_action` varchar(20) NOT NULL,
`entry_amount` varchar(255) NOT NULL,
`object_id` bigint(20) NOT NULL,
`entry_note` text DEFAULT NULL,
PRIMARY KEY (`entry_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_acfw_store_credits`
--
LOCK TABLES `wp_acfw_store_credits` WRITE;
/*!40000 ALTER TABLE `wp_acfw_store_credits` DISABLE KEYS */;
INSERT INTO `wp_acfw_store_credits` VALUES (1,61,'2023-06-06 19:14:41','increase','refund','5.54',1907,''),(2,61,'2024-03-05 19:32:19','increase','refund','655.74',2522,''),(3,61,'2024-03-05 21:59:58','decrease','discount','661.28',2528,'');
/*!40000 ALTER TABLE `wp_acfw_store_credits` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_acfw_virtual_coupons`
--
DROP TABLE IF EXISTS `wp_acfw_virtual_coupons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_acfw_virtual_coupons` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`virtual_coupon` text NOT NULL,
`coupon_id` bigint(20) NOT NULL,
`coupon_status` varchar(20) NOT NULL,
`user_id` bigint(20) DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_expire` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_acfw_virtual_coupons`
--
LOCK TABLES `wp_acfw_virtual_coupons` WRITE;
/*!40000 ALTER TABLE `wp_acfw_virtual_coupons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_acfw_virtual_coupons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_actions`
--
DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
`action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`hook` varchar(191) NOT NULL,
`status` varchar(20) NOT NULL,
`scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
`args` varchar(191) DEFAULT NULL,
`schedule` longtext DEFAULT NULL,
`group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`attempts` int(11) NOT NULL DEFAULT 0,
`last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
`claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`extended_args` varchar(8000) DEFAULT NULL,
`priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
PRIMARY KEY (`action_id`),
KEY `hook` (`hook`),
KEY `status` (`status`),
KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
KEY `args` (`args`),
KEY `group_id` (`group_id`),
KEY `last_attempt_gmt` (`last_attempt_gmt`),
KEY `claim_id` (`claim_id`),
KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`),
KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`),
KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`),
KEY `status_claim_id` (`status`,`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=73814 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_actions`
--
LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (52833,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-05-24 20:44:58','2023-05-24 20:44:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1684961098;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1684961098;}',4,1,'2023-05-24 20:45:19','2023-05-24 20:45:19',0,NULL,10),(52874,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-05-30 22:15:42','2023-05-30 22:15:42','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685484942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685484942;}',4,1,'2023-05-30 22:16:02','2023-05-30 22:16:02',0,NULL,10),(52893,'action_scheduler/migration_hook','failed','2023-05-31 22:57:42','2023-05-31 22:57:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685573862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685573862;}',1,1,'2023-05-31 22:58:00','2023-05-31 22:58:00',0,NULL,10),(52900,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:18:58','2023-06-01 16:18:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636338;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636338;}',4,1,'2023-06-01 16:19:00','2023-06-01 16:19:00',0,NULL,10),(52902,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:05','2023-06-01 16:19:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636345;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636345;}',4,1,'2023-06-01 16:19:06','2023-06-01 16:19:06',0,NULL,10),(52904,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:11','2023-06-01 16:19:11','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636351;}',4,1,'2023-06-01 16:19:13','2023-06-01 16:19:13',0,NULL,10),(52906,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:18','2023-06-01 16:19:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636358;}',4,1,'2023-06-01 16:19:19','2023-06-01 16:19:19',0,NULL,10),(52907,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:29','2023-06-01 16:19:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636369;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636369;}',4,1,'2023-06-01 16:19:30','2023-06-01 16:19:30',0,NULL,10),(52908,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:19:32','2023-06-01 16:19:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636372;}',4,1,'2023-06-01 16:20:02','2023-06-01 16:20:02',0,NULL,10),(52909,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:20:20','2023-06-01 16:20:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636420;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636420;}',4,1,'2023-06-01 16:20:21','2023-06-01 16:20:21',0,NULL,10),(52910,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:20:41','2023-06-01 16:20:41','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636441;}',4,1,'2023-06-01 16:21:23','2023-06-01 16:21:23',0,NULL,10),(52911,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:21:43','2023-06-01 16:21:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636503;}',4,1,'2023-06-01 16:21:44','2023-06-01 16:21:44',0,NULL,10),(52912,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:05','2023-06-01 16:22:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636525;}',4,1,'2023-06-01 16:22:27','2023-06-01 16:22:27',0,NULL,10),(52913,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:45','2023-06-01 16:22:45','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636565;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636565;}',4,1,'2023-06-01 16:22:46','2023-06-01 16:22:46',0,NULL,10),(52914,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:22:47','2023-06-01 16:22:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636567;}',4,1,'2023-06-01 16:22:49','2023-06-01 16:22:49',0,NULL,10),(52915,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:23:07','2023-06-01 16:23:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636587;}',4,1,'2023-06-01 16:23:28','2023-06-01 16:23:28',0,NULL,10),(52916,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:23:49','2023-06-01 16:23:49','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636629;}',4,1,'2023-06-01 16:23:51','2023-06-01 16:23:51',0,NULL,10),(52917,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:24:00','2023-06-01 16:24:00','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636640;}',4,1,'2023-06-01 16:24:10','2023-06-01 16:24:10',0,NULL,10),(52918,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:24:29','2023-06-01 16:24:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636669;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636669;}',4,1,'2023-06-01 16:25:10','2023-06-01 16:25:10',0,NULL,10),(52919,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:25:30','2023-06-01 16:25:30','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636730;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636730;}',4,1,'2023-06-01 16:25:31','2023-06-01 16:25:31',0,NULL,10),(52920,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:25:51','2023-06-01 16:25:51','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636751;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636751;}',4,1,'2023-06-01 16:26:32','2023-06-01 16:26:32',0,NULL,10),(52921,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:32','2023-06-01 16:26:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636792;}',4,1,'2023-06-01 16:26:33','2023-06-01 16:26:33',0,NULL,10),(52922,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:34','2023-06-01 16:26:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636794;}',4,1,'2023-06-01 16:26:39','2023-06-01 16:26:39',0,NULL,10),(52923,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:26:52','2023-06-01 16:26:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636812;}',4,1,'2023-06-01 16:27:34','2023-06-01 16:27:34',0,NULL,10),(52924,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:27:54','2023-06-01 16:27:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636874;}',4,1,'2023-06-01 16:28:36','2023-06-01 16:28:36',0,NULL,10),(52925,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:28:52','2023-06-01 16:28:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636932;}',4,1,'2023-06-01 16:29:38','2023-06-01 16:29:38',0,NULL,10),(52928,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:44','2023-06-01 16:29:44','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636984;}',4,1,'2023-06-01 16:29:44','2023-06-01 16:29:44',0,NULL,10),(52930,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:50','2023-06-01 16:29:50','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636990;}',4,1,'2023-06-01 16:29:51','2023-06-01 16:29:51',0,NULL,10),(52932,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:56','2023-06-01 16:29:56','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636996;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636996;}',4,1,'2023-06-01 16:29:57','2023-06-01 16:29:57',0,NULL,10),(52934,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:29:58','2023-06-01 16:29:58','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685636998;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685636998;}',4,1,'2023-06-01 16:30:03','2023-06-01 16:30:03',0,NULL,10),(52936,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:08','2023-06-01 16:30:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637008;}',4,1,'2023-06-01 16:30:09','2023-06-01 16:30:09',0,NULL,10),(52938,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:14','2023-06-01 16:30:14','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637014;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637014;}',4,1,'2023-06-01 16:30:15','2023-06-01 16:30:15',0,NULL,10),(52940,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:18','2023-06-01 16:30:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637018;}',4,1,'2023-06-01 16:30:21','2023-06-01 16:30:21',0,NULL,10),(52941,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:21','2023-06-01 16:30:21','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637021;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637021;}',4,1,'2023-06-01 16:30:27','2023-06-01 16:30:27',0,NULL,10),(52942,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:38','2023-06-01 16:30:38','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637038;}',4,1,'2023-06-01 16:30:39','2023-06-01 16:30:39',0,NULL,10),(52943,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:30:59','2023-06-01 16:30:59','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637059;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637059;}',4,1,'2023-06-01 16:31:22','2023-06-01 16:31:22',0,NULL,10),(52944,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:31:41','2023-06-01 16:31:41','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637101;}',4,1,'2023-06-01 16:31:42','2023-06-01 16:31:42',0,NULL,10),(52945,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:02','2023-06-01 16:32:02','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637122;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637122;}',4,1,'2023-06-01 16:32:24','2023-06-01 16:32:24',0,NULL,10),(52946,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:25','2023-06-01 16:32:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637145;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637145;}',4,1,'2023-06-01 16:32:25','2023-06-01 16:32:25',0,NULL,10),(52947,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:43','2023-06-01 16:32:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637163;}',4,1,'2023-06-01 16:32:45','2023-06-01 16:32:45',0,NULL,10),(52948,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:32:46','2023-06-01 16:32:46','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637166;}',4,1,'2023-06-01 16:32:46','2023-06-01 16:32:46',0,NULL,10),(52949,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:33:31','2023-06-01 16:33:31','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637211;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637211;}',4,1,'2023-06-01 16:33:33','2023-06-01 16:33:33',0,NULL,10),(52950,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:33:34','2023-06-01 16:33:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637214;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637214;}',4,1,'2023-06-01 16:35:42','2023-06-01 16:35:42',0,NULL,10),(52951,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:35:43','2023-06-01 16:35:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637343;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637343;}',4,1,'2023-06-01 16:35:45','2023-06-01 16:35:45',0,NULL,10),(52952,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:36:02','2023-06-01 16:36:02','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637362;}',4,1,'2023-06-01 16:36:45','2023-06-01 16:36:45',0,NULL,10),(52953,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:05','2023-06-01 16:37:05','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637425;}',4,1,'2023-06-01 16:37:06','2023-06-01 16:37:06',0,NULL,10),(52954,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:22','2023-06-01 16:37:22','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637442;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637442;}',4,1,'2023-06-01 16:37:24','2023-06-01 16:37:24',0,NULL,10),(52955,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:37:25','2023-06-01 16:37:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637445;}',4,1,'2023-06-01 16:37:58','2023-06-01 16:37:58',0,NULL,10),(52956,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:08','2023-06-01 16:38:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637488;}',4,1,'2023-06-01 16:38:09','2023-06-01 16:38:09',0,NULL,10),(52957,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:29','2023-06-01 16:38:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637509;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637509;}',4,1,'2023-06-01 16:38:31','2023-06-01 16:38:31',0,NULL,10),(52958,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:38:31','2023-06-01 16:38:31','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637511;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637511;}',4,1,'2023-06-01 16:39:12','2023-06-01 16:39:12',0,NULL,10),(52959,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:39:32','2023-06-01 16:39:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637572;}',4,1,'2023-06-01 16:39:33','2023-06-01 16:39:33',0,NULL,10),(52960,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:39:46','2023-06-01 16:39:46','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637586;}',4,1,'2023-06-01 16:40:16','2023-06-01 16:40:16',0,NULL,10),(52961,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:40:36','2023-06-01 16:40:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637636;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637636;}',4,1,'2023-06-01 16:40:37','2023-06-01 16:40:37',0,NULL,10),(52962,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:40:57','2023-06-01 16:40:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637657;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637657;}',4,1,'2023-06-01 16:41:40','2023-06-01 16:41:40',0,NULL,10),(52963,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:41:52','2023-06-01 16:41:52','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637712;}',4,1,'2023-06-01 16:42:42','2023-06-01 16:42:42',0,NULL,10),(52964,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:42:54','2023-06-01 16:42:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637774;}',4,1,'2023-06-01 16:43:44','2023-06-01 16:43:44',0,NULL,10),(52966,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:44:04','2023-06-01 16:44:04','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637844;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637844;}',4,1,'2023-06-01 16:44:47','2023-06-01 16:44:47',0,NULL,10),(52967,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:45:07','2023-06-01 16:45:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637907;}',4,1,'2023-06-01 16:45:50','2023-06-01 16:45:50',0,NULL,10),(52968,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:46:10','2023-06-01 16:46:10','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685637970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685637970;}',4,1,'2023-06-01 16:46:53','2023-06-01 16:46:53',0,NULL,10),(52969,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:47:13','2023-06-01 16:47:13','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638033;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638033;}',4,1,'2023-06-01 16:47:55','2023-06-01 16:47:55',0,NULL,10),(52970,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:48:15','2023-06-01 16:48:15','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638095;}',4,1,'2023-06-01 16:48:37','2023-06-01 16:48:37',0,NULL,10),(52971,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:48:57','2023-06-01 16:48:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638137;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638137;}',4,1,'2023-06-01 16:48:58','2023-06-01 16:48:58',0,NULL,10),(52972,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:49:18','2023-06-01 16:49:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638158;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638158;}',4,1,'2023-06-01 16:49:19','2023-06-01 16:49:19',0,NULL,10),(52973,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:49:40','2023-06-01 16:49:40','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638180;}',4,1,'2023-06-01 16:50:03','2023-06-01 16:50:03',0,NULL,10),(52974,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:23','2023-06-01 16:50:23','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638223;}',4,1,'2023-06-01 16:50:24','2023-06-01 16:50:24',0,NULL,10),(52975,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:25','2023-06-01 16:50:25','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638225;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638225;}',4,1,'2023-06-01 16:50:25','2023-06-01 16:50:25',0,NULL,10),(52976,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:50:45','2023-06-01 16:50:45','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638245;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638245;}',4,1,'2023-06-01 16:51:28','2023-06-01 16:51:28',0,NULL,10),(52977,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:51:48','2023-06-01 16:51:48','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638308;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638308;}',4,1,'2023-06-01 16:51:49','2023-06-01 16:51:49',0,NULL,10),(52978,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:52:08','2023-06-01 16:52:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638328;}',4,1,'2023-06-01 16:52:09','2023-06-01 16:52:09',0,NULL,10),(52979,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:52:29','2023-06-01 16:52:29','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638349;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638349;}',4,1,'2023-06-01 16:52:52','2023-06-01 16:52:52',0,NULL,10),(52980,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:53:11','2023-06-01 16:53:11','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638391;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638391;}',4,1,'2023-06-01 16:53:13','2023-06-01 16:53:13',0,NULL,10),(52981,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:53:32','2023-06-01 16:53:32','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638412;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638412;}',4,1,'2023-06-01 16:53:54','2023-06-01 16:53:54',0,NULL,10),(52982,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:14','2023-06-01 16:54:14','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638454;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638454;}',4,1,'2023-06-01 16:54:16','2023-06-01 16:54:16',0,NULL,10),(52983,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:34','2023-06-01 16:54:34','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638474;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638474;}',4,1,'2023-06-01 16:54:35','2023-06-01 16:54:35',0,NULL,10),(52984,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:54:55','2023-06-01 16:54:55','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638495;}',4,1,'2023-06-01 16:55:16','2023-06-01 16:55:16',0,NULL,10),(52985,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:28','2023-06-01 16:55:28','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638528;}',4,1,'2023-06-01 16:55:29','2023-06-01 16:55:29',0,NULL,10),(52986,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:30','2023-06-01 16:55:30','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638530;}',4,1,'2023-06-01 16:55:35','2023-06-01 16:55:35',0,NULL,10),(52987,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:36','2023-06-01 16:55:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638536;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638536;}',4,1,'2023-06-01 16:55:37','2023-06-01 16:55:37',0,NULL,10),(52988,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:55:47','2023-06-01 16:55:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638547;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638547;}',4,1,'2023-06-01 16:55:57','2023-06-01 16:55:57',0,NULL,10),(52989,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:56:07','2023-06-01 16:56:07','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638567;}',4,1,'2023-06-01 16:56:37','2023-06-01 16:56:37',0,NULL,10),(52991,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:56:57','2023-06-01 16:56:57','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638617;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638617;}',4,1,'2023-06-01 16:56:59','2023-06-01 16:56:59',0,NULL,10),(52992,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:18','2023-06-01 16:57:18','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638638;}',4,1,'2023-06-01 16:57:19','2023-06-01 16:57:19',0,NULL,10),(52993,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:20','2023-06-01 16:57:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638640;}',4,1,'2023-06-01 16:57:20','2023-06-01 16:57:20',0,NULL,10),(52994,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:57:39','2023-06-01 16:57:39','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638659;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638659;}',4,1,'2023-06-01 16:58:02','2023-06-01 16:58:02',0,NULL,10),(52995,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:58:21','2023-06-01 16:58:21','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638701;}',4,1,'2023-06-01 16:58:22','2023-06-01 16:58:22',0,NULL,10),(52996,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:58:43','2023-06-01 16:58:43','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638723;}',4,1,'2023-06-01 16:59:27','2023-06-01 16:59:27',0,NULL,10),(52997,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:59:28','2023-06-01 16:59:28','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638768;}',4,1,'2023-06-01 16:59:28','2023-06-01 16:59:28',0,NULL,10),(52998,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 16:59:47','2023-06-01 16:59:47','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638787;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638787;}',4,1,'2023-06-01 16:59:49','2023-06-01 16:59:49',0,NULL,10),(52999,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:00:08','2023-06-01 17:00:08','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638808;}',4,1,'2023-06-01 17:00:31','2023-06-01 17:00:31',0,NULL,10),(53000,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:00:51','2023-06-01 17:00:51','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638851;}',4,1,'2023-06-01 17:00:52','2023-06-01 17:00:52',0,NULL,10),(53001,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:12','2023-06-01 17:01:12','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638872;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638872;}',4,1,'2023-06-01 17:01:13','2023-06-01 17:01:13',0,NULL,10),(53002,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:33','2023-06-01 17:01:33','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638893;}',4,1,'2023-06-01 17:01:34','2023-06-01 17:01:34',0,NULL,10),(53003,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:01:54','2023-06-01 17:01:54','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638914;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638914;}',4,1,'2023-06-01 17:02:16','2023-06-01 17:02:16',0,NULL,10),(53004,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:02:36','2023-06-01 17:02:36','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638956;}',4,1,'2023-06-01 17:02:38','2023-06-01 17:02:38',0,NULL,10),(53005,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:02:56','2023-06-01 17:02:56','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685638976;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685638976;}',4,1,'2023-06-01 17:03:19','2023-06-01 17:03:19',0,NULL,10),(53006,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:03:39','2023-06-01 17:03:39','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639019;}',4,1,'2023-06-01 17:03:41','2023-06-01 17:03:41',0,NULL,10),(53007,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:03:59','2023-06-01 17:03:59','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639039;}',4,1,'2023-06-01 17:04:02','2023-06-01 17:04:02',0,NULL,10),(53008,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:04:20','2023-06-01 17:04:20','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639060;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639060;}',4,1,'2023-06-01 17:04:21','2023-06-01 17:04:21',0,NULL,10),(53009,'woocommerce_run_on_woocommerce_admin_updated','failed','2023-06-01 17:04:42','2023-06-01 17:04:42','[\"Automattic\\\\WooCommerce\\\\Admin\\\\RemoteInboxNotifications\\\\RemoteInboxNotificationsEngine\",\"run_on_woocommerce_admin_updated\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1685639082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1685639082;}',4,1,'2023-06-01 17:05:07','2023-06-01 17:05:07',0,NULL,10),(66462,'woocommerce_run_product_attribute_lookup_regeneration_callback','failed','2023-06-16 06:51:20','2023-06-16 06:51:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1686898280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1686898280;}',3,1,'2023-06-16 06:51:22','2023-06-16 06:51:22',0,NULL,10),(68669,'acfw_license_check','failed','2024-11-26 05:39:09','2024-11-26 05:39:09','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732599549;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732599549;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-26 05:39:10','2024-11-26 05:39:10',0,NULL,10),(68679,'acfw_license_check','failed','2024-11-27 05:39:10','2024-11-27 05:39:10','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732685950;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732685950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-27 06:00:02','2024-11-27 06:00:02',0,NULL,10),(68690,'acfw_license_check','failed','2024-11-28 06:00:02','2024-11-28 06:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732773602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732773602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-28 06:00:03','2024-11-28 06:00:03',0,NULL,10),(68700,'acfw_license_check','failed','2024-11-29 06:00:03','2024-11-29 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732860003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732860003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-29 06:00:03','2024-11-29 06:00:03',0,NULL,10),(68707,'acfw_license_check','failed','2024-11-30 06:00:03','2024-11-30 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1732946403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1732946403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-11-30 06:00:17','2024-11-30 06:00:17',0,NULL,10),(68713,'acfw_license_check','failed','2024-12-01 06:00:17','2024-12-01 06:00:17','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733032817;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733032817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-01 06:30:03','2024-12-01 06:30:03',0,NULL,10),(68718,'acfw_license_check','failed','2024-12-02 06:30:03','2024-12-02 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733121003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733121003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-02 06:30:03','2024-12-02 06:30:03',0,NULL,10),(68723,'acfw_license_check','failed','2024-12-03 06:30:03','2024-12-03 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733207403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733207403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-03 06:30:03','2024-12-03 06:30:03',0,NULL,10),(68732,'acfw_license_check','failed','2024-12-04 06:30:03','2024-12-04 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733293803;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733293803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-04 06:30:03','2024-12-04 06:30:03',0,NULL,10),(68742,'acfw_license_check','failed','2024-12-05 06:30:03','2024-12-05 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733380203;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733380203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-05 06:30:03','2024-12-05 06:30:03',0,NULL,10),(68753,'acfw_license_check','failed','2024-12-06 06:30:03','2024-12-06 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733466603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733466603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-06 06:30:03','2024-12-06 06:30:03',0,NULL,10),(68762,'acfw_license_check','failed','2024-12-07 06:30:03','2024-12-07 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733553003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733553003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-07 06:30:03','2024-12-07 06:30:03',0,NULL,10),(68771,'acfw_license_check','failed','2024-12-08 06:30:03','2024-12-08 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733639403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733639403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-08 07:00:03','2024-12-08 07:00:03',0,NULL,10),(68777,'acfw_license_check','failed','2024-12-09 07:00:03','2024-12-09 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733727603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733727603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-09 07:00:03','2024-12-09 07:00:03',0,NULL,10),(68784,'acfw_license_check','failed','2024-12-10 07:00:03','2024-12-10 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733814003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733814003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-10 07:00:03','2024-12-10 07:00:03',0,NULL,10),(68792,'acfw_license_check','failed','2024-12-11 07:00:03','2024-12-11 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733900403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733900403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-11 07:30:02','2024-12-11 07:30:02',0,NULL,10),(68809,'acfw_license_check','failed','2024-12-12 07:30:02','2024-12-12 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1733988602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1733988602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-12 07:30:02','2024-12-12 07:30:02',0,NULL,10),(68816,'acfw_license_check','failed','2024-12-13 07:30:02','2024-12-13 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734075002;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734075002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-13 07:30:02','2024-12-13 07:30:02',0,NULL,10),(68828,'acfw_license_check','failed','2024-12-14 07:30:02','2024-12-14 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734161402;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734161402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-14 07:30:02','2024-12-14 07:30:02',0,NULL,10),(68834,'acfw_license_check','failed','2024-12-15 07:30:02','2024-12-15 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734247802;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734247802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-15 07:30:02','2024-12-15 07:30:02',0,NULL,10),(68839,'acfw_license_check','failed','2024-12-16 07:30:02','2024-12-16 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734334202;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734334202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-16 07:30:02','2024-12-16 07:30:02',0,NULL,10),(68845,'acfw_license_check','failed','2024-12-17 07:30:02','2024-12-17 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734420602;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734420602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-17 07:30:02','2024-12-17 07:30:02',0,NULL,10),(68854,'acfw_license_check','failed','2024-12-18 07:30:02','2024-12-18 07:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734507002;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734507002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-18 07:30:03','2024-12-18 07:30:03',0,NULL,10),(68855,'acfwf_fetch_notifications','failed','2024-12-18 08:00:02','2024-12-18 08:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734508802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734508802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-18 08:00:02','2024-12-18 08:00:02',0,NULL,10),(68879,'action_scheduler/migration_hook','failed','2024-12-18 04:12:16','2024-12-18 04:12:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1734495136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1734495136;}',1,1,'2024-12-18 04:12:17','2024-12-18 04:12:17',0,NULL,10),(68882,'acfw_license_check','failed','2024-12-19 07:30:03','2024-12-19 07:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734593403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734593403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-19 08:00:03','2024-12-19 08:00:03',0,NULL,10),(68883,'acfwf_fetch_notifications','failed','2024-12-19 08:00:02','2024-12-19 08:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734595202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734595202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-19 08:00:03','2024-12-19 08:00:03',0,NULL,10),(68890,'acfw_license_check','failed','2024-12-20 08:00:03','2024-12-20 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734681603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734681603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-20 08:00:03','2024-12-20 08:00:03',0,NULL,10),(68891,'acfwf_fetch_notifications','failed','2024-12-20 08:00:03','2024-12-20 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734681603;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734681603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-20 08:00:03','2024-12-20 08:00:03',0,NULL,10),(68895,'acfw_license_check','failed','2024-12-21 08:00:03','2024-12-21 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734768003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734768003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-21 08:00:03','2024-12-21 08:00:03',0,NULL,10),(68896,'acfwf_fetch_notifications','failed','2024-12-21 08:00:03','2024-12-21 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734768003;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734768003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-21 08:00:03','2024-12-21 08:00:03',0,NULL,10),(68907,'acfw_license_check','failed','2024-12-22 08:00:03','2024-12-22 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734854403;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734854403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-22 08:00:03','2024-12-22 08:00:03',0,NULL,10),(68908,'acfwf_fetch_notifications','failed','2024-12-22 08:00:03','2024-12-22 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734854403;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734854403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-22 08:00:03','2024-12-22 08:00:03',0,NULL,10),(68912,'acfw_license_check','failed','2024-12-23 08:00:03','2024-12-23 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734940803;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734940803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-23 08:00:03','2024-12-23 08:00:03',0,NULL,10),(68913,'acfwf_fetch_notifications','failed','2024-12-23 08:00:03','2024-12-23 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1734940803;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1734940803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-23 08:00:03','2024-12-23 08:00:03',0,NULL,10),(68917,'acfw_license_check','failed','2024-12-24 08:00:03','2024-12-24 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735027203;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735027203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-24 08:00:03','2024-12-24 08:00:03',0,NULL,10),(68918,'acfwf_fetch_notifications','failed','2024-12-24 08:00:03','2024-12-24 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735027203;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735027203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-24 08:00:03','2024-12-24 08:00:03',0,NULL,10),(68925,'acfw_license_check','failed','2024-12-25 08:00:03','2024-12-25 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735113603;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735113603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-25 08:00:03','2024-12-25 08:00:03',0,NULL,10),(68926,'acfwf_fetch_notifications','failed','2024-12-25 08:00:03','2024-12-25 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735113603;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735113603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-25 08:00:03','2024-12-25 08:00:03',0,NULL,10),(68930,'acfw_license_check','failed','2024-12-26 08:00:03','2024-12-26 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735200003;s:18:\"\0*\0first_timestamp\";i:1715014272;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735200003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',8,1,'2024-12-26 08:00:03','2024-12-26 08:00:03',0,NULL,10),(68931,'acfwf_fetch_notifications','failed','2024-12-26 08:00:03','2024-12-26 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735200003;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735200003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-26 08:00:03','2024-12-26 08:00:03',0,NULL,10),(68936,'acfwf_fetch_notifications','failed','2024-12-27 08:00:03','2024-12-27 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735286403;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735286403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-27 08:00:03','2024-12-27 08:00:03',0,NULL,10),(68941,'acfwf_fetch_notifications','failed','2024-12-28 08:00:03','2024-12-28 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735372803;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735372803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-28 08:00:03','2024-12-28 08:00:03',0,NULL,10),(68953,'acfwf_fetch_notifications','failed','2024-12-29 08:00:03','2024-12-29 08:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735459203;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735459203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-29 08:30:02','2024-12-29 08:30:02',0,NULL,10),(68964,'acfwf_fetch_notifications','failed','2024-12-30 08:30:02','2024-12-30 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735547402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735547402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-30 08:30:02','2024-12-30 08:30:02',0,NULL,10),(68969,'acfwf_fetch_notifications','failed','2024-12-31 08:30:02','2024-12-31 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735633802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735633802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2024-12-31 08:30:02','2024-12-31 08:30:02',0,NULL,10),(68974,'acfwf_fetch_notifications','failed','2025-01-01 08:30:02','2025-01-01 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735720202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735720202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-01 08:30:02','2025-01-01 08:30:02',0,NULL,10),(68979,'acfwf_fetch_notifications','failed','2025-01-02 08:30:02','2025-01-02 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735806602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735806602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-02 08:30:02','2025-01-02 08:30:02',0,NULL,10),(68984,'acfwf_fetch_notifications','failed','2025-01-03 08:30:02','2025-01-03 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735893002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735893002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-03 08:30:02','2025-01-03 08:30:02',0,NULL,10),(69005,'acfwf_fetch_notifications','failed','2025-01-04 08:30:02','2025-01-04 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1735979402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1735979402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-04 08:30:02','2025-01-04 08:30:02',0,NULL,10),(69015,'acfwf_fetch_notifications','failed','2025-01-05 08:30:02','2025-01-05 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736065802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736065802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-05 08:30:02','2025-01-05 08:30:02',0,NULL,10),(69019,'acfwf_fetch_notifications','failed','2025-01-06 08:30:02','2025-01-06 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736152202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736152202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-06 08:30:02','2025-01-06 08:30:02',0,NULL,10),(69024,'acfwf_fetch_notifications','failed','2025-01-07 08:30:02','2025-01-07 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736238602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736238602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-07 08:30:02','2025-01-07 08:30:02',0,NULL,10),(69044,'acfwf_fetch_notifications','failed','2025-01-08 08:30:02','2025-01-08 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736325002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736325002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-08 08:30:02','2025-01-08 08:30:02',0,NULL,10),(69054,'acfwf_fetch_notifications','failed','2025-01-09 08:30:02','2025-01-09 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736411402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736411402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-09 08:30:02','2025-01-09 08:30:02',0,NULL,10),(69070,'acfwf_fetch_notifications','failed','2025-01-10 08:30:02','2025-01-10 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736497802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736497802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-10 08:30:02','2025-01-10 08:30:02',0,NULL,10),(69084,'acfwf_fetch_notifications','failed','2025-01-11 08:30:02','2025-01-11 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736584202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736584202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-11 08:30:02','2025-01-11 08:30:02',0,NULL,10),(69089,'acfwf_fetch_notifications','failed','2025-01-12 08:30:02','2025-01-12 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736670602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736670602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-12 08:30:02','2025-01-12 08:30:02',0,NULL,10),(69093,'acfwf_fetch_notifications','failed','2025-01-13 08:30:02','2025-01-13 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736757002;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736757002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-13 08:30:02','2025-01-13 08:30:02',0,NULL,10),(69099,'acfwf_fetch_notifications','failed','2025-01-14 08:30:02','2025-01-14 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736843402;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736843402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-14 08:30:02','2025-01-14 08:30:02',0,NULL,10),(69109,'acfwf_fetch_notifications','failed','2025-01-15 08:30:02','2025-01-15 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1736929802;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1736929802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-15 08:30:02','2025-01-15 08:30:02',0,NULL,10),(69120,'acfwf_fetch_notifications','failed','2025-01-16 08:30:02','2025-01-16 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1737016202;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1737016202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-16 08:30:02','2025-01-16 08:30:02',0,NULL,10),(69129,'acfwf_fetch_notifications','failed','2025-01-17 08:30:02','2025-01-17 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1737102602;s:18:\"\0*\0first_timestamp\";i:1720742400;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1737102602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',9,1,'2025-01-17 08:30:02','2025-01-17 08:30:02',0,NULL,10),(69234,'action_scheduler/migration_hook','failed','2025-01-31 13:53:09','2025-01-31 13:53:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1738331589;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1738331589;}',1,1,'2025-01-31 13:54:10','2025-01-31 13:54:10',0,NULL,10),(69601,'woocommerce_cleanup_draft_orders','failed','2025-03-24 08:30:02','2025-03-24 08:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1742805002;s:18:\"\0*\0first_timestamp\";i:1688599861;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1742805002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-03-24 08:30:02','2025-03-24 08:30:02',0,NULL,10),(69708,'woocommerce_cleanup_draft_orders','failed','2025-04-08 16:30:02','2025-04-08 16:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1744129802;s:18:\"\0*\0first_timestamp\";i:1742833580;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1744129802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-04-08 16:30:02','2025-04-08 16:30:02',0,NULL,10),(70579,'woocommerce_refresh_order_count_cache','failed','2025-07-05 14:00:02','2025-07-05 14:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1751724002;s:18:\"\0*\0first_timestamp\";i:1751114784;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1751724002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-07-05 14:00:02','2025-07-05 14:00:02',0,NULL,10),(70582,'woocommerce_marketplace_fetch_promotions_clear','failed','2025-07-06 00:00:07','2025-07-06 00:00:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751760007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751760007;}',6,1,'2025-07-06 00:01:57','2025-07-06 00:01:57',0,NULL,10),(70592,'action_scheduler/migration_hook','failed','2025-07-07 17:40:15','2025-07-07 17:40:15','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1751910015;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1751910015;}',1,1,'2025-07-07 17:40:18','2025-07-07 17:40:18',0,NULL,10),(70628,'action_scheduler/migration_hook','failed','2025-07-10 14:12:34','2025-07-10 14:12:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752156754;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752156754;}',1,1,'2025-07-10 14:13:42','2025-07-10 14:13:42',0,NULL,10),(70643,'action_scheduler/migration_hook','failed','2025-07-10 17:10:26','2025-07-10 17:10:26','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752167426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752167426;}',1,1,'2025-07-10 17:11:25','2025-07-10 17:11:25',0,NULL,10),(70649,'action_scheduler/migration_hook','failed','2025-07-10 18:51:16','2025-07-10 18:51:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752173476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752173476;}',1,1,'2025-07-10 18:51:24','2025-07-10 18:51:24',0,NULL,10),(70651,'action_scheduler/migration_hook','failed','2025-07-10 19:07:36','2025-07-10 19:07:36','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1752174456;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1752174456;}',1,1,'2025-07-10 19:07:41','2025-07-10 19:07:41',0,NULL,10),(70950,'action_scheduler/migration_hook','failed','2025-08-08 18:11:56','2025-08-08 18:11:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1754676716;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1754676716;}',1,1,'2025-08-08 18:12:09','2025-08-08 18:12:09',0,NULL,10),(72981,'action_scheduler/migration_hook','failed','2025-11-17 19:52:49','2025-11-17 19:52:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763409169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763409169;}',1,1,'2025-11-17 19:53:42','2025-11-17 19:53:42',294824,NULL,10),(72985,'action_scheduler/migration_hook','failed','2025-11-17 19:56:19','2025-11-17 19:56:19','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763409379;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763409379;}',1,1,'2025-11-17 19:56:38','2025-11-17 19:56:38',294833,NULL,10),(73022,'woocommerce_geoip_updater','complete','2025-12-05 22:00:03','2025-12-05 22:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764972003;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764972003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,1,'2025-12-05 22:30:01','2025-12-05 22:30:01',297430,NULL,10),(73088,'woocommerce_cancel_unpaid_orders','complete','2025-11-26 23:00:05','2025-11-26 23:00:05','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764198005;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764198005;}',14,1,'2025-11-26 23:30:02','2025-11-26 23:30:02',296108,NULL,10),(73119,'woocommerce_cleanup_personal_data','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73120,'woocommerce_tracker_send_event_wrapper','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73121,'wp_mail_smtp_admin_notifications_update','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73122,'woocommerce_cleanup_logs','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73123,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73124,'woocommerce_scheduled_sales','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73125,'woocommerce_cleanup_draft_orders','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73126,'wc_admin_daily_wrapper','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,10),(73127,'woocommerce_cleanup_sessions','complete','2025-11-26 06:00:00','2025-11-26 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764136800;s:18:\"\0*\0first_timestamp\";i:1764136800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764136800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-11-26 06:00:01','2025-11-26 06:00:01',296010,NULL,10),(73129,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-11-26 23:30:03','2025-11-26 23:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764199803;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764199803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-11-26 23:30:04','2025-11-26 23:30:04',296110,NULL,20),(73130,'woocommerce_refresh_order_count_cache','complete','2025-11-26 12:00:02','2025-11-26 12:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764158402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764158402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-26 12:00:02','2025-11-26 12:00:02',296040,NULL,10),(73131,'woocommerce_cleanup_sessions','complete','2025-11-26 18:00:01','2025-11-26 18:00:01','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764180001;s:18:\"\0*\0first_timestamp\";i:1764136800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764180001;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-11-26 18:00:02','2025-11-26 18:00:02',296075,NULL,10),(73132,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-26 07:00:02','2025-11-26 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764140402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764140402;}',6,1,'2025-11-26 07:00:03','2025-11-26 07:00:03',296016,NULL,10),(73133,'woocommerce_refresh_order_count_cache','complete','2025-11-27 00:00:02','2025-11-27 00:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764201602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764201602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-27 00:00:02','2025-11-27 00:00:02',296112,NULL,10),(73134,'woocommerce_update_marketplace_suggestions','complete','2025-11-26 15:00:11','2025-11-26 15:00:11','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764169211;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764169211;}',6,1,'2025-11-26 15:02:39','2025-11-26 15:02:39',296058,NULL,10),(73136,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-26 19:00:01','2025-11-26 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764183601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764183601;}',6,1,'2025-11-26 19:00:02','2025-11-26 19:00:02',296082,NULL,10),(73137,'woocommerce_cleanup_personal_data','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73138,'woocommerce_tracker_send_event_wrapper','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73139,'wp_mail_smtp_admin_notifications_update','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73140,'woocommerce_cleanup_logs','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73141,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73142,'woocommerce_scheduled_sales','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73143,'woocommerce_cleanup_draft_orders','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73144,'wc_admin_daily_wrapper','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73145,'woocommerce_cancel_unpaid_orders','complete','2025-11-29 23:30:04','2025-11-29 23:30:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764459004;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764459004;}',14,1,'2025-11-30 00:00:02','2025-11-30 00:00:02',296511,NULL,10),(73146,'woocommerce_cleanup_sessions','complete','2025-11-27 06:00:00','2025-11-27 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764223200;s:18:\"\0*\0first_timestamp\";i:1764223200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764223200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-11-27 06:00:01','2025-11-27 06:00:01',296139,NULL,10),(73147,'generate_category_lookup_table_wrapper','complete','2025-11-26 23:30:14','2025-11-26 23:30:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764199814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764199814;}',14,1,'2025-11-27 00:00:02','2025-11-27 00:00:02',296112,NULL,10),(73148,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-11-27 23:30:04','2025-11-27 23:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764286204;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764286204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,20),(73149,'woocommerce_refresh_order_count_cache','complete','2025-11-27 12:00:02','2025-11-27 12:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764244802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764244802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-27 12:00:02','2025-11-27 12:00:02',296166,NULL,10),(73150,'woocommerce_cleanup_sessions','complete','2025-11-27 18:00:01','2025-11-27 18:00:01','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764266401;s:18:\"\0*\0first_timestamp\";i:1764223200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764266401;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-11-27 18:00:02','2025-11-27 18:00:02',296191,NULL,10),(73151,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-27 07:00:01','2025-11-27 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764226801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764226801;}',6,1,'2025-11-27 07:00:02','2025-11-27 07:00:02',296145,NULL,10),(73152,'woocommerce_refresh_order_count_cache','complete','2025-11-28 00:00:02','2025-11-28 00:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764288002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764288002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-28 00:00:03','2025-11-28 00:00:03',296232,NULL,10),(73154,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-27 19:00:01','2025-11-27 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764270001;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764270001;}',6,1,'2025-11-27 19:00:02','2025-11-27 19:00:02',296197,NULL,10),(73155,'woocommerce_cleanup_personal_data','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73156,'woocommerce_tracker_send_event_wrapper','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73157,'wp_mail_smtp_admin_notifications_update','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73158,'woocommerce_cleanup_logs','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73159,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73160,'woocommerce_scheduled_sales','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73161,'woocommerce_cleanup_draft_orders','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73162,'wc_admin_daily_wrapper','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73163,'woocommerce_refresh_order_count_cache','complete','2025-11-28 12:00:03','2025-11-28 12:00:03','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764331203;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764331203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-28 12:30:02','2025-11-28 12:30:02',296287,NULL,10),(73165,'generate_category_lookup_table_wrapper','complete','2025-11-28 00:00:13','2025-11-28 00:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764288013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764288013;}',14,1,'2025-11-28 00:30:02','2025-11-28 00:30:02',296234,NULL,10),(73166,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-11-29 00:00:03','2025-11-29 00:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764374403;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764374403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,20),(73167,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-28 07:00:02','2025-11-28 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764313202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764313202;}',6,1,'2025-11-28 07:00:02','2025-11-28 07:00:02',296265,NULL,10),(73168,'woocommerce_refresh_order_count_cache','complete','2025-11-29 00:30:02','2025-11-29 00:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764376202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764376202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-29 00:30:03','2025-11-29 00:30:03',296392,NULL,10),(73169,'wc-admin_import_orders','complete','2025-11-28 17:01:43','2025-11-28 17:01:43','[184338]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764349303;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764349303;}',2,1,'2025-11-28 17:02:53','2025-11-28 17:02:53',296342,NULL,10),(73170,'wc-admin_import_orders','complete','2025-11-28 17:03:40','2025-11-28 17:03:40','[184339]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764349420;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764349420;}',2,1,'2025-11-28 17:04:36','2025-11-28 17:04:36',296345,NULL,10),(73171,'wc-admin_import_orders','complete','2025-11-28 17:05:57','2025-11-28 17:05:57','[184340]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764349557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764349557;}',2,1,'2025-11-28 17:06:20','2025-11-28 17:06:20',296348,NULL,10),(73172,'wc-admin_import_orders','complete','2025-11-28 17:06:26','2025-11-28 17:06:26','[184340]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764349586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764349586;}',2,1,'2025-11-28 17:21:08','2025-11-28 17:21:08',296350,NULL,10),(73173,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-28 18:33:51','2025-11-28 18:33:51','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764354831;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764354831;}',6,1,'2025-11-28 18:34:30','2025-11-28 18:34:30',296362,NULL,10),(73174,'woocommerce_cleanup_personal_data','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73175,'woocommerce_tracker_send_event_wrapper','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73176,'wp_mail_smtp_admin_notifications_update','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73177,'woocommerce_cleanup_logs','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73178,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73179,'woocommerce_scheduled_sales','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73180,'woocommerce_cleanup_draft_orders','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73181,'wc_admin_daily_wrapper','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,10),(73182,'woocommerce_refresh_order_count_cache','complete','2025-11-29 12:30:03','2025-11-29 12:30:03','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764419403;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764419403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-29 13:00:02','2025-11-29 13:00:02',296446,NULL,10),(73184,'generate_category_lookup_table_wrapper','complete','2025-11-29 00:30:13','2025-11-29 00:30:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764376213;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764376213;}',14,1,'2025-11-29 01:00:02','2025-11-29 01:00:02',296394,NULL,10),(73185,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-11-30 00:30:03','2025-11-30 00:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764462603;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764462603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-11-30 00:30:04','2025-11-30 00:30:04',296515,NULL,20),(73186,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-29 07:00:01','2025-11-29 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764399601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764399601;}',6,1,'2025-11-29 07:00:02','2025-11-29 07:00:02',296422,NULL,10),(73187,'woocommerce_refresh_order_count_cache','complete','2025-11-30 01:00:02','2025-11-30 01:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764464402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764464402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-30 01:00:02','2025-11-30 01:00:02',296520,NULL,10),(73188,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-29 19:00:02','2025-11-29 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764442802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764442802;}',6,1,'2025-11-29 19:00:02','2025-11-29 19:00:02',296477,NULL,10),(73189,'wc-admin_import_orders','complete','2025-11-29 19:19:35','2025-11-29 19:19:35','[184341]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764443975;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764443975;}',2,1,'2025-11-29 19:20:24','2025-11-29 19:20:24',296485,NULL,10),(73190,'wc-admin_import_orders','complete','2025-11-29 19:20:29','2025-11-29 19:20:29','[184341]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764444029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764444029;}',2,1,'2025-11-29 19:30:02','2025-11-29 19:30:02',296487,NULL,10),(73191,'wc-admin_import_orders','complete','2025-11-29 20:56:23','2025-11-29 20:56:23','[184342]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764449783;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764449783;}',2,1,'2025-11-29 21:00:01','2025-11-29 21:00:01',296498,NULL,10),(73192,'woocommerce_cleanup_personal_data','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:03','2025-12-01 01:00:03',296625,NULL,10),(73193,'woocommerce_tracker_send_event_wrapper','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73194,'wp_mail_smtp_admin_notifications_update','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73195,'woocommerce_cleanup_logs','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73196,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73197,'woocommerce_scheduled_sales','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73198,'woocommerce_cleanup_draft_orders','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73199,'wc_admin_daily_wrapper','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73200,'woocommerce_cancel_unpaid_orders','complete','2025-12-03 00:30:04','2025-12-03 00:30:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764721804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764721804;}',14,1,'2025-12-03 01:00:02','2025-12-03 01:00:02',297016,NULL,10),(73202,'generate_category_lookup_table_wrapper','complete','2025-11-30 00:30:14','2025-11-30 00:30:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764462614;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764462614;}',14,1,'2025-11-30 00:52:46','2025-11-30 00:52:46',296517,NULL,10),(73203,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-01 00:30:04','2025-12-01 00:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764549004;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764549004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,20),(73204,'woocommerce_refresh_order_count_cache','complete','2025-11-30 13:00:02','2025-11-30 13:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764507602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764507602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-30 13:00:02','2025-11-30 13:00:02',296574,NULL,10),(73205,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-30 07:00:02','2025-11-30 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764486002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764486002;}',6,1,'2025-11-30 07:00:02','2025-11-30 07:00:02',296549,NULL,10),(73206,'woocommerce_refresh_order_count_cache','complete','2025-12-01 01:00:02','2025-12-01 01:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764550802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764550802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-01 01:00:04','2025-12-01 01:00:04',296625,NULL,10),(73207,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-11-30 19:00:02','2025-11-30 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764529202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764529202;}',6,1,'2025-11-30 19:00:02','2025-11-30 19:00:02',296600,NULL,10),(73208,'woocommerce_cleanup_personal_data','complete','2025-12-02 01:00:03','2025-12-02 01:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637203;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296797,NULL,10),(73209,'woocommerce_tracker_send_event_wrapper','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73210,'wp_mail_smtp_admin_notifications_update','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73211,'woocommerce_cleanup_logs','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73212,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73213,'woocommerce_scheduled_sales','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73214,'woocommerce_cleanup_draft_orders','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73215,'wc_admin_daily_wrapper','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,10),(73216,'woocommerce_refresh_order_count_cache','complete','2025-12-01 13:00:04','2025-12-01 13:00:04','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764594004;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764594004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-01 13:30:02','2025-12-01 13:30:02',296699,NULL,10),(73218,'generate_category_lookup_table_wrapper','complete','2025-12-01 01:00:14','2025-12-01 01:00:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764550814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764550814;}',14,1,'2025-12-01 01:30:02','2025-12-01 01:30:02',296627,NULL,10),(73219,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-02 01:00:04','2025-12-02 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764637204;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764637204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-02 01:00:04','2025-12-02 01:00:04',296798,NULL,20),(73220,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-01 07:00:02','2025-12-01 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764572402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764572402;}',6,1,'2025-12-01 07:00:02','2025-12-01 07:00:02',296654,NULL,10),(73221,'wc-admin_import_orders','complete','2025-12-01 12:54:26','2025-12-01 12:54:26','[184343]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764593666;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764593666;}',2,1,'2025-12-01 12:56:06','2025-12-01 12:56:06',296693,NULL,10),(73222,'wc-admin_import_orders','complete','2025-12-01 12:56:18','2025-12-01 12:56:18','[184343]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764593778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764593778;}',2,1,'2025-12-01 12:56:19','2025-12-01 12:56:19',296695,NULL,10),(73223,'woocommerce_refresh_order_count_cache','complete','2025-12-02 01:30:02','2025-12-02 01:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764639002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764639002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-02 01:30:02','2025-12-02 01:30:02',296806,NULL,10),(73224,'wc-admin_import_orders','complete','2025-12-01 14:55:17','2025-12-01 14:55:17','[184344]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764600917;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764600917;}',2,1,'2025-12-01 14:55:31','2025-12-01 14:55:31',296717,NULL,10),(73225,'wc-admin_import_orders','complete','2025-12-01 14:55:39','2025-12-01 14:55:39','[184344]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764600939;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764600939;}',2,1,'2025-12-01 15:00:02','2025-12-01 15:00:02',296719,NULL,10),(73226,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-01 18:43:55','2025-12-01 18:43:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764614635;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764614635;}',6,1,'2025-12-01 18:45:45','2025-12-01 18:45:45',296738,NULL,10),(73227,'wc-admin_import_orders','complete','2025-12-01 19:02:56','2025-12-01 19:02:56','[184345]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764615776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764615776;}',2,1,'2025-12-01 19:04:08','2025-12-01 19:04:08',296752,NULL,10),(73228,'wc-admin_import_orders','complete','2025-12-01 19:04:13','2025-12-01 19:04:13','[184345]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764615853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764615853;}',2,1,'2025-12-01 19:04:31','2025-12-01 19:04:31',296754,NULL,10),(73229,'woocommerce_cleanup_personal_data','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73230,'woocommerce_tracker_send_event_wrapper','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73231,'wp_mail_smtp_admin_notifications_update','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73232,'woocommerce_cleanup_logs','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73233,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73234,'woocommerce_scheduled_sales','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73235,'woocommerce_cleanup_draft_orders','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-03 01:30:03','2025-12-03 01:30:03',297019,NULL,10),(73236,'wc_admin_daily_wrapper','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-03 01:30:04','2025-12-03 01:30:04',297019,NULL,10),(73238,'generate_category_lookup_table_wrapper','complete','2025-12-02 01:00:14','2025-12-02 01:00:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764637214;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764637214;}',14,1,'2025-12-02 01:01:30','2025-12-02 01:01:30',296800,NULL,10),(73239,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-03 01:00:04','2025-12-03 01:00:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764723604;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764723604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-03 01:30:04','2025-12-03 01:30:04',297019,NULL,20),(73240,'wc-admin_import_orders','complete','2025-12-02 01:07:01','2025-12-02 01:07:01','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764637621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764637621;}',2,1,'2025-12-02 01:09:08','2025-12-02 01:09:08',296804,NULL,10),(73241,'wc-admin_import_orders','complete','2025-12-02 01:09:13','2025-12-02 01:09:13','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764637753;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764637753;}',2,1,'2025-12-02 01:30:02','2025-12-02 01:30:02',296806,NULL,10),(73242,'woocommerce_refresh_order_count_cache','complete','2025-12-02 13:30:02','2025-12-02 13:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764682202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764682202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-02 13:30:02','2025-12-02 13:30:02',296924,NULL,10),(73243,'wc-admin_import_orders','complete','2025-12-02 02:28:11','2025-12-02 02:28:11','[184348]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764642491;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764642491;}',2,1,'2025-12-02 02:28:33','2025-12-02 02:28:33',296817,NULL,10),(73244,'wc-admin_import_orders','complete','2025-12-02 02:28:38','2025-12-02 02:28:38','[184348]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764642518;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764642518;}',2,1,'2025-12-02 02:30:01','2025-12-02 02:30:01',296819,NULL,10),(73245,'wc-admin_import_orders','complete','2025-12-02 03:50:26','2025-12-02 03:50:26','[184349]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764647426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764647426;}',2,1,'2025-12-02 03:52:00','2025-12-02 03:52:00',296838,NULL,10),(73246,'wc-admin_import_orders','complete','2025-12-02 03:52:05','2025-12-02 03:52:05','[184349]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764647525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764647525;}',2,1,'2025-12-02 03:52:12','2025-12-02 03:52:12',296840,NULL,10),(73247,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-02 07:00:02','2025-12-02 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764658802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764658802;}',6,1,'2025-12-02 07:00:03','2025-12-02 07:00:03',296896,NULL,10),(73248,'woocommerce_refresh_order_count_cache','complete','2025-12-03 01:30:02','2025-12-03 01:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764725402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764725402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-03 01:30:04','2025-12-03 01:30:04',297019,NULL,10),(73249,'wc-admin_import_orders','complete','2025-12-02 15:14:32','2025-12-02 15:14:32','[184350]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764688472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764688472;}',2,1,'2025-12-02 15:16:57','2025-12-02 15:16:57',296940,NULL,10),(73250,'wc-admin_import_orders','complete','2025-12-02 15:17:02','2025-12-02 15:17:02','[184350]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764688622;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764688622;}',2,1,'2025-12-02 15:30:01','2025-12-02 15:30:01',296942,NULL,10),(73251,'wc-admin_import_orders','complete','2025-12-02 18:22:36','2025-12-02 18:22:36','[184351]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764699756;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764699756;}',2,1,'2025-12-02 18:30:02','2025-12-02 18:30:02',296961,NULL,10),(73252,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-02 18:39:18','2025-12-02 18:39:18','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764700758;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764700758;}',6,1,'2025-12-02 18:39:31','2025-12-02 18:39:31',296965,NULL,10),(73253,'wc-admin_import_orders','complete','2025-12-02 21:57:39','2025-12-02 21:57:39','[184341]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712659;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712659;}',2,1,'2025-12-02 21:58:40','2025-12-02 21:58:40',296985,NULL,10),(73254,'wc-admin_import_orders','complete','2025-12-02 21:59:03','2025-12-02 21:59:03','[184345]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712743;}',2,1,'2025-12-02 21:59:20','2025-12-02 21:59:20',296988,NULL,10),(73255,'wc-admin_import_orders','complete','2025-12-02 21:59:46','2025-12-02 21:59:46','[184344]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712786;}',2,1,'2025-12-02 22:00:02','2025-12-02 22:00:02',296990,NULL,10),(73256,'wc-admin_import_orders','complete','2025-12-02 22:00:32','2025-12-02 22:00:32','[184342]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712832;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712832;}',2,1,'2025-12-02 22:00:45','2025-12-02 22:00:45',296992,NULL,10),(73257,'wc-admin_import_orders','complete','2025-12-02 22:01:21','2025-12-02 22:01:21','[184343]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712881;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712881;}',2,1,'2025-12-02 22:01:48','2025-12-02 22:01:48',296996,NULL,10),(73258,'wc-admin_import_orders','complete','2025-12-02 22:02:07','2025-12-02 22:02:07','[184351]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764712927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764712927;}',2,1,'2025-12-02 22:02:21','2025-12-02 22:02:21',296998,NULL,10),(73259,'wc-admin_import_orders','complete','2025-12-02 22:03:33','2025-12-02 22:03:33','[184351]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764713013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764713013;}',2,1,'2025-12-02 22:04:28','2025-12-02 22:04:28',297001,NULL,10),(73260,'woocommerce_cleanup_personal_data','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73261,'woocommerce_tracker_send_event_wrapper','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73262,'wp_mail_smtp_admin_notifications_update','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73263,'woocommerce_cleanup_logs','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73264,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73265,'woocommerce_scheduled_sales','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73266,'woocommerce_cleanup_draft_orders','complete','2025-12-04 01:30:03','2025-12-04 01:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811803;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-04 01:52:51','2025-12-04 01:52:51',297177,NULL,10),(73267,'wc_admin_daily_wrapper','complete','2025-12-04 01:30:04','2025-12-04 01:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811804;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-04 01:52:52','2025-12-04 01:52:52',297177,NULL,10),(73268,'woocommerce_refresh_order_count_cache','complete','2025-12-03 13:30:04','2025-12-03 13:30:04','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764768604;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764768604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-03 14:00:02','2025-12-03 14:00:02',297074,NULL,10),(73269,'woocommerce_cancel_unpaid_orders','complete','2025-12-06 01:30:04','2025-12-06 01:30:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764984604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764984604;}',14,1,'2025-12-06 01:32:08','2025-12-06 01:32:08',297445,NULL,10),(73271,'generate_category_lookup_table_wrapper','complete','2025-12-03 01:30:14','2025-12-03 01:30:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764725414;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764725414;}',14,1,'2025-12-03 02:00:01','2025-12-03 02:00:01',297021,NULL,10),(73272,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-04 01:30:04','2025-12-04 01:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764811804;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764811804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-04 01:52:52','2025-12-04 01:52:52',297177,NULL,20),(73273,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-03 07:00:02','2025-12-03 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764745202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764745202;}',6,1,'2025-12-03 07:30:01','2025-12-03 07:30:01',297045,NULL,10),(73274,'woocommerce_refresh_order_count_cache','complete','2025-12-04 02:00:02','2025-12-04 02:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764813602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764813602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-04 02:00:02','2025-12-04 02:00:02',297179,NULL,10),(73275,'wc-admin_import_orders','complete','2025-12-03 17:57:08','2025-12-03 17:57:08','[184352]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764784628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764784628;}',2,1,'2025-12-03 18:00:02','2025-12-03 18:00:02',297103,NULL,10),(73276,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-03 18:58:28','2025-12-03 18:58:28','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764788308;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764788308;}',6,1,'2025-12-03 19:00:02','2025-12-03 19:00:02',297108,NULL,10),(73277,'wc-admin_import_orders','complete','2025-12-03 19:06:10','2025-12-03 19:06:10','[184353]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764788770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764788770;}',2,1,'2025-12-03 19:07:22','2025-12-03 19:07:22',297116,NULL,10),(73278,'wc-admin_import_orders','complete','2025-12-03 19:07:28','2025-12-03 19:07:28','[184353]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764788848;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764788848;}',2,1,'2025-12-03 19:30:01','2025-12-03 19:30:01',297118,NULL,10),(73279,'woocommerce_update_marketplace_suggestions','complete','2025-12-03 19:48:40','2025-12-03 19:48:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791320;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791320;}',6,1,'2025-12-03 19:50:02','2025-12-03 19:50:02',297122,NULL,10),(73280,'wc-admin_import_orders','complete','2025-12-03 19:50:41','2025-12-03 19:50:41','[184340]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791441;}',2,1,'2025-12-03 19:51:03','2025-12-03 19:51:03',297126,NULL,10),(73281,'wc-admin_import_orders','complete','2025-12-03 19:51:04','2025-12-03 19:51:04','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791464;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791464;}',2,1,'2025-12-03 19:51:09','2025-12-03 19:51:09',297128,NULL,10),(73282,'wc-admin_import_orders','complete','2025-12-03 19:51:16','2025-12-03 19:51:16','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791476;}',2,1,'2025-12-03 19:51:18','2025-12-03 19:51:18',297130,NULL,10),(73283,'wc-admin_import_orders','complete','2025-12-03 19:51:27','2025-12-03 19:51:27','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791487;}',2,1,'2025-12-03 19:52:07','2025-12-03 19:52:07',297132,NULL,10),(73284,'wc-admin_import_orders','complete','2025-12-03 19:52:05','2025-12-03 19:52:05','[184348]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791525;}',2,1,'2025-12-03 19:52:07','2025-12-03 19:52:07',297132,NULL,10),(73285,'wc-admin_import_orders','complete','2025-12-03 19:52:52','2025-12-03 19:52:52','[184349]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791572;}',2,1,'2025-12-03 19:53:10','2025-12-03 19:53:10',297135,NULL,10),(73286,'wc-admin_import_orders','complete','2025-12-03 19:53:31','2025-12-03 19:53:31','[184350]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764791611;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764791611;}',2,1,'2025-12-03 19:54:12','2025-12-03 19:54:12',297138,NULL,10),(73287,'woocommerce_cleanup_personal_data','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:02','2025-12-05 02:00:02',297315,NULL,10),(73288,'woocommerce_tracker_send_event_wrapper','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:02','2025-12-05 02:00:02',297315,NULL,10),(73289,'wp_mail_smtp_admin_notifications_update','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73290,'woocommerce_cleanup_logs','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73291,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73292,'woocommerce_scheduled_sales','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73293,'woocommerce_cleanup_draft_orders','complete','2025-12-05 01:52:51','2025-12-05 01:52:51','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899571;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899571;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73294,'wc_admin_daily_wrapper','complete','2025-12-05 01:52:52','2025-12-05 01:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899572;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,10),(73296,'generate_category_lookup_table_wrapper','complete','2025-12-04 01:53:02','2025-12-04 01:53:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764813182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764813182;}',14,1,'2025-12-04 02:00:02','2025-12-04 02:00:02',297179,NULL,10),(73297,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-05 01:52:52','2025-12-05 01:52:52','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764899572;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764899572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-05 02:00:03','2025-12-05 02:00:03',297315,NULL,20),(73298,'woocommerce_refresh_order_count_cache','complete','2025-12-04 14:00:02','2025-12-04 14:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764856802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764856802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-04 14:30:02','2025-12-04 14:30:02',297240,NULL,10),(73299,'wc-admin_import_orders','complete','2025-12-04 05:35:02','2025-12-04 05:35:02','[184354]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764826502;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764826502;}',2,1,'2025-12-04 05:35:29','2025-12-04 05:35:29',297202,NULL,10),(73300,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-04 07:00:02','2025-12-04 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764831602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764831602;}',6,1,'2025-12-04 07:30:02','2025-12-04 07:30:02',297210,NULL,10),(73301,'woocommerce_refresh_order_count_cache','complete','2025-12-05 02:30:02','2025-12-05 02:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764901802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764901802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 02:30:02','2025-12-05 02:30:02',297319,NULL,10),(73302,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-04 18:34:06','2025-12-04 18:34:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764873246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764873246;}',6,1,'2025-12-04 18:34:32','2025-12-04 18:34:32',297263,NULL,10),(73303,'wc-admin_import_orders','complete','2025-12-05 00:11:41','2025-12-05 00:11:41','[184355]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764893501;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764893501;}',2,1,'2025-12-05 00:13:02','2025-12-05 00:13:02',297304,NULL,10),(73304,'wc-admin_import_orders','complete','2025-12-05 00:14:35','2025-12-05 00:14:35','[184356]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764893675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764893675;}',2,1,'2025-12-05 00:30:02','2025-12-05 00:30:02',297308,NULL,10),(73305,'woocommerce_cleanup_personal_data','complete','2025-12-06 02:00:02','2025-12-06 02:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986402;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297447,NULL,10),(73306,'woocommerce_tracker_send_event_wrapper','complete','2025-12-06 02:00:02','2025-12-06 02:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986402;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297447,NULL,10),(73307,'wp_mail_smtp_admin_notifications_update','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73308,'woocommerce_cleanup_logs','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73309,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73310,'woocommerce_scheduled_sales','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73311,'woocommerce_cleanup_draft_orders','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73312,'wc_admin_daily_wrapper','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,10),(73314,'generate_category_lookup_table_wrapper','complete','2025-12-05 02:00:13','2025-12-05 02:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764900013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764900013;}',14,1,'2025-12-05 02:30:01','2025-12-05 02:30:01',297317,NULL,10),(73315,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-06 02:00:03','2025-12-06 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986403;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-06 02:00:03','2025-12-06 02:00:03',297449,NULL,20),(73316,'woocommerce_refresh_order_count_cache','complete','2025-12-05 14:30:02','2025-12-05 14:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764945002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764945002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 14:30:02','2025-12-05 14:30:02',297375,NULL,10),(73317,'wc-admin_import_orders','complete','2025-12-05 04:12:00','2025-12-05 04:12:00','[184356]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764907920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764907920;}',2,1,'2025-12-05 04:13:04','2025-12-05 04:13:04',297329,NULL,10),(73318,'wc-admin_import_orders','complete','2025-12-05 04:12:00','2025-12-05 04:12:00','[184357]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764907920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764907920;}',2,1,'2025-12-05 04:13:04','2025-12-05 04:13:04',297329,NULL,10),(73319,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-05 07:00:02','2025-12-05 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764918002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764918002;}',6,1,'2025-12-05 07:00:02','2025-12-05 07:00:02',297344,NULL,10),(73320,'woocommerce_refresh_order_count_cache','complete','2025-12-06 02:30:02','2025-12-06 02:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764988202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764988202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-06 02:30:02','2025-12-06 02:30:02',297451,NULL,10),(73321,'wc-admin_import_orders','complete','2025-12-05 16:17:09','2025-12-05 16:17:09','[184358]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764951429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764951429;}',2,1,'2025-12-05 16:17:29','2025-12-05 16:17:29',297399,NULL,10),(73322,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-05 19:00:01','2025-12-05 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764961201;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764961201;}',6,1,'2025-12-05 19:30:02','2025-12-05 19:30:02',297416,NULL,10),(73323,'woocommerce_geoip_updater','complete','2025-12-20 22:30:01','2025-12-20 22:30:01','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766269801;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766269801;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,1,'2025-12-20 22:30:02','2025-12-20 22:30:02',300244,NULL,10),(73324,'woocommerce_cleanup_personal_data','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73325,'woocommerce_tracker_send_event_wrapper','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73326,'wp_mail_smtp_admin_notifications_update','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73327,'woocommerce_cleanup_logs','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73328,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73329,'woocommerce_scheduled_sales','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73330,'woocommerce_cleanup_draft_orders','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73331,'wc_admin_daily_wrapper','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73332,'woocommerce_cancel_unpaid_orders','complete','2025-12-09 02:00:03','2025-12-09 02:00:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765245603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765245603;}',14,1,'2025-12-09 02:30:02','2025-12-09 02:30:02',297866,NULL,10),(73334,'generate_category_lookup_table_wrapper','complete','2025-12-06 02:00:13','2025-12-06 02:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764986413;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764986413;}',14,1,'2025-12-06 02:30:02','2025-12-06 02:30:02',297451,NULL,10),(73335,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-07 02:00:03','2025-12-07 02:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765072803;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765072803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,20),(73336,'woocommerce_refresh_order_count_cache','complete','2025-12-06 14:30:02','2025-12-06 14:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765031402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765031402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-06 14:30:02','2025-12-06 14:30:02',297504,NULL,10),(73337,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-06 07:00:02','2025-12-06 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765004402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765004402;}',6,1,'2025-12-06 07:00:02','2025-12-06 07:00:02',297473,NULL,10),(73338,'woocommerce_refresh_order_count_cache','complete','2025-12-07 02:30:02','2025-12-07 02:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765074602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765074602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 02:30:03','2025-12-07 02:30:03',297582,NULL,10),(73339,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-06 19:00:02','2025-12-06 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765047602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765047602;}',6,1,'2025-12-06 19:07:35','2025-12-06 19:07:35',297526,NULL,10),(73340,'wc-admin_import_orders','complete','2025-12-06 19:18:05','2025-12-06 19:18:05','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765048685;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765048685;}',2,1,'2025-12-06 19:19:48','2025-12-06 19:19:48',297534,NULL,10),(73341,'wc-admin_import_orders','complete','2025-12-06 19:19:53','2025-12-06 19:19:53','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765048793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765048793;}',2,1,'2025-12-06 19:20:29','2025-12-06 19:20:29',297536,NULL,10),(73342,'woocommerce_cleanup_personal_data','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:28','2025-12-08 02:42:28',297700,NULL,10),(73343,'woocommerce_tracker_send_event_wrapper','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73344,'wp_mail_smtp_admin_notifications_update','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73345,'woocommerce_cleanup_logs','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73346,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73347,'woocommerce_scheduled_sales','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73348,'woocommerce_cleanup_draft_orders','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73349,'wc_admin_daily_wrapper','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,10),(73350,'woocommerce_refresh_order_count_cache','complete','2025-12-07 14:30:03','2025-12-07 14:30:03','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765117803;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765117803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 15:00:02','2025-12-07 15:00:02',297644,NULL,10),(73352,'generate_category_lookup_table_wrapper','complete','2025-12-07 02:30:13','2025-12-07 02:30:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765074613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765074613;}',14,1,'2025-12-07 02:45:19','2025-12-07 02:45:19',297584,NULL,10),(73353,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-08 02:30:03','2025-12-08 02:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765161003;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765161003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-08 02:42:30','2025-12-08 02:42:30',297700,NULL,20),(73354,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-07 07:00:01','2025-12-07 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765090801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765090801;}',6,1,'2025-12-07 07:30:02','2025-12-07 07:30:02',297608,NULL,10),(73355,'woocommerce_refresh_order_count_cache','complete','2025-12-08 03:00:02','2025-12-08 03:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765162802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765162802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-08 03:00:02','2025-12-08 03:00:02',297702,NULL,10),(73356,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-07 18:39:07','2025-12-07 18:39:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765132747;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765132747;}',6,1,'2025-12-07 19:00:02','2025-12-07 19:00:02',297663,NULL,10),(73357,'woocommerce_cleanup_personal_data','complete','2025-12-09 02:42:28','2025-12-09 02:42:28','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248148;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73358,'woocommerce_tracker_send_event_wrapper','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73359,'wp_mail_smtp_admin_notifications_update','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73360,'woocommerce_cleanup_logs','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73361,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73362,'woocommerce_scheduled_sales','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73363,'woocommerce_cleanup_draft_orders','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-09 03:00:02','2025-12-09 03:00:02',297868,NULL,10),(73364,'wc_admin_daily_wrapper','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-09 03:00:03','2025-12-09 03:00:03',297868,NULL,10),(73366,'generate_category_lookup_table_wrapper','complete','2025-12-08 02:42:40','2025-12-08 02:42:40','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765161760;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765161760;}',14,1,'2025-12-08 03:00:02','2025-12-08 03:00:02',297702,NULL,10),(73367,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-09 02:42:30','2025-12-09 02:42:30','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765248150;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765248150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-09 03:00:03','2025-12-09 03:00:03',297868,NULL,20),(73368,'woocommerce_refresh_order_count_cache','complete','2025-12-08 15:00:02','2025-12-08 15:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765206002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765206002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-08 15:00:02','2025-12-08 15:00:02',297796,NULL,10),(73369,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-08 07:00:02','2025-12-08 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765177202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765177202;}',6,1,'2025-12-08 07:30:02','2025-12-08 07:30:02',297731,NULL,10),(73370,'wc-admin_import_orders','complete','2025-12-08 13:40:00','2025-12-08 13:40:00','[184360]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765201200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765201200;}',2,1,'2025-12-08 13:43:52','2025-12-08 13:43:52',297771,NULL,10),(73371,'wc-admin_import_orders','complete','2025-12-08 14:35:21','2025-12-08 14:35:21','[184361]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765204521;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765204521;}',2,1,'2025-12-08 14:36:23','2025-12-08 14:36:23',297789,NULL,10),(73372,'woocommerce_refresh_order_count_cache','complete','2025-12-09 03:00:02','2025-12-09 03:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765249202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765249202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-09 03:00:03','2025-12-09 03:00:03',297869,NULL,10),(73373,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-08 19:00:02','2025-12-08 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765220402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765220402;}',6,1,'2025-12-08 19:00:02','2025-12-08 19:00:02',297819,NULL,10),(73374,'wc-admin_import_orders','complete','2025-12-08 20:14:05','2025-12-08 20:14:05','[184354]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765224845;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765224845;}',2,1,'2025-12-08 20:14:16','2025-12-08 20:14:16',297828,NULL,10),(73375,'wc-admin_import_orders','complete','2025-12-08 20:14:21','2025-12-08 20:14:21','[184356]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765224861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765224861;}',2,1,'2025-12-08 20:14:33','2025-12-08 20:14:33',297830,NULL,10),(73376,'woocommerce_cleanup_personal_data','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73377,'woocommerce_tracker_send_event_wrapper','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73378,'wp_mail_smtp_admin_notifications_update','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73379,'woocommerce_cleanup_logs','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73380,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73381,'woocommerce_scheduled_sales','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73382,'woocommerce_cleanup_draft_orders','complete','2025-12-10 03:00:02','2025-12-10 03:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335602;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298129,NULL,10),(73383,'wc_admin_daily_wrapper','complete','2025-12-10 03:00:03','2025-12-10 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335603;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298130,NULL,10),(73384,'woocommerce_cancel_unpaid_orders','complete','2025-12-12 03:00:03','2025-12-12 03:00:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765508403;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765508403;}',14,1,'2025-12-12 03:18:12','2025-12-12 03:18:12',298624,NULL,10),(73386,'generate_category_lookup_table_wrapper','complete','2025-12-09 03:00:13','2025-12-09 03:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765249213;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765249213;}',14,1,'2025-12-09 03:30:02','2025-12-09 03:30:02',297871,NULL,10),(73387,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-10 03:00:03','2025-12-10 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335603;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765335603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-10 03:00:03','2025-12-10 03:00:03',298130,NULL,20),(73388,'woocommerce_refresh_order_count_cache','complete','2025-12-09 15:00:03','2025-12-09 15:00:03','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765292403;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765292403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-09 15:30:02','2025-12-09 15:30:02',297940,NULL,10),(73389,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-09 07:00:02','2025-12-09 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765263602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765263602;}',6,1,'2025-12-09 07:30:02','2025-12-09 07:30:02',297893,NULL,10),(73390,'wc-admin_import_orders','complete','2025-12-09 13:12:24','2025-12-09 13:12:24','[184362]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765285944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765285944;}',2,1,'2025-12-09 13:13:19','2025-12-09 13:13:19',297929,NULL,10),(73391,'woocommerce_refresh_order_count_cache','complete','2025-12-10 03:30:02','2025-12-10 03:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765337402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765337402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 03:30:02','2025-12-10 03:30:02',298144,NULL,10),(73392,'wc-admin_import_orders','complete','2025-12-09 16:52:57','2025-12-09 16:52:57','[184360]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765299177;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765299177;}',2,1,'2025-12-09 16:53:27','2025-12-09 16:53:27',297955,NULL,10),(73393,'wc-admin_import_orders','complete','2025-12-09 16:53:50','2025-12-09 16:53:50','[184364]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765299230;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765299230;}',2,1,'2025-12-09 16:54:32','2025-12-09 16:54:32',297957,NULL,10),(73394,'wc-admin_import_orders','complete','2025-12-09 17:43:40','2025-12-09 17:43:40','[184365]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765302220;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765302220;}',2,1,'2025-12-09 17:44:15','2025-12-09 17:44:15',297968,NULL,10),(73395,'fetch_patterns','complete','2025-12-09 18:12:11','2025-12-09 18:12:11','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765303931;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765303931;}',6,1,'2025-12-09 18:12:18','2025-12-09 18:12:18',297975,NULL,10),(73396,'woocommerce_run_on_woocommerce_admin_updated','complete','2025-12-09 18:12:17','2025-12-09 18:12:17','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765303937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765303937;}',4,1,'2025-12-09 18:12:18','2025-12-09 18:12:18',297975,NULL,10),(73397,'wc-admin_import_orders','complete','2025-12-09 18:18:35','2025-12-09 18:18:35','[184347]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304315;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304315;}',2,1,'2025-12-09 18:18:37','2025-12-09 18:18:37',297983,NULL,10),(73398,'wc-admin_import_orders','complete','2025-12-09 18:18:59','2025-12-09 18:18:59','[184348]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304339;}',2,1,'2025-12-09 18:19:37','2025-12-09 18:19:37',297985,NULL,10),(73399,'wc-admin_import_orders','complete','2025-12-09 18:19:21','2025-12-09 18:19:21','[184353]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304361;}',2,1,'2025-12-09 18:19:37','2025-12-09 18:19:37',297985,NULL,10),(73400,'wc-admin_import_orders','complete','2025-12-09 18:19:52','2025-12-09 18:19:52','[184358]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304392;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304392;}',2,1,'2025-12-09 18:20:19','2025-12-09 18:20:19',297987,NULL,10),(73401,'wc-admin_import_orders','complete','2025-12-09 18:20:25','2025-12-09 18:20:25','[184358]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304425;}',2,1,'2025-12-09 18:20:55','2025-12-09 18:20:55',297989,NULL,10),(73402,'wc-admin_import_orders','complete','2025-12-09 18:21:43','2025-12-09 18:21:43','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304503;}',2,1,'2025-12-09 18:21:57','2025-12-09 18:21:57',297992,NULL,10),(73403,'wc-admin_import_orders','complete','2025-12-09 18:22:06','2025-12-09 18:22:06','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304526;}',2,1,'2025-12-09 18:22:22','2025-12-09 18:22:22',297994,NULL,10),(73404,'wc-admin_import_orders','complete','2025-12-09 18:22:32','2025-12-09 18:22:32','[184359]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304552;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304552;}',2,1,'2025-12-09 18:23:06','2025-12-09 18:23:06',297996,NULL,10),(73405,'wc-admin_import_orders','complete','2025-12-09 18:23:51','2025-12-09 18:23:51','[184361]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304631;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304631;}',2,1,'2025-12-09 18:24:10','2025-12-09 18:24:10',297999,NULL,10),(73406,'wc-admin_import_orders','complete','2025-12-09 18:24:58','2025-12-09 18:24:58','[184362]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765304698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765304698;}',2,1,'2025-12-09 18:25:13','2025-12-09 18:25:13',298002,NULL,10),(73407,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-09 19:00:02','2025-12-09 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765306802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765306802;}',6,1,'2025-12-09 19:00:02','2025-12-09 19:00:02',298008,NULL,10),(73408,'wc-admin_import_orders','complete','2025-12-09 23:11:15','2025-12-09 23:11:15','[184366]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765321875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765321875;}',2,1,'2025-12-09 23:11:57','2025-12-09 23:11:57',298040,NULL,10),(73409,'wc-admin_import_orders','complete','2025-12-10 02:38:20','2025-12-10 02:38:20','[184364]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765334300;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765334300;}',2,1,'2025-12-10 02:38:22','2025-12-10 02:38:22',298105,NULL,10),(73410,'wc-admin_import_orders','complete','2025-12-10 02:38:52','2025-12-10 02:38:52','[184365]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765334332;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765334332;}',2,1,'2025-12-10 02:39:16','2025-12-10 02:39:16',298107,NULL,10),(73411,'woocommerce_cleanup_personal_data','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73412,'woocommerce_tracker_send_event_wrapper','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73413,'wp_mail_smtp_admin_notifications_update','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73414,'woocommerce_cleanup_logs','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73415,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73416,'woocommerce_scheduled_sales','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73417,'woocommerce_cleanup_draft_orders','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-11 03:05:19','2025-12-11 03:05:19',298366,NULL,10),(73418,'wc_admin_daily_wrapper','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-11 03:05:20','2025-12-11 03:05:20',298366,NULL,10),(73420,'generate_category_lookup_table_wrapper','complete','2025-12-10 03:00:13','2025-12-10 03:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765335613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765335613;}',14,1,'2025-12-10 03:00:16','2025-12-10 03:00:16',298132,NULL,10),(73421,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-11 03:00:03','2025-12-11 03:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422003;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765422003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-11 03:05:20','2025-12-11 03:05:20',298366,NULL,20),(73422,'woocommerce_refresh_order_count_cache','complete','2025-12-10 15:30:02','2025-12-10 15:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765380602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765380602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 15:39:19','2025-12-10 15:39:19',298238,NULL,10),(73423,'wc-admin_import_orders','complete','2025-12-10 05:25:17','2025-12-10 05:25:17','[184367]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765344317;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765344317;}',2,1,'2025-12-10 05:26:24','2025-12-10 05:26:24',298161,NULL,10),(73424,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-10 07:00:02','2025-12-10 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765350002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765350002;}',6,1,'2025-12-10 07:00:02','2025-12-10 07:00:02',298171,NULL,10),(73425,'woocommerce_refresh_order_count_cache','complete','2025-12-11 03:39:19','2025-12-11 03:39:19','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765424359;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765424359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-11 03:44:19','2025-12-11 03:44:19',298377,NULL,10),(73426,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-10 18:40:38','2025-12-10 18:40:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765392038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765392038;}',6,1,'2025-12-10 18:53:24','2025-12-10 18:53:24',298269,NULL,10),(73427,'wc-admin_import_orders','complete','2025-12-10 20:09:32','2025-12-10 20:09:32','[184368]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765397372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765397372;}',2,1,'2025-12-10 20:10:18','2025-12-10 20:10:18',298288,NULL,10),(73428,'wc-admin_import_orders','complete','2025-12-11 01:05:15','2025-12-11 01:05:15','[184369]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765415115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765415115;}',2,1,'2025-12-11 01:08:01','2025-12-11 01:08:01',298344,NULL,10),(73429,'wc-admin_import_orders','complete','2025-12-11 01:13:59','2025-12-11 01:13:59','[184369]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765415639;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765415639;}',2,1,'2025-12-11 01:15:12','2025-12-11 01:15:12',298347,NULL,10),(73430,'woocommerce_cleanup_personal_data','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73431,'woocommerce_tracker_send_event_wrapper','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73432,'wp_mail_smtp_admin_notifications_update','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73433,'woocommerce_cleanup_logs','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73434,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73435,'woocommerce_scheduled_sales','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73436,'woocommerce_cleanup_draft_orders','complete','2025-12-12 03:05:19','2025-12-12 03:05:19','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508719;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508719;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-12 03:18:13','2025-12-12 03:18:13',298624,NULL,10),(73437,'wc_admin_daily_wrapper','complete','2025-12-12 03:05:20','2025-12-12 03:05:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508720;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508720;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:14','2025-12-12 03:18:14',298624,NULL,10),(73439,'generate_category_lookup_table_wrapper','complete','2025-12-11 03:05:30','2025-12-11 03:05:30','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765422330;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765422330;}',14,1,'2025-12-11 03:18:26','2025-12-11 03:18:26',298368,NULL,10),(73440,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-12 03:05:20','2025-12-12 03:05:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508720;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765508720;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-12 03:18:14','2025-12-12 03:18:14',298624,NULL,20),(73441,'woocommerce_refresh_order_count_cache','complete','2025-12-11 15:44:19','2025-12-11 15:44:19','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765467859;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765467859;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-11 16:00:02','2025-12-11 16:00:02',298450,NULL,10),(73442,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-11 07:00:01','2025-12-11 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765436401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765436401;}',6,1,'2025-12-11 07:30:02','2025-12-11 07:30:02',298402,NULL,10),(73443,'woocommerce_refresh_order_count_cache','complete','2025-12-12 04:00:02','2025-12-12 04:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765512002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765512002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-12 04:00:02','2025-12-12 04:00:02',298632,NULL,10),(73444,'wc-admin_import_orders','complete','2025-12-11 16:31:41','2025-12-11 16:31:41','[184370]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765470701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765470701;}',2,1,'2025-12-11 16:32:48','2025-12-11 16:32:48',298461,NULL,10),(73445,'wc-admin_import_orders','complete','2025-12-11 17:49:03','2025-12-11 17:49:03','[184371]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765475343;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765475343;}',2,1,'2025-12-11 17:49:36','2025-12-11 17:49:36',298476,NULL,10),(73446,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-11 18:40:48','2025-12-11 18:40:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765478448;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765478448;}',6,1,'2025-12-11 18:41:39','2025-12-11 18:41:39',298483,NULL,10),(73447,'wc-admin_import_orders','complete','2025-12-11 20:34:42','2025-12-11 20:34:42','[184372]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485282;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485282;}',2,1,'2025-12-11 20:35:24','2025-12-11 20:35:24',298523,NULL,10),(73448,'fetch_patterns','complete','2025-12-11 20:35:21','2025-12-11 20:35:21','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485321;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485321;}',6,1,'2025-12-11 20:35:25','2025-12-11 20:35:25',298523,NULL,10),(73449,'woocommerce_run_update_callback','complete','2025-12-11 20:35:23','2025-12-11 20:35:23','{\"update_callback\":\"wc_update_1040_add_idx_date_paid_status_parent\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485323;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485323;}',3,1,'2025-12-11 20:35:25','2025-12-11 20:35:25',298523,NULL,10),(73450,'woocommerce_run_update_callback','complete','2025-12-11 20:35:24','2025-12-11 20:35:24','{\"update_callback\":\"wc_update_1040_cleanup_legacy_ptk_patterns_fetching\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485324;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485324;}',3,1,'2025-12-11 20:35:25','2025-12-11 20:35:25',298523,NULL,10),(73451,'woocommerce_update_db_to_current_version','complete','2025-12-11 20:35:25','2025-12-11 20:35:25','{\"version\":\"10.4.0\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485325;}',3,1,'2025-12-11 20:35:25','2025-12-11 20:35:25',298524,NULL,10),(73452,'woocommerce_run_on_woocommerce_admin_updated','complete','2025-12-11 20:35:24','2025-12-11 20:35:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485324;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485324;}',4,1,'2025-12-11 20:35:25','2025-12-11 20:35:25',298523,NULL,10),(73453,'wc-admin_import_orders','complete','2025-12-11 20:36:11','2025-12-11 20:36:11','[184372]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485371;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485371;}',2,1,'2025-12-11 20:36:19','2025-12-11 20:36:19',298526,NULL,10),(73454,'wc_schedule_pending_batch_processes','complete','2025-12-11 20:36:07','2025-12-11 20:36:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485367;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485367;}',15,1,'2025-12-11 20:36:19','2025-12-11 20:36:19',298526,NULL,10),(73455,'wc_run_batch_process','complete','2025-12-11 20:36:19','2025-12-11 20:36:19','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765485379;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765485379;}',6,1,'2025-12-11 20:36:19','2025-12-11 20:36:19',298527,NULL,10),(73456,'wc-admin_import_orders','complete','2025-12-11 21:32:54','2025-12-11 21:32:54','[184376]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765488774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765488774;}',2,1,'2025-12-11 21:35:23','2025-12-11 21:35:23',298554,NULL,10),(73457,'wc_schedule_pending_batch_processes','complete','2025-12-11 21:32:49','2025-12-11 21:32:49','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765488769;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765488769;}',15,1,'2025-12-11 21:35:23','2025-12-11 21:35:23',298554,NULL,10),(73458,'wc_run_batch_process','complete','2025-12-11 21:35:23','2025-12-11 21:35:23','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765488923;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765488923;}',6,1,'2025-12-11 21:35:23','2025-12-11 21:35:23',298555,NULL,10),(73459,'wc-admin_import_orders','complete','2025-12-11 21:35:28','2025-12-11 21:35:28','[184376]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765488928;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765488928;}',2,1,'2025-12-11 22:00:01','2025-12-11 22:00:01',298557,NULL,10),(73460,'wc-admin_import_orders','complete','2025-12-12 02:10:04','2025-12-12 02:10:04','[184377]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505404;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505404;}',2,1,'2025-12-12 02:11:54','2025-12-12 02:11:54',298591,NULL,10),(73461,'wc_schedule_pending_batch_processes','complete','2025-12-12 02:09:59','2025-12-12 02:09:59','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505399;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505399;}',15,1,'2025-12-12 02:11:54','2025-12-12 02:11:54',298591,NULL,10),(73462,'wc_run_batch_process','complete','2025-12-12 02:11:54','2025-12-12 02:11:54','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505514;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505514;}',6,1,'2025-12-12 02:11:54','2025-12-12 02:11:54',298592,NULL,10),(73463,'wc-admin_import_orders','complete','2025-12-12 02:12:30','2025-12-12 02:12:30','[184378]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505550;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505550;}',2,1,'2025-12-12 02:16:09','2025-12-12 02:16:09',298597,NULL,10),(73464,'wc_schedule_pending_batch_processes','complete','2025-12-12 02:12:25','2025-12-12 02:12:25','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505545;}',15,1,'2025-12-12 02:12:26','2025-12-12 02:12:26',298594,NULL,10),(73465,'wc_run_batch_process','complete','2025-12-12 02:12:26','2025-12-12 02:12:26','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505546;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505546;}',6,1,'2025-12-12 02:12:26','2025-12-12 02:12:26',298595,NULL,10),(73466,'wc-admin_import_orders','complete','2025-12-12 02:17:40','2025-12-12 02:17:40','[184378]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505860;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505860;}',2,1,'2025-12-12 02:18:19','2025-12-12 02:18:19',298601,NULL,10),(73467,'wc_schedule_pending_batch_processes','complete','2025-12-12 02:17:35','2025-12-12 02:17:35','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505855;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505855;}',15,1,'2025-12-12 02:18:19','2025-12-12 02:18:19',298601,NULL,10),(73468,'wc_run_batch_process','complete','2025-12-12 02:18:19','2025-12-12 02:18:19','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505899;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505899;}',6,1,'2025-12-12 02:18:19','2025-12-12 02:18:19',298602,NULL,10),(73469,'wc-admin_import_orders','complete','2025-12-12 02:18:32','2025-12-12 02:18:32','[184379]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505912;}',2,1,'2025-12-12 02:19:18','2025-12-12 02:19:18',298604,NULL,10),(73470,'wc_schedule_pending_batch_processes','complete','2025-12-12 02:18:27','2025-12-12 02:18:27','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505907;}',15,1,'2025-12-12 02:19:18','2025-12-12 02:19:18',298604,NULL,10),(73471,'wc-admin_import_orders','complete','2025-12-12 02:19:22','2025-12-12 02:19:22','[184380]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505962;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505962;}',2,1,'2025-12-12 02:22:02','2025-12-12 02:22:02',298607,NULL,10),(73472,'wc_run_batch_process','complete','2025-12-12 02:19:18','2025-12-12 02:19:18','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765505958;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765505958;}',6,1,'2025-12-12 02:19:18','2025-12-12 02:19:18',298605,NULL,10),(73473,'wc-admin_import_orders','complete','2025-12-12 02:28:46','2025-12-12 02:28:46','[184380]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765506526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765506526;}',2,1,'2025-12-12 02:29:09','2025-12-12 02:29:09',298613,NULL,10),(73474,'wc-admin_import_orders','complete','2025-12-12 02:30:30','2025-12-12 02:30:30','[184378]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765506630;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765506630;}',2,1,'2025-12-12 02:31:47','2025-12-12 02:31:47',298617,NULL,10),(73475,'woocommerce_cleanup_personal_data','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73476,'woocommerce_tracker_send_event_wrapper','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73477,'wp_mail_smtp_admin_notifications_update','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73478,'woocommerce_cleanup_logs','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73479,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73480,'woocommerce_scheduled_sales','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73481,'woocommerce_cleanup_draft_orders','complete','2025-12-13 03:18:13','2025-12-13 03:18:13','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595893;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73482,'wc_admin_daily_wrapper','complete','2025-12-13 03:18:14','2025-12-13 03:18:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595894;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:03','2025-12-13 03:30:03',298746,NULL,10),(73483,'woocommerce_cancel_unpaid_orders','complete','2025-12-15 03:18:14','2025-12-15 03:18:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765768694;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765768694;}',14,1,'2025-12-15 03:27:41','2025-12-15 03:27:41',298980,NULL,10),(73485,'generate_category_lookup_table_wrapper','complete','2025-12-12 03:18:24','2025-12-12 03:18:24','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765509504;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765509504;}',14,1,'2025-12-12 03:18:54','2025-12-12 03:18:54',298627,NULL,10),(73486,'fetch_patterns','complete','2025-12-12 03:18:14','2025-12-12 03:18:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765509494;s:18:\"\0*\0first_timestamp\";i:1765509494;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765509494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-12 03:18:14','2025-12-12 03:18:14',298625,NULL,10),(73487,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-13 03:18:14','2025-12-13 03:18:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595894;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-13 03:30:04','2025-12-13 03:30:04',298746,NULL,20),(73488,'fetch_patterns','complete','2025-12-13 03:18:14','2025-12-13 03:18:14','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595894;s:18:\"\0*\0first_timestamp\";i:1765509494;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595894;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-13 03:30:04','2025-12-13 03:30:04',298746,NULL,10),(73489,'woocommerce_refresh_order_count_cache','complete','2025-12-12 16:00:02','2025-12-12 16:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765555202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765555202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-12 16:30:02','2025-12-12 16:30:02',298695,NULL,10),(73490,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-12 06:38:56','2025-12-12 06:38:56','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765521536;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765521536;}',6,1,'2025-12-12 06:56:51','2025-12-12 06:56:51',298647,NULL,10),(73491,'woocommerce_refresh_order_count_cache','complete','2025-12-13 04:30:02','2025-12-13 04:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765600202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765600202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-13 04:30:02','2025-12-13 04:30:02',298751,NULL,10),(73492,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-12 19:00:02','2025-12-12 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765566002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765566002;}',6,1,'2025-12-12 19:30:01','2025-12-12 19:30:01',298708,NULL,10),(73493,'woocommerce_cleanup_personal_data','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:02','2025-12-14 04:00:02',298871,NULL,10),(73494,'woocommerce_tracker_send_event_wrapper','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:02','2025-12-14 04:00:02',298871,NULL,10),(73495,'wp_mail_smtp_admin_notifications_update','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-14 04:00:02','2025-12-14 04:00:02',298871,NULL,10),(73496,'woocommerce_cleanup_logs','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73497,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73498,'woocommerce_scheduled_sales','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73499,'woocommerce_cleanup_draft_orders','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73500,'wc_admin_daily_wrapper','complete','2025-12-14 03:30:03','2025-12-14 03:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683003;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73501,'fetch_patterns','complete','2025-12-14 03:30:04','2025-12-14 03:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683004;s:18:\"\0*\0first_timestamp\";i:1765509494;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,10),(73503,'generate_category_lookup_table_wrapper','complete','2025-12-13 03:30:14','2025-12-13 03:30:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765596614;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765596614;}',14,1,'2025-12-13 04:00:01','2025-12-13 04:00:01',298748,NULL,10),(73504,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-14 03:30:04','2025-12-14 03:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765683004;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765683004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-14 04:00:03','2025-12-14 04:00:03',298871,NULL,20),(73505,'woocommerce_refresh_order_count_cache','complete','2025-12-13 16:30:02','2025-12-13 16:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765643402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765643402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-13 17:00:02','2025-12-13 17:00:02',298818,NULL,10),(73506,'woocommerce_update_marketplace_suggestions','complete','2025-12-13 06:07:14','2025-12-13 06:07:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765606034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765606034;}',6,1,'2025-12-13 06:07:20','2025-12-13 06:07:20',298762,NULL,10),(73507,'wc-admin_import_orders','complete','2025-12-13 06:08:23','2025-12-13 06:08:23','[184366]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765606103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765606103;}',2,1,'2025-12-13 06:09:04','2025-12-13 06:09:04',298765,NULL,10),(73508,'wc-admin_import_orders','complete','2025-12-13 06:08:57','2025-12-13 06:08:57','[184376]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765606137;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765606137;}',2,1,'2025-12-13 06:09:04','2025-12-13 06:09:04',298765,NULL,10),(73509,'wc-admin_import_orders','complete','2025-12-13 06:09:58','2025-12-13 06:09:58','[184367]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765606198;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765606198;}',2,1,'2025-12-13 06:10:11','2025-12-13 06:10:11',298768,NULL,10),(73510,'wc-admin_import_orders','complete','2025-12-13 06:10:36','2025-12-13 06:10:36','[184368]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765606236;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765606236;}',2,1,'2025-12-13 06:11:34','2025-12-13 06:11:34',298771,NULL,10),(73511,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-13 07:00:02','2025-12-13 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765609202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765609202;}',6,1,'2025-12-13 07:30:02','2025-12-13 07:30:02',298778,NULL,10),(73512,'woocommerce_refresh_order_count_cache','complete','2025-12-14 05:00:02','2025-12-14 05:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765688402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765688402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-14 05:00:02','2025-12-14 05:00:02',298876,NULL,10),(73513,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-13 19:00:01','2025-12-13 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765652401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765652401;}',6,1,'2025-12-13 19:30:02','2025-12-13 19:30:02',298831,NULL,10),(73514,'woocommerce_cleanup_personal_data','complete','2025-12-15 04:00:02','2025-12-15 04:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771202;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:03','2025-12-15 04:00:03',298984,NULL,10),(73515,'woocommerce_tracker_send_event_wrapper','complete','2025-12-15 04:00:02','2025-12-15 04:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771202;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298984,NULL,10),(73516,'wp_mail_smtp_admin_notifications_update','complete','2025-12-15 04:00:02','2025-12-15 04:00:02','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771202;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298984,NULL,10),(73517,'woocommerce_cleanup_logs','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298985,NULL,10),(73518,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298985,NULL,10),(73519,'woocommerce_scheduled_sales','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298985,NULL,10),(73520,'woocommerce_cleanup_draft_orders','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298985,NULL,10),(73521,'wc_admin_daily_wrapper','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:05','2025-12-15 04:00:05',298985,NULL,10),(73522,'fetch_patterns','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1765509494;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 04:00:06','2025-12-15 04:00:06',298985,NULL,10),(73524,'generate_category_lookup_table_wrapper','complete','2025-12-14 04:00:13','2025-12-14 04:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765684813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765684813;}',14,1,'2025-12-14 04:30:01','2025-12-14 04:30:01',298873,NULL,10),(73525,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-15 04:00:03','2025-12-15 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765771203;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765771203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-15 04:00:06','2025-12-15 04:00:06',298985,NULL,20),(73526,'woocommerce_refresh_order_count_cache','complete','2025-12-14 17:00:02','2025-12-14 17:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765731602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765731602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-14 17:30:02','2025-12-14 17:30:02',298932,NULL,10),(73527,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-14 07:00:02','2025-12-14 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765695602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765695602;}',6,1,'2025-12-14 07:30:02','2025-12-14 07:30:02',298889,NULL,10),(73528,'woocommerce_refresh_order_count_cache','complete','2025-12-15 05:30:02','2025-12-15 05:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765776602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765776602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-15 05:30:02','2025-12-15 05:30:02',298993,NULL,10),(73529,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-14 19:00:02','2025-12-14 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765738802;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765738802;}',6,1,'2025-12-14 19:30:01','2025-12-14 19:30:01',298942,NULL,10),(73530,'woocommerce_cleanup_personal_data','complete','2025-12-16 04:00:03','2025-12-16 04:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73531,'woocommerce_tracker_send_event_wrapper','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73532,'wp_mail_smtp_admin_notifications_update','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73533,'woocommerce_cleanup_logs','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73534,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73535,'woocommerce_scheduled_sales','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73536,'woocommerce_cleanup_draft_orders','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73537,'wc_admin_daily_wrapper','complete','2025-12-16 04:00:05','2025-12-16 04:00:05','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857605;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,10),(73539,'woocommerce_cancel_unpaid_orders','complete','2025-12-18 04:00:06','2025-12-18 04:00:06','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766030406;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766030406;}',14,1,'2025-12-18 04:30:02','2025-12-18 04:30:02',299827,NULL,10),(73541,'generate_category_lookup_table_wrapper','complete','2025-12-15 04:00:16','2025-12-15 04:00:16','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765771216;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765771216;}',14,1,'2025-12-15 04:30:02','2025-12-15 04:30:02',298987,NULL,10),(73542,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-16 04:00:06','2025-12-16 04:00:06','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765857606;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765857606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-16 04:30:03','2025-12-16 04:30:03',299331,NULL,20),(73543,'woocommerce_refresh_order_count_cache','complete','2025-12-15 17:30:02','2025-12-15 17:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765819802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765819802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-15 17:30:53','2025-12-15 17:30:53',299149,NULL,10),(73544,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-15 07:00:02','2025-12-15 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765782002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765782002;}',6,1,'2025-12-15 07:00:02','2025-12-15 07:00:02',299000,NULL,10),(73545,'woocommerce_run_on_woocommerce_admin_updated','complete','2025-12-15 15:54:32','2025-12-15 15:54:32','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765814072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765814072;}',4,1,'2025-12-15 15:54:33','2025-12-15 15:54:33',299065,NULL,10),(73546,'fetch_patterns','complete','2025-12-15 15:55:57','2025-12-15 15:55:57','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765814157;s:18:\"\0*\0first_timestamp\";i:1765814157;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765814157;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 15:56:30','2025-12-15 15:56:30',299068,NULL,10),(73547,'action_scheduler/migration_hook','complete','2025-12-15 15:56:57','2025-12-15 15:56:57','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765814217;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765814217;}',1,1,'2025-12-15 15:57:33','2025-12-15 15:57:33',299070,NULL,10),(73549,'fetch_patterns','complete','2025-12-15 16:53:44','2025-12-15 16:53:44','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765817624;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765817624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-15 16:54:17','2025-12-15 16:54:17',299118,NULL,10),(73550,'action_scheduler/migration_hook','complete','2025-12-15 16:54:44','2025-12-15 16:54:44','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765817684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765817684;}',1,1,'2025-12-15 16:55:23','2025-12-15 16:55:23',299120,NULL,10),(73551,'fetch_patterns','complete','2025-12-16 16:54:17','2025-12-16 16:54:17','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765904057;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765904057;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-16 16:54:31','2025-12-16 16:54:31',299430,NULL,10),(73552,'woocommerce_refresh_order_count_cache','complete','2025-12-16 05:30:53','2025-12-16 05:30:53','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765863053;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765863053;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-16 05:53:29','2025-12-16 05:53:29',299344,NULL,10),(73553,'wc-admin_import_orders','complete','2025-12-15 17:37:00','2025-12-15 17:37:00','[184384]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820220;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820220;}',2,1,'2025-12-15 17:37:16','2025-12-15 17:37:16',299156,NULL,10),(73554,'wc_schedule_pending_batch_processes','complete','2025-12-15 17:36:55','2025-12-15 17:36:55','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820215;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820215;}',15,1,'2025-12-15 17:37:16','2025-12-15 17:37:16',299156,NULL,10),(73555,'wc_run_batch_process','complete','2025-12-15 17:37:16','2025-12-15 17:37:16','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820236;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820236;}',6,1,'2025-12-15 17:37:16','2025-12-15 17:37:16',299157,NULL,10),(73556,'wc-admin_import_orders','complete','2025-12-15 17:37:29','2025-12-15 17:37:29','[184384]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820249;}',2,1,'2025-12-15 17:38:52','2025-12-15 17:38:52',299159,NULL,10),(73557,'wc-admin_import_orders','complete','2025-12-15 17:47:20','2025-12-15 17:47:20','[184385]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820840;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820840;}',2,1,'2025-12-15 17:49:47','2025-12-15 17:49:47',299171,NULL,10),(73558,'wc_schedule_pending_batch_processes','complete','2025-12-15 17:47:15','2025-12-15 17:47:15','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820835;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820835;}',15,1,'2025-12-15 17:47:17','2025-12-15 17:47:17',299168,NULL,10),(73559,'wc_run_batch_process','complete','2025-12-15 17:47:17','2025-12-15 17:47:17','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765820837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765820837;}',6,1,'2025-12-15 17:47:17','2025-12-15 17:47:17',299169,NULL,10),(73560,'wc-admin_import_orders','complete','2025-12-15 18:11:39','2025-12-15 18:11:39','[184386]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765822299;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765822299;}',2,1,'2025-12-15 18:14:42','2025-12-15 18:14:42',299191,NULL,10),(73561,'wc_schedule_pending_batch_processes','complete','2025-12-15 18:11:34','2025-12-15 18:11:34','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765822294;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765822294;}',15,1,'2025-12-15 18:14:42','2025-12-15 18:14:42',299191,NULL,10),(73562,'wc_run_batch_process','complete','2025-12-15 18:14:42','2025-12-15 18:14:42','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765822482;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765822482;}',6,1,'2025-12-15 18:14:42','2025-12-15 18:14:42',299192,NULL,10),(73563,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-15 18:35:22','2025-12-15 18:35:22','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765823722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765823722;}',6,1,'2025-12-15 18:43:46','2025-12-15 18:43:46',299199,NULL,10),(73564,'wc-admin_import_orders','complete','2025-12-15 19:58:57','2025-12-15 19:58:57','[184387]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765828737;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765828737;}',2,1,'2025-12-15 20:00:01','2025-12-15 20:00:01',299214,NULL,10),(73565,'wc_schedule_pending_batch_processes','complete','2025-12-15 19:58:52','2025-12-15 19:58:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765828732;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765828732;}',15,1,'2025-12-15 20:00:01','2025-12-15 20:00:01',299214,NULL,10),(73566,'wc_run_batch_process','complete','2025-12-15 20:00:01','2025-12-15 20:00:01','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765828801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765828801;}',6,1,'2025-12-15 20:00:02','2025-12-15 20:00:02',299215,NULL,10),(73567,'wc-admin_import_orders','complete','2025-12-15 20:00:38','2025-12-15 20:00:38','[184387]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765828838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765828838;}',2,1,'2025-12-15 20:04:51','2025-12-15 20:04:51',299217,NULL,10),(73568,'wc-admin_import_orders','complete','2025-12-15 20:16:25','2025-12-15 20:16:25','[184388]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765829785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765829785;}',2,1,'2025-12-15 20:30:02','2025-12-15 20:30:02',299224,NULL,10),(73569,'wc_schedule_pending_batch_processes','complete','2025-12-15 20:16:20','2025-12-15 20:16:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765829780;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765829780;}',15,1,'2025-12-15 20:30:02','2025-12-15 20:30:02',299224,NULL,10),(73570,'wc_run_batch_process','complete','2025-12-15 20:30:02','2025-12-15 20:30:02','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765830602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765830602;}',6,1,'2025-12-15 20:30:02','2025-12-15 20:30:02',299225,NULL,10),(73571,'woocommerce_cleanup_personal_data','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73572,'woocommerce_tracker_send_event_wrapper','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73573,'wp_mail_smtp_admin_notifications_update','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73574,'woocommerce_cleanup_logs','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73575,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73576,'woocommerce_scheduled_sales','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73577,'woocommerce_cleanup_draft_orders','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73578,'wc_admin_daily_wrapper','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,10),(73580,'generate_category_lookup_table_wrapper','complete','2025-12-16 04:30:13','2025-12-16 04:30:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765859413;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765859413;}',14,1,'2025-12-16 04:39:48','2025-12-16 04:39:48',299333,NULL,10),(73581,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-17 04:30:03','2025-12-17 04:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765945803;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765945803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-17 05:00:03','2025-12-17 05:00:03',299518,NULL,20),(73582,'woocommerce_refresh_order_count_cache','complete','2025-12-16 17:53:29','2025-12-16 17:53:29','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765907609;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765907609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-16 18:00:02','2025-12-16 18:00:02',299448,NULL,10),(73583,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-16 07:00:02','2025-12-16 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765868402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765868402;}',6,1,'2025-12-16 07:18:09','2025-12-16 07:18:09',299353,NULL,10),(73584,'wc-admin_import_orders','complete','2025-12-16 16:51:14','2025-12-16 16:51:14','[184389]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765903874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765903874;}',2,1,'2025-12-16 16:51:44','2025-12-16 16:51:44',299425,NULL,10),(73585,'wc_schedule_pending_batch_processes','complete','2025-12-16 16:51:09','2025-12-16 16:51:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765903869;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765903869;}',15,1,'2025-12-16 16:51:44','2025-12-16 16:51:44',299425,NULL,10),(73586,'wc_run_batch_process','complete','2025-12-16 16:51:44','2025-12-16 16:51:44','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765903904;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765903904;}',6,1,'2025-12-16 16:51:44','2025-12-16 16:51:44',299426,NULL,10),(73587,'fetch_patterns','complete','2025-12-17 16:54:31','2025-12-17 16:54:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765990471;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765990471;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-17 17:00:02','2025-12-17 17:00:02',299627,NULL,10),(73588,'wc-admin_import_orders','complete','2025-12-16 16:57:47','2025-12-16 16:57:47','[184390]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904267;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904267;}',2,1,'2025-12-16 16:58:16','2025-12-16 16:58:16',299435,NULL,10),(73589,'wc_schedule_pending_batch_processes','complete','2025-12-16 16:57:42','2025-12-16 16:57:42','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904262;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904262;}',15,1,'2025-12-16 16:58:16','2025-12-16 16:58:16',299435,NULL,10),(73590,'wc_run_batch_process','complete','2025-12-16 16:58:16','2025-12-16 16:58:16','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904296;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904296;}',6,1,'2025-12-16 16:58:16','2025-12-16 16:58:16',299436,NULL,10),(73591,'wc-admin_import_orders','complete','2025-12-16 17:02:25','2025-12-16 17:02:25','[184391]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904545;}',2,1,'2025-12-16 17:30:02','2025-12-16 17:30:02',299445,NULL,10),(73592,'wc_schedule_pending_batch_processes','complete','2025-12-16 17:02:20','2025-12-16 17:02:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904540;}',15,1,'2025-12-16 17:02:21','2025-12-16 17:02:21',299442,NULL,10),(73593,'wc_run_batch_process','complete','2025-12-16 17:02:21','2025-12-16 17:02:21','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765904541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765904541;}',6,1,'2025-12-16 17:02:21','2025-12-16 17:02:21',299443,NULL,10),(73594,'woocommerce_refresh_order_count_cache','complete','2025-12-17 06:00:02','2025-12-17 06:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765951202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765951202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-17 06:00:02','2025-12-17 06:00:02',299524,NULL,10),(73595,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-16 18:34:12','2025-12-16 18:34:12','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765910052;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765910052;}',6,1,'2025-12-16 18:36:13','2025-12-16 18:36:13',299456,NULL,10),(73596,'woocommerce_cleanup_personal_data','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73597,'woocommerce_tracker_send_event_wrapper','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73598,'wp_mail_smtp_admin_notifications_update','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73599,'woocommerce_cleanup_logs','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73600,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73601,'woocommerce_scheduled_sales','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73602,'woocommerce_cleanup_draft_orders','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73603,'wc_admin_daily_wrapper','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,10),(73605,'generate_category_lookup_table_wrapper','complete','2025-12-17 05:00:13','2025-12-17 05:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765947613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765947613;}',14,1,'2025-12-17 05:10:22','2025-12-17 05:10:22',299520,NULL,10),(73606,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-18 05:00:03','2025-12-18 05:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766034003;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766034003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-18 05:10:20','2025-12-18 05:10:20',299831,NULL,20),(73607,'woocommerce_refresh_order_count_cache','complete','2025-12-17 18:00:02','2025-12-17 18:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765994402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765994402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-17 18:00:02','2025-12-17 18:00:02',299633,NULL,10),(73608,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-17 07:00:01','2025-12-17 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765954801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765954801;}',6,1,'2025-12-17 07:08:33','2025-12-17 07:08:33',299531,NULL,10),(73609,'fetch_patterns','complete','2025-12-18 17:00:02','2025-12-18 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766077202;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766077202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-18 17:00:02','2025-12-18 17:00:02',299894,NULL,10),(73610,'woocommerce_refresh_order_count_cache','complete','2025-12-18 06:00:02','2025-12-18 06:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766037602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766037602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-18 06:30:02','2025-12-18 06:30:02',299839,NULL,10),(73611,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-17 19:00:02','2025-12-17 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765998002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765998002;}',6,1,'2025-12-17 19:29:54','2025-12-17 19:29:54',299651,NULL,10),(73612,'wc-admin_import_orders','complete','2025-12-17 20:17:53','2025-12-17 20:17:53','[184386]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766002673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766002673;}',2,1,'2025-12-17 20:18:17','2025-12-17 20:18:17',299661,NULL,10),(73613,'wc-admin_import_orders','complete','2025-12-17 20:18:37','2025-12-17 20:18:37','[184389]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766002717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766002717;}',2,1,'2025-12-17 20:18:41','2025-12-17 20:18:41',299663,NULL,10),(73614,'wc-admin_import_orders','complete','2025-12-17 20:19:28','2025-12-17 20:19:28','[184391]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766002768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766002768;}',2,1,'2025-12-17 20:19:46','2025-12-17 20:19:46',299666,NULL,10),(73615,'wc-admin_import_orders','complete','2025-12-17 21:59:47','2025-12-17 21:59:47','[184369]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008787;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008787;}',2,1,'2025-12-17 22:00:01','2025-12-17 22:00:01',299689,NULL,10),(73616,'wc-admin_import_orders','complete','2025-12-17 22:00:15','2025-12-17 22:00:15','[184370]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008815;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008815;}',2,1,'2025-12-17 22:00:18','2025-12-17 22:00:18',299691,NULL,10),(73617,'wc-admin_import_orders','complete','2025-12-17 22:00:24','2025-12-17 22:00:24','[184370]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008824;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008824;}',2,1,'2025-12-17 22:01:08','2025-12-17 22:01:08',299693,NULL,10),(73618,'wc-admin_import_orders','complete','2025-12-17 22:00:51','2025-12-17 22:00:51','[184371]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008851;}',2,1,'2025-12-17 22:01:08','2025-12-17 22:01:08',299693,NULL,10),(73619,'wc-admin_import_orders','complete','2025-12-17 22:01:13','2025-12-17 22:01:13','[184371]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008873;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008873;}',2,1,'2025-12-17 22:01:18','2025-12-17 22:01:18',299695,NULL,10),(73620,'wc-admin_import_orders','complete','2025-12-17 22:01:26','2025-12-17 22:01:26','[184371]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008886;}',2,1,'2025-12-17 22:02:19','2025-12-17 22:02:19',299698,NULL,10),(73621,'wc-admin_import_orders','complete','2025-12-17 22:02:09','2025-12-17 22:02:09','[184384]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008929;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008929;}',2,1,'2025-12-17 22:02:19','2025-12-17 22:02:19',299698,NULL,10),(73622,'wc-admin_import_orders','complete','2025-12-17 22:02:33','2025-12-17 22:02:33','[184384]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766008953;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766008953;}',2,1,'2025-12-17 22:03:24','2025-12-17 22:03:24',299700,NULL,10),(73623,'wc-admin_import_orders','complete','2025-12-17 22:04:17','2025-12-17 22:04:17','[184387]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766009057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766009057;}',2,1,'2025-12-17 22:04:21','2025-12-17 22:04:21',299703,NULL,10),(73624,'wc-admin_import_orders','complete','2025-12-17 22:04:31','2025-12-17 22:04:31','[184387]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766009071;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766009071;}',2,1,'2025-12-17 22:05:31','2025-12-17 22:05:31',299705,NULL,10),(73625,'wc-admin_import_orders','complete','2025-12-17 22:21:22','2025-12-17 22:21:22','[184370]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766010082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766010082;}',2,1,'2025-12-17 22:21:40','2025-12-17 22:21:40',299723,NULL,10),(73626,'wc-admin_import_orders','complete','2025-12-17 22:21:27','2025-12-17 22:21:27','[184371]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766010087;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766010087;}',2,1,'2025-12-17 22:21:40','2025-12-17 22:21:40',299723,NULL,10),(73627,'wc-admin_import_orders','complete','2025-12-17 22:22:38','2025-12-17 22:22:38','[184388]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766010158;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766010158;}',2,1,'2025-12-17 22:22:44','2025-12-17 22:22:44',299726,NULL,10),(73628,'wc-admin_import_orders','complete','2025-12-17 22:22:55','2025-12-17 22:22:55','[184388]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766010175;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766010175;}',2,1,'2025-12-17 22:23:16','2025-12-17 22:23:16',299728,NULL,10),(73629,'wc-admin_import_orders','complete','2025-12-17 22:23:24','2025-12-17 22:23:24','[184390]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766010204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766010204;}',2,1,'2025-12-17 22:30:02','2025-12-17 22:30:02',299730,NULL,10),(73630,'woocommerce_cleanup_personal_data','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73631,'woocommerce_tracker_send_event_wrapper','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73632,'wp_mail_smtp_admin_notifications_update','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73633,'woocommerce_cleanup_logs','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73634,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73635,'woocommerce_scheduled_sales','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73636,'woocommerce_cleanup_draft_orders','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-19 05:10:24','2025-12-19 05:10:24',299974,NULL,10),(73637,'wc_admin_daily_wrapper','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 05:10:25','2025-12-19 05:10:25',299974,NULL,10),(73638,'woocommerce_cancel_unpaid_orders','complete','2025-12-21 05:10:20','2025-12-21 05:10:20','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766293820;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766293820;}',14,1,'2025-12-21 05:10:31','2025-12-21 05:10:31',300277,NULL,10),(73640,'generate_category_lookup_table_wrapper','complete','2025-12-18 05:10:30','2025-12-18 05:10:30','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766034630;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766034630;}',14,1,'2025-12-18 05:30:02','2025-12-18 05:30:02',299833,NULL,10),(73641,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-19 05:10:20','2025-12-19 05:10:20','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766121020;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766121020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-19 05:10:25','2025-12-19 05:10:25',299974,NULL,20),(73642,'woocommerce_refresh_order_count_cache','complete','2025-12-18 18:30:02','2025-12-18 18:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766082602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766082602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-18 18:30:02','2025-12-18 18:30:02',299904,NULL,10),(73643,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-18 07:00:02','2025-12-18 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766041202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766041202;}',6,1,'2025-12-18 07:30:02','2025-12-18 07:30:02',299844,NULL,10),(73644,'fetch_patterns','complete','2025-12-19 17:00:02','2025-12-19 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766163602;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766163602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-19 17:00:02','2025-12-19 17:00:02',300054,NULL,10),(73645,'woocommerce_refresh_order_count_cache','complete','2025-12-19 06:30:02','2025-12-19 06:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766125802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766125802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-19 06:30:02','2025-12-19 06:30:02',299992,NULL,10),(73646,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-18 19:00:01','2025-12-18 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766084401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766084401;}',6,1,'2025-12-18 19:28:47','2025-12-18 19:28:47',299909,NULL,10),(73647,'woocommerce_cleanup_personal_data','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:41','2025-12-20 05:11:41',300147,NULL,10),(73648,'woocommerce_tracker_send_event_wrapper','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:41','2025-12-20 05:11:41',300147,NULL,10),(73649,'wp_mail_smtp_admin_notifications_update','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-20 05:11:41','2025-12-20 05:11:41',300147,NULL,10),(73650,'woocommerce_cleanup_logs','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,10),(73651,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,10),(73652,'woocommerce_scheduled_sales','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,10),(73653,'woocommerce_cleanup_draft_orders','complete','2025-12-20 05:10:24','2025-12-20 05:10:24','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207424;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,10),(73654,'wc_admin_daily_wrapper','complete','2025-12-20 05:10:25','2025-12-20 05:10:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207425;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,10),(73656,'generate_category_lookup_table_wrapper','complete','2025-12-19 05:10:35','2025-12-19 05:10:35','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766121035;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766121035;}',14,1,'2025-12-19 05:11:52','2025-12-19 05:11:52',299976,NULL,10),(73657,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-20 05:10:25','2025-12-20 05:10:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766207425;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766207425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-20 05:11:42','2025-12-20 05:11:42',300147,NULL,20),(73658,'woocommerce_refresh_order_count_cache','complete','2025-12-19 18:30:02','2025-12-19 18:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766169002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766169002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-19 18:47:30','2025-12-19 18:47:30',300067,NULL,10),(73659,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-19 07:00:02','2025-12-19 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766127602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766127602;}',6,1,'2025-12-19 07:00:02','2025-12-19 07:00:02',299995,NULL,10),(73660,'fetch_patterns','complete','2025-12-20 17:00:02','2025-12-20 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766250002;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766250002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-20 17:00:02','2025-12-20 17:00:02',300215,NULL,10),(73661,'woocommerce_refresh_order_count_cache','complete','2025-12-20 06:47:30','2025-12-20 06:47:30','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766213250;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766213250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-20 06:52:38','2025-12-20 06:52:38',300162,NULL,10),(73662,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-19 18:47:30','2025-12-19 18:47:30','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766170050;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766170050;}',6,1,'2025-12-19 18:49:26','2025-12-19 18:49:26',300069,NULL,10),(73663,'woocommerce_cleanup_personal_data','complete','2025-12-21 05:11:41','2025-12-21 05:11:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293901;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73664,'woocommerce_tracker_send_event_wrapper','complete','2025-12-21 05:11:41','2025-12-21 05:11:41','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293901;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73665,'wp_mail_smtp_admin_notifications_update','complete','2025-12-21 05:11:41','2025-12-21 05:11:41','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293901;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73666,'woocommerce_cleanup_logs','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73667,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73668,'woocommerce_scheduled_sales','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73669,'woocommerce_cleanup_draft_orders','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-21 05:30:03','2025-12-21 05:30:03',300279,NULL,10),(73670,'wc_admin_daily_wrapper','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 05:30:04','2025-12-21 05:30:04',300279,NULL,10),(73672,'generate_category_lookup_table_wrapper','complete','2025-12-20 05:11:52','2025-12-20 05:11:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766207512;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766207512;}',14,1,'2025-12-20 05:14:01','2025-12-20 05:14:01',300149,NULL,10),(73673,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-21 05:11:42','2025-12-21 05:11:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766293902;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766293902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-21 05:30:04','2025-12-21 05:30:04',300279,NULL,20),(73674,'woocommerce_refresh_order_count_cache','complete','2025-12-20 18:52:38','2025-12-20 18:52:38','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766256758;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766256758;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-20 19:00:01','2025-12-20 19:00:01',300225,NULL,10),(73675,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-20 06:52:38','2025-12-20 06:52:38','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766213558;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766213558;}',6,1,'2025-12-20 06:54:12','2025-12-20 06:54:12',300164,NULL,10),(73676,'fetch_patterns','complete','2025-12-21 17:00:02','2025-12-21 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766336402;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766336402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-21 17:00:02','2025-12-21 17:00:02',300332,NULL,10),(73677,'woocommerce_refresh_order_count_cache','complete','2025-12-21 07:00:01','2025-12-21 07:00:01','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766300401;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766300401;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-21 07:00:02','2025-12-21 07:00:02',300285,NULL,10),(73678,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-20 19:00:01','2025-12-20 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766257201;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766257201;}',6,1,'2025-12-20 19:30:02','2025-12-20 19:30:02',300228,NULL,10),(73679,'woocommerce_geoip_updater','pending','2026-01-04 22:30:02','2026-01-04 22:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1767565802;s:18:\"\0*\0first_timestamp\";i:1757098859;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1767565802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73680,'woocommerce_cleanup_personal_data','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:37','2025-12-22 05:33:37',300395,NULL,10),(73681,'woocommerce_tracker_send_event_wrapper','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73682,'wp_mail_smtp_admin_notifications_update','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73683,'woocommerce_cleanup_logs','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73684,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73685,'woocommerce_scheduled_sales','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73686,'woocommerce_cleanup_draft_orders','complete','2025-12-22 05:30:03','2025-12-22 05:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381403;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73687,'wc_admin_daily_wrapper','complete','2025-12-22 05:30:04','2025-12-22 05:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381404;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,10),(73688,'woocommerce_cancel_unpaid_orders','complete','2025-12-24 05:30:04','2025-12-24 05:30:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766554204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766554204;}',14,1,'2025-12-24 06:00:02','2025-12-24 06:00:02',300742,NULL,10),(73690,'generate_category_lookup_table_wrapper','complete','2025-12-21 05:30:14','2025-12-21 05:30:14','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766295014;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766295014;}',14,1,'2025-12-21 06:00:02','2025-12-21 06:00:02',300281,NULL,10),(73691,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-22 05:30:04','2025-12-22 05:30:04','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766381404;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766381404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-22 05:33:38','2025-12-22 05:33:38',300395,NULL,20),(73692,'woocommerce_refresh_order_count_cache','complete','2025-12-21 19:00:02','2025-12-21 19:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766343602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766343602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-21 19:30:02','2025-12-21 19:30:02',300345,NULL,10),(73693,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-21 07:00:02','2025-12-21 07:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766300402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766300402;}',6,1,'2025-12-21 07:00:02','2025-12-21 07:00:02',300286,NULL,10),(73694,'fetch_patterns','complete','2025-12-22 17:00:02','2025-12-22 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766422802;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766422802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-22 17:00:02','2025-12-22 17:00:02',300463,NULL,10),(73695,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-21 19:00:01','2025-12-21 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766343601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766343601;}',6,1,'2025-12-21 19:30:02','2025-12-21 19:30:02',300345,NULL,10),(73696,'woocommerce_refresh_order_count_cache','complete','2025-12-22 07:30:02','2025-12-22 07:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766388602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766388602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-22 08:00:02','2025-12-22 08:00:02',300414,NULL,10),(73697,'woocommerce_cleanup_personal_data','complete','2025-12-23 05:33:37','2025-12-23 05:33:37','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468017;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73698,'woocommerce_tracker_send_event_wrapper','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73699,'wp_mail_smtp_admin_notifications_update','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73700,'woocommerce_cleanup_logs','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73701,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73702,'woocommerce_scheduled_sales','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73703,'woocommerce_cleanup_draft_orders','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-23 05:45:53','2025-12-23 05:45:53',300564,NULL,10),(73704,'wc_admin_daily_wrapper','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 05:45:54','2025-12-23 05:45:54',300564,NULL,10),(73706,'generate_category_lookup_table_wrapper','complete','2025-12-22 05:33:48','2025-12-22 05:33:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766381628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766381628;}',14,1,'2025-12-22 05:34:43','2025-12-22 05:34:43',300397,NULL,10),(73707,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-23 05:33:38','2025-12-23 05:33:38','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766468018;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766468018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-23 05:45:54','2025-12-23 05:45:54',300564,NULL,20),(73708,'wc-admin_import_orders','complete','2025-12-22 05:36:04','2025-12-22 05:36:04','[184397]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766381764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766381764;}',2,1,'2025-12-22 05:37:10','2025-12-22 05:37:10',300402,NULL,10),(73709,'wc_schedule_pending_batch_processes','complete','2025-12-22 05:35:59','2025-12-22 05:35:59','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766381759;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766381759;}',15,1,'2025-12-22 05:36:01','2025-12-22 05:36:01',300399,NULL,10),(73710,'wc_run_batch_process','complete','2025-12-22 05:36:01','2025-12-22 05:36:01','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766381761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766381761;}',6,1,'2025-12-22 05:36:01','2025-12-22 05:36:01',300400,NULL,10),(73711,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-22 06:43:39','2025-12-22 06:43:39','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766385819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766385819;}',6,1,'2025-12-22 07:00:02','2025-12-22 07:00:02',300410,NULL,10),(73712,'woocommerce_refresh_order_count_cache','complete','2025-12-22 20:00:02','2025-12-22 20:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766433602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766433602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-22 20:00:02','2025-12-22 20:00:02',300496,NULL,10),(73713,'fetch_patterns','complete','2025-12-23 17:00:02','2025-12-23 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766509202;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766509202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-23 17:00:02','2025-12-23 17:00:02',300662,NULL,10),(73714,'woocommerce_update_marketplace_suggestions','complete','2025-12-22 17:43:48','2025-12-22 17:43:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766425428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766425428;}',6,1,'2025-12-22 17:46:09','2025-12-22 17:46:09',300471,NULL,10),(73715,'wc-admin_import_orders','complete','2025-12-22 18:25:50','2025-12-22 18:25:50','[184398]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766427950;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766427950;}',2,1,'2025-12-22 18:26:15','2025-12-22 18:26:15',300484,NULL,10),(73716,'wc_schedule_pending_batch_processes','complete','2025-12-22 18:25:45','2025-12-22 18:25:45','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766427945;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766427945;}',15,1,'2025-12-22 18:25:47','2025-12-22 18:25:47',300481,NULL,10),(73717,'wc_run_batch_process','complete','2025-12-22 18:25:47','2025-12-22 18:25:47','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766427947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766427947;}',6,1,'2025-12-22 18:25:47','2025-12-22 18:25:47',300482,NULL,10),(73718,'wc-admin_import_orders','complete','2025-12-22 18:26:20','2025-12-22 18:26:20','[184398]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766427980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766427980;}',2,1,'2025-12-22 18:30:02','2025-12-22 18:30:02',300487,NULL,10),(73719,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-22 19:00:02','2025-12-22 19:00:02','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766430002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766430002;}',6,1,'2025-12-22 19:06:44','2025-12-22 19:06:44',300491,NULL,10),(73720,'woocommerce_refresh_order_count_cache','complete','2025-12-23 08:00:02','2025-12-23 08:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766476802;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766476802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-23 08:00:02','2025-12-23 08:00:02',300598,NULL,10),(73721,'wc-admin_import_orders','complete','2025-12-22 21:12:15','2025-12-22 21:12:15','[184397]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766437935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766437935;}',2,1,'2025-12-22 21:12:16','2025-12-22 21:12:16',300508,NULL,10),(73722,'wc-admin_import_orders','complete','2025-12-22 22:22:14','2025-12-22 22:22:14','[184399]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766442134;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766442134;}',2,1,'2025-12-22 22:30:02','2025-12-22 22:30:02',300523,NULL,10),(73723,'wc_schedule_pending_batch_processes','complete','2025-12-22 22:22:09','2025-12-22 22:22:09','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766442129;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766442129;}',15,1,'2025-12-22 22:30:02','2025-12-22 22:30:02',300523,NULL,10),(73724,'wc_run_batch_process','complete','2025-12-22 22:30:02','2025-12-22 22:30:02','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766442602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766442602;}',6,1,'2025-12-22 22:30:02','2025-12-22 22:30:02',300524,NULL,10),(73725,'wc-admin_import_orders','complete','2025-12-22 22:42:22','2025-12-22 22:42:22','[184399]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766443342;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766443342;}',2,1,'2025-12-22 22:44:07','2025-12-22 22:44:07',300527,NULL,10),(73726,'woocommerce_cleanup_personal_data','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73727,'woocommerce_tracker_send_event_wrapper','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73728,'wp_mail_smtp_admin_notifications_update','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73729,'woocommerce_cleanup_logs','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73730,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73731,'woocommerce_scheduled_sales','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73732,'woocommerce_cleanup_draft_orders','complete','2025-12-24 05:45:53','2025-12-24 05:45:53','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555153;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73733,'wc_admin_daily_wrapper','complete','2025-12-24 05:45:54','2025-12-24 05:45:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555154;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73734,'woocommerce_cleanup_sessions','complete','2025-12-24 06:00:00','2025-12-24 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766556000;s:18:\"\0*\0first_timestamp\";i:1766556000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766556000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,10),(73735,'generate_category_lookup_table_wrapper','complete','2025-12-23 05:46:04','2025-12-23 05:46:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766468764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766468764;}',14,1,'2025-12-23 05:46:35','2025-12-23 05:46:35',300566,NULL,10),(73736,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-24 05:45:54','2025-12-24 05:45:54','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766555154;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766555154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-24 06:00:03','2025-12-24 06:00:03',300742,NULL,20),(73737,'wc-admin_import_orders','complete','2025-12-23 05:51:53','2025-12-23 05:51:53','[184400]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766469113;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766469113;}',2,1,'2025-12-23 05:52:23','2025-12-23 05:52:23',300572,NULL,10),(73738,'wc_schedule_pending_batch_processes','complete','2025-12-23 05:51:48','2025-12-23 05:51:48','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766469108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766469108;}',15,1,'2025-12-23 05:52:23','2025-12-23 05:52:23',300572,NULL,10),(73739,'wc_run_batch_process','complete','2025-12-23 05:52:23','2025-12-23 05:52:23','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766469143;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766469143;}',6,1,'2025-12-23 05:52:23','2025-12-23 05:52:23',300573,NULL,10),(73740,'wc-admin_import_orders','complete','2025-12-23 05:52:28','2025-12-23 05:52:28','[184400]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766469148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766469148;}',2,1,'2025-12-23 06:00:02','2025-12-23 06:00:02',300575,NULL,10),(73741,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-23 07:00:01','2025-12-23 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766473201;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766473201;}',6,1,'2025-12-23 07:28:57','2025-12-23 07:28:57',300582,NULL,10),(73742,'woocommerce_refresh_order_count_cache','complete','2025-12-23 20:00:02','2025-12-23 20:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766520002;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766520002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-23 20:17:56','2025-12-23 20:17:56',300680,NULL,10),(73743,'wc-admin_import_orders','complete','2025-12-23 08:20:12','2025-12-23 08:20:12','[184401]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766478012;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766478012;}',2,1,'2025-12-23 08:23:10','2025-12-23 08:23:10',300611,NULL,10),(73744,'wc_schedule_pending_batch_processes','complete','2025-12-23 08:20:07','2025-12-23 08:20:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766478007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766478007;}',15,1,'2025-12-23 08:23:10','2025-12-23 08:23:10',300611,NULL,10),(73745,'wc_run_batch_process','complete','2025-12-23 08:23:10','2025-12-23 08:23:10','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766478190;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766478190;}',6,1,'2025-12-23 08:23:10','2025-12-23 08:23:10',300612,NULL,10),(73746,'fetch_patterns','complete','2025-12-24 17:00:02','2025-12-24 17:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766595602;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766595602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-24 17:28:58','2025-12-24 17:28:58',300810,NULL,10),(73747,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-23 19:00:01','2025-12-23 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766516401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766516401;}',6,1,'2025-12-23 19:07:01','2025-12-23 19:07:01',300674,NULL,10),(73748,'woocommerce_refresh_order_count_cache','complete','2025-12-24 08:17:56','2025-12-24 08:17:56','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766564276;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766564276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-24 08:30:02','2025-12-24 08:30:02',300756,NULL,10),(73749,'wc-admin_import_orders','complete','2025-12-23 20:34:09','2025-12-23 20:34:09','[184402]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766522049;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766522049;}',2,1,'2025-12-23 21:00:02','2025-12-23 21:00:02',300687,NULL,10),(73750,'wc_schedule_pending_batch_processes','complete','2025-12-23 20:34:04','2025-12-23 20:34:04','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766522044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766522044;}',15,1,'2025-12-23 21:00:02','2025-12-23 21:00:02',300687,NULL,10),(73751,'wc_run_batch_process','complete','2025-12-23 21:00:02','2025-12-23 21:00:02','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766523602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766523602;}',6,1,'2025-12-23 21:00:02','2025-12-23 21:00:02',300688,NULL,10),(73752,'wc-admin_import_orders','complete','2025-12-23 21:40:09','2025-12-23 21:40:09','[184402]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766526009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766526009;}',2,1,'2025-12-23 21:54:12','2025-12-23 21:54:12',300694,NULL,10),(73753,'wc-admin_import_orders','complete','2025-12-23 22:00:33','2025-12-23 22:00:33','[184403]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766527233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766527233;}',2,1,'2025-12-23 22:01:47','2025-12-23 22:01:47',300702,NULL,10),(73754,'wc_schedule_pending_batch_processes','complete','2025-12-23 22:00:29','2025-12-23 22:00:29','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766527229;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766527229;}',15,1,'2025-12-23 22:01:47','2025-12-23 22:01:47',300702,NULL,10),(73755,'wc_run_batch_process','complete','2025-12-23 22:01:47','2025-12-23 22:01:47','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766527307;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766527307;}',6,1,'2025-12-23 22:01:47','2025-12-23 22:01:47',300703,NULL,10),(73756,'woocommerce_cleanup_personal_data','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73757,'woocommerce_tracker_send_event_wrapper','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73758,'wp_mail_smtp_admin_notifications_update','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73759,'woocommerce_cleanup_logs','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73760,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73761,'woocommerce_scheduled_sales','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73762,'woocommerce_cleanup_draft_orders','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73763,'wc_admin_daily_wrapper','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,10),(73765,'woocommerce_cancel_unpaid_orders','pending','2025-12-27 06:00:03','2025-12-27 06:00:03','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766815203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766815203;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73766,'woocommerce_cleanup_sessions','complete','2025-12-25 06:00:00','2025-12-25 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642400;s:18:\"\0*\0first_timestamp\";i:1766642400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-25 06:00:02','2025-12-25 06:00:02',300876,NULL,10),(73767,'generate_category_lookup_table_wrapper','complete','2025-12-24 06:00:13','2025-12-24 06:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766556013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766556013;}',14,1,'2025-12-24 06:30:02','2025-12-24 06:30:02',300745,NULL,10),(73768,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-25 06:00:03','2025-12-25 06:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766642403;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766642403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-25 06:30:03','2025-12-25 06:30:03',300879,NULL,20),(73769,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-24 06:58:46','2025-12-24 06:58:46','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766559526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766559526;}',6,1,'2025-12-24 06:59:17','2025-12-24 06:59:17',300749,NULL,10),(73770,'woocommerce_refresh_order_count_cache','complete','2025-12-24 20:30:02','2025-12-24 20:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766608202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766608202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-24 21:00:02','2025-12-24 21:00:02',300827,NULL,10),(73771,'wc-admin_import_orders','complete','2025-12-24 13:26:35','2025-12-24 13:26:35','[184404]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766582795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766582795;}',2,1,'2025-12-24 13:27:54','2025-12-24 13:27:54',300784,NULL,10),(73772,'wc_schedule_pending_batch_processes','complete','2025-12-24 13:26:30','2025-12-24 13:26:30','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766582790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766582790;}',15,1,'2025-12-24 13:27:54','2025-12-24 13:27:54',300784,NULL,10),(73773,'wc_run_batch_process','complete','2025-12-24 13:27:54','2025-12-24 13:27:54','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766582874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766582874;}',6,1,'2025-12-24 13:27:54','2025-12-24 13:27:54',300785,NULL,10),(73774,'wc-admin_import_orders','complete','2025-12-24 14:36:28','2025-12-24 14:36:28','[184405]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766586988;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766586988;}',2,1,'2025-12-24 15:00:02','2025-12-24 15:00:02',300797,NULL,10),(73775,'wc_schedule_pending_batch_processes','complete','2025-12-24 14:36:23','2025-12-24 14:36:23','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766586983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766586983;}',15,1,'2025-12-24 15:00:02','2025-12-24 15:00:02',300797,NULL,10),(73776,'wc_run_batch_process','complete','2025-12-24 15:00:02','2025-12-24 15:00:02','[\"Automattic\\\\WooCommerce\\\\Internal\\\\Logging\\\\OrderLogsDeletionProcessor\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766588402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766588402;}',6,1,'2025-12-24 15:00:02','2025-12-24 15:00:02',300798,NULL,10),(73777,'fetch_patterns','complete','2025-12-25 17:28:58','2025-12-25 17:28:58','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766683738;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766683738;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-25 17:30:02','2025-12-25 17:30:02',300930,NULL,10),(73778,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-24 19:00:01','2025-12-24 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766602801;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766602801;}',6,1,'2025-12-24 19:30:02','2025-12-24 19:30:02',300820,NULL,10),(73779,'woocommerce_refresh_order_count_cache','complete','2025-12-25 09:00:02','2025-12-25 09:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766653202;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766653202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-25 09:00:02','2025-12-25 09:00:02',300892,NULL,10),(73781,'woocommerce_cleanup_personal_data','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:02','2025-12-26 07:00:02',300996,NULL,10),(73782,'woocommerce_tracker_send_event_wrapper','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:02','2025-12-26 07:00:02',300996,NULL,10),(73783,'wp_mail_smtp_admin_notifications_update','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73784,'woocommerce_cleanup_logs','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73785,'woocommerce_cleanup_rate_limits_wrapper','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73786,'woocommerce_scheduled_sales','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73787,'woocommerce_cleanup_draft_orders','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73788,'wc_admin_daily_wrapper','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,10),(73789,'woocommerce_cleanup_sessions','complete','2025-12-26 06:00:00','2025-12-26 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766728800;s:18:\"\0*\0first_timestamp\";i:1766728800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766728800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,1,'2025-12-26 06:00:01','2025-12-26 06:00:01',300991,NULL,10),(73790,'generate_category_lookup_table_wrapper','complete','2025-12-25 06:30:13','2025-12-25 06:30:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766644213;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766644213;}',14,1,'2025-12-25 07:00:01','2025-12-25 07:00:01',300882,NULL,10),(73791,'action_scheduler_run_recurring_actions_schedule_hook','complete','2025-12-26 06:30:03','2025-12-26 06:30:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766730603;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766730603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300996,NULL,20),(73792,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-25 07:00:01','2025-12-25 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766646001;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766646001;}',6,1,'2025-12-25 07:30:02','2025-12-25 07:30:02',300885,NULL,10),(73793,'woocommerce_refresh_order_count_cache','complete','2025-12-25 21:00:02','2025-12-25 21:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766696402;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766696402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-25 21:00:02','2025-12-25 21:00:02',300946,NULL,10),(73794,'fetch_patterns','complete','2025-12-26 17:30:02','2025-12-26 17:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766770202;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766770202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,1,'2025-12-26 17:30:02','2025-12-26 17:30:02',301049,NULL,10),(73795,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-25 19:00:01','2025-12-25 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766689201;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766689201;}',6,1,'2025-12-25 19:30:02','2025-12-25 19:30:02',300939,NULL,10),(73796,'woocommerce_refresh_order_count_cache','complete','2025-12-26 09:00:02','2025-12-26 09:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766739602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766739602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-26 09:30:02','2025-12-26 09:30:02',301007,NULL,10),(73798,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-26 07:00:01','2025-12-26 07:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766732401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766732401;}',6,1,'2025-12-26 07:00:03','2025-12-26 07:00:03',300997,NULL,10),(73799,'woocommerce_cleanup_personal_data','pending','2025-12-27 07:00:02','2025-12-27 07:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818802;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73800,'woocommerce_tracker_send_event_wrapper','pending','2025-12-27 07:00:02','2025-12-27 07:00:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818802;s:18:\"\0*\0first_timestamp\";i:1757098809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73801,'wp_mail_smtp_admin_notifications_update','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1754660169;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',12,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73802,'woocommerce_cleanup_logs','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73803,'woocommerce_cleanup_rate_limits_wrapper','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1757109599;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73804,'woocommerce_scheduled_sales','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1757116800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73805,'woocommerce_cleanup_draft_orders','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1744138167;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73806,'wc_admin_daily_wrapper','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1757098799;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73807,'woocommerce_cleanup_sessions','pending','2025-12-27 06:00:00','2025-12-27 06:00:00','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766815200;s:18:\"\0*\0first_timestamp\";i:1766815200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766815200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73808,'generate_category_lookup_table_wrapper','complete','2025-12-26 07:00:13','2025-12-26 07:00:13','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766732413;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766732413;}',14,1,'2025-12-26 07:30:02','2025-12-26 07:30:02',300999,NULL,10),(73809,'action_scheduler_run_recurring_actions_schedule_hook','pending','2025-12-27 07:00:03','2025-12-27 07:00:03','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766818803;s:18:\"\0*\0first_timestamp\";i:1757098797;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766818803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',13,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,20),(73810,'woocommerce_refresh_order_count_cache','complete','2025-12-26 21:30:02','2025-12-26 21:30:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766784602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766784602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-26 22:00:02','2025-12-26 22:00:02',301073,NULL,10),(73811,'fetch_patterns','pending','2025-12-27 17:30:02','2025-12-27 17:30:02','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766856602;s:18:\"\0*\0first_timestamp\";i:1765817624;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766856602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',14,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10),(73812,'woocommerce_marketplace_fetch_promotions_clear','complete','2025-12-26 19:00:01','2025-12-26 19:00:01','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1766775601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1766775601;}',6,1,'2025-12-26 19:10:13','2025-12-26 19:10:13',301059,NULL,10),(73813,'woocommerce_refresh_order_count_cache','pending','2025-12-27 10:00:02','2025-12-27 10:00:02','[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766829602;s:18:\"\0*\0first_timestamp\";i:1751882626;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766829602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,10);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_claims`
--
DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
`claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`claim_id`),
KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=301111 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_claims`
--
LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_groups`
--
DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
`group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`slug` varchar(255) NOT NULL,
PRIMARY KEY (`group_id`),
KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_groups`
--
LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data'),(3,'woocommerce-db-updates'),(4,'woocommerce-remote-inbox-engine'),(5,'ACFWP'),(6,''),(7,'acfwf_show_funnelkit_stripe_promote_notice'),(8,'acfw_license_check'),(9,'acfwf_fetch_notifications'),(10,'wc_delete_related_product_transients_group'),(11,'count'),(12,'wp_mail_smtp'),(13,'ActionScheduler'),(14,'woocommerce'),(15,'wc_batch_processes');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_actionscheduler_logs`
--
DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
`log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`action_id` bigint(20) unsigned NOT NULL,
`message` text NOT NULL,
`log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
`log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`log_id`),
KEY `action_id` (`action_id`),
KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=221224 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_actionscheduler_logs`
--
LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (158408,52819,'action started via WP Cron','2023-05-21 01:51:53','2023-05-21 01:51:53'),(158409,52819,'action complete via WP Cron','2023-05-21 01:51:53','2023-05-21 01:51:53'),(158439,52833,'action created','2023-05-24 20:44:58','2023-05-24 20:44:58'),(158441,52833,'action started via Async Request','2023-05-24 20:45:19','2023-05-24 20:45:19'),(158442,52833,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-05-24 20:45:19','2023-05-24 20:45:19'),(158562,52874,'action created','2023-05-30 22:15:42','2023-05-30 22:15:42'),(158563,52874,'action started via WP Cron','2023-05-30 22:16:02','2023-05-30 22:16:02'),(158564,52874,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-05-30 22:16:02','2023-05-30 22:16:02'),(158621,52893,'action created','2023-05-31 22:56:42','2023-05-31 22:56:42'),(158622,52893,'action started via Async Request','2023-05-31 22:58:00','2023-05-31 22:58:00'),(158623,52893,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2023-05-31 22:58:00','2023-05-31 22:58:00'),(158640,52900,'action created','2023-06-01 16:18:58','2023-06-01 16:18:58'),(158641,52900,'action started via Async Request','2023-06-01 16:19:00','2023-06-01 16:19:00'),(158642,52900,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:00','2023-06-01 16:19:00'),(158646,52902,'action created','2023-06-01 16:19:05','2023-06-01 16:19:05'),(158650,52902,'action started via Async Request','2023-06-01 16:19:06','2023-06-01 16:19:06'),(158651,52902,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:06','2023-06-01 16:19:06'),(158652,52904,'action created','2023-06-01 16:19:11','2023-06-01 16:19:11'),(158656,52904,'action started via Async Request','2023-06-01 16:19:13','2023-06-01 16:19:13'),(158657,52904,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:13','2023-06-01 16:19:13'),(158658,52906,'action created','2023-06-01 16:19:18','2023-06-01 16:19:18'),(158661,52906,'action started via WP Cron','2023-06-01 16:19:19','2023-06-01 16:19:19'),(158662,52906,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:19','2023-06-01 16:19:19'),(158663,52907,'action created','2023-06-01 16:19:29','2023-06-01 16:19:29'),(158664,52907,'action started via WP Cron','2023-06-01 16:19:30','2023-06-01 16:19:30'),(158665,52907,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:19:30','2023-06-01 16:19:30'),(158666,52908,'action created','2023-06-01 16:19:32','2023-06-01 16:19:32'),(158667,52908,'action started via Async Request','2023-06-01 16:20:02','2023-06-01 16:20:02'),(158668,52908,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:20:02','2023-06-01 16:20:02'),(158669,52909,'action created','2023-06-01 16:20:20','2023-06-01 16:20:20'),(158670,52909,'action started via Async Request','2023-06-01 16:20:21','2023-06-01 16:20:21'),(158671,52909,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:20:21','2023-06-01 16:20:21'),(158672,52910,'action created','2023-06-01 16:20:41','2023-06-01 16:20:41'),(158673,52910,'action started via WP Cron','2023-06-01 16:21:23','2023-06-01 16:21:23'),(158674,52910,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:21:23','2023-06-01 16:21:23'),(158675,52911,'action created','2023-06-01 16:21:43','2023-06-01 16:21:43'),(158676,52911,'action started via Async Request','2023-06-01 16:21:44','2023-06-01 16:21:44'),(158677,52911,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:21:44','2023-06-01 16:21:44'),(158678,52912,'action created','2023-06-01 16:22:05','2023-06-01 16:22:05'),(158679,52912,'action started via WP Cron','2023-06-01 16:22:27','2023-06-01 16:22:27'),(158680,52912,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:27','2023-06-01 16:22:27'),(158681,52913,'action created','2023-06-01 16:22:45','2023-06-01 16:22:45'),(158682,52913,'action started via Async Request','2023-06-01 16:22:46','2023-06-01 16:22:46'),(158683,52913,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:46','2023-06-01 16:22:46'),(158684,52914,'action created','2023-06-01 16:22:47','2023-06-01 16:22:47'),(158685,52914,'action started via WP Cron','2023-06-01 16:22:49','2023-06-01 16:22:49'),(158686,52914,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:22:49','2023-06-01 16:22:49'),(158687,52915,'action created','2023-06-01 16:23:07','2023-06-01 16:23:07'),(158688,52915,'action started via WP Cron','2023-06-01 16:23:28','2023-06-01 16:23:28'),(158689,52915,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:23:28','2023-06-01 16:23:28'),(158690,52916,'action created','2023-06-01 16:23:49','2023-06-01 16:23:49'),(158691,52916,'action started via WP Cron','2023-06-01 16:23:51','2023-06-01 16:23:51'),(158692,52916,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:23:51','2023-06-01 16:23:51'),(158693,52917,'action created','2023-06-01 16:24:00','2023-06-01 16:24:00'),(158694,52917,'action started via Async Request','2023-06-01 16:24:10','2023-06-01 16:24:10'),(158695,52917,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:24:10','2023-06-01 16:24:10'),(158696,52918,'action created','2023-06-01 16:24:29','2023-06-01 16:24:29'),(158697,52918,'action started via WP Cron','2023-06-01 16:25:10','2023-06-01 16:25:10'),(158698,52918,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:25:10','2023-06-01 16:25:10'),(158699,52919,'action created','2023-06-01 16:25:30','2023-06-01 16:25:30'),(158700,52919,'action started via WP Cron','2023-06-01 16:25:31','2023-06-01 16:25:31'),(158701,52919,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:25:31','2023-06-01 16:25:31'),(158702,52920,'action created','2023-06-01 16:25:51','2023-06-01 16:25:51'),(158703,52920,'action started via WP Cron','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158704,52920,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158705,52921,'action created','2023-06-01 16:26:32','2023-06-01 16:26:32'),(158706,52921,'action started via Async Request','2023-06-01 16:26:33','2023-06-01 16:26:33'),(158707,52921,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:33','2023-06-01 16:26:33'),(158708,52922,'action created','2023-06-01 16:26:34','2023-06-01 16:26:34'),(158709,52922,'action started via Async Request','2023-06-01 16:26:39','2023-06-01 16:26:39'),(158710,52922,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:26:39','2023-06-01 16:26:39'),(158711,52923,'action created','2023-06-01 16:26:52','2023-06-01 16:26:52'),(158712,52923,'action started via Async Request','2023-06-01 16:27:34','2023-06-01 16:27:34'),(158713,52923,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:27:34','2023-06-01 16:27:34'),(158714,52924,'action created','2023-06-01 16:27:54','2023-06-01 16:27:54'),(158715,52924,'action started via Async Request','2023-06-01 16:28:36','2023-06-01 16:28:36'),(158716,52924,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:28:36','2023-06-01 16:28:36'),(158717,52925,'action created','2023-06-01 16:28:52','2023-06-01 16:28:52'),(158719,52925,'action started via Async Request','2023-06-01 16:29:38','2023-06-01 16:29:38'),(158720,52925,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:38','2023-06-01 16:29:38'),(158724,52928,'action created','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158728,52928,'action started via Async Request','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158729,52928,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:44','2023-06-01 16:29:44'),(158730,52930,'action created','2023-06-01 16:29:50','2023-06-01 16:29:50'),(158734,52930,'action started via Async Request','2023-06-01 16:29:51','2023-06-01 16:29:51'),(158735,52930,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:51','2023-06-01 16:29:51'),(158736,52932,'action created','2023-06-01 16:29:56','2023-06-01 16:29:56'),(158739,52932,'action started via Async Request','2023-06-01 16:29:57','2023-06-01 16:29:57'),(158740,52932,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:29:57','2023-06-01 16:29:57'),(158742,52934,'action created','2023-06-01 16:29:58','2023-06-01 16:29:58'),(158743,52934,'action started via Async Request','2023-06-01 16:30:03','2023-06-01 16:30:03'),(158744,52934,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:03','2023-06-01 16:30:03'),(158748,52936,'action created','2023-06-01 16:30:08','2023-06-01 16:30:08'),(158752,52936,'action started via Async Request','2023-06-01 16:30:09','2023-06-01 16:30:09'),(158753,52936,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:09','2023-06-01 16:30:09'),(158754,52938,'action created','2023-06-01 16:30:14','2023-06-01 16:30:14'),(158758,52938,'action started via Async Request','2023-06-01 16:30:15','2023-06-01 16:30:15'),(158759,52938,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:15','2023-06-01 16:30:15'),(158760,52940,'action created','2023-06-01 16:30:18','2023-06-01 16:30:18'),(158763,52940,'action started via Async Request','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158764,52940,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158765,52941,'action created','2023-06-01 16:30:21','2023-06-01 16:30:21'),(158766,52941,'action started via Async Request','2023-06-01 16:30:27','2023-06-01 16:30:27'),(158767,52941,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:27','2023-06-01 16:30:27'),(158768,52942,'action created','2023-06-01 16:30:38','2023-06-01 16:30:38'),(158769,52942,'action started via Async Request','2023-06-01 16:30:39','2023-06-01 16:30:39'),(158770,52942,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:30:39','2023-06-01 16:30:39'),(158771,52943,'action created','2023-06-01 16:30:59','2023-06-01 16:30:59'),(158772,52943,'action started via Async Request','2023-06-01 16:31:22','2023-06-01 16:31:22'),(158773,52943,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:31:22','2023-06-01 16:31:22'),(158774,52944,'action created','2023-06-01 16:31:41','2023-06-01 16:31:41'),(158775,52944,'action started via Async Request','2023-06-01 16:31:42','2023-06-01 16:31:42'),(158776,52944,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:31:42','2023-06-01 16:31:42'),(158777,52945,'action created','2023-06-01 16:32:02','2023-06-01 16:32:02'),(158778,52945,'action started via WP Cron','2023-06-01 16:32:24','2023-06-01 16:32:24'),(158779,52945,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:24','2023-06-01 16:32:24'),(158780,52946,'action created','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158781,52946,'action started via WP Cron','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158782,52946,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:25','2023-06-01 16:32:25'),(158783,52947,'action created','2023-06-01 16:32:43','2023-06-01 16:32:43'),(158784,52947,'action started via WP Cron','2023-06-01 16:32:45','2023-06-01 16:32:45'),(158785,52947,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:45','2023-06-01 16:32:45'),(158786,52948,'action created','2023-06-01 16:32:46','2023-06-01 16:32:46'),(158787,52948,'action started via WP Cron','2023-06-01 16:32:46','2023-06-01 16:32:46'),(158788,52948,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:32:47','2023-06-01 16:32:47'),(158789,52949,'action created','2023-06-01 16:33:31','2023-06-01 16:33:31'),(158790,52949,'action started via WP Cron','2023-06-01 16:33:33','2023-06-01 16:33:33'),(158791,52949,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:33:33','2023-06-01 16:33:33'),(158792,52950,'action created','2023-06-01 16:33:34','2023-06-01 16:33:34'),(158793,52950,'action started via WP Cron','2023-06-01 16:35:42','2023-06-01 16:35:42'),(158794,52950,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:35:42','2023-06-01 16:35:42'),(158795,52951,'action created','2023-06-01 16:35:43','2023-06-01 16:35:43'),(158796,52951,'action started via Async Request','2023-06-01 16:35:45','2023-06-01 16:35:45'),(158797,52951,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:35:45','2023-06-01 16:35:45'),(158798,52952,'action created','2023-06-01 16:36:02','2023-06-01 16:36:02'),(158799,52952,'action started via WP Cron','2023-06-01 16:36:45','2023-06-01 16:36:45'),(158800,52952,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:36:45','2023-06-01 16:36:45'),(158801,52953,'action created','2023-06-01 16:37:05','2023-06-01 16:37:05'),(158802,52953,'action started via WP Cron','2023-06-01 16:37:06','2023-06-01 16:37:06'),(158803,52953,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:06','2023-06-01 16:37:06'),(158804,52954,'action created','2023-06-01 16:37:22','2023-06-01 16:37:22'),(158805,52954,'action started via WP Cron','2023-06-01 16:37:24','2023-06-01 16:37:24'),(158806,52954,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:24','2023-06-01 16:37:24'),(158807,52955,'action created','2023-06-01 16:37:25','2023-06-01 16:37:25'),(158808,52955,'action started via Async Request','2023-06-01 16:37:58','2023-06-01 16:37:58'),(158809,52955,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:37:58','2023-06-01 16:37:58'),(158810,52956,'action created','2023-06-01 16:38:08','2023-06-01 16:38:08'),(158811,52956,'action started via Async Request','2023-06-01 16:38:09','2023-06-01 16:38:09'),(158812,52956,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:38:09','2023-06-01 16:38:09'),(158813,52957,'action created','2023-06-01 16:38:29','2023-06-01 16:38:29'),(158814,52957,'action started via WP Cron','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158815,52957,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158816,52958,'action created','2023-06-01 16:38:31','2023-06-01 16:38:31'),(158817,52958,'action started via Async Request','2023-06-01 16:39:12','2023-06-01 16:39:12'),(158818,52958,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:39:12','2023-06-01 16:39:12'),(158819,52959,'action created','2023-06-01 16:39:32','2023-06-01 16:39:32'),(158820,52959,'action started via Async Request','2023-06-01 16:39:33','2023-06-01 16:39:33'),(158821,52959,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:39:33','2023-06-01 16:39:33'),(158822,52960,'action created','2023-06-01 16:39:46','2023-06-01 16:39:46'),(158823,52960,'action started via WP Cron','2023-06-01 16:40:16','2023-06-01 16:40:16'),(158824,52960,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:40:16','2023-06-01 16:40:16'),(158825,52961,'action created','2023-06-01 16:40:36','2023-06-01 16:40:36'),(158826,52961,'action started via Async Request','2023-06-01 16:40:37','2023-06-01 16:40:37'),(158827,52961,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:40:37','2023-06-01 16:40:37'),(158828,52962,'action created','2023-06-01 16:40:57','2023-06-01 16:40:57'),(158829,52962,'action started via Async Request','2023-06-01 16:41:40','2023-06-01 16:41:40'),(158830,52962,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:41:40','2023-06-01 16:41:40'),(158831,52963,'action created','2023-06-01 16:41:52','2023-06-01 16:41:52'),(158832,52963,'action started via Async Request','2023-06-01 16:42:42','2023-06-01 16:42:42'),(158833,52963,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:42:42','2023-06-01 16:42:42'),(158834,52964,'action created','2023-06-01 16:42:54','2023-06-01 16:42:54'),(158835,52964,'action started via Async Request','2023-06-01 16:43:44','2023-06-01 16:43:44'),(158836,52964,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:43:44','2023-06-01 16:43:44'),(158838,52966,'action created','2023-06-01 16:44:04','2023-06-01 16:44:04'),(158841,52966,'action started via Async Request','2023-06-01 16:44:47','2023-06-01 16:44:47'),(158842,52966,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:44:47','2023-06-01 16:44:47'),(158843,52967,'action created','2023-06-01 16:45:07','2023-06-01 16:45:07'),(158844,52967,'action started via Async Request','2023-06-01 16:45:50','2023-06-01 16:45:50'),(158845,52967,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:45:50','2023-06-01 16:45:50'),(158846,52968,'action created','2023-06-01 16:46:10','2023-06-01 16:46:10'),(158847,52968,'action started via Async Request','2023-06-01 16:46:53','2023-06-01 16:46:53'),(158848,52968,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:46:53','2023-06-01 16:46:53'),(158849,52969,'action created','2023-06-01 16:47:13','2023-06-01 16:47:13'),(158850,52969,'action started via Async Request','2023-06-01 16:47:55','2023-06-01 16:47:55'),(158851,52969,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:47:55','2023-06-01 16:47:55'),(158852,52970,'action created','2023-06-01 16:48:15','2023-06-01 16:48:15'),(158853,52970,'action started via Async Request','2023-06-01 16:48:37','2023-06-01 16:48:37'),(158854,52970,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:48:37','2023-06-01 16:48:37'),(158855,52971,'action created','2023-06-01 16:48:57','2023-06-01 16:48:57'),(158856,52971,'action started via Async Request','2023-06-01 16:48:58','2023-06-01 16:48:58'),(158857,52971,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:48:58','2023-06-01 16:48:58'),(158858,52972,'action created','2023-06-01 16:49:18','2023-06-01 16:49:18'),(158859,52972,'action started via WP Cron','2023-06-01 16:49:19','2023-06-01 16:49:19'),(158860,52972,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:49:19','2023-06-01 16:49:19'),(158861,52973,'action created','2023-06-01 16:49:40','2023-06-01 16:49:40'),(158862,52973,'action started via Async Request','2023-06-01 16:50:03','2023-06-01 16:50:03'),(158863,52973,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:04','2023-06-01 16:50:04'),(158864,52974,'action created','2023-06-01 16:50:23','2023-06-01 16:50:23'),(158865,52974,'action started via Async Request','2023-06-01 16:50:24','2023-06-01 16:50:24'),(158866,52974,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:24','2023-06-01 16:50:24'),(158867,52975,'action created','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158868,52975,'action started via WP Cron','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158869,52975,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:50:25','2023-06-01 16:50:25'),(158870,52976,'action created','2023-06-01 16:50:45','2023-06-01 16:50:45'),(158871,52976,'action started via Async Request','2023-06-01 16:51:28','2023-06-01 16:51:28'),(158872,52976,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:51:28','2023-06-01 16:51:28'),(158873,52977,'action created','2023-06-01 16:51:48','2023-06-01 16:51:48'),(158874,52977,'action started via Async Request','2023-06-01 16:51:49','2023-06-01 16:51:49'),(158875,52977,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:51:49','2023-06-01 16:51:49'),(158876,52978,'action created','2023-06-01 16:52:08','2023-06-01 16:52:08'),(158877,52978,'action started via Async Request','2023-06-01 16:52:09','2023-06-01 16:52:09'),(158878,52978,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:52:09','2023-06-01 16:52:09'),(158879,52979,'action created','2023-06-01 16:52:29','2023-06-01 16:52:29'),(158880,52979,'action started via Async Request','2023-06-01 16:52:52','2023-06-01 16:52:52'),(158881,52979,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:52:52','2023-06-01 16:52:52'),(158882,52980,'action created','2023-06-01 16:53:11','2023-06-01 16:53:11'),(158883,52980,'action started via Async Request','2023-06-01 16:53:13','2023-06-01 16:53:13'),(158884,52980,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:53:13','2023-06-01 16:53:13'),(158885,52981,'action created','2023-06-01 16:53:32','2023-06-01 16:53:32'),(158886,52981,'action started via Async Request','2023-06-01 16:53:54','2023-06-01 16:53:54'),(158887,52981,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:53:54','2023-06-01 16:53:54'),(158888,52982,'action created','2023-06-01 16:54:14','2023-06-01 16:54:14'),(158889,52982,'action started via Async Request','2023-06-01 16:54:16','2023-06-01 16:54:16'),(158890,52982,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:54:16','2023-06-01 16:54:16'),(158891,52983,'action created','2023-06-01 16:54:34','2023-06-01 16:54:34'),(158892,52983,'action started via WP Cron','2023-06-01 16:54:35','2023-06-01 16:54:35'),(158893,52983,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:54:35','2023-06-01 16:54:35'),(158894,52984,'action created','2023-06-01 16:54:55','2023-06-01 16:54:55'),(158895,52984,'action started via Async Request','2023-06-01 16:55:16','2023-06-01 16:55:16'),(158896,52984,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:16','2023-06-01 16:55:16'),(158897,52985,'action created','2023-06-01 16:55:28','2023-06-01 16:55:28'),(158898,52985,'action started via Async Request','2023-06-01 16:55:29','2023-06-01 16:55:29'),(158899,52985,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:29','2023-06-01 16:55:29'),(158900,52986,'action created','2023-06-01 16:55:30','2023-06-01 16:55:30'),(158901,52986,'action started via Async Request','2023-06-01 16:55:35','2023-06-01 16:55:35'),(158902,52986,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:35','2023-06-01 16:55:35'),(158903,52987,'action created','2023-06-01 16:55:36','2023-06-01 16:55:36'),(158904,52987,'action started via Async Request','2023-06-01 16:55:37','2023-06-01 16:55:37'),(158905,52987,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:37','2023-06-01 16:55:37'),(158906,52988,'action created','2023-06-01 16:55:47','2023-06-01 16:55:47'),(158907,52988,'action started via Async Request','2023-06-01 16:55:57','2023-06-01 16:55:57'),(158908,52988,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:55:57','2023-06-01 16:55:57'),(158909,52989,'action created','2023-06-01 16:56:07','2023-06-01 16:56:07'),(158911,52989,'action started via WP Cron','2023-06-01 16:56:37','2023-06-01 16:56:37'),(158912,52989,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:56:37','2023-06-01 16:56:37'),(158915,52991,'action created','2023-06-01 16:56:57','2023-06-01 16:56:57'),(158916,52991,'action started via Async Request','2023-06-01 16:56:59','2023-06-01 16:56:59'),(158917,52991,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:56:59','2023-06-01 16:56:59'),(158918,52992,'action created','2023-06-01 16:57:18','2023-06-01 16:57:18'),(158919,52992,'action started via WP Cron','2023-06-01 16:57:19','2023-06-01 16:57:19'),(158920,52992,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:57:19','2023-06-01 16:57:19'),(158921,52993,'action created','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158922,52993,'action started via WP Cron','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158923,52993,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:57:20','2023-06-01 16:57:20'),(158924,52994,'action created','2023-06-01 16:57:39','2023-06-01 16:57:39'),(158925,52994,'action started via Async Request','2023-06-01 16:58:02','2023-06-01 16:58:02'),(158926,52994,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:58:02','2023-06-01 16:58:02'),(158927,52995,'action created','2023-06-01 16:58:21','2023-06-01 16:58:21'),(158928,52995,'action started via Async Request','2023-06-01 16:58:22','2023-06-01 16:58:22'),(158929,52995,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:58:22','2023-06-01 16:58:22'),(158930,52996,'action created','2023-06-01 16:58:43','2023-06-01 16:58:43'),(158931,52996,'action started via WP Cron','2023-06-01 16:59:27','2023-06-01 16:59:27'),(158932,52996,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:27','2023-06-01 16:59:27'),(158933,52997,'action created','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158934,52997,'action started via Async Request','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158935,52997,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:28','2023-06-01 16:59:28'),(158936,52998,'action created','2023-06-01 16:59:47','2023-06-01 16:59:47'),(158937,52998,'action started via Async Request','2023-06-01 16:59:49','2023-06-01 16:59:49'),(158938,52998,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 16:59:49','2023-06-01 16:59:49'),(158939,52999,'action created','2023-06-01 17:00:08','2023-06-01 17:00:08'),(158940,52999,'action started via WP Cron','2023-06-01 17:00:31','2023-06-01 17:00:31'),(158941,52999,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:00:31','2023-06-01 17:00:31'),(158942,53000,'action created','2023-06-01 17:00:51','2023-06-01 17:00:51'),(158943,53000,'action started via Async Request','2023-06-01 17:00:52','2023-06-01 17:00:52'),(158944,53000,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:00:52','2023-06-01 17:00:52'),(158945,53001,'action created','2023-06-01 17:01:12','2023-06-01 17:01:12'),(158946,53001,'action started via Async Request','2023-06-01 17:01:13','2023-06-01 17:01:13'),(158947,53001,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:01:13','2023-06-01 17:01:13'),(158948,53002,'action created','2023-06-01 17:01:33','2023-06-01 17:01:33'),(158949,53002,'action started via WP Cron','2023-06-01 17:01:34','2023-06-01 17:01:34'),(158950,53002,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:01:34','2023-06-01 17:01:34'),(158951,53003,'action created','2023-06-01 17:01:54','2023-06-01 17:01:54'),(158952,53003,'action started via Async Request','2023-06-01 17:02:16','2023-06-01 17:02:16'),(158953,53003,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:02:16','2023-06-01 17:02:16'),(158954,53004,'action created','2023-06-01 17:02:36','2023-06-01 17:02:36'),(158955,53004,'action started via Async Request','2023-06-01 17:02:38','2023-06-01 17:02:38'),(158956,53004,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:02:38','2023-06-01 17:02:38'),(158957,53005,'action created','2023-06-01 17:02:56','2023-06-01 17:02:56'),(158958,53005,'action started via WP Cron','2023-06-01 17:03:19','2023-06-01 17:03:19'),(158959,53005,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:03:19','2023-06-01 17:03:19'),(158960,53006,'action created','2023-06-01 17:03:39','2023-06-01 17:03:39'),(158961,53006,'action started via WP Cron','2023-06-01 17:03:41','2023-06-01 17:03:41'),(158962,53006,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:03:41','2023-06-01 17:03:41'),(158963,53007,'action created','2023-06-01 17:03:59','2023-06-01 17:03:59'),(158964,53007,'action started via Async Request','2023-06-01 17:04:02','2023-06-01 17:04:02'),(158965,53007,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:04:02','2023-06-01 17:04:02'),(158966,53008,'action created','2023-06-01 17:04:20','2023-06-01 17:04:20'),(158967,53008,'action started via WP Cron','2023-06-01 17:04:21','2023-06-01 17:04:21'),(158968,53008,'action failed via WP Cron: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:04:21','2023-06-01 17:04:21'),(158969,53009,'action created','2023-06-01 17:04:42','2023-06-01 17:04:42'),(158970,53009,'action started via Async Request','2023-06-01 17:05:07','2023-06-01 17:05:07'),(158971,53009,'action failed via Async Request: Scheduled action for woocommerce_run_on_woocommerce_admin_updated will not be executed as no callbacks are registered.','2023-06-01 17:05:07','2023-06-01 17:05:07'),(199325,66462,'action created','2023-06-16 06:51:19','2023-06-16 06:51:19'),(199327,66462,'action started via WP Cron','2023-06-16 06:51:22','2023-06-16 06:51:22'),(199328,66462,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2023-06-16 13:55:46','2023-06-16 13:55:46'),(205874,68669,'action created','2024-11-25 05:39:09','2024-11-25 05:39:09'),(205902,68669,'action started via WP Cron','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205903,68669,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205904,68679,'action created','2024-11-26 05:39:10','2024-11-26 05:39:10'),(205935,68679,'action started via WP Cron','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205936,68679,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205937,68690,'action created','2024-11-27 06:00:02','2024-11-27 06:00:02'),(205965,68690,'action started via WP Cron','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205966,68690,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205967,68700,'action created','2024-11-28 06:00:03','2024-11-28 06:00:03'),(205986,68700,'action started via WP Cron','2024-11-29 06:00:03','2024-11-29 06:00:03'),(205987,68700,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-29 06:00:03','2024-11-29 06:00:03'),(205988,68707,'action created','2024-11-29 06:00:03','2024-11-29 06:00:03'),(206004,68707,'action started via WP Cron','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206005,68707,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206006,68713,'action created','2024-11-30 06:00:17','2024-11-30 06:00:17'),(206019,68713,'action started via WP CLI','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206020,68713,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206021,68718,'action created','2024-12-01 06:30:03','2024-12-01 06:30:03'),(206034,68718,'action started via WP CLI','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206035,68718,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206036,68723,'action created','2024-12-02 06:30:03','2024-12-02 06:30:03'),(206061,68723,'action started via WP CLI','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206062,68723,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206063,68732,'action created','2024-12-03 06:30:03','2024-12-03 06:30:03'),(206091,68732,'action started via WP CLI','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206092,68732,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206093,68742,'action created','2024-12-04 06:30:03','2024-12-04 06:30:03'),(206124,68742,'action started via WP CLI','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206125,68742,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206126,68753,'action created','2024-12-05 06:30:03','2024-12-05 06:30:03'),(206151,68753,'action started via WP Cron','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206152,68753,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206153,68762,'action created','2024-12-06 06:30:03','2024-12-06 06:30:03'),(206178,68762,'action started via WP CLI','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206179,68762,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206180,68771,'action created','2024-12-07 06:30:03','2024-12-07 06:30:03'),(206196,68771,'action started via WP Cron','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206197,68771,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206198,68777,'action created','2024-12-08 07:00:03','2024-12-08 07:00:03'),(206217,68777,'action started via WP CLI','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206218,68777,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206219,68784,'action created','2024-12-09 07:00:03','2024-12-09 07:00:03'),(206241,68784,'action started via WP Cron','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206242,68784,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206243,68792,'action created','2024-12-10 07:00:03','2024-12-10 07:00:03'),(206292,68792,'action started via WP Cron','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206293,68792,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206294,68809,'action created','2024-12-11 07:30:02','2024-12-11 07:30:02'),(206313,68809,'action started via WP Cron','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206314,68809,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206315,68816,'action created','2024-12-12 07:30:02','2024-12-12 07:30:02'),(206349,68816,'action started via WP Cron','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206350,68816,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206351,68828,'action created','2024-12-13 07:30:02','2024-12-13 07:30:02'),(206369,68828,'action started via WP Cron','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206370,68828,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206371,68834,'action created','2024-12-14 07:30:02','2024-12-14 07:30:02'),(206384,68834,'action started via WP Cron','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206385,68834,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206386,68839,'action created','2024-12-15 07:30:02','2024-12-15 07:30:02'),(206402,68839,'action started via WP Cron','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206403,68839,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206404,68845,'action created','2024-12-16 07:30:02','2024-12-16 07:30:02'),(206429,68845,'action started via WP Cron','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206430,68845,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206431,68854,'action created','2024-12-17 07:30:02','2024-12-17 07:30:02'),(206434,68855,'action created','2024-12-17 08:00:02','2024-12-17 08:00:02'),(206504,68879,'action created','2024-12-18 04:11:16','2024-12-18 04:11:16'),(206505,68879,'action started via WP Cron','2024-12-18 04:12:17','2024-12-18 04:12:17'),(206506,68879,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2024-12-18 04:12:17','2024-12-18 04:12:17'),(206513,68854,'action started via WP Cron','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206514,68854,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206515,68882,'action created','2024-12-18 07:30:03','2024-12-18 07:30:03'),(206516,68855,'action started via WP Cron','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206517,68855,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206518,68883,'action created','2024-12-18 08:00:02','2024-12-18 08:00:02'),(206537,68882,'action started via WP Cron','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206538,68882,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206539,68890,'action created','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206540,68883,'action started via WP Cron','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206541,68883,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206542,68891,'action created','2024-12-19 08:00:03','2024-12-19 08:00:03'),(206552,68890,'action started via WP Cron','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206553,68890,'action failed via WP Cron: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206554,68895,'action created','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206555,68891,'action started via WP Cron','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206556,68891,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206557,68896,'action created','2024-12-20 08:00:03','2024-12-20 08:00:03'),(206588,68895,'action started via WP CLI','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206589,68895,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206590,68907,'action created','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206591,68896,'action started via WP CLI','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206592,68896,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206593,68908,'action created','2024-12-21 08:00:03','2024-12-21 08:00:03'),(206603,68907,'action started via WP CLI','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206604,68907,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206605,68912,'action created','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206606,68908,'action started via WP CLI','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206607,68908,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206608,68913,'action created','2024-12-22 08:00:03','2024-12-22 08:00:03'),(206618,68912,'action started via WP CLI','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206619,68912,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206620,68917,'action created','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206621,68913,'action started via WP CLI','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206622,68913,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206623,68918,'action created','2024-12-23 08:00:03','2024-12-23 08:00:03'),(206642,68917,'action started via WP CLI','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206643,68917,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206644,68925,'action created','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206645,68918,'action started via WP CLI','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206646,68918,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206647,68926,'action created','2024-12-24 08:00:03','2024-12-24 08:00:03'),(206657,68925,'action started via WP CLI','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206658,68925,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206659,68930,'action created','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206660,68926,'action started via WP CLI','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206661,68926,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206662,68931,'action created','2024-12-25 08:00:03','2024-12-25 08:00:03'),(206675,68930,'action started via WP CLI','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206676,68930,'action failed via WP CLI: Scheduled action for acfw_license_check will not be executed as no callbacks are registered.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206677,68930,'This action appears to be consistently failing. A new instance will not be scheduled.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206678,68931,'action started via WP CLI','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206679,68931,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206680,68936,'action created','2024-12-26 08:00:03','2024-12-26 08:00:03'),(206693,68936,'action started via WP CLI','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206694,68936,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206695,68941,'action created','2024-12-27 08:00:03','2024-12-27 08:00:03'),(206729,68941,'action started via WP Cron','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206730,68941,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206731,68953,'action created','2024-12-28 08:00:03','2024-12-28 08:00:03'),(206762,68953,'action started via WP Cron','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206763,68953,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206764,68964,'action created','2024-12-29 08:30:02','2024-12-29 08:30:02'),(206777,68964,'action started via WP Cron','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206778,68964,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206779,68969,'action created','2024-12-30 08:30:02','2024-12-30 08:30:02'),(206792,68969,'action started via WP Cron','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206793,68969,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206794,68974,'action created','2024-12-31 08:30:02','2024-12-31 08:30:02'),(206807,68974,'action started via WP Cron','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206808,68974,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206809,68979,'action created','2025-01-01 08:30:02','2025-01-01 08:30:02'),(206822,68979,'action started via WP Cron','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206823,68979,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206824,68984,'action created','2025-01-02 08:30:02','2025-01-02 08:30:02'),(206885,68984,'action started via WP Cron','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206886,68984,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206887,69005,'action created','2025-01-03 08:30:02','2025-01-03 08:30:02'),(206915,69005,'action started via WP Cron','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206916,69005,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206917,69015,'action created','2025-01-04 08:30:02','2025-01-04 08:30:02'),(206927,69015,'action started via WP Cron','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206928,69015,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206929,69019,'action created','2025-01-05 08:30:02','2025-01-05 08:30:02'),(206942,69019,'action started via WP Cron','2025-01-06 08:30:02','2025-01-06 08:30:02'),(206943,69019,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-06 08:30:02','2025-01-06 08:30:02'),(206944,69024,'action created','2025-01-06 08:30:02','2025-01-06 08:30:02'),(207002,69024,'action started via WP Cron','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207003,69024,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207004,69044,'action created','2025-01-07 08:30:02','2025-01-07 08:30:02'),(207032,69044,'action started via WP Cron','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207033,69044,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207034,69054,'action created','2025-01-08 08:30:02','2025-01-08 08:30:02'),(207080,69054,'action started via WP Cron','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207081,69054,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207082,69070,'action created','2025-01-09 08:30:02','2025-01-09 08:30:02'),(207122,69070,'action started via WP Cron','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207123,69070,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207124,69084,'action created','2025-01-10 08:30:02','2025-01-10 08:30:02'),(207137,69084,'action started via WP Cron','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207138,69084,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207139,69089,'action created','2025-01-11 08:30:02','2025-01-11 08:30:02'),(207149,69089,'action started via WP Cron','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207150,69089,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207151,69093,'action created','2025-01-12 08:30:02','2025-01-12 08:30:02'),(207167,69093,'action started via WP Cron','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207168,69093,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207169,69099,'action created','2025-01-13 08:30:02','2025-01-13 08:30:02'),(207197,69099,'action started via WP Cron','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207198,69099,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207199,69109,'action created','2025-01-14 08:30:02','2025-01-14 08:30:02'),(207230,69109,'action started via WP Cron','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207231,69109,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207232,69120,'action created','2025-01-15 08:30:02','2025-01-15 08:30:02'),(207257,69120,'action started via WP CLI','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207258,69120,'action failed via WP CLI: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207259,69129,'action created','2025-01-16 08:30:02','2025-01-16 08:30:02'),(207290,69129,'action started via WP Cron','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207291,69129,'action failed via WP Cron: Scheduled action for acfwf_fetch_notifications will not be executed as no callbacks are registered.','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207292,69129,'This action appears to be consistently failing. A new instance will not be scheduled.','2025-01-17 08:30:02','2025-01-17 08:30:02'),(207575,69234,'action created','2025-01-31 13:52:09','2025-01-31 13:52:09'),(207576,69234,'action started via WP Cron','2025-01-31 13:54:10','2025-01-31 13:54:10'),(207577,69234,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-01-31 13:54:10','2025-01-31 13:54:10'),(208678,69601,'action created','2025-03-23 08:30:02','2025-03-23 08:30:02'),(208682,69601,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-03-24 16:26:16','2025-03-24 16:26:16'),(208998,69708,'action created','2025-04-07 16:30:02','2025-04-07 16:30:02'),(209026,69708,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-04-08 18:49:24','2025-04-08 18:49:24'),(211608,70579,'action created','2025-07-05 02:00:02','2025-07-05 02:00:02'),(211612,70579,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-07-06 00:00:03','2025-07-06 00:00:03'),(211616,70582,'action created','2025-07-06 00:00:07','2025-07-06 00:00:07'),(211617,70582,'action marked as failed after 300 seconds. Unknown error occurred. Check server, PHP and database error logs to diagnose cause.','2025-07-06 22:03:43','2025-07-06 22:03:43'),(211643,70592,'action created','2025-07-07 17:39:15','2025-07-07 17:39:15'),(211644,70592,'action started via Async Request','2025-07-07 17:40:18','2025-07-07 17:40:18'),(211645,70592,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-07 17:40:18','2025-07-07 17:40:18'),(211751,70628,'action created','2025-07-10 14:11:34','2025-07-10 14:11:34'),(211752,70628,'action started via WP Cron','2025-07-10 14:13:42','2025-07-10 14:13:42'),(211753,70628,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 14:13:42','2025-07-10 14:13:42'),(211796,70643,'action created','2025-07-10 17:09:26','2025-07-10 17:09:26'),(211797,70643,'action started via WP Cron','2025-07-10 17:11:25','2025-07-10 17:11:25'),(211798,70643,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 17:11:25','2025-07-10 17:11:25'),(211814,70649,'action created','2025-07-10 18:50:16','2025-07-10 18:50:16'),(211815,70649,'action started via WP Cron','2025-07-10 18:51:24','2025-07-10 18:51:24'),(211816,70649,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 18:51:24','2025-07-10 18:51:24'),(211820,70651,'action created','2025-07-10 19:06:36','2025-07-10 19:06:36'),(211821,70651,'action started via Async Request','2025-07-10 19:07:41','2025-07-10 19:07:41'),(211822,70651,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-07-10 19:07:41','2025-07-10 19:07:41'),(212713,70950,'action created','2025-08-08 18:10:56','2025-08-08 18:10:56'),(212714,70950,'action started via Async Request','2025-08-08 18:12:09','2025-08-08 18:12:09'),(212715,70950,'action failed via Async Request: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-08-08 18:12:09','2025-08-08 18:12:09'),(218767,72981,'action created','2025-11-17 19:51:49','2025-11-17 19:51:49'),(218768,72981,'action started via WP Cron','2025-11-17 19:53:42','2025-11-17 19:53:42'),(218769,72981,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-11-17 19:53:42','2025-11-17 19:53:42'),(218779,72985,'action created','2025-11-17 19:55:19','2025-11-17 19:55:19'),(218780,72985,'action started via WP Cron','2025-11-17 19:56:38','2025-11-17 19:56:38'),(218781,72985,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-11-17 19:56:38','2025-11-17 19:56:38'),(218890,73022,'action created','2025-11-20 22:00:03','2025-11-20 22:00:03'),(219086,73088,'action created','2025-11-23 23:00:05','2025-11-23 23:00:05'),(219176,73119,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219179,73120,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219182,73121,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219185,73122,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219188,73123,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219191,73124,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219194,73125,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219197,73126,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219200,73127,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219203,73129,'action created','2025-11-25 23:30:03','2025-11-25 23:30:03'),(219208,73130,'action created','2025-11-26 00:00:02','2025-11-26 00:00:02'),(219209,73127,'action started via WP Cron','2025-11-26 06:00:01','2025-11-26 06:00:01'),(219210,73127,'action complete via WP Cron','2025-11-26 06:00:01','2025-11-26 06:00:01'),(219211,73131,'action created','2025-11-26 06:00:01','2025-11-26 06:00:01'),(219212,73132,'action created','2025-11-26 07:00:02','2025-11-26 07:00:02'),(219213,73132,'action started via WP CLI','2025-11-26 07:00:03','2025-11-26 07:00:03'),(219214,73132,'action complete via WP CLI','2025-11-26 07:00:03','2025-11-26 07:00:03'),(219215,73130,'action started via WP Cron','2025-11-26 12:00:02','2025-11-26 12:00:02'),(219216,73130,'action complete via WP Cron','2025-11-26 12:00:02','2025-11-26 12:00:02'),(219217,73133,'action created','2025-11-26 12:00:02','2025-11-26 12:00:02'),(219218,73134,'action created','2025-11-26 15:00:11','2025-11-26 15:00:11'),(219219,73134,'action started via WP Cron','2025-11-26 15:02:38','2025-11-26 15:02:38'),(219220,73134,'action complete via WP Cron','2025-11-26 15:02:39','2025-11-26 15:02:39'),(219221,73131,'action started via WP Cron','2025-11-26 18:00:02','2025-11-26 18:00:02'),(219222,73131,'action complete via WP Cron','2025-11-26 18:00:02','2025-11-26 18:00:02'),(219224,73136,'action created','2025-11-26 19:00:01','2025-11-26 19:00:01'),(219225,73136,'action started via WP CLI','2025-11-26 19:00:02','2025-11-26 19:00:02'),(219226,73136,'action complete via WP CLI','2025-11-26 19:00:02','2025-11-26 19:00:02'),(219227,73088,'action started via WP Cron','2025-11-26 23:30:02','2025-11-26 23:30:02'),(219228,73088,'action complete via WP Cron','2025-11-26 23:30:02','2025-11-26 23:30:02'),(219229,73119,'action started via WP CLI','2025-11-26 23:30:03','2025-11-26 23:30:03'),(219230,73119,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219231,73137,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219232,73120,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219233,73120,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219234,73138,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219235,73121,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219236,73121,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219237,73139,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219238,73122,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219239,73122,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219240,73140,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219241,73123,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219242,73123,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219243,73141,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219244,73124,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219245,73124,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219246,73142,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219247,73125,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219248,73125,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219249,73143,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219250,73126,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219251,73126,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219252,73144,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219253,73129,'action started via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219254,73145,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219256,73146,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219257,73147,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219258,73129,'action complete via WP CLI','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219259,73148,'action created','2025-11-26 23:30:04','2025-11-26 23:30:04'),(219260,73147,'action started via WP Cron','2025-11-27 00:00:02','2025-11-27 00:00:02'),(219261,73147,'action complete via WP Cron','2025-11-27 00:00:02','2025-11-27 00:00:02'),(219262,73133,'action started via WP Cron','2025-11-27 00:00:02','2025-11-27 00:00:02'),(219263,73133,'action complete via WP Cron','2025-11-27 00:00:02','2025-11-27 00:00:02'),(219264,73149,'action created','2025-11-27 00:00:02','2025-11-27 00:00:02'),(219265,73146,'action started via WP Cron','2025-11-27 06:00:01','2025-11-27 06:00:01'),(219266,73146,'action complete via WP Cron','2025-11-27 06:00:01','2025-11-27 06:00:01'),(219267,73150,'action created','2025-11-27 06:00:01','2025-11-27 06:00:01'),(219268,73151,'action created','2025-11-27 07:00:01','2025-11-27 07:00:01'),(219269,73151,'action started via WP CLI','2025-11-27 07:00:02','2025-11-27 07:00:02'),(219270,73151,'action complete via WP CLI','2025-11-27 07:00:02','2025-11-27 07:00:02'),(219271,73149,'action started via WP Cron','2025-11-27 12:00:02','2025-11-27 12:00:02'),(219272,73149,'action complete via WP Cron','2025-11-27 12:00:02','2025-11-27 12:00:02'),(219273,73152,'action created','2025-11-27 12:00:02','2025-11-27 12:00:02'),(219274,73150,'action started via WP Cron','2025-11-27 18:00:02','2025-11-27 18:00:02'),(219275,73150,'action complete via WP Cron','2025-11-27 18:00:02','2025-11-27 18:00:02'),(219277,73154,'action created','2025-11-27 19:00:01','2025-11-27 19:00:01'),(219278,73154,'action started via WP CLI','2025-11-27 19:00:02','2025-11-27 19:00:02'),(219279,73154,'action complete via WP CLI','2025-11-27 19:00:02','2025-11-27 19:00:02'),(219280,73137,'action started via WP Cron','2025-11-28 00:00:02','2025-11-28 00:00:02'),(219281,73137,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219282,73155,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219283,73138,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219284,73138,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219285,73156,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219286,73139,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219287,73139,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219288,73157,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219289,73140,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219290,73140,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219291,73158,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219292,73141,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219293,73141,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219294,73159,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219295,73142,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219296,73142,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219297,73160,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219298,73143,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219299,73143,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219300,73161,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219301,73144,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219302,73144,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219303,73162,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219304,73152,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219305,73152,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219306,73163,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219307,73148,'action started via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219310,73165,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219311,73148,'action complete via WP Cron','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219312,73166,'action created','2025-11-28 00:00:03','2025-11-28 00:00:03'),(219313,73165,'action started via WP Cron','2025-11-28 00:30:02','2025-11-28 00:30:02'),(219314,73165,'action complete via WP Cron','2025-11-28 00:30:02','2025-11-28 00:30:02'),(219315,73167,'action created','2025-11-28 07:00:02','2025-11-28 07:00:02'),(219316,73167,'action started via WP CLI','2025-11-28 07:00:02','2025-11-28 07:00:02'),(219317,73167,'action complete via WP CLI','2025-11-28 07:00:02','2025-11-28 07:00:02'),(219318,73163,'action started via WP Cron','2025-11-28 12:30:02','2025-11-28 12:30:02'),(219319,73163,'action complete via WP Cron','2025-11-28 12:30:02','2025-11-28 12:30:02'),(219320,73168,'action created','2025-11-28 12:30:02','2025-11-28 12:30:02'),(219321,73169,'action created','2025-11-28 17:01:38','2025-11-28 17:01:38'),(219322,73169,'action started via WP Cron','2025-11-28 17:02:53','2025-11-28 17:02:53'),(219323,73169,'action complete via WP Cron','2025-11-28 17:02:53','2025-11-28 17:02:53'),(219324,73170,'action created','2025-11-28 17:03:35','2025-11-28 17:03:35'),(219325,73170,'action started via WP Cron','2025-11-28 17:04:36','2025-11-28 17:04:36'),(219326,73170,'action complete via WP Cron','2025-11-28 17:04:36','2025-11-28 17:04:36'),(219327,73171,'action created','2025-11-28 17:05:52','2025-11-28 17:05:52'),(219328,73171,'action started via WP Cron','2025-11-28 17:06:20','2025-11-28 17:06:20'),(219329,73171,'action complete via WP Cron','2025-11-28 17:06:20','2025-11-28 17:06:20'),(219330,73172,'action created','2025-11-28 17:06:21','2025-11-28 17:06:21'),(219331,73172,'action started via WP Cron','2025-11-28 17:21:08','2025-11-28 17:21:08'),(219332,73172,'action complete via WP Cron','2025-11-28 17:21:08','2025-11-28 17:21:08'),(219333,73173,'action created','2025-11-28 18:33:51','2025-11-28 18:33:51'),(219334,73173,'action started via WP Cron','2025-11-28 18:34:30','2025-11-28 18:34:30'),(219335,73173,'action complete via WP Cron','2025-11-28 18:34:30','2025-11-28 18:34:30'),(219336,73155,'action started via WP Cron','2025-11-29 00:30:02','2025-11-29 00:30:02'),(219337,73155,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219338,73174,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219339,73156,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219340,73156,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219341,73175,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219342,73157,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219343,73157,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219344,73176,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219345,73158,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219346,73158,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219347,73177,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219348,73159,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219349,73159,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219350,73178,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219351,73160,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219352,73160,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219353,73179,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219354,73161,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219355,73161,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219356,73180,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219357,73162,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219358,73162,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219359,73181,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219360,73168,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219361,73168,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219362,73182,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219363,73166,'action started via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219366,73184,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219367,73166,'action complete via WP Cron','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219368,73185,'action created','2025-11-29 00:30:03','2025-11-29 00:30:03'),(219369,73184,'action started via WP Cron','2025-11-29 01:00:02','2025-11-29 01:00:02'),(219370,73184,'action complete via WP Cron','2025-11-29 01:00:02','2025-11-29 01:00:02'),(219371,73186,'action created','2025-11-29 07:00:01','2025-11-29 07:00:01'),(219372,73186,'action started via WP CLI','2025-11-29 07:00:02','2025-11-29 07:00:02'),(219373,73186,'action complete via WP CLI','2025-11-29 07:00:02','2025-11-29 07:00:02'),(219374,73182,'action started via WP Cron','2025-11-29 13:00:02','2025-11-29 13:00:02'),(219375,73182,'action complete via WP Cron','2025-11-29 13:00:02','2025-11-29 13:00:02'),(219376,73187,'action created','2025-11-29 13:00:02','2025-11-29 13:00:02'),(219377,73188,'action created','2025-11-29 19:00:02','2025-11-29 19:00:02'),(219378,73188,'action started via WP CLI','2025-11-29 19:00:02','2025-11-29 19:00:02'),(219379,73188,'action complete via WP CLI','2025-11-29 19:00:02','2025-11-29 19:00:02'),(219380,73189,'action created','2025-11-29 19:19:30','2025-11-29 19:19:30'),(219381,73189,'action started via WP Cron','2025-11-29 19:20:24','2025-11-29 19:20:24'),(219382,73189,'action complete via WP Cron','2025-11-29 19:20:24','2025-11-29 19:20:24'),(219383,73190,'action created','2025-11-29 19:20:24','2025-11-29 19:20:24'),(219384,73190,'action started via WP Cron','2025-11-29 19:30:02','2025-11-29 19:30:02'),(219385,73190,'action complete via WP Cron','2025-11-29 19:30:02','2025-11-29 19:30:02'),(219386,73191,'action created','2025-11-29 20:56:18','2025-11-29 20:56:18'),(219387,73191,'action started via WP Cron','2025-11-29 21:00:01','2025-11-29 21:00:01'),(219388,73191,'action complete via WP Cron','2025-11-29 21:00:01','2025-11-29 21:00:01'),(219389,73145,'action started via WP Cron','2025-11-30 00:00:02','2025-11-30 00:00:02'),(219390,73145,'action complete via WP Cron','2025-11-30 00:00:02','2025-11-30 00:00:02'),(219391,73174,'action started via WP CLI','2025-11-30 00:30:03','2025-11-30 00:30:03'),(219392,73174,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219393,73192,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219394,73175,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219395,73175,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219396,73193,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219397,73176,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219398,73176,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219399,73194,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219400,73177,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219401,73177,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219402,73195,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219403,73178,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219404,73178,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219405,73196,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219406,73179,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219407,73179,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219408,73197,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219409,73180,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219410,73180,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219411,73198,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219412,73181,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219413,73181,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219414,73199,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219415,73185,'action started via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219416,73200,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219419,73202,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219420,73185,'action complete via WP CLI','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219421,73203,'action created','2025-11-30 00:30:04','2025-11-30 00:30:04'),(219422,73202,'action started via WP Cron','2025-11-30 00:52:46','2025-11-30 00:52:46'),(219423,73202,'action complete via WP Cron','2025-11-30 00:52:46','2025-11-30 00:52:46'),(219424,73187,'action started via WP CLI','2025-11-30 01:00:02','2025-11-30 01:00:02'),(219425,73187,'action complete via WP CLI','2025-11-30 01:00:02','2025-11-30 01:00:02'),(219426,73204,'action created','2025-11-30 01:00:02','2025-11-30 01:00:02'),(219427,73205,'action created','2025-11-30 07:00:02','2025-11-30 07:00:02'),(219428,73205,'action started via WP CLI','2025-11-30 07:00:02','2025-11-30 07:00:02'),(219429,73205,'action complete via WP CLI','2025-11-30 07:00:02','2025-11-30 07:00:02'),(219430,73204,'action started via WP Cron','2025-11-30 13:00:02','2025-11-30 13:00:02'),(219431,73204,'action complete via WP Cron','2025-11-30 13:00:02','2025-11-30 13:00:02'),(219432,73206,'action created','2025-11-30 13:00:02','2025-11-30 13:00:02'),(219433,73207,'action created','2025-11-30 19:00:02','2025-11-30 19:00:02'),(219434,73207,'action started via WP CLI','2025-11-30 19:00:02','2025-11-30 19:00:02'),(219435,73207,'action complete via WP CLI','2025-11-30 19:00:02','2025-11-30 19:00:02'),(219436,73192,'action started via WP Cron','2025-12-01 01:00:02','2025-12-01 01:00:02'),(219437,73192,'action complete via WP Cron','2025-12-01 01:00:03','2025-12-01 01:00:03'),(219438,73208,'action created','2025-12-01 01:00:03','2025-12-01 01:00:03'),(219439,73193,'action started via WP Cron','2025-12-01 01:00:03','2025-12-01 01:00:03'),(219440,73193,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219441,73209,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219442,73194,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219443,73194,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219444,73210,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219445,73195,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219446,73195,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219447,73211,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219448,73196,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219449,73196,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219450,73212,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219451,73197,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219452,73197,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219453,73213,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219454,73198,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219455,73198,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219456,73214,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219457,73199,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219458,73199,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219459,73215,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219460,73206,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219461,73206,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219462,73216,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219463,73203,'action started via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219466,73218,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219467,73203,'action complete via WP Cron','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219468,73219,'action created','2025-12-01 01:00:04','2025-12-01 01:00:04'),(219469,73218,'action started via WP Cron','2025-12-01 01:30:02','2025-12-01 01:30:02'),(219470,73218,'action complete via WP Cron','2025-12-01 01:30:02','2025-12-01 01:30:02'),(219471,73220,'action created','2025-12-01 07:00:02','2025-12-01 07:00:02'),(219472,73220,'action started via WP CLI','2025-12-01 07:00:02','2025-12-01 07:00:02'),(219473,73220,'action complete via WP CLI','2025-12-01 07:00:02','2025-12-01 07:00:02'),(219474,73221,'action created','2025-12-01 12:54:21','2025-12-01 12:54:21'),(219475,73221,'action started via WP Cron','2025-12-01 12:56:06','2025-12-01 12:56:06'),(219476,73221,'action complete via WP Cron','2025-12-01 12:56:06','2025-12-01 12:56:06'),(219477,73222,'action created','2025-12-01 12:56:13','2025-12-01 12:56:13'),(219478,73222,'action started via WP Cron','2025-12-01 12:56:19','2025-12-01 12:56:19'),(219479,73222,'action complete via WP Cron','2025-12-01 12:56:19','2025-12-01 12:56:19'),(219480,73216,'action started via WP Cron','2025-12-01 13:30:02','2025-12-01 13:30:02'),(219481,73216,'action complete via WP Cron','2025-12-01 13:30:02','2025-12-01 13:30:02'),(219482,73223,'action created','2025-12-01 13:30:02','2025-12-01 13:30:02'),(219483,73224,'action created','2025-12-01 14:55:12','2025-12-01 14:55:12'),(219484,73224,'action started via WP Cron','2025-12-01 14:55:31','2025-12-01 14:55:31'),(219485,73224,'action complete via WP Cron','2025-12-01 14:55:31','2025-12-01 14:55:31'),(219486,73225,'action created','2025-12-01 14:55:34','2025-12-01 14:55:34'),(219487,73225,'action started via WP Cron','2025-12-01 15:00:02','2025-12-01 15:00:02'),(219488,73225,'action complete via WP Cron','2025-12-01 15:00:02','2025-12-01 15:00:02'),(219489,73226,'action created','2025-12-01 18:43:55','2025-12-01 18:43:55'),(219490,73226,'action started via WP Cron','2025-12-01 18:45:45','2025-12-01 18:45:45'),(219491,73226,'action complete via WP Cron','2025-12-01 18:45:45','2025-12-01 18:45:45'),(219492,73227,'action created','2025-12-01 19:02:51','2025-12-01 19:02:51'),(219493,73227,'action started via WP Cron','2025-12-01 19:04:08','2025-12-01 19:04:08'),(219494,73227,'action complete via WP Cron','2025-12-01 19:04:08','2025-12-01 19:04:08'),(219495,73228,'action created','2025-12-01 19:04:08','2025-12-01 19:04:08'),(219496,73228,'action started via WP Cron','2025-12-01 19:04:31','2025-12-01 19:04:31'),(219497,73228,'action complete via WP Cron','2025-12-01 19:04:31','2025-12-01 19:04:31'),(219498,73208,'action started via WP CLI','2025-12-02 01:00:03','2025-12-02 01:00:03'),(219499,73208,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219500,73229,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219501,73209,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219502,73209,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219503,73230,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219504,73210,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219505,73210,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219506,73231,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219507,73211,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219508,73211,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219509,73232,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219510,73212,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219511,73212,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219512,73233,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219513,73213,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219514,73213,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219515,73234,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219516,73214,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219517,73214,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219518,73235,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219519,73215,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219520,73215,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219521,73236,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219522,73219,'action started via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219525,73238,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219526,73219,'action complete via WP CLI','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219527,73239,'action created','2025-12-02 01:00:04','2025-12-02 01:00:04'),(219528,73238,'action started via WP Cron','2025-12-02 01:01:30','2025-12-02 01:01:30'),(219529,73238,'action complete via WP Cron','2025-12-02 01:01:30','2025-12-02 01:01:30'),(219530,73240,'action created','2025-12-02 01:06:56','2025-12-02 01:06:56'),(219531,73240,'action started via WP Cron','2025-12-02 01:09:08','2025-12-02 01:09:08'),(219532,73240,'action complete via WP Cron','2025-12-02 01:09:08','2025-12-02 01:09:08'),(219533,73241,'action created','2025-12-02 01:09:08','2025-12-02 01:09:08'),(219534,73241,'action started via WP Cron','2025-12-02 01:30:02','2025-12-02 01:30:02'),(219535,73241,'action complete via WP Cron','2025-12-02 01:30:02','2025-12-02 01:30:02'),(219536,73223,'action started via WP Cron','2025-12-02 01:30:02','2025-12-02 01:30:02'),(219537,73223,'action complete via WP Cron','2025-12-02 01:30:02','2025-12-02 01:30:02'),(219538,73242,'action created','2025-12-02 01:30:02','2025-12-02 01:30:02'),(219539,73243,'action created','2025-12-02 02:28:06','2025-12-02 02:28:06'),(219540,73243,'action started via WP Cron','2025-12-02 02:28:33','2025-12-02 02:28:33'),(219541,73243,'action complete via WP Cron','2025-12-02 02:28:33','2025-12-02 02:28:33'),(219542,73244,'action created','2025-12-02 02:28:33','2025-12-02 02:28:33'),(219543,73244,'action started via WP Cron','2025-12-02 02:30:01','2025-12-02 02:30:01'),(219544,73244,'action complete via WP Cron','2025-12-02 02:30:01','2025-12-02 02:30:01'),(219545,73245,'action created','2025-12-02 03:50:21','2025-12-02 03:50:21'),(219546,73245,'action started via WP Cron','2025-12-02 03:52:00','2025-12-02 03:52:00'),(219547,73246,'action created','2025-12-02 03:52:00','2025-12-02 03:52:00'),(219548,73245,'action complete via WP Cron','2025-12-02 03:52:00','2025-12-02 03:52:00'),(219549,73246,'action started via Async Request','2025-12-02 03:52:12','2025-12-02 03:52:12'),(219550,73246,'action complete via Async Request','2025-12-02 03:52:12','2025-12-02 03:52:12'),(219551,73247,'action created','2025-12-02 07:00:02','2025-12-02 07:00:02'),(219552,73247,'action started via WP CLI','2025-12-02 07:00:03','2025-12-02 07:00:03'),(219553,73247,'action complete via WP CLI','2025-12-02 07:00:03','2025-12-02 07:00:03'),(219554,73242,'action started via WP Cron','2025-12-02 13:30:02','2025-12-02 13:30:02'),(219555,73242,'action complete via WP Cron','2025-12-02 13:30:02','2025-12-02 13:30:02'),(219556,73248,'action created','2025-12-02 13:30:02','2025-12-02 13:30:02'),(219557,73249,'action created','2025-12-02 15:14:27','2025-12-02 15:14:27'),(219558,73249,'action started via WP Cron','2025-12-02 15:16:57','2025-12-02 15:16:57'),(219559,73249,'action complete via WP Cron','2025-12-02 15:16:57','2025-12-02 15:16:57'),(219560,73250,'action created','2025-12-02 15:16:57','2025-12-02 15:16:57'),(219561,73250,'action started via WP Cron','2025-12-02 15:30:01','2025-12-02 15:30:01'),(219562,73250,'action complete via WP Cron','2025-12-02 15:30:01','2025-12-02 15:30:01'),(219563,73251,'action created','2025-12-02 18:22:31','2025-12-02 18:22:31'),(219564,73251,'action started via WP Cron','2025-12-02 18:30:02','2025-12-02 18:30:02'),(219565,73251,'action complete via WP Cron','2025-12-02 18:30:02','2025-12-02 18:30:02'),(219566,73252,'action created','2025-12-02 18:39:18','2025-12-02 18:39:18'),(219567,73252,'action started via Async Request','2025-12-02 18:39:31','2025-12-02 18:39:31'),(219568,73252,'action complete via Async Request','2025-12-02 18:39:31','2025-12-02 18:39:31'),(219569,73253,'action created','2025-12-02 21:57:34','2025-12-02 21:57:34'),(219570,73253,'action started via WP Cron','2025-12-02 21:58:40','2025-12-02 21:58:40'),(219571,73253,'action complete via WP Cron','2025-12-02 21:58:40','2025-12-02 21:58:40'),(219572,73254,'action created','2025-12-02 21:58:58','2025-12-02 21:58:58'),(219573,73254,'action started via WP Cron','2025-12-02 21:59:20','2025-12-02 21:59:20'),(219574,73254,'action complete via WP Cron','2025-12-02 21:59:20','2025-12-02 21:59:20'),(219575,73255,'action created','2025-12-02 21:59:41','2025-12-02 21:59:41'),(219576,73255,'action started via WP CLI','2025-12-02 22:00:02','2025-12-02 22:00:02'),(219577,73255,'action complete via WP CLI','2025-12-02 22:00:02','2025-12-02 22:00:02'),(219578,73256,'action created','2025-12-02 22:00:27','2025-12-02 22:00:27'),(219579,73256,'action started via Async Request','2025-12-02 22:00:45','2025-12-02 22:00:45'),(219580,73256,'action complete via Async Request','2025-12-02 22:00:45','2025-12-02 22:00:45'),(219581,73257,'action created','2025-12-02 22:01:16','2025-12-02 22:01:16'),(219582,73257,'action started via Async Request','2025-12-02 22:01:48','2025-12-02 22:01:48'),(219583,73257,'action complete via Async Request','2025-12-02 22:01:48','2025-12-02 22:01:48'),(219584,73258,'action created','2025-12-02 22:02:02','2025-12-02 22:02:02'),(219585,73258,'action started via WP Cron','2025-12-02 22:02:21','2025-12-02 22:02:21'),(219586,73258,'action complete via WP Cron','2025-12-02 22:02:21','2025-12-02 22:02:21'),(219587,73259,'action created','2025-12-02 22:03:28','2025-12-02 22:03:28'),(219588,73259,'action started via WP Cron','2025-12-02 22:04:28','2025-12-02 22:04:28'),(219589,73259,'action complete via WP Cron','2025-12-02 22:04:28','2025-12-02 22:04:28'),(219590,73200,'action started via WP Cron','2025-12-03 01:00:02','2025-12-03 01:00:02'),(219591,73200,'action complete via WP Cron','2025-12-03 01:00:02','2025-12-03 01:00:02'),(219592,73229,'action started via WP Cron','2025-12-03 01:30:02','2025-12-03 01:30:02'),(219593,73229,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219594,73260,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219595,73230,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219596,73230,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219597,73261,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219598,73231,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219599,73231,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219600,73262,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219601,73232,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219602,73232,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219603,73263,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219604,73233,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219605,73233,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219606,73264,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219607,73234,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219608,73234,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219609,73265,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219610,73235,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219611,73235,'action complete via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219612,73266,'action created','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219613,73236,'action started via WP Cron','2025-12-03 01:30:03','2025-12-03 01:30:03'),(219614,73236,'action complete via WP Cron','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219615,73267,'action created','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219616,73248,'action started via WP Cron','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219617,73248,'action complete via WP Cron','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219618,73268,'action created','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219619,73239,'action started via WP Cron','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219620,73269,'action created','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219623,73271,'action created','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219624,73239,'action complete via WP Cron','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219625,73272,'action created','2025-12-03 01:30:04','2025-12-03 01:30:04'),(219626,73271,'action started via WP Cron','2025-12-03 02:00:01','2025-12-03 02:00:01'),(219627,73271,'action complete via WP Cron','2025-12-03 02:00:01','2025-12-03 02:00:01'),(219628,73273,'action created','2025-12-03 07:00:02','2025-12-03 07:00:02'),(219629,73273,'action started via WP CLI','2025-12-03 07:30:01','2025-12-03 07:30:01'),(219630,73273,'action complete via WP CLI','2025-12-03 07:30:01','2025-12-03 07:30:01'),(219631,73268,'action started via WP CLI','2025-12-03 14:00:02','2025-12-03 14:00:02'),(219632,73268,'action complete via WP CLI','2025-12-03 14:00:02','2025-12-03 14:00:02'),(219633,73274,'action created','2025-12-03 14:00:02','2025-12-03 14:00:02'),(219634,73275,'action created','2025-12-03 17:57:03','2025-12-03 17:57:03'),(219635,73275,'action started via WP Cron','2025-12-03 18:00:02','2025-12-03 18:00:02'),(219636,73275,'action complete via WP Cron','2025-12-03 18:00:02','2025-12-03 18:00:02'),(219637,73276,'action created','2025-12-03 18:58:28','2025-12-03 18:58:28'),(219638,73276,'action started via WP CLI','2025-12-03 19:00:02','2025-12-03 19:00:02'),(219639,73276,'action complete via WP CLI','2025-12-03 19:00:02','2025-12-03 19:00:02'),(219640,73277,'action created','2025-12-03 19:06:05','2025-12-03 19:06:05'),(219641,73277,'action started via WP Cron','2025-12-03 19:07:22','2025-12-03 19:07:22'),(219642,73277,'action complete via WP Cron','2025-12-03 19:07:22','2025-12-03 19:07:22'),(219643,73278,'action created','2025-12-03 19:07:23','2025-12-03 19:07:23'),(219644,73278,'action started via WP CLI','2025-12-03 19:30:01','2025-12-03 19:30:01'),(219645,73278,'action complete via WP CLI','2025-12-03 19:30:01','2025-12-03 19:30:01'),(219646,73279,'action created','2025-12-03 19:48:40','2025-12-03 19:48:40'),(219647,73279,'action started via Async Request','2025-12-03 19:50:01','2025-12-03 19:50:01'),(219648,73279,'action complete via Async Request','2025-12-03 19:50:02','2025-12-03 19:50:02'),(219649,73280,'action created','2025-12-03 19:50:36','2025-12-03 19:50:36'),(219650,73281,'action created','2025-12-03 19:50:59','2025-12-03 19:50:59'),(219651,73280,'action started via Async Request','2025-12-03 19:51:03','2025-12-03 19:51:03'),(219652,73280,'action complete via Async Request','2025-12-03 19:51:03','2025-12-03 19:51:03'),(219653,73281,'action started via Async Request','2025-12-03 19:51:09','2025-12-03 19:51:09'),(219654,73281,'action complete via Async Request','2025-12-03 19:51:09','2025-12-03 19:51:09'),(219655,73282,'action created','2025-12-03 19:51:11','2025-12-03 19:51:11'),(219656,73282,'action started via WP Cron','2025-12-03 19:51:18','2025-12-03 19:51:18'),(219657,73282,'action complete via WP Cron','2025-12-03 19:51:18','2025-12-03 19:51:18'),(219658,73283,'action created','2025-12-03 19:51:22','2025-12-03 19:51:22'),(219659,73284,'action created','2025-12-03 19:52:00','2025-12-03 19:52:00'),(219660,73283,'action started via Async Request','2025-12-03 19:52:07','2025-12-03 19:52:07'),(219661,73283,'action complete via Async Request','2025-12-03 19:52:07','2025-12-03 19:52:07'),(219662,73284,'action started via Async Request','2025-12-03 19:52:07','2025-12-03 19:52:07'),(219663,73284,'action complete via Async Request','2025-12-03 19:52:07','2025-12-03 19:52:07'),(219664,73285,'action created','2025-12-03 19:52:47','2025-12-03 19:52:47'),(219665,73285,'action started via Async Request','2025-12-03 19:53:10','2025-12-03 19:53:10'),(219666,73285,'action complete via Async Request','2025-12-03 19:53:10','2025-12-03 19:53:10'),(219667,73286,'action created','2025-12-03 19:53:26','2025-12-03 19:53:26'),(219668,73286,'action started via Async Request','2025-12-03 19:54:12','2025-12-03 19:54:12'),(219669,73286,'action complete via Async Request','2025-12-03 19:54:12','2025-12-03 19:54:12'),(219670,73260,'action started via WP Cron','2025-12-04 01:52:50','2025-12-04 01:52:50'),(219671,73260,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219672,73287,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219673,73261,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219674,73261,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219675,73288,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219676,73262,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219677,73262,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219678,73289,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219679,73263,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219680,73263,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219681,73290,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219682,73264,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219683,73264,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219684,73291,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219685,73265,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219686,73265,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219687,73292,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219688,73266,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219689,73266,'action complete via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219690,73293,'action created','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219691,73267,'action started via WP Cron','2025-12-04 01:52:51','2025-12-04 01:52:51'),(219692,73267,'action complete via WP Cron','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219693,73294,'action created','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219694,73272,'action started via WP Cron','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219697,73296,'action created','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219698,73272,'action complete via WP Cron','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219699,73297,'action created','2025-12-04 01:52:52','2025-12-04 01:52:52'),(219700,73296,'action started via WP CLI','2025-12-04 02:00:02','2025-12-04 02:00:02'),(219701,73296,'action complete via WP CLI','2025-12-04 02:00:02','2025-12-04 02:00:02'),(219702,73274,'action started via WP CLI','2025-12-04 02:00:02','2025-12-04 02:00:02'),(219703,73274,'action complete via WP CLI','2025-12-04 02:00:02','2025-12-04 02:00:02'),(219704,73298,'action created','2025-12-04 02:00:02','2025-12-04 02:00:02'),(219705,73299,'action created','2025-12-04 05:34:57','2025-12-04 05:34:57'),(219706,73299,'action started via WP Cron','2025-12-04 05:35:29','2025-12-04 05:35:29'),(219707,73299,'action complete via WP Cron','2025-12-04 05:35:29','2025-12-04 05:35:29'),(219708,73300,'action created','2025-12-04 07:00:02','2025-12-04 07:00:02'),(219709,73300,'action started via WP Cron','2025-12-04 07:30:02','2025-12-04 07:30:02'),(219710,73300,'action complete via WP Cron','2025-12-04 07:30:02','2025-12-04 07:30:02'),(219711,73298,'action started via WP Cron','2025-12-04 14:30:02','2025-12-04 14:30:02'),(219712,73298,'action complete via WP Cron','2025-12-04 14:30:02','2025-12-04 14:30:02'),(219713,73301,'action created','2025-12-04 14:30:02','2025-12-04 14:30:02'),(219714,73302,'action created','2025-12-04 18:34:06','2025-12-04 18:34:06'),(219715,73302,'action started via WP Cron','2025-12-04 18:34:32','2025-12-04 18:34:32'),(219716,73302,'action complete via WP Cron','2025-12-04 18:34:32','2025-12-04 18:34:32'),(219717,73303,'action created','2025-12-05 00:11:36','2025-12-05 00:11:36'),(219718,73303,'action started via WP Cron','2025-12-05 00:13:02','2025-12-05 00:13:02'),(219719,73303,'action complete via WP Cron','2025-12-05 00:13:02','2025-12-05 00:13:02'),(219720,73304,'action created','2025-12-05 00:14:30','2025-12-05 00:14:30'),(219721,73304,'action started via WP CLI','2025-12-05 00:30:02','2025-12-05 00:30:02'),(219722,73304,'action complete via WP CLI','2025-12-05 00:30:02','2025-12-05 00:30:02'),(219723,73287,'action started via WP CLI','2025-12-05 02:00:01','2025-12-05 02:00:01'),(219724,73287,'action complete via WP CLI','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219725,73305,'action created','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219726,73288,'action started via WP CLI','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219727,73288,'action complete via WP CLI','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219728,73306,'action created','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219729,73289,'action started via WP CLI','2025-12-05 02:00:02','2025-12-05 02:00:02'),(219730,73289,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219731,73307,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219732,73290,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219733,73290,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219734,73308,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219735,73291,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219736,73291,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219737,73309,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219738,73292,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219739,73292,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219740,73310,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219741,73293,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219742,73293,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219743,73311,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219744,73294,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219745,73294,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219746,73312,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219747,73297,'action started via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219750,73314,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219751,73297,'action complete via WP CLI','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219752,73315,'action created','2025-12-05 02:00:03','2025-12-05 02:00:03'),(219753,73314,'action started via WP Cron','2025-12-05 02:30:01','2025-12-05 02:30:01'),(219754,73314,'action complete via WP Cron','2025-12-05 02:30:01','2025-12-05 02:30:01'),(219755,73301,'action started via WP CLI','2025-12-05 02:30:02','2025-12-05 02:30:02'),(219756,73301,'action complete via WP CLI','2025-12-05 02:30:02','2025-12-05 02:30:02'),(219757,73316,'action created','2025-12-05 02:30:02','2025-12-05 02:30:02'),(219758,73317,'action created','2025-12-05 04:11:55','2025-12-05 04:11:55'),(219759,73318,'action created','2025-12-05 04:11:55','2025-12-05 04:11:55'),(219760,73317,'action started via Async Request','2025-12-05 04:13:04','2025-12-05 04:13:04'),(219761,73317,'action complete via Async Request','2025-12-05 04:13:04','2025-12-05 04:13:04'),(219762,73318,'action started via Async Request','2025-12-05 04:13:04','2025-12-05 04:13:04'),(219763,73318,'action complete via Async Request','2025-12-05 04:13:04','2025-12-05 04:13:04'),(219764,73319,'action created','2025-12-05 07:00:02','2025-12-05 07:00:02'),(219765,73319,'action started via WP CLI','2025-12-05 07:00:02','2025-12-05 07:00:02'),(219766,73319,'action complete via WP CLI','2025-12-05 07:00:02','2025-12-05 07:00:02'),(219767,73316,'action started via WP Cron','2025-12-05 14:30:02','2025-12-05 14:30:02'),(219768,73316,'action complete via WP Cron','2025-12-05 14:30:02','2025-12-05 14:30:02'),(219769,73320,'action created','2025-12-05 14:30:02','2025-12-05 14:30:02'),(219770,73321,'action created','2025-12-05 16:17:04','2025-12-05 16:17:04'),(219771,73321,'action started via WP Cron','2025-12-05 16:17:29','2025-12-05 16:17:29'),(219772,73321,'action complete via WP Cron','2025-12-05 16:17:29','2025-12-05 16:17:29'),(219773,73322,'action created','2025-12-05 19:00:01','2025-12-05 19:00:01'),(219774,73322,'action started via WP CLI','2025-12-05 19:30:02','2025-12-05 19:30:02'),(219775,73322,'action complete via WP CLI','2025-12-05 19:30:02','2025-12-05 19:30:02'),(219776,73022,'action started via WP CLI','2025-12-05 22:30:01','2025-12-05 22:30:01'),(219777,73022,'action complete via WP CLI','2025-12-05 22:30:01','2025-12-05 22:30:01'),(219778,73323,'action created','2025-12-05 22:30:01','2025-12-05 22:30:01'),(219779,73269,'action started via WP Cron','2025-12-06 01:32:08','2025-12-06 01:32:08'),(219780,73269,'action complete via WP Cron','2025-12-06 01:32:08','2025-12-06 01:32:08'),(219781,73305,'action started via WP Cron','2025-12-06 02:00:02','2025-12-06 02:00:02'),(219782,73305,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219783,73324,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219784,73306,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219785,73306,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219786,73325,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219787,73307,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219788,73307,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219789,73326,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219790,73308,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219791,73308,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219792,73327,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219793,73309,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219794,73309,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219795,73328,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219796,73310,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219797,73310,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219798,73329,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219799,73311,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219800,73311,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219801,73330,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219802,73312,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219803,73312,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219804,73331,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219805,73315,'action started via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219806,73332,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219809,73334,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219810,73315,'action complete via WP Cron','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219811,73335,'action created','2025-12-06 02:00:03','2025-12-06 02:00:03'),(219812,73334,'action started via WP CLI','2025-12-06 02:30:02','2025-12-06 02:30:02'),(219813,73334,'action complete via WP CLI','2025-12-06 02:30:02','2025-12-06 02:30:02'),(219814,73320,'action started via WP CLI','2025-12-06 02:30:02','2025-12-06 02:30:02'),(219815,73320,'action complete via WP CLI','2025-12-06 02:30:02','2025-12-06 02:30:02'),(219816,73336,'action created','2025-12-06 02:30:02','2025-12-06 02:30:02'),(219817,73337,'action created','2025-12-06 07:00:02','2025-12-06 07:00:02'),(219818,73337,'action started via WP CLI','2025-12-06 07:00:02','2025-12-06 07:00:02'),(219819,73337,'action complete via WP CLI','2025-12-06 07:00:02','2025-12-06 07:00:02'),(219820,73336,'action started via WP CLI','2025-12-06 14:30:02','2025-12-06 14:30:02'),(219821,73336,'action complete via WP CLI','2025-12-06 14:30:02','2025-12-06 14:30:02'),(219822,73338,'action created','2025-12-06 14:30:02','2025-12-06 14:30:02'),(219823,73339,'action created','2025-12-06 19:00:02','2025-12-06 19:00:02'),(219824,73339,'action started via WP Cron','2025-12-06 19:07:35','2025-12-06 19:07:35'),(219825,73339,'action complete via WP Cron','2025-12-06 19:07:35','2025-12-06 19:07:35'),(219826,73340,'action created','2025-12-06 19:18:00','2025-12-06 19:18:00'),(219827,73340,'action started via WP Cron','2025-12-06 19:19:48','2025-12-06 19:19:48'),(219828,73340,'action complete via WP Cron','2025-12-06 19:19:48','2025-12-06 19:19:48'),(219829,73341,'action created','2025-12-06 19:19:48','2025-12-06 19:19:48'),(219830,73341,'action started via WP Cron','2025-12-06 19:20:29','2025-12-06 19:20:29'),(219831,73341,'action complete via WP Cron','2025-12-06 19:20:29','2025-12-06 19:20:29'),(219832,73324,'action started via WP CLI','2025-12-07 02:30:02','2025-12-07 02:30:02'),(219833,73324,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219834,73342,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219835,73325,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219836,73325,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219837,73343,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219838,73326,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219839,73326,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219840,73344,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219841,73327,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219842,73327,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219843,73345,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219844,73328,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219845,73328,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219846,73346,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219847,73329,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219848,73329,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219849,73347,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219850,73330,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219851,73330,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219852,73348,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219853,73331,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219854,73331,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219855,73349,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219856,73338,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219857,73338,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219858,73350,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219859,73335,'action started via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219862,73352,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219863,73335,'action complete via WP CLI','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219864,73353,'action created','2025-12-07 02:30:03','2025-12-07 02:30:03'),(219865,73352,'action started via WP Cron','2025-12-07 02:45:19','2025-12-07 02:45:19'),(219866,73352,'action complete via WP Cron','2025-12-07 02:45:19','2025-12-07 02:45:19'),(219867,73354,'action created','2025-12-07 07:00:01','2025-12-07 07:00:01'),(219868,73354,'action started via WP Cron','2025-12-07 07:30:02','2025-12-07 07:30:02'),(219869,73354,'action complete via WP Cron','2025-12-07 07:30:02','2025-12-07 07:30:02'),(219870,73350,'action started via WP CLI','2025-12-07 15:00:02','2025-12-07 15:00:02'),(219871,73350,'action complete via WP CLI','2025-12-07 15:00:02','2025-12-07 15:00:02'),(219872,73355,'action created','2025-12-07 15:00:02','2025-12-07 15:00:02'),(219873,73356,'action created','2025-12-07 18:39:07','2025-12-07 18:39:07'),(219874,73356,'action started via WP CLI','2025-12-07 19:00:02','2025-12-07 19:00:02'),(219875,73356,'action complete via WP CLI','2025-12-07 19:00:02','2025-12-07 19:00:02'),(219876,73342,'action started via WP Cron','2025-12-08 02:42:27','2025-12-08 02:42:27'),(219877,73342,'action complete via WP Cron','2025-12-08 02:42:28','2025-12-08 02:42:28'),(219878,73357,'action created','2025-12-08 02:42:28','2025-12-08 02:42:28'),(219879,73343,'action started via WP Cron','2025-12-08 02:42:28','2025-12-08 02:42:28'),(219880,73343,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219881,73358,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219882,73344,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219883,73344,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219884,73359,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219885,73345,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219886,73345,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219887,73360,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219888,73346,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219889,73346,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219890,73361,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219891,73347,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219892,73347,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219893,73362,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219894,73348,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219895,73348,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219896,73363,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219897,73349,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219898,73349,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219899,73364,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219900,73353,'action started via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219903,73366,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219904,73353,'action complete via WP Cron','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219905,73367,'action created','2025-12-08 02:42:30','2025-12-08 02:42:30'),(219906,73366,'action started via WP Cron','2025-12-08 03:00:02','2025-12-08 03:00:02'),(219907,73366,'action complete via WP Cron','2025-12-08 03:00:02','2025-12-08 03:00:02'),(219908,73355,'action started via WP Cron','2025-12-08 03:00:02','2025-12-08 03:00:02'),(219909,73355,'action complete via WP Cron','2025-12-08 03:00:02','2025-12-08 03:00:02'),(219910,73368,'action created','2025-12-08 03:00:02','2025-12-08 03:00:02'),(219911,73369,'action created','2025-12-08 07:00:02','2025-12-08 07:00:02'),(219912,73369,'action started via WP CLI','2025-12-08 07:30:02','2025-12-08 07:30:02'),(219913,73369,'action complete via WP CLI','2025-12-08 07:30:02','2025-12-08 07:30:02'),(219914,73370,'action created','2025-12-08 13:39:55','2025-12-08 13:39:55'),(219915,73370,'action started via WP Cron','2025-12-08 13:43:52','2025-12-08 13:43:52'),(219916,73370,'action complete via WP Cron','2025-12-08 13:43:52','2025-12-08 13:43:52'),(219917,73371,'action created','2025-12-08 14:35:16','2025-12-08 14:35:16'),(219918,73371,'action started via WP Cron','2025-12-08 14:36:23','2025-12-08 14:36:23'),(219919,73371,'action complete via WP Cron','2025-12-08 14:36:23','2025-12-08 14:36:23'),(219920,73368,'action started via WP CLI','2025-12-08 15:00:02','2025-12-08 15:00:02'),(219921,73368,'action complete via WP CLI','2025-12-08 15:00:02','2025-12-08 15:00:02'),(219922,73372,'action created','2025-12-08 15:00:02','2025-12-08 15:00:02'),(219923,73373,'action created','2025-12-08 19:00:02','2025-12-08 19:00:02'),(219924,73373,'action started via WP CLI','2025-12-08 19:00:02','2025-12-08 19:00:02'),(219925,73373,'action complete via WP CLI','2025-12-08 19:00:02','2025-12-08 19:00:02'),(219926,73374,'action created','2025-12-08 20:14:00','2025-12-08 20:14:00'),(219927,73375,'action created','2025-12-08 20:14:16','2025-12-08 20:14:16'),(219928,73374,'action started via WP Cron','2025-12-08 20:14:16','2025-12-08 20:14:16'),(219929,73374,'action complete via WP Cron','2025-12-08 20:14:16','2025-12-08 20:14:16'),(219930,73375,'action started via Async Request','2025-12-08 20:14:33','2025-12-08 20:14:33'),(219931,73375,'action complete via Async Request','2025-12-08 20:14:33','2025-12-08 20:14:33'),(219932,73332,'action started via WP Cron','2025-12-09 02:30:02','2025-12-09 02:30:02'),(219933,73332,'action complete via WP Cron','2025-12-09 02:30:02','2025-12-09 02:30:02'),(219934,73357,'action started via WP Cron','2025-12-09 03:00:01','2025-12-09 03:00:01'),(219935,73357,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219936,73376,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219937,73358,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219938,73358,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219939,73377,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219940,73359,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219941,73359,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219942,73378,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219943,73360,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219944,73360,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219945,73379,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219946,73361,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219947,73361,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219948,73380,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219949,73362,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219950,73362,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219951,73381,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219952,73363,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219953,73363,'action complete via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219954,73382,'action created','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219955,73364,'action started via WP Cron','2025-12-09 03:00:02','2025-12-09 03:00:02'),(219956,73364,'action complete via WP Cron','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219957,73383,'action created','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219958,73367,'action started via WP Cron','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219959,73384,'action created','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219962,73386,'action created','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219963,73367,'action complete via WP Cron','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219964,73387,'action created','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219965,73372,'action started via WP Cron','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219966,73372,'action complete via WP Cron','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219967,73388,'action created','2025-12-09 03:00:03','2025-12-09 03:00:03'),(219968,73386,'action started via WP CLI','2025-12-09 03:30:02','2025-12-09 03:30:02'),(219969,73386,'action complete via WP CLI','2025-12-09 03:30:02','2025-12-09 03:30:02'),(219970,73389,'action created','2025-12-09 07:00:02','2025-12-09 07:00:02'),(219971,73389,'action started via WP Cron','2025-12-09 07:30:02','2025-12-09 07:30:02'),(219972,73389,'action complete via WP Cron','2025-12-09 07:30:02','2025-12-09 07:30:02'),(219973,73390,'action created','2025-12-09 13:12:19','2025-12-09 13:12:19'),(219974,73390,'action started via WP Cron','2025-12-09 13:13:19','2025-12-09 13:13:19'),(219975,73390,'action complete via WP Cron','2025-12-09 13:13:19','2025-12-09 13:13:19'),(219976,73388,'action started via WP Cron','2025-12-09 15:30:02','2025-12-09 15:30:02'),(219977,73388,'action complete via WP Cron','2025-12-09 15:30:02','2025-12-09 15:30:02'),(219978,73391,'action created','2025-12-09 15:30:02','2025-12-09 15:30:02'),(219979,73392,'action created','2025-12-09 16:52:52','2025-12-09 16:52:52'),(219980,73392,'action started via Async Request','2025-12-09 16:53:27','2025-12-09 16:53:27'),(219981,73392,'action complete via Async Request','2025-12-09 16:53:27','2025-12-09 16:53:27'),(219982,73393,'action created','2025-12-09 16:53:45','2025-12-09 16:53:45'),(219983,73393,'action started via WP Cron','2025-12-09 16:54:32','2025-12-09 16:54:32'),(219984,73393,'action complete via WP Cron','2025-12-09 16:54:32','2025-12-09 16:54:32'),(219985,73394,'action created','2025-12-09 17:43:35','2025-12-09 17:43:35'),(219986,73394,'action started via Async Request','2025-12-09 17:44:15','2025-12-09 17:44:15'),(219987,73394,'action complete via Async Request','2025-12-09 17:44:15','2025-12-09 17:44:15'),(219988,73395,'action created','2025-12-09 18:12:11','2025-12-09 18:12:11'),(219989,73396,'action created','2025-12-09 18:12:17','2025-12-09 18:12:17'),(219990,73395,'action started via Async Request','2025-12-09 18:12:17','2025-12-09 18:12:17'),(219991,73395,'action complete via Async Request','2025-12-09 18:12:18','2025-12-09 18:12:18'),(219992,73396,'action started via Async Request','2025-12-09 18:12:18','2025-12-09 18:12:18'),(219993,73396,'action complete via Async Request','2025-12-09 18:12:18','2025-12-09 18:12:18'),(219994,73397,'action created','2025-12-09 18:18:30','2025-12-09 18:18:30'),(219995,73397,'action started via Async Request','2025-12-09 18:18:37','2025-12-09 18:18:37'),(219996,73397,'action complete via Async Request','2025-12-09 18:18:37','2025-12-09 18:18:37'),(219997,73398,'action created','2025-12-09 18:18:54','2025-12-09 18:18:54'),(219998,73399,'action created','2025-12-09 18:19:16','2025-12-09 18:19:16'),(219999,73398,'action started via WP Cron','2025-12-09 18:19:37','2025-12-09 18:19:37'),(220000,73398,'action complete via WP Cron','2025-12-09 18:19:37','2025-12-09 18:19:37'),(220001,73399,'action started via WP Cron','2025-12-09 18:19:37','2025-12-09 18:19:37'),(220002,73399,'action complete via WP Cron','2025-12-09 18:19:37','2025-12-09 18:19:37'),(220003,73400,'action created','2025-12-09 18:19:47','2025-12-09 18:19:47'),(220004,73400,'action started via WP Cron','2025-12-09 18:20:19','2025-12-09 18:20:19'),(220005,73400,'action complete via WP Cron','2025-12-09 18:20:19','2025-12-09 18:20:19'),(220006,73401,'action created','2025-12-09 18:20:20','2025-12-09 18:20:20'),(220007,73401,'action started via Async Request','2025-12-09 18:20:55','2025-12-09 18:20:55'),(220008,73401,'action complete via Async Request','2025-12-09 18:20:55','2025-12-09 18:20:55'),(220009,73402,'action created','2025-12-09 18:21:38','2025-12-09 18:21:38'),(220010,73402,'action started via Async Request','2025-12-09 18:21:57','2025-12-09 18:21:57'),(220011,73402,'action complete via Async Request','2025-12-09 18:21:57','2025-12-09 18:21:57'),(220012,73403,'action created','2025-12-09 18:22:01','2025-12-09 18:22:01'),(220013,73403,'action started via WP Cron','2025-12-09 18:22:22','2025-12-09 18:22:22'),(220014,73403,'action complete via WP Cron','2025-12-09 18:22:22','2025-12-09 18:22:22'),(220015,73404,'action created','2025-12-09 18:22:27','2025-12-09 18:22:27'),(220016,73404,'action started via Async Request','2025-12-09 18:23:06','2025-12-09 18:23:06'),(220017,73404,'action complete via Async Request','2025-12-09 18:23:06','2025-12-09 18:23:06'),(220018,73405,'action created','2025-12-09 18:23:46','2025-12-09 18:23:46'),(220019,73405,'action started via Async Request','2025-12-09 18:24:10','2025-12-09 18:24:10'),(220020,73405,'action complete via Async Request','2025-12-09 18:24:10','2025-12-09 18:24:10'),(220021,73406,'action created','2025-12-09 18:24:53','2025-12-09 18:24:53'),(220022,73406,'action started via Async Request','2025-12-09 18:25:13','2025-12-09 18:25:13'),(220023,73406,'action complete via Async Request','2025-12-09 18:25:13','2025-12-09 18:25:13'),(220024,73407,'action created','2025-12-09 19:00:02','2025-12-09 19:00:02'),(220025,73407,'action started via WP CLI','2025-12-09 19:00:02','2025-12-09 19:00:02'),(220026,73407,'action complete via WP CLI','2025-12-09 19:00:02','2025-12-09 19:00:02'),(220027,73408,'action created','2025-12-09 23:11:10','2025-12-09 23:11:10'),(220028,73408,'action started via WP Cron','2025-12-09 23:11:57','2025-12-09 23:11:57'),(220029,73408,'action complete via WP Cron','2025-12-09 23:11:57','2025-12-09 23:11:57'),(220030,73409,'action created','2025-12-10 02:38:15','2025-12-10 02:38:15'),(220031,73409,'action started via Async Request','2025-12-10 02:38:22','2025-12-10 02:38:22'),(220032,73409,'action complete via Async Request','2025-12-10 02:38:22','2025-12-10 02:38:22'),(220033,73410,'action created','2025-12-10 02:38:47','2025-12-10 02:38:47'),(220034,73410,'action started via WP Cron','2025-12-10 02:39:16','2025-12-10 02:39:16'),(220035,73410,'action complete via WP Cron','2025-12-10 02:39:16','2025-12-10 02:39:16'),(220036,73376,'action started via WP CLI','2025-12-10 03:00:02','2025-12-10 03:00:02'),(220037,73376,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220038,73411,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220039,73377,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220040,73377,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220041,73412,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220042,73378,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220043,73378,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220044,73413,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220045,73379,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220046,73379,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220047,73414,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220048,73380,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220049,73380,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220050,73415,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220051,73381,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220052,73381,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220053,73416,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220054,73382,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220055,73382,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220056,73417,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220057,73383,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220058,73383,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220059,73418,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220060,73387,'action started via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220063,73420,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220064,73387,'action complete via WP CLI','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220065,73421,'action created','2025-12-10 03:00:03','2025-12-10 03:00:03'),(220066,73420,'action started via WP Cron','2025-12-10 03:00:16','2025-12-10 03:00:16'),(220067,73420,'action complete via WP Cron','2025-12-10 03:00:16','2025-12-10 03:00:16'),(220068,73391,'action started via WP CLI','2025-12-10 03:30:02','2025-12-10 03:30:02'),(220069,73391,'action complete via WP CLI','2025-12-10 03:30:02','2025-12-10 03:30:02'),(220070,73422,'action created','2025-12-10 03:30:02','2025-12-10 03:30:02'),(220071,73423,'action created','2025-12-10 05:25:12','2025-12-10 05:25:12'),(220072,73423,'action started via WP Cron','2025-12-10 05:26:24','2025-12-10 05:26:24'),(220073,73423,'action complete via WP Cron','2025-12-10 05:26:24','2025-12-10 05:26:24'),(220074,73424,'action created','2025-12-10 07:00:02','2025-12-10 07:00:02'),(220075,73424,'action started via WP CLI','2025-12-10 07:00:02','2025-12-10 07:00:02'),(220076,73424,'action complete via WP CLI','2025-12-10 07:00:02','2025-12-10 07:00:02'),(220077,73422,'action started via WP Cron','2025-12-10 15:39:19','2025-12-10 15:39:19'),(220078,73422,'action complete via WP Cron','2025-12-10 15:39:19','2025-12-10 15:39:19'),(220079,73425,'action created','2025-12-10 15:39:19','2025-12-10 15:39:19'),(220080,73426,'action created','2025-12-10 18:40:38','2025-12-10 18:40:38'),(220081,73426,'action started via WP Cron','2025-12-10 18:53:24','2025-12-10 18:53:24'),(220082,73426,'action complete via WP Cron','2025-12-10 18:53:24','2025-12-10 18:53:24'),(220083,73427,'action created','2025-12-10 20:09:27','2025-12-10 20:09:27'),(220084,73427,'action started via WP Cron','2025-12-10 20:10:17','2025-12-10 20:10:17'),(220085,73427,'action complete via WP Cron','2025-12-10 20:10:18','2025-12-10 20:10:18'),(220086,73428,'action created','2025-12-11 01:05:10','2025-12-11 01:05:10'),(220087,73428,'action started via WP Cron','2025-12-11 01:08:01','2025-12-11 01:08:01'),(220088,73428,'action complete via WP Cron','2025-12-11 01:08:01','2025-12-11 01:08:01'),(220089,73429,'action created','2025-12-11 01:13:54','2025-12-11 01:13:54'),(220090,73429,'action started via WP Cron','2025-12-11 01:15:12','2025-12-11 01:15:12'),(220091,73429,'action complete via WP Cron','2025-12-11 01:15:12','2025-12-11 01:15:12'),(220092,73411,'action started via WP Cron','2025-12-11 03:05:18','2025-12-11 03:05:18'),(220093,73411,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220094,73430,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220095,73412,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220096,73412,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220097,73431,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220098,73413,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220099,73413,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220100,73432,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220101,73414,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220102,73414,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220103,73433,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220104,73415,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220105,73415,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220106,73434,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220107,73416,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220108,73416,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220109,73435,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220110,73417,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220111,73417,'action complete via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220112,73436,'action created','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220113,73418,'action started via WP Cron','2025-12-11 03:05:19','2025-12-11 03:05:19'),(220114,73418,'action complete via WP Cron','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220115,73437,'action created','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220116,73421,'action started via WP Cron','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220119,73439,'action created','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220120,73421,'action complete via WP Cron','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220121,73440,'action created','2025-12-11 03:05:20','2025-12-11 03:05:20'),(220122,73439,'action started via WP Cron','2025-12-11 03:18:26','2025-12-11 03:18:26'),(220123,73439,'action complete via WP Cron','2025-12-11 03:18:26','2025-12-11 03:18:26'),(220124,73425,'action started via WP Cron','2025-12-11 03:44:19','2025-12-11 03:44:19'),(220125,73425,'action complete via WP Cron','2025-12-11 03:44:19','2025-12-11 03:44:19'),(220126,73441,'action created','2025-12-11 03:44:19','2025-12-11 03:44:19'),(220127,73442,'action created','2025-12-11 07:00:01','2025-12-11 07:00:01'),(220128,73442,'action started via WP CLI','2025-12-11 07:30:02','2025-12-11 07:30:02'),(220129,73442,'action complete via WP CLI','2025-12-11 07:30:02','2025-12-11 07:30:02'),(220130,73441,'action started via WP CLI','2025-12-11 16:00:02','2025-12-11 16:00:02'),(220131,73441,'action complete via WP CLI','2025-12-11 16:00:02','2025-12-11 16:00:02'),(220132,73443,'action created','2025-12-11 16:00:02','2025-12-11 16:00:02'),(220133,73444,'action created','2025-12-11 16:31:36','2025-12-11 16:31:36'),(220134,73444,'action started via WP Cron','2025-12-11 16:32:48','2025-12-11 16:32:48'),(220135,73444,'action complete via WP Cron','2025-12-11 16:32:48','2025-12-11 16:32:48'),(220136,73445,'action created','2025-12-11 17:48:58','2025-12-11 17:48:58'),(220137,73445,'action started via WP Cron','2025-12-11 17:49:36','2025-12-11 17:49:36'),(220138,73445,'action complete via WP Cron','2025-12-11 17:49:36','2025-12-11 17:49:36'),(220139,73446,'action created','2025-12-11 18:40:48','2025-12-11 18:40:48'),(220140,73446,'action started via WP Cron','2025-12-11 18:41:39','2025-12-11 18:41:39'),(220141,73446,'action complete via WP Cron','2025-12-11 18:41:39','2025-12-11 18:41:39'),(220142,73447,'action created','2025-12-11 20:34:37','2025-12-11 20:34:37'),(220143,73448,'action created','2025-12-11 20:35:21','2025-12-11 20:35:21'),(220144,73449,'action created','2025-12-11 20:35:23','2025-12-11 20:35:23'),(220145,73450,'action created','2025-12-11 20:35:23','2025-12-11 20:35:23'),(220146,73451,'action created','2025-12-11 20:35:23','2025-12-11 20:35:23'),(220147,73452,'action created','2025-12-11 20:35:24','2025-12-11 20:35:24'),(220148,73447,'action started via WP Cron','2025-12-11 20:35:24','2025-12-11 20:35:24'),(220149,73447,'action complete via WP Cron','2025-12-11 20:35:24','2025-12-11 20:35:24'),(220150,73448,'action started via WP Cron','2025-12-11 20:35:24','2025-12-11 20:35:24'),(220151,73448,'action complete via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220152,73449,'action started via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220153,73449,'action complete via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220154,73450,'action started via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220155,73450,'action complete via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220156,73452,'action started via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220157,73452,'action complete via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220158,73451,'action started via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220159,73451,'action complete via WP Cron','2025-12-11 20:35:25','2025-12-11 20:35:25'),(220160,73453,'action created','2025-12-11 20:36:06','2025-12-11 20:36:06'),(220161,73454,'action created','2025-12-11 20:36:07','2025-12-11 20:36:07'),(220162,73454,'action started via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220163,73455,'action created','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220164,73454,'action complete via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220165,73453,'action started via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220166,73453,'action complete via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220167,73455,'action started via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220168,73455,'action complete via WP Cron','2025-12-11 20:36:19','2025-12-11 20:36:19'),(220169,73456,'action created','2025-12-11 21:32:49','2025-12-11 21:32:49'),(220170,73457,'action created','2025-12-11 21:32:49','2025-12-11 21:32:49'),(220171,73457,'action started via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220172,73458,'action created','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220173,73457,'action complete via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220174,73456,'action started via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220175,73456,'action complete via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220176,73458,'action started via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220177,73458,'action complete via WP Cron','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220178,73459,'action created','2025-12-11 21:35:23','2025-12-11 21:35:23'),(220179,73459,'action started via WP Cron','2025-12-11 22:00:01','2025-12-11 22:00:01'),(220180,73459,'action complete via WP Cron','2025-12-11 22:00:01','2025-12-11 22:00:01'),(220181,73460,'action created','2025-12-12 02:09:59','2025-12-12 02:09:59'),(220182,73461,'action created','2025-12-12 02:09:59','2025-12-12 02:09:59'),(220183,73461,'action started via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220184,73462,'action created','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220185,73461,'action complete via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220186,73460,'action started via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220187,73460,'action complete via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220188,73462,'action started via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220189,73462,'action complete via WP Cron','2025-12-12 02:11:54','2025-12-12 02:11:54'),(220190,73463,'action created','2025-12-12 02:12:25','2025-12-12 02:12:25'),(220191,73464,'action created','2025-12-12 02:12:25','2025-12-12 02:12:25'),(220192,73464,'action started via WP Cron','2025-12-12 02:12:26','2025-12-12 02:12:26'),(220193,73465,'action created','2025-12-12 02:12:26','2025-12-12 02:12:26'),(220194,73464,'action complete via WP Cron','2025-12-12 02:12:26','2025-12-12 02:12:26'),(220195,73465,'action started via WP Cron','2025-12-12 02:12:26','2025-12-12 02:12:26'),(220196,73465,'action complete via WP Cron','2025-12-12 02:12:26','2025-12-12 02:12:26'),(220197,73463,'action started via WP Cron','2025-12-12 02:16:09','2025-12-12 02:16:09'),(220198,73463,'action complete via WP Cron','2025-12-12 02:16:09','2025-12-12 02:16:09'),(220199,73466,'action created','2025-12-12 02:17:35','2025-12-12 02:17:35'),(220200,73467,'action created','2025-12-12 02:17:35','2025-12-12 02:17:35'),(220201,73467,'action started via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220202,73468,'action created','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220203,73467,'action complete via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220204,73466,'action started via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220205,73466,'action complete via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220206,73468,'action started via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220207,73468,'action complete via WP Cron','2025-12-12 02:18:19','2025-12-12 02:18:19'),(220208,73469,'action created','2025-12-12 02:18:27','2025-12-12 02:18:27'),(220209,73470,'action created','2025-12-12 02:18:27','2025-12-12 02:18:27'),(220210,73471,'action created','2025-12-12 02:19:17','2025-12-12 02:19:17'),(220211,73470,'action started via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220212,73472,'action created','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220213,73470,'action complete via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220214,73469,'action started via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220215,73469,'action complete via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220216,73472,'action started via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220217,73472,'action complete via WP Cron','2025-12-12 02:19:18','2025-12-12 02:19:18'),(220218,73471,'action started via WP Cron','2025-12-12 02:22:02','2025-12-12 02:22:02'),(220219,73471,'action complete via WP Cron','2025-12-12 02:22:02','2025-12-12 02:22:02'),(220220,73473,'action created','2025-12-12 02:28:41','2025-12-12 02:28:41'),(220221,73473,'action started via Async Request','2025-12-12 02:29:09','2025-12-12 02:29:09'),(220222,73473,'action complete via Async Request','2025-12-12 02:29:09','2025-12-12 02:29:09'),(220223,73474,'action created','2025-12-12 02:30:25','2025-12-12 02:30:25'),(220224,73474,'action started via WP Cron','2025-12-12 02:31:47','2025-12-12 02:31:47'),(220225,73474,'action complete via WP Cron','2025-12-12 02:31:47','2025-12-12 02:31:47'),(220226,73384,'action started via WP Cron','2025-12-12 03:18:12','2025-12-12 03:18:12'),(220227,73384,'action complete via WP Cron','2025-12-12 03:18:12','2025-12-12 03:18:12'),(220228,73430,'action started via WP Cron','2025-12-12 03:18:12','2025-12-12 03:18:12'),(220229,73430,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220230,73475,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220231,73431,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220232,73431,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220233,73476,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220234,73432,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220235,73432,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220236,73477,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220237,73433,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220238,73433,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220239,73478,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220240,73434,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220241,73434,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220242,73479,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220243,73435,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220244,73435,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220245,73480,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220246,73436,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220247,73436,'action complete via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220248,73481,'action created','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220249,73437,'action started via WP Cron','2025-12-12 03:18:13','2025-12-12 03:18:13'),(220250,73437,'action complete via WP Cron','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220251,73482,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220252,73440,'action started via WP Cron','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220253,73483,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220256,73485,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220257,73486,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220258,73440,'action complete via WP Cron','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220259,73487,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220260,73486,'action started via WP Cron','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220261,73486,'action complete via WP Cron','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220262,73488,'action created','2025-12-12 03:18:14','2025-12-12 03:18:14'),(220263,73485,'action started via WP Cron','2025-12-12 03:18:54','2025-12-12 03:18:54'),(220264,73485,'action complete via WP Cron','2025-12-12 03:18:54','2025-12-12 03:18:54'),(220265,73443,'action started via WP Cron','2025-12-12 04:00:02','2025-12-12 04:00:02'),(220266,73443,'action complete via WP Cron','2025-12-12 04:00:02','2025-12-12 04:00:02'),(220267,73489,'action created','2025-12-12 04:00:02','2025-12-12 04:00:02'),(220268,73490,'action created','2025-12-12 06:38:56','2025-12-12 06:38:56'),(220269,73490,'action started via WP Cron','2025-12-12 06:56:51','2025-12-12 06:56:51'),(220270,73490,'action complete via WP Cron','2025-12-12 06:56:51','2025-12-12 06:56:51'),(220271,73489,'action started via WP CLI','2025-12-12 16:30:02','2025-12-12 16:30:02'),(220272,73489,'action complete via WP CLI','2025-12-12 16:30:02','2025-12-12 16:30:02'),(220273,73491,'action created','2025-12-12 16:30:02','2025-12-12 16:30:02'),(220274,73492,'action created','2025-12-12 19:00:02','2025-12-12 19:00:02'),(220275,73492,'action started via WP CLI','2025-12-12 19:30:01','2025-12-12 19:30:01'),(220276,73492,'action complete via WP CLI','2025-12-12 19:30:01','2025-12-12 19:30:01'),(220277,73475,'action started via WP CLI','2025-12-13 03:30:02','2025-12-13 03:30:02'),(220278,73475,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220279,73493,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220280,73476,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220281,73476,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220282,73494,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220283,73477,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220284,73477,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220285,73495,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220286,73478,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220287,73478,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220288,73496,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220289,73479,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220290,73479,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220291,73497,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220292,73480,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220293,73480,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220294,73498,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220295,73481,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220296,73481,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220297,73499,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220298,73482,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220299,73482,'action complete via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220300,73500,'action created','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220301,73488,'action started via WP CLI','2025-12-13 03:30:03','2025-12-13 03:30:03'),(220302,73488,'action complete via WP CLI','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220303,73501,'action created','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220304,73487,'action started via WP CLI','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220307,73503,'action created','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220308,73487,'action complete via WP CLI','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220309,73504,'action created','2025-12-13 03:30:04','2025-12-13 03:30:04'),(220310,73503,'action started via WP CLI','2025-12-13 04:00:01','2025-12-13 04:00:01'),(220311,73503,'action complete via WP CLI','2025-12-13 04:00:01','2025-12-13 04:00:01'),(220312,73491,'action started via WP Cron','2025-12-13 04:30:02','2025-12-13 04:30:02'),(220313,73491,'action complete via WP Cron','2025-12-13 04:30:02','2025-12-13 04:30:02'),(220314,73505,'action created','2025-12-13 04:30:02','2025-12-13 04:30:02'),(220315,73506,'action created','2025-12-13 06:07:14','2025-12-13 06:07:14'),(220316,73506,'action started via WP Cron','2025-12-13 06:07:19','2025-12-13 06:07:19'),(220317,73506,'action complete via WP Cron','2025-12-13 06:07:20','2025-12-13 06:07:20'),(220318,73507,'action created','2025-12-13 06:08:18','2025-12-13 06:08:18'),(220319,73508,'action created','2025-12-13 06:08:52','2025-12-13 06:08:52'),(220320,73507,'action started via Async Request','2025-12-13 06:09:04','2025-12-13 06:09:04'),(220321,73507,'action complete via Async Request','2025-12-13 06:09:04','2025-12-13 06:09:04'),(220322,73508,'action started via Async Request','2025-12-13 06:09:04','2025-12-13 06:09:04'),(220323,73508,'action complete via Async Request','2025-12-13 06:09:04','2025-12-13 06:09:04'),(220324,73509,'action created','2025-12-13 06:09:53','2025-12-13 06:09:53'),(220325,73509,'action started via Async Request','2025-12-13 06:10:11','2025-12-13 06:10:11'),(220326,73509,'action complete via Async Request','2025-12-13 06:10:11','2025-12-13 06:10:11'),(220327,73510,'action created','2025-12-13 06:10:31','2025-12-13 06:10:31'),(220328,73510,'action started via Async Request','2025-12-13 06:11:34','2025-12-13 06:11:34'),(220329,73510,'action complete via Async Request','2025-12-13 06:11:34','2025-12-13 06:11:34'),(220330,73511,'action created','2025-12-13 07:00:02','2025-12-13 07:00:02'),(220331,73511,'action started via WP Cron','2025-12-13 07:30:02','2025-12-13 07:30:02'),(220332,73511,'action complete via WP Cron','2025-12-13 07:30:02','2025-12-13 07:30:02'),(220333,73505,'action started via WP Cron','2025-12-13 17:00:02','2025-12-13 17:00:02'),(220334,73505,'action complete via WP Cron','2025-12-13 17:00:02','2025-12-13 17:00:02'),(220335,73512,'action created','2025-12-13 17:00:02','2025-12-13 17:00:02'),(220336,73513,'action created','2025-12-13 19:00:01','2025-12-13 19:00:01'),(220337,73513,'action started via WP Cron','2025-12-13 19:30:02','2025-12-13 19:30:02'),(220338,73513,'action complete via WP Cron','2025-12-13 19:30:02','2025-12-13 19:30:02'),(220339,73493,'action started via WP CLI','2025-12-14 04:00:01','2025-12-14 04:00:01'),(220340,73493,'action complete via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220341,73514,'action created','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220342,73494,'action started via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220343,73494,'action complete via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220344,73515,'action created','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220345,73495,'action started via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220346,73495,'action complete via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220347,73516,'action created','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220348,73496,'action started via WP CLI','2025-12-14 04:00:02','2025-12-14 04:00:02'),(220349,73496,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220350,73517,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220351,73497,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220352,73497,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220353,73518,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220354,73498,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220355,73498,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220356,73519,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220357,73499,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220358,73499,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220359,73520,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220360,73500,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220361,73500,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220362,73521,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220363,73501,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220364,73501,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220365,73522,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220366,73504,'action started via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220369,73524,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220370,73504,'action complete via WP CLI','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220371,73525,'action created','2025-12-14 04:00:03','2025-12-14 04:00:03'),(220372,73524,'action started via WP CLI','2025-12-14 04:30:01','2025-12-14 04:30:01'),(220373,73524,'action complete via WP CLI','2025-12-14 04:30:01','2025-12-14 04:30:01'),(220374,73512,'action started via WP CLI','2025-12-14 05:00:02','2025-12-14 05:00:02'),(220375,73512,'action complete via WP CLI','2025-12-14 05:00:02','2025-12-14 05:00:02'),(220376,73526,'action created','2025-12-14 05:00:02','2025-12-14 05:00:02'),(220377,73527,'action created','2025-12-14 07:00:02','2025-12-14 07:00:02'),(220378,73527,'action started via WP Cron','2025-12-14 07:30:02','2025-12-14 07:30:02'),(220379,73527,'action complete via WP Cron','2025-12-14 07:30:02','2025-12-14 07:30:02'),(220380,73526,'action started via WP CLI','2025-12-14 17:30:02','2025-12-14 17:30:02'),(220381,73526,'action complete via WP CLI','2025-12-14 17:30:02','2025-12-14 17:30:02'),(220382,73528,'action created','2025-12-14 17:30:02','2025-12-14 17:30:02'),(220383,73529,'action created','2025-12-14 19:00:02','2025-12-14 19:00:02'),(220384,73529,'action started via WP CLI','2025-12-14 19:30:01','2025-12-14 19:30:01'),(220385,73529,'action complete via WP CLI','2025-12-14 19:30:01','2025-12-14 19:30:01'),(220386,73483,'action started via WP Cron','2025-12-15 03:27:41','2025-12-15 03:27:41'),(220387,73483,'action complete via WP Cron','2025-12-15 03:27:41','2025-12-15 03:27:41'),(220388,73514,'action started via WP CLI','2025-12-15 04:00:02','2025-12-15 04:00:02'),(220389,73514,'action complete via WP CLI','2025-12-15 04:00:03','2025-12-15 04:00:03'),(220390,73530,'action created','2025-12-15 04:00:03','2025-12-15 04:00:03'),(220391,73515,'action started via WP CLI','2025-12-15 04:00:03','2025-12-15 04:00:03'),(220392,73515,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220393,73531,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220394,73516,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220395,73516,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220396,73532,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220397,73517,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220398,73517,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220399,73533,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220400,73518,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220401,73518,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220402,73534,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220403,73519,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220404,73519,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220405,73535,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220406,73520,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220407,73520,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220408,73536,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220409,73521,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220410,73521,'action complete via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220411,73537,'action created','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220412,73522,'action started via WP CLI','2025-12-15 04:00:05','2025-12-15 04:00:05'),(220413,73522,'action complete via WP CLI','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220415,73525,'action started via WP CLI','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220416,73539,'action created','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220419,73541,'action created','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220420,73525,'action complete via WP CLI','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220421,73542,'action created','2025-12-15 04:00:06','2025-12-15 04:00:06'),(220422,73541,'action started via WP CLI','2025-12-15 04:30:02','2025-12-15 04:30:02'),(220423,73541,'action complete via WP CLI','2025-12-15 04:30:02','2025-12-15 04:30:02'),(220424,73528,'action started via WP CLI','2025-12-15 05:30:02','2025-12-15 05:30:02'),(220425,73528,'action complete via WP CLI','2025-12-15 05:30:02','2025-12-15 05:30:02'),(220426,73543,'action created','2025-12-15 05:30:02','2025-12-15 05:30:02'),(220427,73544,'action created','2025-12-15 07:00:02','2025-12-15 07:00:02'),(220428,73544,'action started via WP CLI','2025-12-15 07:00:02','2025-12-15 07:00:02'),(220429,73544,'action complete via WP CLI','2025-12-15 07:00:02','2025-12-15 07:00:02'),(220430,73545,'action created','2025-12-15 15:54:32','2025-12-15 15:54:32'),(220431,73545,'action started via WP Cron','2025-12-15 15:54:33','2025-12-15 15:54:33'),(220432,73545,'action complete via WP Cron','2025-12-15 15:54:33','2025-12-15 15:54:33'),(220434,73546,'action created','2025-12-15 15:55:57','2025-12-15 15:55:57'),(220435,73547,'action created','2025-12-15 15:55:57','2025-12-15 15:55:57'),(220436,73546,'action started via WP Cron','2025-12-15 15:56:29','2025-12-15 15:56:29'),(220437,73546,'action complete via WP Cron','2025-12-15 15:56:30','2025-12-15 15:56:30'),(220439,73547,'action started via Async Request','2025-12-15 15:57:33','2025-12-15 15:57:33'),(220440,73547,'action complete via Async Request','2025-12-15 15:57:33','2025-12-15 15:57:33'),(220442,73549,'action created','2025-12-15 16:53:44','2025-12-15 16:53:44'),(220443,73550,'action created','2025-12-15 16:53:44','2025-12-15 16:53:44'),(220444,73549,'action started via WP Cron','2025-12-15 16:54:16','2025-12-15 16:54:16'),(220445,73549,'action complete via WP Cron','2025-12-15 16:54:17','2025-12-15 16:54:17'),(220446,73551,'action created','2025-12-15 16:54:17','2025-12-15 16:54:17'),(220447,73550,'action started via WP Cron','2025-12-15 16:55:23','2025-12-15 16:55:23'),(220448,73550,'action complete via WP Cron','2025-12-15 16:55:23','2025-12-15 16:55:23'),(220449,73543,'action started via WP Cron','2025-12-15 17:30:53','2025-12-15 17:30:53'),(220450,73543,'action complete via WP Cron','2025-12-15 17:30:53','2025-12-15 17:30:53'),(220451,73552,'action created','2025-12-15 17:30:53','2025-12-15 17:30:53'),(220452,73553,'action created','2025-12-15 17:36:55','2025-12-15 17:36:55'),(220453,73554,'action created','2025-12-15 17:36:55','2025-12-15 17:36:55'),(220454,73554,'action started via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220455,73555,'action created','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220456,73554,'action complete via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220457,73553,'action started via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220458,73553,'action complete via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220459,73555,'action started via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220460,73555,'action complete via WP Cron','2025-12-15 17:37:16','2025-12-15 17:37:16'),(220461,73556,'action created','2025-12-15 17:37:24','2025-12-15 17:37:24'),(220462,73556,'action started via WP Cron','2025-12-15 17:38:52','2025-12-15 17:38:52'),(220463,73556,'action complete via WP Cron','2025-12-15 17:38:52','2025-12-15 17:38:52'),(220464,73557,'action created','2025-12-15 17:47:15','2025-12-15 17:47:15'),(220465,73558,'action created','2025-12-15 17:47:15','2025-12-15 17:47:15'),(220466,73558,'action started via WP Cron','2025-12-15 17:47:17','2025-12-15 17:47:17'),(220467,73559,'action created','2025-12-15 17:47:17','2025-12-15 17:47:17'),(220468,73558,'action complete via WP Cron','2025-12-15 17:47:17','2025-12-15 17:47:17'),(220469,73559,'action started via WP Cron','2025-12-15 17:47:17','2025-12-15 17:47:17'),(220470,73559,'action complete via WP Cron','2025-12-15 17:47:17','2025-12-15 17:47:17'),(220471,73557,'action started via Async Request','2025-12-15 17:49:47','2025-12-15 17:49:47'),(220472,73557,'action complete via Async Request','2025-12-15 17:49:47','2025-12-15 17:49:47'),(220473,73560,'action created','2025-12-15 18:11:34','2025-12-15 18:11:34'),(220474,73561,'action created','2025-12-15 18:11:34','2025-12-15 18:11:34'),(220475,73561,'action started via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220476,73562,'action created','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220477,73561,'action complete via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220478,73560,'action started via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220479,73560,'action complete via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220480,73562,'action started via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220481,73562,'action complete via WP Cron','2025-12-15 18:14:42','2025-12-15 18:14:42'),(220482,73563,'action created','2025-12-15 18:35:22','2025-12-15 18:35:22'),(220483,73563,'action started via WP Cron','2025-12-15 18:43:46','2025-12-15 18:43:46'),(220484,73563,'action complete via WP Cron','2025-12-15 18:43:46','2025-12-15 18:43:46'),(220485,73564,'action created','2025-12-15 19:58:52','2025-12-15 19:58:52'),(220486,73565,'action created','2025-12-15 19:58:52','2025-12-15 19:58:52'),(220487,73565,'action started via WP CLI','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220488,73566,'action created','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220489,73565,'action complete via WP CLI','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220490,73564,'action started via WP CLI','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220491,73564,'action complete via WP CLI','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220492,73566,'action started via WP CLI','2025-12-15 20:00:01','2025-12-15 20:00:01'),(220493,73566,'action complete via WP CLI','2025-12-15 20:00:02','2025-12-15 20:00:02'),(220494,73567,'action created','2025-12-15 20:00:33','2025-12-15 20:00:33'),(220495,73567,'action started via WP Cron','2025-12-15 20:04:51','2025-12-15 20:04:51'),(220496,73567,'action complete via WP Cron','2025-12-15 20:04:51','2025-12-15 20:04:51'),(220497,73568,'action created','2025-12-15 20:16:20','2025-12-15 20:16:20'),(220498,73569,'action created','2025-12-15 20:16:20','2025-12-15 20:16:20'),(220499,73569,'action started via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220500,73570,'action created','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220501,73569,'action complete via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220502,73568,'action started via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220503,73568,'action complete via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220504,73570,'action started via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220505,73570,'action complete via WP CLI','2025-12-15 20:30:02','2025-12-15 20:30:02'),(220506,73530,'action started via WP CLI','2025-12-16 04:30:02','2025-12-16 04:30:02'),(220507,73530,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220508,73571,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220509,73531,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220510,73531,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220511,73572,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220512,73532,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220513,73532,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220514,73573,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220515,73533,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220516,73533,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220517,73574,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220518,73534,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220519,73534,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220520,73575,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220521,73535,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220522,73535,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220523,73576,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220524,73536,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220525,73536,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220526,73577,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220527,73537,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220528,73537,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220529,73578,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220530,73542,'action started via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220533,73580,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220534,73542,'action complete via WP CLI','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220535,73581,'action created','2025-12-16 04:30:03','2025-12-16 04:30:03'),(220536,73580,'action started via WP Cron','2025-12-16 04:39:48','2025-12-16 04:39:48'),(220537,73580,'action complete via WP Cron','2025-12-16 04:39:48','2025-12-16 04:39:48'),(220538,73552,'action started via WP Cron','2025-12-16 05:53:29','2025-12-16 05:53:29'),(220539,73552,'action complete via WP Cron','2025-12-16 05:53:29','2025-12-16 05:53:29'),(220540,73582,'action created','2025-12-16 05:53:29','2025-12-16 05:53:29'),(220541,73583,'action created','2025-12-16 07:00:02','2025-12-16 07:00:02'),(220542,73583,'action started via WP Cron','2025-12-16 07:18:09','2025-12-16 07:18:09'),(220543,73583,'action complete via WP Cron','2025-12-16 07:18:09','2025-12-16 07:18:09'),(220544,73584,'action created','2025-12-16 16:51:09','2025-12-16 16:51:09'),(220545,73585,'action created','2025-12-16 16:51:09','2025-12-16 16:51:09'),(220546,73585,'action started via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220547,73586,'action created','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220548,73585,'action complete via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220549,73584,'action started via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220550,73584,'action complete via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220551,73586,'action started via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220552,73586,'action complete via WP Cron','2025-12-16 16:51:44','2025-12-16 16:51:44'),(220553,73551,'action started via WP Cron','2025-12-16 16:54:31','2025-12-16 16:54:31'),(220554,73551,'action complete via WP Cron','2025-12-16 16:54:31','2025-12-16 16:54:31'),(220555,73587,'action created','2025-12-16 16:54:31','2025-12-16 16:54:31'),(220556,73588,'action created','2025-12-16 16:57:42','2025-12-16 16:57:42'),(220557,73589,'action created','2025-12-16 16:57:42','2025-12-16 16:57:42'),(220558,73589,'action started via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220559,73590,'action created','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220560,73589,'action complete via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220561,73588,'action started via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220562,73588,'action complete via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220563,73590,'action started via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220564,73590,'action complete via WP Cron','2025-12-16 16:58:16','2025-12-16 16:58:16'),(220565,73591,'action created','2025-12-16 17:02:20','2025-12-16 17:02:20'),(220566,73592,'action created','2025-12-16 17:02:20','2025-12-16 17:02:20'),(220567,73592,'action started via WP Cron','2025-12-16 17:02:21','2025-12-16 17:02:21'),(220568,73593,'action created','2025-12-16 17:02:21','2025-12-16 17:02:21'),(220569,73592,'action complete via WP Cron','2025-12-16 17:02:21','2025-12-16 17:02:21'),(220570,73593,'action started via WP Cron','2025-12-16 17:02:21','2025-12-16 17:02:21'),(220571,73593,'action complete via WP Cron','2025-12-16 17:02:21','2025-12-16 17:02:21'),(220572,73591,'action started via WP CLI','2025-12-16 17:30:02','2025-12-16 17:30:02'),(220573,73591,'action complete via WP CLI','2025-12-16 17:30:02','2025-12-16 17:30:02'),(220574,73582,'action started via WP CLI','2025-12-16 18:00:01','2025-12-16 18:00:01'),(220575,73582,'action complete via WP CLI','2025-12-16 18:00:02','2025-12-16 18:00:02'),(220576,73594,'action created','2025-12-16 18:00:02','2025-12-16 18:00:02'),(220577,73595,'action created','2025-12-16 18:34:12','2025-12-16 18:34:12'),(220578,73595,'action started via Async Request','2025-12-16 18:36:13','2025-12-16 18:36:13'),(220579,73595,'action complete via Async Request','2025-12-16 18:36:13','2025-12-16 18:36:13'),(220580,73571,'action started via WP Cron','2025-12-17 05:00:02','2025-12-17 05:00:02'),(220581,73571,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220582,73596,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220583,73572,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220584,73572,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220585,73597,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220586,73573,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220587,73573,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220588,73598,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220589,73574,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220590,73574,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220591,73599,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220592,73575,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220593,73575,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220594,73600,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220595,73576,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220596,73576,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220597,73601,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220598,73577,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220599,73577,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220600,73602,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220601,73578,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220602,73578,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220603,73603,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220604,73581,'action started via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220607,73605,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220608,73581,'action complete via WP Cron','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220609,73606,'action created','2025-12-17 05:00:03','2025-12-17 05:00:03'),(220610,73605,'action started via WP Cron','2025-12-17 05:10:22','2025-12-17 05:10:22'),(220611,73605,'action complete via WP Cron','2025-12-17 05:10:22','2025-12-17 05:10:22'),(220612,73594,'action started via WP Cron','2025-12-17 06:00:02','2025-12-17 06:00:02'),(220613,73594,'action complete via WP Cron','2025-12-17 06:00:02','2025-12-17 06:00:02'),(220614,73607,'action created','2025-12-17 06:00:02','2025-12-17 06:00:02'),(220615,73608,'action created','2025-12-17 07:00:01','2025-12-17 07:00:01'),(220616,73608,'action started via WP Cron','2025-12-17 07:08:33','2025-12-17 07:08:33'),(220617,73608,'action complete via WP Cron','2025-12-17 07:08:33','2025-12-17 07:08:33'),(220618,73587,'action started via WP CLI','2025-12-17 17:00:02','2025-12-17 17:00:02'),(220619,73587,'action complete via WP CLI','2025-12-17 17:00:02','2025-12-17 17:00:02'),(220620,73609,'action created','2025-12-17 17:00:02','2025-12-17 17:00:02'),(220621,73607,'action started via WP CLI','2025-12-17 18:00:02','2025-12-17 18:00:02'),(220622,73607,'action complete via WP CLI','2025-12-17 18:00:02','2025-12-17 18:00:02'),(220623,73610,'action created','2025-12-17 18:00:02','2025-12-17 18:00:02'),(220624,73611,'action created','2025-12-17 19:00:02','2025-12-17 19:00:02'),(220625,73611,'action started via Async Request','2025-12-17 19:29:54','2025-12-17 19:29:54'),(220626,73611,'action complete via Async Request','2025-12-17 19:29:54','2025-12-17 19:29:54'),(220627,73612,'action created','2025-12-17 20:17:48','2025-12-17 20:17:48'),(220628,73612,'action started via WP Cron','2025-12-17 20:18:17','2025-12-17 20:18:17'),(220629,73612,'action complete via WP Cron','2025-12-17 20:18:17','2025-12-17 20:18:17'),(220630,73613,'action created','2025-12-17 20:18:32','2025-12-17 20:18:32'),(220631,73613,'action started via Async Request','2025-12-17 20:18:41','2025-12-17 20:18:41'),(220632,73613,'action complete via Async Request','2025-12-17 20:18:41','2025-12-17 20:18:41'),(220633,73614,'action created','2025-12-17 20:19:23','2025-12-17 20:19:23'),(220634,73614,'action started via Async Request','2025-12-17 20:19:46','2025-12-17 20:19:46'),(220635,73614,'action complete via Async Request','2025-12-17 20:19:46','2025-12-17 20:19:46'),(220636,73615,'action created','2025-12-17 21:59:42','2025-12-17 21:59:42'),(220637,73615,'action started via WP CLI','2025-12-17 22:00:01','2025-12-17 22:00:01'),(220638,73615,'action complete via WP CLI','2025-12-17 22:00:01','2025-12-17 22:00:01'),(220639,73616,'action created','2025-12-17 22:00:10','2025-12-17 22:00:10'),(220640,73616,'action started via Async Request','2025-12-17 22:00:18','2025-12-17 22:00:18'),(220641,73616,'action complete via Async Request','2025-12-17 22:00:18','2025-12-17 22:00:18'),(220642,73617,'action created','2025-12-17 22:00:19','2025-12-17 22:00:19'),(220643,73618,'action created','2025-12-17 22:00:46','2025-12-17 22:00:46'),(220644,73617,'action started via WP Cron','2025-12-17 22:01:08','2025-12-17 22:01:08'),(220645,73617,'action complete via WP Cron','2025-12-17 22:01:08','2025-12-17 22:01:08'),(220646,73618,'action started via WP Cron','2025-12-17 22:01:08','2025-12-17 22:01:08'),(220647,73618,'action complete via WP Cron','2025-12-17 22:01:08','2025-12-17 22:01:08'),(220648,73619,'action created','2025-12-17 22:01:08','2025-12-17 22:01:08'),(220649,73619,'action started via Async Request','2025-12-17 22:01:18','2025-12-17 22:01:18'),(220650,73619,'action complete via Async Request','2025-12-17 22:01:18','2025-12-17 22:01:18'),(220651,73620,'action created','2025-12-17 22:01:21','2025-12-17 22:01:21'),(220652,73621,'action created','2025-12-17 22:02:04','2025-12-17 22:02:04'),(220653,73620,'action started via WP Cron','2025-12-17 22:02:19','2025-12-17 22:02:19'),(220654,73620,'action complete via WP Cron','2025-12-17 22:02:19','2025-12-17 22:02:19'),(220655,73621,'action started via WP Cron','2025-12-17 22:02:19','2025-12-17 22:02:19'),(220656,73621,'action complete via WP Cron','2025-12-17 22:02:19','2025-12-17 22:02:19'),(220657,73622,'action created','2025-12-17 22:02:28','2025-12-17 22:02:28'),(220658,73622,'action started via Async Request','2025-12-17 22:03:24','2025-12-17 22:03:24'),(220659,73622,'action complete via Async Request','2025-12-17 22:03:24','2025-12-17 22:03:24'),(220660,73623,'action created','2025-12-17 22:04:12','2025-12-17 22:04:12'),(220661,73623,'action started via WP Cron','2025-12-17 22:04:21','2025-12-17 22:04:21'),(220662,73623,'action complete via WP Cron','2025-12-17 22:04:21','2025-12-17 22:04:21'),(220663,73624,'action created','2025-12-17 22:04:26','2025-12-17 22:04:26'),(220664,73624,'action started via Async Request','2025-12-17 22:05:31','2025-12-17 22:05:31'),(220665,73624,'action complete via Async Request','2025-12-17 22:05:31','2025-12-17 22:05:31'),(220666,73625,'action created','2025-12-17 22:21:17','2025-12-17 22:21:17'),(220667,73626,'action created','2025-12-17 22:21:22','2025-12-17 22:21:22'),(220668,73625,'action started via Async Request','2025-12-17 22:21:40','2025-12-17 22:21:40'),(220669,73625,'action complete via Async Request','2025-12-17 22:21:40','2025-12-17 22:21:40'),(220670,73626,'action started via Async Request','2025-12-17 22:21:40','2025-12-17 22:21:40'),(220671,73626,'action complete via Async Request','2025-12-17 22:21:40','2025-12-17 22:21:40'),(220672,73627,'action created','2025-12-17 22:22:33','2025-12-17 22:22:33'),(220673,73627,'action started via Async Request','2025-12-17 22:22:44','2025-12-17 22:22:44'),(220674,73627,'action complete via Async Request','2025-12-17 22:22:44','2025-12-17 22:22:44'),(220675,73628,'action created','2025-12-17 22:22:50','2025-12-17 22:22:50'),(220676,73628,'action started via WP Cron','2025-12-17 22:23:16','2025-12-17 22:23:16'),(220677,73628,'action complete via WP Cron','2025-12-17 22:23:16','2025-12-17 22:23:16'),(220678,73629,'action created','2025-12-17 22:23:19','2025-12-17 22:23:19'),(220679,73629,'action started via WP CLI','2025-12-17 22:30:02','2025-12-17 22:30:02'),(220680,73629,'action complete via WP CLI','2025-12-17 22:30:02','2025-12-17 22:30:02'),(220681,73539,'action started via WP CLI','2025-12-18 04:30:02','2025-12-18 04:30:02'),(220682,73539,'action complete via WP CLI','2025-12-18 04:30:02','2025-12-18 04:30:02'),(220683,73596,'action started via WP Cron','2025-12-18 05:10:19','2025-12-18 05:10:19'),(220684,73596,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220685,73630,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220686,73597,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220687,73597,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220688,73631,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220689,73598,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220690,73598,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220691,73632,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220692,73599,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220693,73599,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220694,73633,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220695,73600,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220696,73600,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220697,73634,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220698,73601,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220699,73601,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220700,73635,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220701,73602,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220702,73602,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220703,73636,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220704,73603,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220705,73603,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220706,73637,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220707,73606,'action started via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220708,73638,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220711,73640,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220712,73606,'action complete via WP Cron','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220713,73641,'action created','2025-12-18 05:10:20','2025-12-18 05:10:20'),(220714,73640,'action started via WP CLI','2025-12-18 05:30:02','2025-12-18 05:30:02'),(220715,73640,'action complete via WP CLI','2025-12-18 05:30:02','2025-12-18 05:30:02'),(220716,73610,'action started via WP Cron','2025-12-18 06:30:02','2025-12-18 06:30:02'),(220717,73610,'action complete via WP Cron','2025-12-18 06:30:02','2025-12-18 06:30:02'),(220718,73642,'action created','2025-12-18 06:30:02','2025-12-18 06:30:02'),(220719,73643,'action created','2025-12-18 07:00:02','2025-12-18 07:00:02'),(220720,73643,'action started via WP Cron','2025-12-18 07:30:02','2025-12-18 07:30:02'),(220721,73643,'action complete via WP Cron','2025-12-18 07:30:02','2025-12-18 07:30:02'),(220722,73609,'action started via WP Cron','2025-12-18 17:00:02','2025-12-18 17:00:02'),(220723,73609,'action complete via WP Cron','2025-12-18 17:00:02','2025-12-18 17:00:02'),(220724,73644,'action created','2025-12-18 17:00:02','2025-12-18 17:00:02'),(220725,73642,'action started via WP Cron','2025-12-18 18:30:02','2025-12-18 18:30:02'),(220726,73642,'action complete via WP Cron','2025-12-18 18:30:02','2025-12-18 18:30:02'),(220727,73645,'action created','2025-12-18 18:30:02','2025-12-18 18:30:02'),(220728,73646,'action created','2025-12-18 19:00:01','2025-12-18 19:00:01'),(220729,73646,'action started via WP Cron','2025-12-18 19:28:47','2025-12-18 19:28:47'),(220730,73646,'action complete via WP Cron','2025-12-18 19:28:47','2025-12-18 19:28:47'),(220731,73630,'action started via WP Cron','2025-12-19 05:10:23','2025-12-19 05:10:23'),(220732,73630,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220733,73647,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220734,73631,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220735,73631,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220736,73648,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220737,73632,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220738,73632,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220739,73649,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220740,73633,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220741,73633,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220742,73650,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220743,73634,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220744,73634,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220745,73651,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220746,73635,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220747,73635,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220748,73652,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220749,73636,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220750,73636,'action complete via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220751,73653,'action created','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220752,73637,'action started via WP Cron','2025-12-19 05:10:24','2025-12-19 05:10:24'),(220753,73637,'action complete via WP Cron','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220754,73654,'action created','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220755,73641,'action started via WP Cron','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220758,73656,'action created','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220759,73641,'action complete via WP Cron','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220760,73657,'action created','2025-12-19 05:10:25','2025-12-19 05:10:25'),(220761,73656,'action started via WP Cron','2025-12-19 05:11:52','2025-12-19 05:11:52'),(220762,73656,'action complete via WP Cron','2025-12-19 05:11:52','2025-12-19 05:11:52'),(220763,73645,'action started via WP CLI','2025-12-19 06:30:02','2025-12-19 06:30:02'),(220764,73645,'action complete via WP CLI','2025-12-19 06:30:02','2025-12-19 06:30:02'),(220765,73658,'action created','2025-12-19 06:30:02','2025-12-19 06:30:02'),(220766,73659,'action created','2025-12-19 07:00:02','2025-12-19 07:00:02'),(220767,73659,'action started via WP CLI','2025-12-19 07:00:02','2025-12-19 07:00:02'),(220768,73659,'action complete via WP CLI','2025-12-19 07:00:02','2025-12-19 07:00:02'),(220769,73644,'action started via WP CLI','2025-12-19 17:00:02','2025-12-19 17:00:02'),(220770,73644,'action complete via WP CLI','2025-12-19 17:00:02','2025-12-19 17:00:02'),(220771,73660,'action created','2025-12-19 17:00:02','2025-12-19 17:00:02'),(220772,73658,'action started via WP Cron','2025-12-19 18:47:30','2025-12-19 18:47:30'),(220773,73658,'action complete via WP Cron','2025-12-19 18:47:30','2025-12-19 18:47:30'),(220774,73661,'action created','2025-12-19 18:47:30','2025-12-19 18:47:30'),(220775,73662,'action created','2025-12-19 18:47:30','2025-12-19 18:47:30'),(220776,73662,'action started via WP Cron','2025-12-19 18:49:26','2025-12-19 18:49:26'),(220777,73662,'action complete via WP Cron','2025-12-19 18:49:26','2025-12-19 18:49:26'),(220778,73647,'action started via Async Request','2025-12-20 05:11:40','2025-12-20 05:11:40'),(220779,73647,'action complete via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220780,73663,'action created','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220781,73648,'action started via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220782,73648,'action complete via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220783,73664,'action created','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220784,73649,'action started via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220785,73649,'action complete via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220786,73665,'action created','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220787,73650,'action started via Async Request','2025-12-20 05:11:41','2025-12-20 05:11:41'),(220788,73650,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220789,73666,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220790,73651,'action started via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220791,73651,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220792,73667,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220793,73652,'action started via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220794,73652,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220795,73668,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220796,73653,'action started via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220797,73653,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220798,73669,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220799,73654,'action started via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220800,73654,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220801,73670,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220802,73657,'action started via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220805,73672,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220806,73657,'action complete via Async Request','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220807,73673,'action created','2025-12-20 05:11:42','2025-12-20 05:11:42'),(220808,73672,'action started via WP Cron','2025-12-20 05:14:01','2025-12-20 05:14:01'),(220809,73672,'action complete via WP Cron','2025-12-20 05:14:01','2025-12-20 05:14:01'),(220810,73661,'action started via WP Cron','2025-12-20 06:52:38','2025-12-20 06:52:38'),(220811,73661,'action complete via WP Cron','2025-12-20 06:52:38','2025-12-20 06:52:38'),(220812,73674,'action created','2025-12-20 06:52:38','2025-12-20 06:52:38'),(220813,73675,'action created','2025-12-20 06:52:38','2025-12-20 06:52:38'),(220814,73675,'action started via WP Cron','2025-12-20 06:54:12','2025-12-20 06:54:12'),(220815,73675,'action complete via WP Cron','2025-12-20 06:54:12','2025-12-20 06:54:12'),(220816,73660,'action started via WP Cron','2025-12-20 17:00:02','2025-12-20 17:00:02'),(220817,73660,'action complete via WP Cron','2025-12-20 17:00:02','2025-12-20 17:00:02'),(220818,73676,'action created','2025-12-20 17:00:02','2025-12-20 17:00:02'),(220819,73674,'action started via WP Cron','2025-12-20 19:00:01','2025-12-20 19:00:01'),(220820,73674,'action complete via WP Cron','2025-12-20 19:00:01','2025-12-20 19:00:01'),(220821,73677,'action created','2025-12-20 19:00:01','2025-12-20 19:00:01'),(220822,73678,'action created','2025-12-20 19:00:01','2025-12-20 19:00:01'),(220823,73678,'action started via WP CLI','2025-12-20 19:30:02','2025-12-20 19:30:02'),(220824,73678,'action complete via WP CLI','2025-12-20 19:30:02','2025-12-20 19:30:02'),(220825,73323,'action started via WP CLI','2025-12-20 22:30:02','2025-12-20 22:30:02'),(220826,73323,'action complete via WP CLI','2025-12-20 22:30:02','2025-12-20 22:30:02'),(220827,73679,'action created','2025-12-20 22:30:02','2025-12-20 22:30:02'),(220828,73638,'action started via WP Cron','2025-12-21 05:10:31','2025-12-21 05:10:31'),(220829,73638,'action complete via WP Cron','2025-12-21 05:10:31','2025-12-21 05:10:31'),(220830,73663,'action started via WP CLI','2025-12-21 05:30:02','2025-12-21 05:30:02'),(220831,73663,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220832,73680,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220833,73664,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220834,73664,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220835,73681,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220836,73665,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220837,73665,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220838,73682,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220839,73666,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220840,73666,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220841,73683,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220842,73667,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220843,73667,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220844,73684,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220845,73668,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220846,73668,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220847,73685,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220848,73669,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220849,73669,'action complete via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220850,73686,'action created','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220851,73670,'action started via WP CLI','2025-12-21 05:30:03','2025-12-21 05:30:03'),(220852,73670,'action complete via WP CLI','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220853,73687,'action created','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220854,73673,'action started via WP CLI','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220855,73688,'action created','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220858,73690,'action created','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220859,73673,'action complete via WP CLI','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220860,73691,'action created','2025-12-21 05:30:04','2025-12-21 05:30:04'),(220861,73690,'action started via WP CLI','2025-12-21 06:00:02','2025-12-21 06:00:02'),(220862,73690,'action complete via WP CLI','2025-12-21 06:00:02','2025-12-21 06:00:02'),(220863,73677,'action started via WP CLI','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220864,73677,'action complete via WP CLI','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220865,73692,'action created','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220866,73693,'action created','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220867,73693,'action started via WP CLI','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220868,73693,'action complete via WP CLI','2025-12-21 07:00:02','2025-12-21 07:00:02'),(220869,73676,'action started via WP CLI','2025-12-21 17:00:02','2025-12-21 17:00:02'),(220870,73676,'action complete via WP CLI','2025-12-21 17:00:02','2025-12-21 17:00:02'),(220871,73694,'action created','2025-12-21 17:00:02','2025-12-21 17:00:02'),(220872,73695,'action created','2025-12-21 19:00:01','2025-12-21 19:00:01'),(220873,73695,'action started via WP CLI','2025-12-21 19:30:02','2025-12-21 19:30:02'),(220874,73695,'action complete via WP CLI','2025-12-21 19:30:02','2025-12-21 19:30:02'),(220875,73692,'action started via WP CLI','2025-12-21 19:30:02','2025-12-21 19:30:02'),(220876,73692,'action complete via WP CLI','2025-12-21 19:30:02','2025-12-21 19:30:02'),(220877,73696,'action created','2025-12-21 19:30:02','2025-12-21 19:30:02'),(220878,73680,'action started via WP Cron','2025-12-22 05:33:36','2025-12-22 05:33:36'),(220879,73680,'action complete via WP Cron','2025-12-22 05:33:37','2025-12-22 05:33:37'),(220880,73697,'action created','2025-12-22 05:33:37','2025-12-22 05:33:37'),(220881,73681,'action started via WP Cron','2025-12-22 05:33:37','2025-12-22 05:33:37'),(220882,73681,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220883,73698,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220884,73682,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220885,73682,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220886,73699,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220887,73683,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220888,73683,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220889,73700,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220890,73684,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220891,73684,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220892,73701,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220893,73685,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220894,73685,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220895,73702,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220896,73686,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220897,73686,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220898,73703,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220899,73687,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220900,73687,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220901,73704,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220902,73691,'action started via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220905,73706,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220906,73691,'action complete via WP Cron','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220907,73707,'action created','2025-12-22 05:33:38','2025-12-22 05:33:38'),(220908,73706,'action started via WP Cron','2025-12-22 05:34:43','2025-12-22 05:34:43'),(220909,73706,'action complete via WP Cron','2025-12-22 05:34:43','2025-12-22 05:34:43'),(220910,73708,'action created','2025-12-22 05:35:59','2025-12-22 05:35:59'),(220911,73709,'action created','2025-12-22 05:35:59','2025-12-22 05:35:59'),(220912,73709,'action started via WP Cron','2025-12-22 05:36:01','2025-12-22 05:36:01'),(220913,73710,'action created','2025-12-22 05:36:01','2025-12-22 05:36:01'),(220914,73709,'action complete via WP Cron','2025-12-22 05:36:01','2025-12-22 05:36:01'),(220915,73710,'action started via WP Cron','2025-12-22 05:36:01','2025-12-22 05:36:01'),(220916,73710,'action complete via WP Cron','2025-12-22 05:36:01','2025-12-22 05:36:01'),(220917,73708,'action started via WP Cron','2025-12-22 05:37:10','2025-12-22 05:37:10'),(220918,73708,'action complete via WP Cron','2025-12-22 05:37:10','2025-12-22 05:37:10'),(220919,73711,'action created','2025-12-22 06:43:39','2025-12-22 06:43:39'),(220920,73711,'action started via WP Cron','2025-12-22 07:00:02','2025-12-22 07:00:02'),(220921,73711,'action complete via WP Cron','2025-12-22 07:00:02','2025-12-22 07:00:02'),(220922,73696,'action started via WP CLI','2025-12-22 08:00:02','2025-12-22 08:00:02'),(220923,73696,'action complete via WP CLI','2025-12-22 08:00:02','2025-12-22 08:00:02'),(220924,73712,'action created','2025-12-22 08:00:02','2025-12-22 08:00:02'),(220925,73694,'action started via WP CLI','2025-12-22 17:00:02','2025-12-22 17:00:02'),(220926,73694,'action complete via WP CLI','2025-12-22 17:00:02','2025-12-22 17:00:02'),(220927,73713,'action created','2025-12-22 17:00:02','2025-12-22 17:00:02'),(220928,73714,'action created','2025-12-22 17:43:48','2025-12-22 17:43:48'),(220929,73714,'action started via Async Request','2025-12-22 17:46:08','2025-12-22 17:46:08'),(220930,73714,'action complete via Async Request','2025-12-22 17:46:09','2025-12-22 17:46:09'),(220931,73715,'action created','2025-12-22 18:25:45','2025-12-22 18:25:45'),(220932,73716,'action created','2025-12-22 18:25:45','2025-12-22 18:25:45'),(220933,73716,'action started via WP Cron','2025-12-22 18:25:47','2025-12-22 18:25:47'),(220934,73717,'action created','2025-12-22 18:25:47','2025-12-22 18:25:47'),(220935,73716,'action complete via WP Cron','2025-12-22 18:25:47','2025-12-22 18:25:47'),(220936,73717,'action started via WP Cron','2025-12-22 18:25:47','2025-12-22 18:25:47'),(220937,73717,'action complete via WP Cron','2025-12-22 18:25:47','2025-12-22 18:25:47'),(220938,73715,'action started via Async Request','2025-12-22 18:26:15','2025-12-22 18:26:15'),(220939,73715,'action complete via Async Request','2025-12-22 18:26:15','2025-12-22 18:26:15'),(220940,73718,'action created','2025-12-22 18:26:15','2025-12-22 18:26:15'),(220941,73718,'action started via WP Cron','2025-12-22 18:30:02','2025-12-22 18:30:02'),(220942,73718,'action complete via WP Cron','2025-12-22 18:30:02','2025-12-22 18:30:02'),(220943,73719,'action created','2025-12-22 19:00:02','2025-12-22 19:00:02'),(220944,73719,'action started via WP Cron','2025-12-22 19:06:44','2025-12-22 19:06:44'),(220945,73719,'action complete via WP Cron','2025-12-22 19:06:44','2025-12-22 19:06:44'),(220946,73712,'action started via WP Cron','2025-12-22 20:00:02','2025-12-22 20:00:02'),(220947,73712,'action complete via WP Cron','2025-12-22 20:00:02','2025-12-22 20:00:02'),(220948,73720,'action created','2025-12-22 20:00:02','2025-12-22 20:00:02'),(220949,73721,'action created','2025-12-22 21:12:10','2025-12-22 21:12:10'),(220950,73721,'action started via WP Cron','2025-12-22 21:12:16','2025-12-22 21:12:16'),(220951,73721,'action complete via WP Cron','2025-12-22 21:12:16','2025-12-22 21:12:16'),(220952,73722,'action created','2025-12-22 22:22:09','2025-12-22 22:22:09'),(220953,73723,'action created','2025-12-22 22:22:09','2025-12-22 22:22:09'),(220954,73723,'action started via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220955,73724,'action created','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220956,73723,'action complete via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220957,73722,'action started via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220958,73722,'action complete via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220959,73724,'action started via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220960,73724,'action complete via WP Cron','2025-12-22 22:30:02','2025-12-22 22:30:02'),(220961,73725,'action created','2025-12-22 22:42:17','2025-12-22 22:42:17'),(220962,73725,'action started via WP Cron','2025-12-22 22:44:06','2025-12-22 22:44:06'),(220963,73725,'action complete via WP Cron','2025-12-22 22:44:07','2025-12-22 22:44:07'),(220964,73697,'action started via WP Cron','2025-12-23 05:45:52','2025-12-23 05:45:52'),(220965,73697,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220966,73726,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220967,73698,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220968,73698,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220969,73727,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220970,73699,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220971,73699,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220972,73728,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220973,73700,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220974,73700,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220975,73729,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220976,73701,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220977,73701,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220978,73730,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220979,73702,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220980,73702,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220981,73731,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220982,73703,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220983,73703,'action complete via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220984,73732,'action created','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220985,73704,'action started via WP Cron','2025-12-23 05:45:53','2025-12-23 05:45:53'),(220986,73704,'action complete via WP Cron','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220987,73733,'action created','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220988,73707,'action started via WP Cron','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220990,73734,'action created','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220991,73735,'action created','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220992,73707,'action complete via WP Cron','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220993,73736,'action created','2025-12-23 05:45:54','2025-12-23 05:45:54'),(220994,73735,'action started via WP Cron','2025-12-23 05:46:35','2025-12-23 05:46:35'),(220995,73735,'action complete via WP Cron','2025-12-23 05:46:35','2025-12-23 05:46:35'),(220996,73737,'action created','2025-12-23 05:51:48','2025-12-23 05:51:48'),(220997,73738,'action created','2025-12-23 05:51:48','2025-12-23 05:51:48'),(220998,73738,'action started via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(220999,73739,'action created','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221000,73738,'action complete via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221001,73737,'action started via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221002,73737,'action complete via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221003,73739,'action started via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221004,73739,'action complete via WP Cron','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221005,73740,'action created','2025-12-23 05:52:23','2025-12-23 05:52:23'),(221006,73740,'action started via WP CLI','2025-12-23 06:00:02','2025-12-23 06:00:02'),(221007,73740,'action complete via WP CLI','2025-12-23 06:00:02','2025-12-23 06:00:02'),(221008,73741,'action created','2025-12-23 07:00:01','2025-12-23 07:00:01'),(221009,73741,'action started via WP Cron','2025-12-23 07:28:57','2025-12-23 07:28:57'),(221010,73741,'action complete via WP Cron','2025-12-23 07:28:57','2025-12-23 07:28:57'),(221011,73720,'action started via WP CLI','2025-12-23 08:00:02','2025-12-23 08:00:02'),(221012,73720,'action complete via WP CLI','2025-12-23 08:00:02','2025-12-23 08:00:02'),(221013,73742,'action created','2025-12-23 08:00:02','2025-12-23 08:00:02'),(221014,73743,'action created','2025-12-23 08:20:07','2025-12-23 08:20:07'),(221015,73744,'action created','2025-12-23 08:20:07','2025-12-23 08:20:07'),(221016,73744,'action started via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221017,73745,'action created','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221018,73744,'action complete via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221019,73743,'action started via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221020,73743,'action complete via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221021,73745,'action started via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221022,73745,'action complete via WP Cron','2025-12-23 08:23:10','2025-12-23 08:23:10'),(221023,73713,'action started via WP CLI','2025-12-23 17:00:02','2025-12-23 17:00:02'),(221024,73713,'action complete via WP CLI','2025-12-23 17:00:02','2025-12-23 17:00:02'),(221025,73746,'action created','2025-12-23 17:00:02','2025-12-23 17:00:02'),(221026,73747,'action created','2025-12-23 19:00:01','2025-12-23 19:00:01'),(221027,73747,'action started via WP Cron','2025-12-23 19:07:01','2025-12-23 19:07:01'),(221028,73747,'action complete via WP Cron','2025-12-23 19:07:01','2025-12-23 19:07:01'),(221029,73742,'action started via WP Cron','2025-12-23 20:17:56','2025-12-23 20:17:56'),(221030,73742,'action complete via WP Cron','2025-12-23 20:17:56','2025-12-23 20:17:56'),(221031,73748,'action created','2025-12-23 20:17:56','2025-12-23 20:17:56'),(221032,73749,'action created','2025-12-23 20:34:04','2025-12-23 20:34:04'),(221033,73750,'action created','2025-12-23 20:34:04','2025-12-23 20:34:04'),(221034,73750,'action started via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221035,73751,'action created','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221036,73750,'action complete via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221037,73749,'action started via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221038,73749,'action complete via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221039,73751,'action started via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221040,73751,'action complete via WP Cron','2025-12-23 21:00:02','2025-12-23 21:00:02'),(221041,73752,'action created','2025-12-23 21:40:04','2025-12-23 21:40:04'),(221042,73752,'action started via WP Cron','2025-12-23 21:54:12','2025-12-23 21:54:12'),(221043,73752,'action complete via WP Cron','2025-12-23 21:54:12','2025-12-23 21:54:12'),(221044,73753,'action created','2025-12-23 22:00:28','2025-12-23 22:00:28'),(221045,73754,'action created','2025-12-23 22:00:29','2025-12-23 22:00:29'),(221046,73754,'action started via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221047,73755,'action created','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221048,73754,'action complete via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221049,73753,'action started via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221050,73753,'action complete via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221051,73755,'action started via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221052,73755,'action complete via WP Cron','2025-12-23 22:01:47','2025-12-23 22:01:47'),(221053,73688,'action started via WP Cron','2025-12-24 06:00:02','2025-12-24 06:00:02'),(221054,73688,'action complete via WP Cron','2025-12-24 06:00:02','2025-12-24 06:00:02'),(221055,73726,'action started via WP Cron','2025-12-24 06:00:02','2025-12-24 06:00:02'),(221056,73726,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221057,73756,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221058,73727,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221059,73727,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221060,73757,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221061,73728,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221062,73728,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221063,73758,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221064,73729,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221065,73729,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221066,73759,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221067,73730,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221068,73730,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221069,73760,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221070,73731,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221071,73731,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221072,73761,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221073,73732,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221074,73732,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221075,73762,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221076,73733,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221077,73733,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221078,73763,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221079,73734,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221080,73734,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221082,73736,'action started via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221083,73765,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221085,73766,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221086,73767,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221087,73736,'action complete via WP Cron','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221088,73768,'action created','2025-12-24 06:00:03','2025-12-24 06:00:03'),(221089,73767,'action started via WP CLI','2025-12-24 06:30:02','2025-12-24 06:30:02'),(221090,73767,'action complete via WP CLI','2025-12-24 06:30:02','2025-12-24 06:30:02'),(221091,73769,'action created','2025-12-24 06:58:46','2025-12-24 06:58:46'),(221092,73769,'action started via WP Cron','2025-12-24 06:59:17','2025-12-24 06:59:17'),(221093,73769,'action complete via WP Cron','2025-12-24 06:59:17','2025-12-24 06:59:17'),(221094,73748,'action started via WP Cron','2025-12-24 08:30:02','2025-12-24 08:30:02'),(221095,73748,'action complete via WP Cron','2025-12-24 08:30:02','2025-12-24 08:30:02'),(221096,73770,'action created','2025-12-24 08:30:02','2025-12-24 08:30:02'),(221097,73771,'action created','2025-12-24 13:26:30','2025-12-24 13:26:30'),(221098,73772,'action created','2025-12-24 13:26:30','2025-12-24 13:26:30'),(221099,73772,'action started via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221100,73773,'action created','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221101,73772,'action complete via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221102,73771,'action started via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221103,73771,'action complete via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221104,73773,'action started via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221105,73773,'action complete via WP Cron','2025-12-24 13:27:54','2025-12-24 13:27:54'),(221106,73774,'action created','2025-12-24 14:36:23','2025-12-24 14:36:23'),(221107,73775,'action created','2025-12-24 14:36:23','2025-12-24 14:36:23'),(221108,73775,'action started via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221109,73776,'action created','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221110,73775,'action complete via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221111,73774,'action started via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221112,73774,'action complete via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221113,73776,'action started via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221114,73776,'action complete via WP CLI','2025-12-24 15:00:02','2025-12-24 15:00:02'),(221115,73746,'action started via WP Cron','2025-12-24 17:28:58','2025-12-24 17:28:58'),(221116,73746,'action complete via WP Cron','2025-12-24 17:28:58','2025-12-24 17:28:58'),(221117,73777,'action created','2025-12-24 17:28:58','2025-12-24 17:28:58'),(221118,73778,'action created','2025-12-24 19:00:01','2025-12-24 19:00:01'),(221119,73778,'action started via WP CLI','2025-12-24 19:30:02','2025-12-24 19:30:02'),(221120,73778,'action complete via WP CLI','2025-12-24 19:30:02','2025-12-24 19:30:02'),(221121,73770,'action started via WP CLI','2025-12-24 21:00:02','2025-12-24 21:00:02'),(221122,73770,'action complete via WP CLI','2025-12-24 21:00:02','2025-12-24 21:00:02'),(221123,73779,'action created','2025-12-24 21:00:02','2025-12-24 21:00:02'),(221124,73766,'action started via WP Cron','2025-12-25 06:00:02','2025-12-25 06:00:02'),(221125,73766,'action complete via WP Cron','2025-12-25 06:00:02','2025-12-25 06:00:02'),(221127,73756,'action started via WP Cron','2025-12-25 06:30:02','2025-12-25 06:30:02'),(221128,73756,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221129,73781,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221130,73757,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221131,73757,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221132,73782,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221133,73758,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221134,73758,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221135,73783,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221136,73759,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221137,73759,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221138,73784,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221139,73760,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221140,73760,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221141,73785,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221142,73761,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221143,73761,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221144,73786,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221145,73762,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221146,73762,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221147,73787,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221148,73763,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221149,73763,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221150,73788,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221151,73768,'action started via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221153,73789,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221154,73790,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221155,73768,'action complete via WP Cron','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221156,73791,'action created','2025-12-25 06:30:03','2025-12-25 06:30:03'),(221157,73790,'action started via WP CLI','2025-12-25 07:00:01','2025-12-25 07:00:01'),(221158,73790,'action complete via WP CLI','2025-12-25 07:00:01','2025-12-25 07:00:01'),(221159,73792,'action created','2025-12-25 07:00:01','2025-12-25 07:00:01'),(221160,73792,'action started via WP CLI','2025-12-25 07:30:02','2025-12-25 07:30:02'),(221161,73792,'action complete via WP CLI','2025-12-25 07:30:02','2025-12-25 07:30:02'),(221162,73779,'action started via WP CLI','2025-12-25 09:00:02','2025-12-25 09:00:02'),(221163,73779,'action complete via WP CLI','2025-12-25 09:00:02','2025-12-25 09:00:02'),(221164,73793,'action created','2025-12-25 09:00:02','2025-12-25 09:00:02'),(221165,73777,'action started via WP Cron','2025-12-25 17:30:01','2025-12-25 17:30:01'),(221166,73777,'action complete via WP Cron','2025-12-25 17:30:02','2025-12-25 17:30:02'),(221167,73794,'action created','2025-12-25 17:30:02','2025-12-25 17:30:02'),(221168,73795,'action created','2025-12-25 19:00:01','2025-12-25 19:00:01'),(221169,73795,'action started via WP CLI','2025-12-25 19:30:02','2025-12-25 19:30:02'),(221170,73795,'action complete via WP CLI','2025-12-25 19:30:02','2025-12-25 19:30:02'),(221171,73793,'action started via WP CLI','2025-12-25 21:00:02','2025-12-25 21:00:02'),(221172,73793,'action complete via WP CLI','2025-12-25 21:00:02','2025-12-25 21:00:02'),(221173,73796,'action created','2025-12-25 21:00:02','2025-12-25 21:00:02'),(221174,73789,'action started via WP Cron','2025-12-26 06:00:01','2025-12-26 06:00:01'),(221175,73789,'action complete via WP Cron','2025-12-26 06:00:01','2025-12-26 06:00:01'),(221177,73781,'action started via WP CLI','2025-12-26 07:00:01','2025-12-26 07:00:01'),(221178,73798,'action created','2025-12-26 07:00:01','2025-12-26 07:00:01'),(221179,73781,'action complete via WP CLI','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221180,73799,'action created','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221181,73782,'action started via WP CLI','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221182,73782,'action complete via WP CLI','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221183,73800,'action created','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221184,73783,'action started via WP CLI','2025-12-26 07:00:02','2025-12-26 07:00:02'),(221185,73783,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221186,73801,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221187,73784,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221188,73784,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221189,73802,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221190,73785,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221191,73785,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221192,73803,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221193,73786,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221194,73786,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221195,73804,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221196,73787,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221197,73787,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221198,73805,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221199,73788,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221200,73788,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221201,73806,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221202,73791,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221204,73807,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221205,73808,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221206,73791,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221207,73809,'action created','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221208,73798,'action started via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221209,73798,'action complete via WP CLI','2025-12-26 07:00:03','2025-12-26 07:00:03'),(221210,73808,'action started via WP Cron','2025-12-26 07:30:02','2025-12-26 07:30:02'),(221211,73808,'action complete via WP Cron','2025-12-26 07:30:02','2025-12-26 07:30:02'),(221212,73796,'action started via WP CLI','2025-12-26 09:30:02','2025-12-26 09:30:02'),(221213,73796,'action complete via WP CLI','2025-12-26 09:30:02','2025-12-26 09:30:02'),(221214,73810,'action created','2025-12-26 09:30:02','2025-12-26 09:30:02'),(221215,73794,'action started via WP Cron','2025-12-26 17:30:02','2025-12-26 17:30:02'),(221216,73794,'action complete via WP Cron','2025-12-26 17:30:02','2025-12-26 17:30:02'),(221217,73811,'action created','2025-12-26 17:30:02','2025-12-26 17:30:02'),(221218,73812,'action created','2025-12-26 19:00:01','2025-12-26 19:00:01'),(221219,73812,'action started via WP Cron','2025-12-26 19:10:13','2025-12-26 19:10:13'),(221220,73812,'action complete via WP Cron','2025-12-26 19:10:13','2025-12-26 19:10:13'),(221221,73810,'action started via WP CLI','2025-12-26 22:00:02','2025-12-26 22:00:02'),(221222,73810,'action complete via WP CLI','2025-12-26 22:00:02','2025-12-26 22:00:02'),(221223,73813,'action created','2025-12-26 22:00:02','2025-12-26 22:00:02');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_addonlibrary_addons`
--
DROP TABLE IF EXISTS `wp_addonlibrary_addons`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_addonlibrary_addons` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`title` varchar(255) DEFAULT NULL,
`name` varchar(128) DEFAULT NULL,
`alias` varchar(128) DEFAULT NULL,
`addontype` varchar(128) DEFAULT NULL,
`description` text DEFAULT NULL,
`ordering` int(11) NOT NULL,
`templates` mediumtext DEFAULT NULL,
`config` mediumtext DEFAULT NULL,
`catid` int(11) DEFAULT NULL,
`is_active` tinyint(4) DEFAULT NULL,
`test_slot1` text DEFAULT NULL,
`test_slot2` text DEFAULT NULL,
`test_slot3` text DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_addonlibrary_addons`
--
LOCK TABLES `wp_addonlibrary_addons` WRITE;
/*!40000 ALTER TABLE `wp_addonlibrary_addons` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_addonlibrary_addons` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_addonlibrary_categories`
--
DROP TABLE IF EXISTS `wp_addonlibrary_categories`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_addonlibrary_categories` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`title` varchar(255) NOT NULL,
`alias` varchar(255) DEFAULT NULL,
`ordering` int(11) NOT NULL,
`params` text NOT NULL,
`type` tinytext DEFAULT NULL,
`parent_id` int(9) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_addonlibrary_categories`
--
LOCK TABLES `wp_addonlibrary_categories` WRITE;
/*!40000 ALTER TABLE `wp_addonlibrary_categories` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_addonlibrary_categories` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (9,9747,'note_group','payment'),(10,9748,'note_group','order_update'),(11,9749,'note_group','order_update'),(12,9750,'note_group','order_update'),(13,9751,'note_group','order_update'),(14,9752,'note_group','order_update'),(15,9753,'note_group','order_update'),(16,9754,'note_group','order_update'),(17,9755,'note_group','order_update'),(18,9757,'note_group','payment'),(19,9759,'note_group','payment'),(20,9761,'note_group','payment'),(21,9763,'note_group','payment'),(22,9765,'note_group','payment'),(23,9767,'note_group','payment'),(24,9769,'note_group','payment'),(25,9770,'note_group','order_update'),(26,9771,'note_group','order_update'),(27,9772,'note_group','order_update'),(28,9773,'note_group','order_update'),(29,9774,'note_group','order_update'),(30,9775,'note_group','order_update'),(31,9776,'note_group','order_update'),(32,9777,'note_group','order_update'),(33,9778,'note_group','order_update'),(34,9779,'note_group','order_update'),(35,9781,'note_group','payment'),(36,9783,'note_group','payment'),(37,9784,'note_group','order_update'),(38,9786,'note_group','payment'),(39,9788,'note_group','payment'),(40,9790,'note_group','payment'),(41,9792,'note_group','payment'),(42,9794,'note_group','payment'),(43,9796,'note_group','payment'),(44,9798,'note_group','payment');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10)),
KEY `woo_idx_comment_type` (`comment_type`),
KEY `woo_idx_comment_date_type` (`comment_date_gmt`,`comment_type`,`comment_approved`,`comment_post_ID`)
) ENGINE=InnoDB AUTO_INCREMENT=9799 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (34,302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 20:05:33','2021-04-21 20:05:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(35,302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 20:05:34','2021-04-21 20:05:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(37,303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:02:33','2021-04-21 21:02:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(38,303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:02:33','2021-04-21 21:02:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(39,304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:09:46','2021-04-21 21:09:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(40,304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:09:46','2021-04-21 21:09:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(41,305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:17:59','2021-04-21 21:17:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(42,305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:17:59','2021-04-21 21:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(43,306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:26:10','2021-04-21 21:26:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(44,306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-21 21:26:10','2021-04-21 21:26:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(47,310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 15:44:59','2021-04-22 15:44:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(48,310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 15:45:00','2021-04-22 15:45:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(49,311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 18:06:25','2021-04-22 18:06:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(50,311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 18:06:25','2021-04-22 18:06:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(51,312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 21:21:06','2021-04-22 21:21:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(52,312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 21:21:06','2021-04-22 21:21:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(53,313,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 21:45:31','2021-04-22 21:45:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(54,313,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-22 21:45:31','2021-04-22 21:45:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(56,316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-23 19:10:57','2021-04-23 19:10:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(57,316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-23 19:10:57','2021-04-23 19:10:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(58,317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-24 12:10:38','2021-04-24 12:10:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(59,317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-24 12:10:38','2021-04-24 12:10:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(60,312,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 17:53:51','2021-04-26 17:53:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(61,325,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 20:40:00','2021-04-26 20:40:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(62,325,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 20:40:00','2021-04-26 20:40:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(63,326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 20:43:39','2021-04-26 20:43:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(64,326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 20:43:39','2021-04-26 20:43:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(66,327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 22:21:06','2021-04-26 22:21:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(67,327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-26 22:21:06','2021-04-26 22:21:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(68,316,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 22:40:38','2021-04-26 22:40:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(69,317,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 22:44:50','2021-04-26 22:44:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(70,313,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 22:49:25','2021-04-26 22:49:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(71,311,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 22:52:47','2021-04-26 22:52:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(72,310,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 22:53:32','2021-04-26 22:53:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(73,302,'lcaadmin','laradasciences@gmail.com','','','2021-04-26 23:03:19','2021-04-26 23:03:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(74,328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 14:32:31','2021-04-27 14:32:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(75,328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 14:32:31','2021-04-27 14:32:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(76,306,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 17:07:50','2021-04-27 17:07:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(77,305,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 17:09:11','2021-04-27 17:09:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(78,304,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 17:10:16','2021-04-27 17:10:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(79,303,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 17:11:19','2021-04-27 17:11:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(80,329,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 17:20:02','2021-04-27 17:20:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(81,329,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 17:20:02','2021-04-27 17:20:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(82,325,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 19:51:42','2021-04-27 19:51:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(83,326,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 19:52:34','2021-04-27 19:52:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(84,327,'lcaadmin','laradasciences@gmail.com','','','2021-04-27 19:53:32','2021-04-27 19:53:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(85,332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 21:11:41','2021-04-27 21:11:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(86,332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-27 21:11:41','2021-04-27 21:11:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(88,333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-28 15:27:02','2021-04-28 15:27:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(89,333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-28 15:27:02','2021-04-28 15:27:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(90,334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-29 20:11:57','2021-04-29 20:11:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(91,334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-29 20:11:58','2021-04-29 20:11:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(92,335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-30 18:44:55','2021-04-30 18:44:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(93,335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-04-30 18:44:55','2021-04-30 18:44:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(94,333,'lcaadmin','laradasciences@gmail.com','','','2021-04-30 20:37:36','2021-04-30 20:37:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(95,332,'lcaadmin','laradasciences@gmail.com','','','2021-04-30 20:38:24','2021-04-30 20:38:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(96,329,'lcaadmin','laradasciences@gmail.com','','','2021-04-30 20:39:33','2021-04-30 20:39:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(97,328,'lcaadmin','laradasciences@gmail.com','','','2021-04-30 20:41:19','2021-04-30 20:41:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(98,336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-01 19:46:34','2021-05-01 19:46:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(99,336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-01 19:46:34','2021-05-01 19:46:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(100,337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-02 15:39:21','2021-05-02 15:39:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(101,337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-02 15:39:21','2021-05-02 15:39:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(102,338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 01:17:59','2021-05-03 01:17:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(103,338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 01:17:59','2021-05-03 01:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(104,339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 04:59:54','2021-05-03 04:59:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(105,339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 04:59:54','2021-05-03 04:59:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(106,335,'lcaadmin','laradasciences@gmail.com','','','2021-05-03 13:50:50','2021-05-03 13:50:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(107,334,'lcaadmin','laradasciences@gmail.com','','','2021-05-03 13:52:17','2021-05-03 13:52:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(108,337,'lcaadmin','laradasciences@gmail.com','','','2021-05-03 14:36:09','2021-05-03 14:36:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(109,338,'lcaadmin','laradasciences@gmail.com','','','2021-05-03 15:14:40','2021-05-03 15:14:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(110,341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 18:53:54','2021-05-03 18:53:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(111,341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 18:53:54','2021-05-03 18:53:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(112,342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 19:30:56','2021-05-03 19:30:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(113,342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 19:30:56','2021-05-03 19:30:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(114,341,'lcaadmin','laradasciences@gmail.com','','','2021-05-03 20:45:21','2021-05-03 20:45:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(115,343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 21:46:28','2021-05-03 21:46:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(116,343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-03 21:46:28','2021-05-03 21:46:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(117,342,'lcaadmin','laradasciences@gmail.com','','','2021-05-04 14:58:37','2021-05-04 14:58:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(118,336,'lcaadmin','laradasciences@gmail.com','','','2021-05-04 15:26:12','2021-05-04 15:26:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(119,339,'lcaadmin','laradasciences@gmail.com','','','2021-05-04 15:26:43','2021-05-04 15:26:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(120,343,'lcaadmin','laradasciences@gmail.com','','','2021-05-04 15:39:16','2021-05-04 15:39:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(121,344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 16:15:34','2021-05-04 16:15:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(122,344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 16:15:35','2021-05-04 16:15:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(123,345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 17:28:35','2021-05-04 17:28:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(124,345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 17:28:36','2021-05-04 17:28:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(125,346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 20:08:30','2021-05-04 20:08:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(126,346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-04 20:08:31','2021-05-04 20:08:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(127,345,'lcaadmin','laradasciences@gmail.com','','','2021-05-04 21:54:41','2021-05-04 21:54:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(131,350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-05 02:37:56','2021-05-05 02:37:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(132,350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-05 02:37:57','2021-05-05 02:37:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(133,346,'lcaadmin','laradasciences@gmail.com','','','2021-05-05 14:50:42','2021-05-05 14:50:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(134,350,'lcaadmin','laradasciences@gmail.com','','','2021-05-05 14:51:41','2021-05-05 14:51:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(135,351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-05 15:53:05','2021-05-05 15:53:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(136,351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-05 15:53:06','2021-05-05 15:53:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(137,351,'lcaadmin','laradasciences@gmail.com','','','2021-05-05 17:24:47','2021-05-05 17:24:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(139,353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-06 03:54:05','2021-05-06 03:54:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(140,353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-06 03:54:05','2021-05-06 03:54:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(146,357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-06 16:27:24','2021-05-06 16:27:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(147,357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-06 16:27:24','2021-05-06 16:27:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(148,353,'lcaadmin','laradasciences@gmail.com','','','2021-05-06 16:49:09','2021-05-06 16:49:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(149,344,'lcaadmin','laradasciences@gmail.com','','','2021-05-06 16:50:10','2021-05-06 16:50:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(150,358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-07 17:05:32','2021-05-07 17:05:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(151,358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-07 17:05:33','2021-05-07 17:05:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(152,357,'lcaadmin','laradasciences@gmail.com','','','2021-05-10 14:50:11','2021-05-10 14:50:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(153,359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-10 15:50:13','2021-05-10 15:50:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(154,359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-10 15:50:13','2021-05-10 15:50:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(155,359,'lcaadmin','laradasciences@gmail.com','','','2021-05-10 20:47:49','2021-05-10 20:47:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(156,360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-11 03:29:47','2021-05-11 03:29:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(157,360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-11 03:29:47','2021-05-11 03:29:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(158,360,'lcaadmin','laradasciences@gmail.com','','','2021-05-12 17:50:26','2021-05-12 17:50:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(159,361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-12 18:43:09','2021-05-12 18:43:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(160,361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-12 18:43:09','2021-05-12 18:43:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(162,363,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-13 17:41:38','2021-05-13 17:41:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(163,363,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-13 17:41:38','2021-05-13 17:41:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(164,364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-13 18:16:03','2021-05-13 18:16:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(165,364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-13 18:16:03','2021-05-13 18:16:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(166,364,'lcaadmin','laradasciences@gmail.com','','','2021-05-14 14:33:55','2021-05-14 14:33:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(167,363,'lcaadmin','laradasciences@gmail.com','','','2021-05-14 14:36:32','2021-05-14 14:36:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(168,358,'lcaadmin','laradasciences@gmail.com','','','2021-05-14 14:37:43','2021-05-14 14:37:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(169,361,'lcaadmin','laradasciences@gmail.com','','','2021-05-14 14:39:26','2021-05-14 14:39:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(170,366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 16:55:31','2021-05-14 16:55:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(171,366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 16:55:31','2021-05-14 16:55:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(172,367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 17:17:52','2021-05-14 17:17:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(173,367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 17:17:52','2021-05-14 17:17:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(174,367,'lcaadmin','laradasciences@gmail.com','','','2021-05-14 20:06:25','2021-05-14 20:06:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(175,368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 20:49:34','2021-05-14 20:49:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(176,368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-14 20:49:34','2021-05-14 20:49:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(177,369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-15 12:32:44','2021-05-15 12:32:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(178,369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-15 12:32:44','2021-05-15 12:32:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(179,370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-15 18:41:47','2021-05-15 18:41:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(180,370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-15 18:41:47','2021-05-15 18:41:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(181,369,'lcaadmin','laradasciences@gmail.com','','','2021-05-17 15:41:46','2021-05-17 15:41:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(182,368,'lcaadmin','laradasciences@gmail.com','','','2021-05-17 15:43:06','2021-05-17 15:43:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(183,366,'lcaadmin','laradasciences@gmail.com','','','2021-05-17 15:47:39','2021-05-17 15:47:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(184,370,'lcaadmin','laradasciences@gmail.com','','','2021-05-17 19:13:45','2021-05-17 19:13:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(185,371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-18 21:19:34','2021-05-18 21:19:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(186,371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-18 21:19:34','2021-05-18 21:19:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(187,372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-20 00:52:55','2021-05-20 00:52:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(188,372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-20 00:52:55','2021-05-20 00:52:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(189,371,'lcaadmin','laradasciences@gmail.com','','','2021-05-20 16:43:14','2021-05-20 16:43:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(190,372,'lcaadmin','laradasciences@gmail.com','','','2021-05-20 16:47:23','2021-05-20 16:47:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(191,373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-20 17:03:19','2021-05-20 17:03:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(192,373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-20 17:03:19','2021-05-20 17:03:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(193,374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-21 17:22:50','2021-05-21 17:22:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(194,374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-21 17:22:50','2021-05-21 17:22:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(195,373,'lcaadmin','laradasciences@gmail.com','','','2021-05-21 17:41:47','2021-05-21 17:41:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(196,375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-23 16:58:40','2021-05-23 16:58:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(197,375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-23 16:58:40','2021-05-23 16:58:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(198,376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 15:16:37','2021-05-24 15:16:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(199,376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 15:16:37','2021-05-24 15:16:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(200,377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 17:02:42','2021-05-24 17:02:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(201,377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 17:02:42','2021-05-24 17:02:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(202,378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 18:02:18','2021-05-24 18:02:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(203,378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 18:02:18','2021-05-24 18:02:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(204,379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 18:11:18','2021-05-24 18:11:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(205,379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 18:11:18','2021-05-24 18:11:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(206,377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 18:16:51','2021-05-24 18:16:51','Refunded 73.12 - Refund ID: 05634282ES482713S',0,'1','WooCommerce','order_note',0,0),(207,374,'lcaadmin','laradasciences@gmail.com','','','2021-05-24 18:26:27','2021-05-24 18:26:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(208,376,'lcaadmin','laradasciences@gmail.com','','','2021-05-24 18:34:33','2021-05-24 18:34:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(209,382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:17:28','2021-05-24 20:17:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(210,382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:17:28','2021-05-24 20:17:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(211,384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:25:11','2021-05-24 20:25:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(212,384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:25:11','2021-05-24 20:25:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(213,385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:30:46','2021-05-24 20:30:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(214,385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-24 20:30:46','2021-05-24 20:30:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(216,385,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 20:57:31','2021-05-25 20:57:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(217,384,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:02:23','2021-05-25 21:02:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(218,382,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:03:16','2021-05-25 21:03:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(219,378,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:04:10','2021-05-25 21:04:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(220,377,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:04:58','2021-05-25 21:04:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(221,379,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:22:59','2021-05-25 21:22:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(222,375,'lcaadmin','laradasciences@gmail.com','','','2021-05-25 21:23:40','2021-05-25 21:23:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(223,386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-26 19:37:23','2021-05-26 19:37:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(224,386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-26 19:37:23','2021-05-26 19:37:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(225,387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 01:57:08','2021-05-27 01:57:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(226,387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 01:57:08','2021-05-27 01:57:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(227,388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 15:58:33','2021-05-27 15:58:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(228,388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 15:58:33','2021-05-27 15:58:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(229,389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 18:40:10','2021-05-27 18:40:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(230,389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 18:40:10','2021-05-27 18:40:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(231,390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 20:26:35','2021-05-27 20:26:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(232,390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-27 20:26:35','2021-05-27 20:26:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(233,391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 05:37:35','2021-05-28 05:37:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(234,391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 05:37:35','2021-05-28 05:37:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(235,392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 17:55:06','2021-05-28 17:55:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(236,392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 17:55:06','2021-05-28 17:55:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(237,393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 22:01:24','2021-05-28 22:01:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(238,393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-05-28 22:01:24','2021-05-28 22:01:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(239,394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 01:07:42','2021-06-01 01:07:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(240,394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 01:07:42','2021-06-01 01:07:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(241,390,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:10:48','2021-06-01 14:10:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(242,388,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:12:48','2021-06-01 14:12:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(243,387,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:13:35','2021-06-01 14:13:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(244,389,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:15:44','2021-06-01 14:15:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(245,391,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:17:23','2021-06-01 14:17:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(246,392,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 14:18:45','2021-06-01 14:18:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(247,396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 15:02:37','2021-06-01 15:02:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(248,396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 15:02:37','2021-06-01 15:02:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(249,386,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 16:14:53','2021-06-01 16:14:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(250,393,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 16:16:03','2021-06-01 16:16:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(251,397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 16:17:01','2021-06-01 16:17:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(252,397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 16:17:01','2021-06-01 16:17:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(253,398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 17:01:29','2021-06-01 17:01:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(254,398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 17:01:29','2021-06-01 17:01:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(255,399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 17:04:38','2021-06-01 17:04:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(256,399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 17:04:38','2021-06-01 17:04:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(257,396,'lcaadmin','laradasciences@gmail.com','','','2021-06-01 21:04:50','2021-06-01 21:04:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(258,401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 22:22:59','2021-06-01 22:22:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(259,401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-01 22:23:00','2021-06-01 22:23:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(260,402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-02 15:01:43','2021-06-02 15:01:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(261,402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-02 15:01:43','2021-06-02 15:01:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(262,401,'lcaadmin','laradasciences@gmail.com','','','2021-06-02 16:14:15','2021-06-02 16:14:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(264,404,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-03 15:59:29','2021-06-03 15:59:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(265,404,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-03 15:59:29','2021-06-03 15:59:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(266,402,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:15:26','2021-06-03 21:15:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(267,404,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:16:16','2021-06-03 21:16:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(268,399,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:28:24','2021-06-03 21:28:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(269,398,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:28:56','2021-06-03 21:28:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(270,397,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:29:30','2021-06-03 21:29:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(271,394,'lcaadmin','laradasciences@gmail.com','','','2021-06-03 21:30:07','2021-06-03 21:30:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(272,405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-06 01:37:04','2021-06-06 01:37:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(273,405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-06 01:37:05','2021-06-06 01:37:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(274,406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 01:29:37','2021-06-07 01:29:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(275,406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 01:29:37','2021-06-07 01:29:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(276,407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 16:09:32','2021-06-07 16:09:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(277,407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 16:09:32','2021-06-07 16:09:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(278,408,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 18:14:37','2021-06-07 18:14:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(279,408,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-07 18:14:37','2021-06-07 18:14:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(280,405,'lcaadmin','laradasciences@gmail.com','','','2021-06-07 19:25:02','2021-06-07 19:25:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(281,409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 00:14:28','2021-06-08 00:14:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(282,409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 00:14:28','2021-06-08 00:14:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(283,410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 02:57:58','2021-06-08 02:57:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(284,410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 02:57:58','2021-06-08 02:57:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(285,411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 03:02:45','2021-06-08 03:02:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(286,411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 03:02:45','2021-06-08 03:02:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(287,412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 18:05:38','2021-06-08 18:05:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(288,412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-08 18:05:38','2021-06-08 18:05:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(289,413,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-09 15:16:50','2021-06-09 15:16:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(290,413,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-09 15:16:50','2021-06-09 15:16:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(291,408,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 17:23:33','2021-06-09 17:23:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(292,410,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 17:26:31','2021-06-09 17:26:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(293,411,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 17:27:45','2021-06-09 17:27:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(294,412,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 17:28:42','2021-06-09 17:28:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(295,413,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 17:29:52','2021-06-09 17:29:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(297,409,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 21:15:58','2021-06-09 21:15:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(298,407,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 21:16:33','2021-06-09 21:16:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(299,406,'lcaadmin','laradasciences@gmail.com','','','2021-06-09 21:17:09','2021-06-09 21:17:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(302,418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-09 22:40:25','2021-06-09 22:40:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(303,418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-09 22:40:25','2021-06-09 22:40:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(304,419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 02:53:49','2021-06-10 02:53:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(305,419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 02:53:49','2021-06-10 02:53:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(306,420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 18:16:55','2021-06-10 18:16:55','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(307,421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 18:18:35','2021-06-10 18:18:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(308,421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 18:18:35','2021-06-10 18:18:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(309,420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 19:22:40','2021-06-10 19:22:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(310,420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-10 19:22:41','2021-06-10 19:22:41','Order status changed from Cancelled to Processing.',0,'1','WooCommerce','order_note',0,0),(312,423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 17:27:23','2021-06-11 17:27:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(313,423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 17:27:23','2021-06-11 17:27:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(314,424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 18:46:40','2021-06-11 18:46:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(315,424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 18:46:40','2021-06-11 18:46:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(316,420,'lcaadmin','laradasciences@gmail.com','','','2021-06-11 20:20:07','2021-06-11 20:20:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(317,421,'lcaadmin','laradasciences@gmail.com','','','2021-06-11 20:30:23','2021-06-11 20:30:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(318,418,'lcaadmin','laradasciences@gmail.com','','','2021-06-11 20:31:20','2021-06-11 20:31:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(319,425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 21:14:50','2021-06-11 21:14:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(320,425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-11 21:14:50','2021-06-11 21:14:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(321,424,'lcaadmin','laradasciences@gmail.com','','','2021-06-11 21:21:42','2021-06-11 21:21:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(322,426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-12 01:57:11','2021-06-12 01:57:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(323,426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-12 01:57:11','2021-06-12 01:57:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(324,427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-14 02:25:45','2021-06-14 02:25:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(325,427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-14 02:25:45','2021-06-14 02:25:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(326,428,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-14 02:32:54','2021-06-14 02:32:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(327,428,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-14 02:32:54','2021-06-14 02:32:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(328,429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-15 01:43:32','2021-06-15 01:43:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(329,429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-15 01:43:33','2021-06-15 01:43:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(330,423,'lcaadmin','laradasciences@gmail.com','','','2021-06-15 14:40:18','2021-06-15 14:40:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(331,426,'lcaadmin','laradasciences@gmail.com','','','2021-06-15 14:41:27','2021-06-15 14:41:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(332,425,'lcaadmin','laradasciences@gmail.com','','','2021-06-15 14:42:07','2021-06-15 14:42:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(333,430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-15 23:17:29','2021-06-15 23:17:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(334,430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-15 23:17:29','2021-06-15 23:17:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(335,427,'lcaadmin','laradasciences@gmail.com','','','2021-06-16 01:58:55','2021-06-16 01:58:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(336,428,'lcaadmin','laradasciences@gmail.com','','','2021-06-16 02:03:35','2021-06-16 02:03:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(337,429,'lcaadmin','laradasciences@gmail.com','','','2021-06-16 02:06:21','2021-06-16 02:06:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(338,431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-16 18:45:55','2021-06-16 18:45:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(339,431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-16 18:45:55','2021-06-16 18:45:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(340,419,'lcaadmin','laradasciences@gmail.com','','','2021-06-16 19:39:08','2021-06-16 19:39:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(341,433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 16:00:35','2021-06-17 16:00:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(342,433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 16:00:36','2021-06-17 16:00:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(343,434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 19:03:19','2021-06-17 19:03:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(344,434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 19:03:19','2021-06-17 19:03:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(345,435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 19:03:43','2021-06-17 19:03:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(346,435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 19:03:43','2021-06-17 19:03:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(348,437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 23:03:31','2021-06-17 23:03:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(349,437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-17 23:03:31','2021-06-17 23:03:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(350,438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:03:45','2021-06-18 15:03:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(351,438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:03:45','2021-06-18 15:03:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(352,439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:11:47','2021-06-18 15:11:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(353,439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:11:47','2021-06-18 15:11:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(354,440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:20:18','2021-06-18 15:20:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(355,440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:20:19','2021-06-18 15:20:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(356,441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:22:46','2021-06-18 15:22:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(357,441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:22:46','2021-06-18 15:22:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(358,443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:59:47','2021-06-18 15:59:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(359,443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 15:59:47','2021-06-18 15:59:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(361,444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 17:10:57','2021-06-18 17:10:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(362,444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 17:10:57','2021-06-18 17:10:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(363,437,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 18:18:11','2021-06-18 18:18:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(364,434,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 18:19:16','2021-06-18 18:19:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(365,433,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 18:20:21','2021-06-18 18:20:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(366,430,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 18:21:23','2021-06-18 18:21:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(367,431,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 18:22:46','2021-06-18 18:22:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(368,443,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 19:23:25','2021-06-18 19:23:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(369,438,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 19:24:31','2021-06-18 19:24:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(370,441,'lcaadmin','laradasciences@gmail.com','','','2021-06-18 19:26:05','2021-06-18 19:26:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(371,445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 19:50:16','2021-06-18 19:50:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(372,445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-18 19:50:16','2021-06-18 19:50:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(373,446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-19 01:00:24','2021-06-19 01:00:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(374,446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-19 01:00:24','2021-06-19 01:00:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(375,444,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 14:21:04','2021-06-21 14:21:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(376,440,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 14:22:14','2021-06-21 14:22:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(377,439,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 14:23:30','2021-06-21 14:23:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(378,445,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 19:06:48','2021-06-21 19:06:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(379,446,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 19:07:56','2021-06-21 19:07:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(380,435,'lcaadmin','laradasciences@gmail.com','','','2021-06-21 19:09:30','2021-06-21 19:09:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(381,447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-21 22:26:58','2021-06-21 22:26:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(382,447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-21 22:26:58','2021-06-21 22:26:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(383,448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-22 12:24:09','2021-06-22 12:24:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(384,448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-22 12:24:10','2021-06-22 12:24:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(385,447,'lcaadmin','laradasciences@gmail.com','','','2021-06-22 19:42:33','2021-06-22 19:42:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(386,449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 13:47:37','2021-06-23 13:47:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(387,449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 13:47:37','2021-06-23 13:47:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(388,450,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 19:37:20','2021-06-23 19:37:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(389,450,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 19:37:20','2021-06-23 19:37:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(390,451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 23:19:24','2021-06-23 23:19:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(391,451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-23 23:19:24','2021-06-23 23:19:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(392,452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-24 06:09:23','2021-06-24 06:09:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(393,452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-24 06:09:23','2021-06-24 06:09:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(395,454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-24 19:11:52','2021-06-24 19:11:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(396,454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-24 19:11:52','2021-06-24 19:11:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(397,454,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:12:12','2021-06-25 14:12:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(398,452,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:13:46','2021-06-25 14:13:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(399,451,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:14:15','2021-06-25 14:14:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(400,450,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:17:00','2021-06-25 14:17:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(401,449,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:19:01','2021-06-25 14:19:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(402,448,'lcaadmin','laradasciences@gmail.com','','','2021-06-25 14:46:24','2021-06-25 14:46:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(403,457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-25 19:48:59','2021-06-25 19:48:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(404,457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-25 19:48:59','2021-06-25 19:48:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(405,458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-26 00:11:34','2021-06-26 00:11:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(406,458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-26 00:11:34','2021-06-26 00:11:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(407,459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-28 20:53:45','2021-06-28 20:53:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(408,459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-28 20:53:45','2021-06-28 20:53:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(409,457,'lcaadmin','laradasciences@gmail.com','','','2021-06-28 22:44:08','2021-06-28 22:44:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(410,458,'lcaadmin','laradasciences@gmail.com','','','2021-06-28 22:46:44','2021-06-28 22:46:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(411,459,'lcaadmin','laradasciences@gmail.com','','','2021-06-29 16:36:28','2021-06-29 16:36:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(412,460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-30 11:57:58','2021-06-30 11:57:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(413,460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-30 11:57:58','2021-06-30 11:57:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(414,461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-30 18:20:21','2021-06-30 18:20:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(415,461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-06-30 18:20:21','2021-06-30 18:20:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(416,462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 15:01:37','2021-07-01 15:01:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(417,462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 15:01:38','2021-07-01 15:01:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(418,463,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 16:20:20','2021-07-01 16:20:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(419,463,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 16:20:20','2021-07-01 16:20:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(420,464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 19:21:26','2021-07-01 19:21:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(421,464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-01 19:21:26','2021-07-01 19:21:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(422,465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 02:38:24','2021-07-02 02:38:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(423,465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 02:38:24','2021-07-02 02:38:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(424,463,'lcaadmin','laradasciences@gmail.com','','','2021-07-02 14:20:36','2021-07-02 14:20:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(425,462,'lcaadmin','laradasciences@gmail.com','','','2021-07-02 14:22:14','2021-07-02 14:22:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(426,461,'lcaadmin','laradasciences@gmail.com','','','2021-07-02 14:23:01','2021-07-02 14:23:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(427,460,'lcaadmin','laradasciences@gmail.com','','','2021-07-02 14:23:56','2021-07-02 14:23:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(428,466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 15:52:03','2021-07-02 15:52:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(429,466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 15:52:03','2021-07-02 15:52:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(430,467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 18:27:07','2021-07-02 18:27:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(431,467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-02 18:27:07','2021-07-02 18:27:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(432,465,'lcaadmin','laradasciences@gmail.com','','','2021-07-02 19:24:15','2021-07-02 19:24:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(433,469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-03 12:12:44','2021-07-03 12:12:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(434,469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-03 12:12:45','2021-07-03 12:12:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(435,470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-05 14:11:03','2021-07-05 14:11:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(436,470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-05 14:11:03','2021-07-05 14:11:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(437,471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 15:01:12','2021-07-06 15:01:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(438,471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 15:01:12','2021-07-06 15:01:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(439,472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 15:38:19','2021-07-06 15:38:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(440,472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 15:38:20','2021-07-06 15:38:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(441,473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 16:15:59','2021-07-06 16:15:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(442,473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 16:16:00','2021-07-06 16:16:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(443,474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 17:41:23','2021-07-06 17:41:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(444,474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-06 17:41:23','2021-07-06 17:41:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(445,471,'lcaadmin','laradasciences@gmail.com','','','2021-07-06 18:39:54','2021-07-06 18:39:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(446,464,'lcaadmin','laradasciences@gmail.com','','','2021-07-06 18:48:42','2021-07-06 18:48:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(447,470,'lcaadmin','laradasciences@gmail.com','','','2021-07-06 18:54:12','2021-07-06 18:54:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(448,466,'lcaadmin','laradasciences@gmail.com','','','2021-07-06 18:56:27','2021-07-06 18:56:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(449,469,'lcaadmin','laradasciences@gmail.com','','','2021-07-06 18:58:42','2021-07-06 18:58:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(450,475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-07 15:35:13','2021-07-07 15:35:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(451,475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-07 15:35:13','2021-07-07 15:35:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(452,475,'lcaadmin','laradasciences@gmail.com','','','2021-07-08 06:50:56','2021-07-08 06:50:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(453,476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 16:41:43','2021-07-08 16:41:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(454,476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 16:41:43','2021-07-08 16:41:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(455,477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:27:19','2021-07-08 21:27:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(456,477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:27:19','2021-07-08 21:27:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(457,478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:31:58','2021-07-08 21:31:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(458,478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:31:58','2021-07-08 21:31:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(459,479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:41:30','2021-07-08 21:41:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(460,479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-08 21:41:30','2021-07-08 21:41:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(461,476,'lcaadmin','laradasciences@gmail.com','','','2021-07-09 14:44:08','2021-07-09 14:44:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(462,474,'lcaadmin','laradasciences@gmail.com','','','2021-07-09 14:46:06','2021-07-09 14:46:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(463,472,'lcaadmin','laradasciences@gmail.com','','','2021-07-09 14:47:30','2021-07-09 14:47:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(465,473,'lcaadmin','laradasciences@gmail.com','','','2021-07-09 22:11:07','2021-07-09 22:11:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(466,467,'lcaadmin','laradasciences@gmail.com','','','2021-07-09 22:11:48','2021-07-09 22:11:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(467,482,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-11 13:49:09','2021-07-11 13:49:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(468,482,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-11 13:49:09','2021-07-11 13:49:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(469,477,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 14:36:31','2021-07-12 14:36:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(470,477,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 14:37:07','2021-07-12 14:37:07','Order status changed from Completed to Processing.',0,'1','WooCommerce','order_note',0,0),(471,478,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 14:37:54','2021-07-12 14:37:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(472,477,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 14:39:19','2021-07-12 14:39:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(474,484,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-12 17:47:59','2021-07-12 17:47:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(475,484,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-12 17:48:00','2021-07-12 17:48:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(476,485,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-12 18:05:57','2021-07-12 18:05:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(477,485,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-12 18:05:57','2021-07-12 18:05:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(478,482,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 19:37:06','2021-07-12 19:37:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(479,484,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 19:43:18','2021-07-12 19:43:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(480,485,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 20:50:00','2021-07-12 20:50:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(481,479,'lcaadmin','laradasciences@gmail.com','','','2021-07-12 20:51:05','2021-07-12 20:51:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(482,491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 15:42:30','2021-07-13 15:42:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(483,491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 15:42:30','2021-07-13 15:42:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(484,492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 18:33:43','2021-07-13 18:33:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(485,492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 18:33:43','2021-07-13 18:33:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(486,493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 19:00:55','2021-07-13 19:00:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(487,493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 19:00:55','2021-07-13 19:00:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(488,494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 20:30:36','2021-07-13 20:30:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(489,494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-13 20:30:37','2021-07-13 20:30:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(490,492,'lcaadmin','laradasciences@gmail.com','','','2021-07-13 21:14:11','2021-07-13 21:14:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(491,493,'lcaadmin','laradasciences@gmail.com','','','2021-07-13 21:15:49','2021-07-13 21:15:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(492,495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-14 21:40:10','2021-07-14 21:40:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(493,495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-14 21:40:10','2021-07-14 21:40:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(494,496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 02:56:15','2021-07-15 02:56:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(495,496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 02:56:15','2021-07-15 02:56:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(496,494,'lcaadmin','laradasciences@gmail.com','','','2021-07-15 14:41:16','2021-07-15 14:41:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(497,491,'lcaadmin','laradasciences@gmail.com','','','2021-07-15 14:47:45','2021-07-15 14:47:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(498,497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 16:36:19','2021-07-15 16:36:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(499,497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 16:36:19','2021-07-15 16:36:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(500,498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 17:30:32','2021-07-15 17:30:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(501,498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 17:30:32','2021-07-15 17:30:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(502,499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 18:23:51','2021-07-15 18:23:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(503,499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-15 18:23:51','2021-07-15 18:23:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(504,500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-16 06:38:32','2021-07-16 06:38:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(505,500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-16 06:38:33','2021-07-16 06:38:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(506,501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-16 17:18:57','2021-07-16 17:18:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(507,501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-16 17:18:57','2021-07-16 17:18:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(508,501,'lcaadmin','laradasciences@gmail.com','','','2021-07-19 05:44:52','2021-07-19 05:44:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(509,500,'lcaadmin','laradasciences@gmail.com','','','2021-07-19 05:46:04','2021-07-19 05:46:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(510,496,'lcaadmin','laradasciences@gmail.com','','','2021-07-19 05:46:54','2021-07-19 05:46:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(511,499,'lcaadmin','laradasciences@gmail.com','','','2021-07-19 05:48:04','2021-07-19 05:48:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(512,495,'lcaadmin','laradasciences@gmail.com','','','2021-07-19 05:48:46','2021-07-19 05:48:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(513,504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-19 18:54:51','2021-07-19 18:54:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(514,504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-19 18:54:51','2021-07-19 18:54:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(515,505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-19 20:42:06','2021-07-19 20:42:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(516,505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-19 20:42:06','2021-07-19 20:42:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(517,506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 02:00:54','2021-07-20 02:00:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(518,506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 02:00:54','2021-07-20 02:00:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(519,507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 02:14:44','2021-07-20 02:14:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(520,507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 02:14:44','2021-07-20 02:14:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(521,504,'lcaadmin','laradasciences@gmail.com','','','2021-07-20 05:46:03','2021-07-20 05:46:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(522,508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 17:02:19','2021-07-20 17:02:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(523,508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 17:02:20','2021-07-20 17:02:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(524,509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 18:17:58','2021-07-20 18:17:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(525,509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-20 18:17:59','2021-07-20 18:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(526,510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-21 01:21:18','2021-07-21 01:21:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(527,510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-21 01:21:18','2021-07-21 01:21:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(528,508,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:34:20','2021-07-21 14:34:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(529,509,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:35:38','2021-07-21 14:35:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(530,497,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:38:55','2021-07-21 14:38:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(531,505,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:46:48','2021-07-21 14:46:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(532,506,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:48:22','2021-07-21 14:48:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(533,498,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:49:15','2021-07-21 14:49:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(534,507,'lcaadmin','laradasciences@gmail.com','','','2021-07-21 14:51:00','2021-07-21 14:51:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(535,511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-21 18:15:48','2021-07-21 18:15:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(536,511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-21 18:15:48','2021-07-21 18:15:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(537,510,'lcaadmin','laradasciences@gmail.com','','','2021-07-22 19:47:59','2021-07-22 19:47:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(538,511,'lcaadmin','laradasciences@gmail.com','','','2021-07-22 19:48:45','2021-07-22 19:48:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(539,516,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-22 21:43:10','2021-07-22 21:43:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(540,516,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-22 21:43:10','2021-07-22 21:43:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(541,517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 14:55:21','2021-07-23 14:55:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(542,517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 14:55:22','2021-07-23 14:55:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(543,518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 19:57:45','2021-07-23 19:57:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(544,518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 19:57:45','2021-07-23 19:57:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(545,519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:01:14','2021-07-23 20:01:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(546,519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:01:14','2021-07-23 20:01:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(547,520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:04:32','2021-07-23 20:04:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(548,520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:04:32','2021-07-23 20:04:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(549,521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:08:18','2021-07-23 20:08:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(550,521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-23 20:08:18','2021-07-23 20:08:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(552,523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 01:19:01','2021-07-24 01:19:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(553,523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 01:19:01','2021-07-24 01:19:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(554,524,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 02:12:45','2021-07-24 02:12:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(555,524,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 02:12:45','2021-07-24 02:12:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(556,525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 02:21:30','2021-07-24 02:21:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(557,525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 02:21:30','2021-07-24 02:21:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(558,526,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 19:27:10','2021-07-24 19:27:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(559,526,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-24 19:27:10','2021-07-24 19:27:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(560,527,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-25 16:31:38','2021-07-25 16:31:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(561,527,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-25 16:31:38','2021-07-25 16:31:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(562,528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 00:01:32','2021-07-26 00:01:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(563,528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 00:01:32','2021-07-26 00:01:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(564,516,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 13:36:39','2021-07-26 13:36:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(565,517,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 13:42:16','2021-07-26 13:42:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(566,530,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 15:38:27','2021-07-26 15:38:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(567,530,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 15:38:28','2021-07-26 15:38:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(569,532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 18:22:20','2021-07-26 18:22:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(570,532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-26 18:22:20','2021-07-26 18:22:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(571,530,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:25:34','2021-07-26 22:25:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(572,526,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:26:59','2021-07-26 22:26:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(573,528,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:30:58','2021-07-26 22:30:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(574,527,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:32:14','2021-07-26 22:32:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(575,523,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:33:37','2021-07-26 22:33:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(576,520,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:34:39','2021-07-26 22:34:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(577,525,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:36:16','2021-07-26 22:36:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(578,519,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:36:58','2021-07-26 22:36:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(579,518,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:37:57','2021-07-26 22:37:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(580,524,'lcaadmin','laradasciences@gmail.com','','','2021-07-26 22:39:26','2021-07-26 22:39:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(581,521,'lcaadmin','laradasciences@gmail.com','','','2021-07-27 14:33:35','2021-07-27 14:33:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(582,532,'lcaadmin','laradasciences@gmail.com','','','2021-07-27 14:41:43','2021-07-27 14:41:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(583,538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-28 18:38:34','2021-07-28 18:38:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(584,538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-28 18:38:34','2021-07-28 18:38:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(585,539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 14:57:31','2021-07-29 14:57:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(586,539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 14:57:31','2021-07-29 14:57:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(587,540,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 15:10:35','2021-07-29 15:10:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(588,540,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 15:10:35','2021-07-29 15:10:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(589,541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 22:03:16','2021-07-29 22:03:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(590,541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-29 22:03:16','2021-07-29 22:03:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(591,541,'lcaadmin','laradasciences@gmail.com','','','2021-07-30 19:23:22','2021-07-30 19:23:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(592,539,'lcaadmin','laradasciences@gmail.com','','','2021-07-30 19:24:39','2021-07-30 19:24:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(593,542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-30 22:16:47','2021-07-30 22:16:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(594,542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-30 22:16:47','2021-07-30 22:16:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(595,543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-31 00:17:46','2021-07-31 00:17:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(596,543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-31 00:17:46','2021-07-31 00:17:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(597,544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-31 20:39:13','2021-07-31 20:39:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(598,544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-07-31 20:39:13','2021-07-31 20:39:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(599,538,'lcaadmin','laradasciences@gmail.com','','','2021-08-02 14:44:12','2021-08-02 14:44:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(600,540,'lcaadmin','laradasciences@gmail.com','','','2021-08-02 14:45:06','2021-08-02 14:45:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(601,542,'lcaadmin','laradasciences@gmail.com','','','2021-08-02 14:45:55','2021-08-02 14:45:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(602,543,'lcaadmin','laradasciences@gmail.com','','','2021-08-02 16:33:16','2021-08-02 16:33:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(603,544,'lcaadmin','laradasciences@gmail.com','','','2021-08-02 16:34:37','2021-08-02 16:34:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(604,545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-02 21:45:04','2021-08-02 21:45:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(605,545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-02 21:45:04','2021-08-02 21:45:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(606,546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-02 21:47:09','2021-08-02 21:47:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(607,546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-02 21:47:09','2021-08-02 21:47:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(608,547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 14:32:35','2021-08-03 14:32:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(609,547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 14:32:35','2021-08-03 14:32:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(610,545,'lcaadmin','laradasciences@gmail.com','','','2021-08-03 17:02:38','2021-08-03 17:02:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(611,549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 18:05:28','2021-08-03 18:05:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(612,549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 18:05:28','2021-08-03 18:05:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(613,546,'lcaadmin','laradasciences@gmail.com','','','2021-08-03 19:35:55','2021-08-03 19:35:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(614,547,'lcaadmin','laradasciences@gmail.com','','','2021-08-03 19:36:39','2021-08-03 19:36:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(615,549,'lcaadmin','laradasciences@gmail.com','','','2021-08-03 20:08:12','2021-08-03 20:08:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(616,550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 20:47:41','2021-08-03 20:47:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(617,550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-03 20:47:41','2021-08-03 20:47:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(618,551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 15:20:30','2021-08-04 15:20:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(619,551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 15:20:30','2021-08-04 15:20:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(620,550,'lcaadmin','laradasciences@gmail.com','','','2021-08-04 16:53:33','2021-08-04 16:53:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(621,551,'lcaadmin','laradasciences@gmail.com','','','2021-08-04 16:54:43','2021-08-04 16:54:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(622,552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 17:30:26','2021-08-04 17:30:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(623,552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 17:30:27','2021-08-04 17:30:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(624,553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 21:49:35','2021-08-04 21:49:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(625,553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 21:49:35','2021-08-04 21:49:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(626,554,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 21:51:09','2021-08-04 21:51:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(627,554,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-04 21:51:09','2021-08-04 21:51:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(628,555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 00:38:12','2021-08-05 00:38:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(629,555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 00:38:12','2021-08-05 00:38:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(630,552,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 04:57:47','2021-08-05 04:57:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(632,557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 13:23:29','2021-08-05 13:23:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(633,557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 13:23:29','2021-08-05 13:23:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(634,559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 13:26:30','2021-08-05 13:26:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(635,559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 13:26:30','2021-08-05 13:26:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(637,560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 15:20:04','2021-08-05 15:20:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(638,560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 15:20:04','2021-08-05 15:20:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(639,559,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 16:46:10','2021-08-05 16:46:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(640,557,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 16:46:40','2021-08-05 16:46:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(641,553,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 16:47:51','2021-08-05 16:47:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(642,554,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 16:49:02','2021-08-05 16:49:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(643,555,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 16:49:47','2021-08-05 16:49:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(644,561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 19:53:38','2021-08-05 19:53:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(645,561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 19:53:38','2021-08-05 19:53:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(646,562,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 21:08:03','2021-08-05 21:08:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(647,562,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 21:08:03','2021-08-05 21:08:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(648,563,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 21:20:19','2021-08-05 21:20:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(649,563,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 21:20:19','2021-08-05 21:20:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(650,560,'lcaadmin','laradasciences@gmail.com','','','2021-08-05 22:09:02','2021-08-05 22:09:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(651,564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 22:43:55','2021-08-05 22:43:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(652,564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-05 22:43:55','2021-08-05 22:43:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(653,565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 02:36:09','2021-08-06 02:36:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(654,565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 02:36:09','2021-08-06 02:36:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(655,563,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:42:20','2021-08-06 18:42:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(656,561,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:42:51','2021-08-06 18:42:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(657,562,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:43:25','2021-08-06 18:43:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(658,563,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:44:35','2021-08-06 18:44:35','Order status changed from Completed to Processing.',0,'1','WooCommerce','order_note',0,0),(659,563,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:45:09','2021-08-06 18:45:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(660,565,'lcaadmin','laradasciences@gmail.com','','','2021-08-06 18:47:50','2021-08-06 18:47:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(661,566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 19:22:17','2021-08-06 19:22:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(662,566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 19:22:17','2021-08-06 19:22:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(663,567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 22:57:18','2021-08-06 22:57:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(664,567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-06 22:57:18','2021-08-06 22:57:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(665,568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-07 16:13:24','2021-08-07 16:13:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(666,568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-07 16:13:24','2021-08-07 16:13:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(667,569,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-07 23:12:15','2021-08-07 23:12:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(668,569,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-07 23:12:15','2021-08-07 23:12:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(669,570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-08 02:25:13','2021-08-08 02:25:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(670,570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-08 02:25:13','2021-08-08 02:25:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(671,571,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 14:53:54','2021-08-09 14:53:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(672,571,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 14:53:55','2021-08-09 14:53:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(673,572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 14:56:22','2021-08-09 14:56:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(674,572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 14:56:22','2021-08-09 14:56:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(675,564,'lcaadmin','laradasciences@gmail.com','','','2021-08-09 18:38:02','2021-08-09 18:38:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(676,567,'lcaadmin','laradasciences@gmail.com','','','2021-08-09 18:39:11','2021-08-09 18:39:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(677,566,'lcaadmin','laradasciences@gmail.com','','','2021-08-09 18:40:11','2021-08-09 18:40:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(678,569,'lcaadmin','laradasciences@gmail.com','','','2021-08-09 18:40:44','2021-08-09 18:40:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(679,568,'lcaadmin','laradasciences@gmail.com','','','2021-08-09 18:42:36','2021-08-09 18:42:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(680,573,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 20:29:14','2021-08-09 20:29:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(681,573,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 20:29:14','2021-08-09 20:29:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(682,574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 20:32:05','2021-08-09 20:32:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(683,574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-09 20:32:05','2021-08-09 20:32:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(684,575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 00:48:08','2021-08-10 00:48:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(685,575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 00:48:09','2021-08-10 00:48:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(686,576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 00:56:34','2021-08-10 00:56:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(687,576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 00:56:34','2021-08-10 00:56:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(688,577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 11:57:36','2021-08-10 11:57:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(689,577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 11:57:37','2021-08-10 11:57:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(690,578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 14:19:46','2021-08-10 14:19:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(691,578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 14:19:46','2021-08-10 14:19:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(692,579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 15:05:58','2021-08-10 15:05:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(693,579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 15:05:58','2021-08-10 15:05:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(694,580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 21:51:32','2021-08-10 21:51:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(695,580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-10 21:51:32','2021-08-10 21:51:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(696,578,'lcaadmin','laradasciences@gmail.com','','','2021-08-10 23:00:41','2021-08-10 23:00:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(697,579,'lcaadmin','laradasciences@gmail.com','','','2021-08-10 23:01:43','2021-08-10 23:01:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(698,575,'lcaadmin','laradasciences@gmail.com','','','2021-08-10 23:03:50','2021-08-10 23:03:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(699,576,'lcaadmin','laradasciences@gmail.com','','','2021-08-10 23:04:25','2021-08-10 23:04:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(700,573,'lcaadmin','laradasciences@gmail.com','','','2021-08-10 23:05:39','2021-08-10 23:05:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(701,580,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:04:29','2021-08-11 15:04:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(702,570,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:05:40','2021-08-11 15:05:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(703,571,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:06:38','2021-08-11 15:06:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(704,572,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:07:03','2021-08-11 15:07:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(705,574,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:07:38','2021-08-11 15:07:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(706,577,'lcaadmin','laradasciences@gmail.com','','','2021-08-11 15:08:19','2021-08-11 15:08:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(707,582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-11 23:55:34','2021-08-11 23:55:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(708,582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-11 23:55:35','2021-08-11 23:55:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(709,583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-12 19:17:17','2021-08-12 19:17:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(710,583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-12 19:17:17','2021-08-12 19:17:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(712,585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:07:12','2021-08-13 19:07:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(713,585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:07:12','2021-08-13 19:07:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(714,586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:10:47','2021-08-13 19:10:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(715,586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:10:47','2021-08-13 19:10:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(716,587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:15:24','2021-08-13 19:15:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(717,587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:15:25','2021-08-13 19:15:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(718,588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:17:58','2021-08-13 19:17:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(719,588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-13 19:17:59','2021-08-13 19:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(720,589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-14 20:51:08','2021-08-14 20:51:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(721,589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-14 20:51:09','2021-08-14 20:51:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(722,590,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 03:24:48','2021-08-16 03:24:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(723,590,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 03:24:48','2021-08-16 03:24:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(724,591,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 06:11:44','2021-08-16 06:11:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(725,591,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 06:11:44','2021-08-16 06:11:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(726,592,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 12:38:41','2021-08-16 12:38:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(727,592,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 12:38:41','2021-08-16 12:38:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(728,593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 13:58:45','2021-08-16 13:58:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(729,593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 13:58:45','2021-08-16 13:58:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(730,594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 21:29:35','2021-08-16 21:29:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(731,594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 21:29:35','2021-08-16 21:29:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(732,595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 22:41:13','2021-08-16 22:41:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(733,595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-16 22:41:13','2021-08-16 22:41:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(734,596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-17 15:12:30','2021-08-17 15:12:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(735,596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-17 15:12:30','2021-08-17 15:12:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(736,597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-17 17:20:59','2021-08-17 17:20:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(737,597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-17 17:20:59','2021-08-17 17:20:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(738,597,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:32:45','2021-08-17 20:32:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(739,596,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:33:43','2021-08-17 20:33:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(740,595,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:34:23','2021-08-17 20:34:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(741,594,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:35:47','2021-08-17 20:35:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(742,593,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:36:37','2021-08-17 20:36:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(743,592,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:37:22','2021-08-17 20:37:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(744,591,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:38:42','2021-08-17 20:38:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(745,590,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:40:02','2021-08-17 20:40:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(746,589,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:40:20','2021-08-17 20:40:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(747,588,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:41:05','2021-08-17 20:41:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(748,587,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:42:04','2021-08-17 20:42:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(749,586,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:42:49','2021-08-17 20:42:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(750,585,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:43:52','2021-08-17 20:43:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(751,583,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:44:28','2021-08-17 20:44:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(752,582,'lcaadmin','laradasciences@gmail.com','','','2021-08-17 20:45:14','2021-08-17 20:45:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(753,598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-18 12:30:57','2021-08-18 12:30:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(754,598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-18 12:30:58','2021-08-18 12:30:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(755,599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-18 12:56:17','2021-08-18 12:56:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(756,599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-18 12:56:18','2021-08-18 12:56:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(757,600,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 15:12:36','2021-08-19 15:12:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(758,600,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 15:12:36','2021-08-19 15:12:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(759,601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 15:28:31','2021-08-19 15:28:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(760,601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 15:28:31','2021-08-19 15:28:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(761,602,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 17:33:21','2021-08-19 17:33:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(762,602,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 17:33:22','2021-08-19 17:33:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(763,603,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 20:41:58','2021-08-19 20:41:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(764,603,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-19 20:41:58','2021-08-19 20:41:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(765,604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-20 00:35:19','2021-08-20 00:35:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(766,604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-20 00:35:19','2021-08-20 00:35:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(767,604,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:37:03','2021-08-20 15:37:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(768,603,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:37:40','2021-08-20 15:37:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(769,602,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:38:43','2021-08-20 15:38:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(770,601,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:39:14','2021-08-20 15:39:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(771,600,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:39:56','2021-08-20 15:39:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(772,599,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:40:18','2021-08-20 15:40:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(773,598,'lcaadmin','laradasciences@gmail.com','','','2021-08-20 15:40:44','2021-08-20 15:40:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(774,606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-20 17:13:29','2021-08-20 17:13:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(775,606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-20 17:13:29','2021-08-20 17:13:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(776,607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-21 16:08:40','2021-08-21 16:08:40','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(777,607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-21 16:08:43','2021-08-21 16:08:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(778,607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-21 16:08:43','2021-08-21 16:08:43','Order status changed from Cancelled to Processing.',0,'1','WooCommerce','order_note',0,0),(779,608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 14:02:32','2021-08-23 14:02:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(780,608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 14:02:32','2021-08-23 14:02:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(781,609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 17:57:01','2021-08-23 17:57:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(782,609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 17:57:01','2021-08-23 17:57:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(783,612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 22:06:32','2021-08-23 22:06:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(784,612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-23 22:06:32','2021-08-23 22:06:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(789,615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-24 05:53:50','2021-08-24 05:53:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(790,615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-24 05:53:50','2021-08-24 05:53:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(795,620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-24 20:26:08','2021-08-24 20:26:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(796,620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-24 20:26:09','2021-08-24 20:26:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(824,615,'lcaadmin','laradasciences@gmail.com','','','2021-08-25 13:58:12','2021-08-25 13:58:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(825,612,'lcaadmin','laradasciences@gmail.com','','','2021-08-25 14:03:34','2021-08-25 14:03:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(826,620,'lcaadmin','laradasciences@gmail.com','','','2021-08-25 14:04:08','2021-08-25 14:04:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(827,608,'lcaadmin','laradasciences@gmail.com','','','2021-08-25 14:06:29','2021-08-25 14:06:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(828,606,'lcaadmin','laradasciences@gmail.com','','','2021-08-25 14:07:44','2021-08-25 14:07:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(835,639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 14:53:04','2021-08-26 14:53:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(836,639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 14:53:04','2021-08-26 14:53:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(838,640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 17:35:32','2021-08-26 17:35:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(839,640,'lcaadmin','laradasciences@gmail.com','','','2021-08-26 20:21:51','2021-08-26 20:21:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(840,640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 20:27:33','2021-08-26 20:27:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(841,640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 20:27:34','2021-08-26 20:27:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(842,641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-26 20:36:38','2021-08-26 20:36:38','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(845,612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 13:43:31','2021-08-27 13:43:31','Refunded 523.20 - Refund ID: 5MH795204W669013V',0,'1','WooCommerce','order_note',0,0),(846,612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 13:43:33','2021-08-27 13:43:33','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0),(849,641,'lcaadmin','laradasciences@gmail.com','','','2021-08-27 14:30:07','2021-08-27 14:30:07','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(850,641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 17:11:42','2021-08-27 17:11:42','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(853,645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 18:21:36','2021-08-27 18:21:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(854,646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 19:09:03','2021-08-27 19:09:03','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(855,646,'lcaadmin','laradasciences@gmail.com','','','2021-08-27 20:05:39','2021-08-27 20:05:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(856,645,'lcaadmin','laradasciences@gmail.com','','','2021-08-27 20:05:45','2021-08-27 20:05:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(857,646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 20:19:10','2021-08-27 20:19:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(858,646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 20:19:10','2021-08-27 20:19:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(859,648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 20:49:02','2021-08-27 20:49:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(860,648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 20:49:02','2021-08-27 20:49:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(861,645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-27 22:34:23','2021-08-27 22:34:23','Unpaid order cancelled - time limit reached. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(864,641,'lcaadmin','laradasciences@gmail.com','','','2021-08-28 20:14:20','2021-08-28 20:14:20','Order status changed from Cancelled to Pending payment.',0,'1','WooCommerce','order_note',0,0),(865,641,'lcaadmin','laradasciences@gmail.com','','','2021-08-28 20:16:45','2021-08-28 20:16:45','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(868,651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 11:20:32','2021-08-30 11:20:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(870,651,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 14:49:27','2021-08-30 14:49:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(871,651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 14:56:52','2021-08-30 14:56:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(872,651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 14:56:52','2021-08-30 14:56:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(873,641,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 15:02:44','2021-08-30 15:02:44','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(875,641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 15:54:23','2021-08-30 15:54:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(876,641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 15:54:23','2021-08-30 15:54:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(879,640,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 19:51:58','2021-08-30 19:51:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(880,648,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 19:55:56','2021-08-30 19:55:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(881,651,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 19:57:05','2021-08-30 19:57:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(884,645,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 21:58:20','2021-08-30 21:58:20','Order status changed from Cancelled to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(885,645,'lcaadmin','laradasciences@gmail.com','','','2021-08-30 22:03:50','2021-08-30 22:03:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(886,645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 22:21:38','2021-08-30 22:21:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(887,645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-30 22:21:38','2021-08-30 22:21:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(889,655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-31 16:18:14','2021-08-31 16:18:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(890,655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-08-31 16:18:14','2021-08-31 16:18:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(892,639,'lcaadmin','laradasciences@gmail.com','','','2021-08-31 17:53:35','2021-08-31 17:53:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(893,641,'lcaadmin','laradasciences@gmail.com','','','2021-08-31 17:54:08','2021-08-31 17:54:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(894,646,'lcaadmin','laradasciences@gmail.com','','','2021-08-31 17:54:32','2021-08-31 17:54:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(895,645,'lcaadmin','laradasciences@gmail.com','','','2021-08-31 18:46:35','2021-08-31 18:46:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(896,655,'lcaadmin','laradasciences@gmail.com','','','2021-08-31 18:47:29','2021-08-31 18:47:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(899,657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-01 19:22:54','2021-09-01 19:22:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(900,657,'lcaadmin','laradasciences@gmail.com','','','2021-09-01 20:31:58','2021-09-01 20:31:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(903,660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-01 22:05:36','2021-09-01 22:05:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(905,661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 01:13:29','2021-09-02 01:13:29','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(906,662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 13:30:17','2021-09-02 13:30:17','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(907,662,'lcaadmin','laradasciences@gmail.com','','','2021-09-02 15:13:27','2021-09-02 15:13:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(908,663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 15:19:45','2021-09-02 15:19:45','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(909,663,'lcaadmin','laradasciences@gmail.com','','','2021-09-02 16:54:58','2021-09-02 16:54:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(910,660,'lcaadmin','laradasciences@gmail.com','','','2021-09-02 16:55:42','2021-09-02 16:55:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(911,661,'lcaadmin','laradasciences@gmail.com','','','2021-09-02 16:56:12','2021-09-02 16:56:12','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(912,661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 16:58:08','2021-09-02 16:58:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(913,661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 16:58:08','2021-09-02 16:58:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(914,664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-02 18:32:53','2021-09-02 18:32:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(915,660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 00:20:28','2021-09-03 00:20:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(916,660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 00:20:28','2021-09-03 00:20:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(917,662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 12:54:31','2021-09-03 12:54:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(918,662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 12:54:31','2021-09-03 12:54:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(919,664,'lcaadmin','laradasciences@gmail.com','','','2021-09-03 14:49:20','2021-09-03 14:49:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(920,661,'lcaadmin','laradasciences@gmail.com','','','2021-09-03 15:09:18','2021-09-03 15:09:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(921,665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 17:15:34','2021-09-03 17:15:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(922,666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 17:18:48','2021-09-03 17:18:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(923,666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-03 17:18:49','2021-09-03 17:18:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(924,667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-05 14:15:36','2021-09-05 14:15:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(925,668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-06 17:08:18','2021-09-06 17:08:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(926,668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-06 17:08:18','2021-09-06 17:08:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(927,666,'lcaadmin','laradasciences@gmail.com','','','2021-09-07 14:28:15','2021-09-07 14:28:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(928,662,'lcaadmin','laradasciences@gmail.com','','','2021-09-07 14:29:01','2021-09-07 14:29:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(929,660,'lcaadmin','laradasciences@gmail.com','','','2021-09-07 14:30:05','2021-09-07 14:30:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(930,667,'lcaadmin','laradasciences@gmail.com','','','2021-09-07 14:57:11','2021-09-07 14:57:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(931,665,'lcaadmin','laradasciences@gmail.com','','','2021-09-07 16:21:14','2021-09-07 16:21:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(932,665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-07 16:23:42','2021-09-07 16:23:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(933,665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-07 16:23:42','2021-09-07 16:23:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(934,667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-08 01:46:13','2021-09-08 01:46:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(935,667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-08 01:46:13','2021-09-08 01:46:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(936,665,'lcaadmin','laradasciences@gmail.com','','','2021-09-08 14:29:50','2021-09-08 14:29:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(937,663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-09 16:05:05','2021-09-09 16:05:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(938,663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-09 16:05:05','2021-09-09 16:05:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(939,673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-09 20:53:41','2021-09-09 20:53:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(940,673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-09 20:53:41','2021-09-09 20:53:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(942,675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-10 15:46:24','2021-09-10 15:46:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(943,675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-10 15:46:24','2021-09-10 15:46:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(944,657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-11 13:08:35','2021-09-11 13:08:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(945,657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-11 13:08:36','2021-09-11 13:08:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(946,676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-11 17:29:24','2021-09-11 17:29:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(948,678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-12 08:27:25','2021-09-12 08:27:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(949,678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-12 08:27:25','2021-09-12 08:27:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(953,667,'lcaadmin','laradasciences@gmail.com','','','2021-09-12 16:07:32','2021-09-12 16:07:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(954,673,'lcaadmin','laradasciences@gmail.com','','','2021-09-12 16:44:14','2021-09-12 16:44:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(956,676,'lcaadmin','laradasciences@gmail.com','','','2021-09-13 15:10:10','2021-09-13 15:10:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(957,679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 15:18:15','2021-09-13 15:18:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(958,679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 15:18:15','2021-09-13 15:18:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(959,676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 15:38:24','2021-09-13 15:38:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(960,676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 15:38:24','2021-09-13 15:38:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(961,680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:28:20','2021-09-13 16:28:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(962,680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:28:20','2021-09-13 16:28:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(963,681,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:34:31','2021-09-13 16:34:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(964,681,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:34:32','2021-09-13 16:34:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(965,682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:37:56','2021-09-13 16:37:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(966,682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 16:37:56','2021-09-13 16:37:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(967,664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 18:39:32','2021-09-13 18:39:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(968,664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 18:39:32','2021-09-13 18:39:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(969,683,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 20:05:58','2021-09-13 20:05:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(970,684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 20:32:42','2021-09-13 20:32:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(971,684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-13 20:32:43','2021-09-13 20:32:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(973,686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 19:54:12','2021-09-14 19:54:12','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(974,687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 20:03:24','2021-09-14 20:03:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(975,687,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:19:34','2021-09-14 20:19:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(976,686,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:19:56','2021-09-14 20:19:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(977,684,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:21:51','2021-09-14 20:21:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(978,679,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:22:45','2021-09-14 20:22:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(979,683,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:31:48','2021-09-14 20:31:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(980,681,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:33:13','2021-09-14 20:33:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(981,682,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:33:44','2021-09-14 20:33:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(982,664,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:34:44','2021-09-14 20:34:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(983,676,'lcaadmin','laradasciences@gmail.com','','','2021-09-14 20:36:07','2021-09-14 20:36:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(984,683,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 20:51:11','2021-09-14 20:51:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(985,683,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 20:51:11','2021-09-14 20:51:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(986,687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 21:27:57','2021-09-14 21:27:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(987,687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-14 21:27:58','2021-09-14 21:27:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(991,687,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 15:14:04','2021-09-16 15:14:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(992,683,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 15:14:48','2021-09-16 15:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(994,680,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 18:04:37','2021-09-16 18:04:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(995,675,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 18:09:07','2021-09-16 18:09:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(996,668,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 18:10:41','2021-09-16 18:10:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(997,663,'lcaadmin','laradasciences@gmail.com','','','2021-09-16 18:11:24','2021-09-16 18:11:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(998,686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-16 18:27:38','2021-09-16 18:27:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(999,686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-16 18:27:39','2021-09-16 18:27:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1000,691,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-16 20:21:20','2021-09-16 20:21:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1001,691,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-16 20:21:20','2021-09-16 20:21:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1002,692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-17 09:00:45','2021-09-17 09:00:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1003,692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-17 09:00:46','2021-09-17 09:00:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1005,692,'lcaadmin','laradasciences@gmail.com','','','2021-09-17 17:08:06','2021-09-17 17:08:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1006,691,'lcaadmin','laradasciences@gmail.com','','','2021-09-17 17:09:26','2021-09-17 17:09:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1007,678,'lcaadmin','laradasciences@gmail.com','','','2021-09-17 17:14:15','2021-09-17 17:14:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1008,693,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-17 17:22:38','2021-09-17 17:22:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1009,693,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-17 17:22:39','2021-09-17 17:22:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1012,695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-20 18:39:51','2021-09-20 18:39:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1013,686,'lcaadmin','laradasciences@gmail.com','','','2021-09-20 19:31:29','2021-09-20 19:31:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1014,693,'lcaadmin','laradasciences@gmail.com','','','2021-09-20 19:37:02','2021-09-20 19:37:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1015,609,'lcaadmin','laradasciences@gmail.com','','','2021-09-20 19:40:48','2021-09-20 19:40:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1016,657,'lcaadmin','laradasciences@gmail.com','','','2021-09-20 19:41:43','2021-09-20 19:41:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1018,697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-21 04:37:15','2021-09-21 04:37:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1019,697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-21 04:37:15','2021-09-21 04:37:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1020,695,'lcaadmin','laradasciences@gmail.com','','','2021-09-21 14:28:20','2021-09-21 14:28:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1021,699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 04:00:44','2021-09-22 04:00:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1022,699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 04:00:44','2021-09-22 04:00:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1023,700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 14:07:41','2021-09-22 14:07:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1024,700,'lcaadmin','laradasciences@gmail.com','','','2021-09-22 15:13:38','2021-09-22 15:13:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1026,701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 18:49:49','2021-09-22 18:49:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1027,701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 18:49:49','2021-09-22 18:49:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1028,702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 19:10:49','2021-09-22 19:10:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1029,702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-22 19:10:49','2021-09-22 19:10:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1032,701,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 14:26:35','2021-09-23 14:26:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1033,702,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 14:27:15','2021-09-23 14:27:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1034,699,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 14:35:26','2021-09-23 14:35:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1035,697,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 14:36:34','2021-09-23 14:36:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1036,607,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 14:38:29','2021-09-23 14:38:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1037,704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-23 15:57:52','2021-09-23 15:57:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1038,705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-23 20:36:05','2021-09-23 20:36:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1039,705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-23 20:36:05','2021-09-23 20:36:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1040,704,'lcaadmin','laradasciences@gmail.com','','','2021-09-23 21:17:52','2021-09-23 21:17:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1041,704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-23 22:57:44','2021-09-23 22:57:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1042,704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-23 22:57:44','2021-09-23 22:57:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1043,706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 00:22:39','2021-09-24 00:22:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1044,706,'lcaadmin','laradasciences@gmail.com','','','2021-09-24 14:32:50','2021-09-24 14:32:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1045,707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 14:41:56','2021-09-24 14:41:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1046,706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 14:42:54','2021-09-24 14:42:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1047,706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 14:42:54','2021-09-24 14:42:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1048,707,'lcaadmin','laradasciences@gmail.com','','','2021-09-24 16:56:27','2021-09-24 16:56:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1049,704,'lcaadmin','laradasciences@gmail.com','','','2021-09-24 17:06:20','2021-09-24 17:06:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1050,707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 17:18:19','2021-09-24 17:18:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1051,707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-24 17:18:20','2021-09-24 17:18:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1052,700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-25 00:41:26','2021-09-25 00:41:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1053,700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-25 00:41:27','2021-09-25 00:41:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1055,709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-27 19:00:37','2021-09-27 19:00:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1056,709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-27 19:00:37','2021-09-27 19:00:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1058,709,'lcaadmin','laradasciences@gmail.com','','','2021-09-27 21:32:02','2021-09-27 21:32:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1059,700,'lcaadmin','laradasciences@gmail.com','','','2021-09-27 21:33:08','2021-09-27 21:33:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1060,706,'lcaadmin','laradasciences@gmail.com','','','2021-09-27 21:40:34','2021-09-27 21:40:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1061,707,'lcaadmin','laradasciences@gmail.com','','','2021-09-27 21:41:04','2021-09-27 21:41:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1062,710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-28 22:42:16','2021-09-28 22:42:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1063,710,'lcaadmin','laradasciences@gmail.com','','','2021-09-29 17:42:50','2021-09-29 17:42:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1064,711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-29 17:42:58','2021-09-29 17:42:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1065,711,'lcaadmin','laradasciences@gmail.com','','','2021-09-29 20:41:33','2021-09-29 20:41:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1066,711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-29 22:51:12','2021-09-29 22:51:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1067,711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-29 22:51:12','2021-09-29 22:51:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1068,711,'lcaadmin','laradasciences@gmail.com','','','2021-09-30 16:57:09','2021-09-30 16:57:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1069,705,'lcaadmin','laradasciences@gmail.com','','','2021-09-30 17:03:09','2021-09-30 17:03:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1070,714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-30 17:41:16','2021-09-30 17:41:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1071,715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-30 21:54:58','2021-09-30 21:54:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1072,715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-09-30 21:54:58','2021-09-30 21:54:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1073,716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-01 16:56:01','2021-10-01 16:56:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1074,716,'lcaadmin','laradasciences@gmail.com','','','2021-10-01 17:57:26','2021-10-01 17:57:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1076,695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-01 22:55:07','2021-10-01 22:55:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1077,695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-01 22:55:08','2021-10-01 22:55:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1078,718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-04 13:50:03','2021-10-04 13:50:03','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1079,695,'lcaadmin','laradasciences@gmail.com','','','2021-10-04 14:10:21','2021-10-04 14:10:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1080,715,'lcaadmin','laradasciences@gmail.com','','','2021-10-04 14:14:01','2021-10-04 14:14:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1081,719,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-04 17:17:37','2021-10-04 17:17:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1082,719,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-04 17:17:38','2021-10-04 17:17:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1086,720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 15:27:18','2021-10-05 15:27:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1087,720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 15:27:18','2021-10-05 15:27:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1089,722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 21:05:36','2021-10-05 21:05:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1090,722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 21:05:37','2021-10-05 21:05:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1093,723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 22:46:22','2021-10-05 22:46:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1094,723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-05 22:46:22','2021-10-05 22:46:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1095,718,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 14:47:01','2021-10-06 14:47:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1096,718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 15:01:22','2021-10-06 15:01:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1097,718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 15:01:22','2021-10-06 15:01:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1098,724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 16:40:39','2021-10-06 16:40:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1099,725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 17:44:29','2021-10-06 17:44:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1100,725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 17:44:29','2021-10-06 17:44:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1101,710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 18:51:24','2021-10-06 18:51:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1102,710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 18:51:25','2021-10-06 18:51:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1103,718,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 19:22:04','2021-10-06 19:22:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1104,723,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 19:22:49','2021-10-06 19:22:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1105,722,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 19:23:40','2021-10-06 19:23:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1106,716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 19:29:18','2021-10-06 19:29:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1107,716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 19:29:19','2021-10-06 19:29:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1108,725,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 20:38:40','2021-10-06 20:38:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1109,716,'lcaadmin','laradasciences@gmail.com','','','2021-10-06 20:48:53','2021-10-06 20:48:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1110,726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 22:55:15','2021-10-06 22:55:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1111,726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-06 22:55:15','2021-10-06 22:55:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1112,727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-07 15:10:49','2021-10-07 15:10:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1113,727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-07 15:10:49','2021-10-07 15:10:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1114,714,'lcaadmin','laradasciences@gmail.com','','','2021-10-07 15:19:05','2021-10-07 15:19:05','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1115,728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-07 18:05:20','2021-10-07 18:05:20','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1116,729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 14:36:46','2021-10-08 14:36:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1117,730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 14:57:11','2021-10-08 14:57:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1118,728,'lcaadmin','laradasciences@gmail.com','','','2021-10-08 16:09:37','2021-10-08 16:09:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1119,728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:20:12','2021-10-08 16:20:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1120,728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:20:12','2021-10-08 16:20:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1121,732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:25:29','2021-10-08 16:25:29','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1122,724,'lcaadmin','laradasciences@gmail.com','','','2021-10-08 16:28:19','2021-10-08 16:28:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1123,733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:33:07','2021-10-08 16:33:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1124,734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:52:13','2021-10-08 16:52:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1125,734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:52:13','2021-10-08 16:52:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1126,735,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:58:07','2021-10-08 16:58:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1127,735,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 16:58:07','2021-10-08 16:58:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1128,736,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 21:38:30','2021-10-08 21:38:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1129,736,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-08 21:38:30','2021-10-08 21:38:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1130,737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-09 19:47:23','2021-10-09 19:47:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1131,735,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:23:34','2021-10-11 14:23:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1132,734,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:24:20','2021-10-11 14:24:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1133,736,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:25:13','2021-10-11 14:25:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1134,727,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:32:29','2021-10-11 14:32:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1135,728,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:33:36','2021-10-11 14:33:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1136,719,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:34:47','2021-10-11 14:34:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1137,720,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:35:20','2021-10-11 14:35:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1138,710,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 14:37:40','2021-10-11 14:37:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1139,733,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:54:33','2021-10-11 15:54:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1140,732,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:55:00','2021-10-11 15:55:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1141,737,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:55:21','2021-10-11 15:55:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1142,726,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:57:10','2021-10-11 15:57:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1143,730,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:57:56','2021-10-11 15:57:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1144,729,'lcaadmin','laradasciences@gmail.com','','','2021-10-11 15:57:59','2021-10-11 15:57:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1146,739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-11 23:55:30','2021-10-11 23:55:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1147,739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-11 23:55:31','2021-10-11 23:55:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1148,740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-12 00:14:14','2021-10-12 00:14:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1149,740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-12 00:14:14','2021-10-12 00:14:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1150,724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-12 16:40:31','2021-10-12 16:40:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1151,724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-12 16:40:31','2021-10-12 16:40:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1152,741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-13 11:12:23','2021-10-13 11:12:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1153,741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-13 11:12:23','2021-10-13 11:12:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1155,724,'lcaadmin','laradasciences@gmail.com','','','2021-10-13 14:42:48','2021-10-13 14:42:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1156,740,'lcaadmin','laradasciences@gmail.com','','','2021-10-13 14:46:23','2021-10-13 14:46:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1157,742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-13 15:09:19','2021-10-13 15:09:19','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1158,742,'lcaadmin','laradasciences@gmail.com','','','2021-10-13 15:21:10','2021-10-13 15:21:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1159,742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-13 15:40:15','2021-10-13 15:40:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1160,742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-13 15:40:16','2021-10-13 15:40:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1161,741,'lcaadmin','laradasciences@gmail.com','','','2021-10-13 19:04:02','2021-10-13 19:04:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1162,742,'lcaadmin','laradasciences@gmail.com','','','2021-10-13 19:04:37','2021-10-13 19:04:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1164,743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-14 16:25:59','2021-10-14 16:25:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1165,743,'lcaadmin','laradasciences@gmail.com','','','2021-10-14 16:35:01','2021-10-14 16:35:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1166,743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-14 17:36:49','2021-10-14 17:36:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1167,743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-14 17:36:50','2021-10-14 17:36:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1169,745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-14 18:56:35','2021-10-14 18:56:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1170,745,'lcaadmin','laradasciences@gmail.com','','','2021-10-14 23:57:39','2021-10-14 23:57:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1172,747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 00:38:15','2021-10-15 00:38:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1173,748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 00:41:12','2021-10-15 00:41:12','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1174,733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:17:40','2021-10-15 14:17:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1175,733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:17:40','2021-10-15 14:17:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1176,732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:19:00','2021-10-15 14:19:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1177,732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:19:00','2021-10-15 14:19:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1178,745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:21:13','2021-10-15 14:21:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1179,745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-15 14:21:13','2021-10-15 14:21:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1180,748,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 17:57:09','2021-10-15 17:57:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1181,747,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 17:57:55','2021-10-15 17:57:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1182,732,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 17:58:49','2021-10-15 17:58:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1183,733,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 17:59:52','2021-10-15 17:59:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1184,745,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 18:09:24','2021-10-15 18:09:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1185,743,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 21:05:08','2021-10-15 21:05:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1186,739,'lcaadmin','laradasciences@gmail.com','','','2021-10-15 21:06:20','2021-10-15 21:06:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1187,750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-16 01:47:26','2021-10-16 01:47:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1188,751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-16 17:23:32','2021-10-16 17:23:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1189,751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-16 17:23:32','2021-10-16 17:23:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1191,753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 12:17:33','2021-10-18 12:17:33','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1192,754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 14:18:38','2021-10-18 14:18:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1193,754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 14:18:38','2021-10-18 14:18:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1195,753,'lcaadmin','laradasciences@gmail.com','','','2021-10-18 17:39:35','2021-10-18 17:39:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1196,750,'lcaadmin','laradasciences@gmail.com','','','2021-10-18 17:53:48','2021-10-18 17:53:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1197,754,'lcaadmin','laradasciences@gmail.com','','','2021-10-18 18:00:04','2021-10-18 18:00:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1198,714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 19:47:09','2021-10-18 19:47:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1199,714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 19:47:09','2021-10-18 19:47:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1200,753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 20:04:15','2021-10-18 20:04:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1201,753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-18 20:04:15','2021-10-18 20:04:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1202,751,'lcaadmin','laradasciences@gmail.com','','','2021-10-18 20:04:23','2021-10-18 20:04:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1203,755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-19 15:00:02','2021-10-19 15:00:02','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1204,755,'lcaadmin','laradasciences@gmail.com','','','2021-10-19 18:22:51','2021-10-19 18:22:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1205,755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-19 18:25:28','2021-10-19 18:25:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1206,755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-19 18:25:29','2021-10-19 18:25:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1207,714,'lcaadmin','laradasciences@gmail.com','','','2021-10-19 18:26:04','2021-10-19 18:26:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1208,756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-19 21:10:35','2021-10-19 21:10:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1209,756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-19 21:10:36','2021-10-19 21:10:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1210,657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 14:52:10','2021-10-20 14:52:10','Refunded 48.48 - Refund ID: 2FE68281LM108305G',0,'1','WooCommerce','order_note',0,0),(1211,759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 15:32:16','2021-10-20 15:32:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1212,760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 17:43:42','2021-10-20 17:43:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1213,759,'lcaadmin','laradasciences@gmail.com','','','2021-10-20 17:44:14','2021-10-20 17:44:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1214,756,'lcaadmin','laradasciences@gmail.com','','','2021-10-20 18:02:42','2021-10-20 18:02:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1215,755,'lcaadmin','laradasciences@gmail.com','','','2021-10-20 18:55:57','2021-10-20 18:55:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1216,730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 18:58:28','2021-10-20 18:58:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1217,730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 18:58:28','2021-10-20 18:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1218,729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 19:04:05','2021-10-20 19:04:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1219,729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 19:04:05','2021-10-20 19:04:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1220,759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 20:26:05','2021-10-20 20:26:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1221,759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-20 20:26:05','2021-10-20 20:26:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1222,761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-21 21:42:44','2021-10-21 21:42:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1223,761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-21 21:42:44','2021-10-21 21:42:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1224,762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 11:41:37','2021-10-22 11:41:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1225,762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 11:41:37','2021-10-22 11:41:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1226,760,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 14:36:49','2021-10-22 14:36:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1227,759,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 14:38:12','2021-10-22 14:38:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1228,730,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 14:40:32','2021-10-22 14:40:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1229,729,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 14:41:44','2021-10-22 14:41:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1230,763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:40:37','2021-10-22 15:40:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1231,763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:40:37','2021-10-22 15:40:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1232,764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:44:10','2021-10-22 15:44:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1233,764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:44:11','2021-10-22 15:44:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1234,761,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 15:45:03','2021-10-22 15:45:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1235,762,'lcaadmin','laradasciences@gmail.com','','','2021-10-22 15:45:57','2021-10-22 15:45:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1236,765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:46:54','2021-10-22 15:46:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1237,765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:46:55','2021-10-22 15:46:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1238,766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:50:45','2021-10-22 15:50:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1239,766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 15:50:46','2021-10-22 15:50:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1240,760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 21:01:11','2021-10-22 21:01:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1241,760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-22 21:01:11','2021-10-22 21:01:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1242,737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-24 15:16:02','2021-10-24 15:16:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1243,737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-24 15:16:02','2021-10-24 15:16:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1244,768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 09:10:40','2021-10-25 09:10:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1245,768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 09:10:40','2021-10-25 09:10:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1246,763,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 14:35:33','2021-10-25 14:35:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1247,765,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 14:36:34','2021-10-25 14:36:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1248,764,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 14:37:13','2021-10-25 14:37:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1249,766,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 14:38:38','2021-10-25 14:38:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1250,769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 14:39:39','2021-10-25 14:39:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1251,760,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 14:43:18','2021-10-25 14:43:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1252,770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 15:38:54','2021-10-25 15:38:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1253,770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 15:38:54','2021-10-25 15:38:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1254,771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 16:28:23','2021-10-25 16:28:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1255,771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 16:28:23','2021-10-25 16:28:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1256,769,'lcaadmin','laradasciences@gmail.com','','','2021-10-25 17:09:55','2021-10-25 17:09:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1258,750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 19:45:09','2021-10-25 19:45:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1259,750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-25 19:45:09','2021-10-25 19:45:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1260,772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 12:27:34','2021-10-26 12:27:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1261,772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 12:27:34','2021-10-26 12:27:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1262,750,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:21:42','2021-10-26 14:21:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1263,771,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:22:56','2021-10-26 14:22:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1264,770,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:25:18','2021-10-26 14:25:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1265,737,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:26:05','2021-10-26 14:26:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1266,753,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:26:57','2021-10-26 14:26:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1267,768,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 14:27:28','2021-10-26 14:27:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1268,773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 14:35:08','2021-10-26 14:35:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1269,774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 16:12:40','2021-10-26 16:12:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1270,774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 16:12:40','2021-10-26 16:12:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1271,773,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 17:48:55','2021-10-26 17:48:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1272,772,'lcaadmin','laradasciences@gmail.com','','','2021-10-26 17:53:22','2021-10-26 17:53:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1273,775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-26 21:56:46','2021-10-26 21:56:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1274,776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 02:00:13','2021-10-27 02:00:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1275,777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 14:52:06','2021-10-27 14:52:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1276,777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 14:52:06','2021-10-27 14:52:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1277,776,'lcaadmin','laradasciences@gmail.com','','','2021-10-27 15:54:48','2021-10-27 15:54:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1278,775,'lcaadmin','laradasciences@gmail.com','','','2021-10-27 15:54:53','2021-10-27 15:54:53','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1279,775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 17:03:10','2021-10-27 17:03:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1280,775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 17:03:10','2021-10-27 17:03:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1281,776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 17:57:55','2021-10-27 17:57:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1282,776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 17:57:55','2021-10-27 17:57:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1283,769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 19:17:51','2021-10-27 19:17:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1284,769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-27 19:17:52','2021-10-27 19:17:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1285,778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-28 02:07:44','2021-10-28 02:07:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1286,778,'lcaadmin','laradasciences@gmail.com','','','2021-10-28 14:33:11','2021-10-28 14:33:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1287,769,'lcaadmin','laradasciences@gmail.com','','','2021-10-28 14:34:16','2021-10-28 14:34:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1288,775,'lcaadmin','laradasciences@gmail.com','','','2021-10-28 14:36:26','2021-10-28 14:36:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1289,777,'lcaadmin','laradasciences@gmail.com','','','2021-10-28 14:37:43','2021-10-28 14:37:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1290,774,'lcaadmin','laradasciences@gmail.com','','','2021-10-28 14:38:47','2021-10-28 14:38:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1293,782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 05:43:21','2021-10-29 05:43:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1294,783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 14:12:54','2021-10-29 14:12:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1295,784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 14:17:41','2021-10-29 14:17:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1296,784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 14:17:41','2021-10-29 14:17:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1298,783,'lcaadmin','laradasciences@gmail.com','','','2021-10-29 15:44:47','2021-10-29 15:44:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1299,782,'lcaadmin','laradasciences@gmail.com','','','2021-10-29 15:44:51','2021-10-29 15:44:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1300,783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 15:53:09','2021-10-29 15:53:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1301,783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 15:53:10','2021-10-29 15:53:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1302,782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 16:26:20','2021-10-29 16:26:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1303,782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-29 16:26:20','2021-10-29 16:26:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1304,784,'lcaadmin','laradasciences@gmail.com','','','2021-10-29 17:49:53','2021-10-29 17:49:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1305,776,'lcaadmin','laradasciences@gmail.com','','','2021-10-29 17:54:21','2021-10-29 17:54:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1306,773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-31 16:50:05','2021-10-31 16:50:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1307,773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-31 16:50:05','2021-10-31 16:50:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1308,785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-31 17:34:47','2021-10-31 17:34:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1309,785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-10-31 17:34:47','2021-10-31 17:34:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1310,783,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 14:41:42','2021-11-01 14:41:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1311,782,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 14:43:02','2021-11-01 14:43:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1312,786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 15:25:01','2021-11-01 15:25:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1313,748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 15:35:57','2021-11-01 15:35:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1314,748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 15:35:57','2021-11-01 15:35:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1315,747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 15:38:24','2021-11-01 15:38:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1316,747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 15:38:24','2021-11-01 15:38:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1317,787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 18:22:03','2021-11-01 18:22:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1318,787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 18:22:03','2021-11-01 18:22:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1319,786,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 19:05:56','2021-11-01 19:05:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1320,773,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 19:09:56','2021-11-01 19:09:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1321,785,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 19:10:43','2021-11-01 19:10:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1322,747,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 19:25:40','2021-11-01 19:25:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1323,748,'lcaadmin','laradasciences@gmail.com','','','2021-11-01 19:26:00','2021-11-01 19:26:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1324,789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 20:45:55','2021-11-01 20:45:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1325,789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-01 20:45:56','2021-11-01 20:45:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1327,786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 13:57:06','2021-11-02 13:57:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1328,786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 13:57:06','2021-11-02 13:57:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1329,786,'lcaadmin','laradasciences@gmail.com','','','2021-11-02 19:37:50','2021-11-02 19:37:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1330,789,'lcaadmin','laradasciences@gmail.com','','','2021-11-02 19:39:48','2021-11-02 19:39:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1331,787,'lcaadmin','laradasciences@gmail.com','','','2021-11-02 19:41:40','2021-11-02 19:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1332,791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 20:09:46','2021-11-02 20:09:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1333,791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 20:09:46','2021-11-02 20:09:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1334,792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 23:32:22','2021-11-02 23:32:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1335,792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-02 23:32:22','2021-11-02 23:32:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1336,793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 05:08:47','2021-11-03 05:08:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1337,793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 05:08:47','2021-11-03 05:08:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1338,794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 12:31:02','2021-11-03 12:31:02','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1339,794,'lcaadmin','laradasciences@gmail.com','','','2021-11-03 14:41:06','2021-11-03 14:41:06','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1340,791,'lcaadmin','laradasciences@gmail.com','','','2021-11-03 14:56:56','2021-11-03 14:56:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1341,793,'lcaadmin','laradasciences@gmail.com','','','2021-11-03 14:58:50','2021-11-03 14:58:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1342,792,'lcaadmin','laradasciences@gmail.com','','','2021-11-03 14:59:40','2021-11-03 14:59:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1343,795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 17:56:19','2021-11-03 17:56:19','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1344,796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 19:05:20','2021-11-03 19:05:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1345,796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-03 19:05:20','2021-11-03 19:05:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1346,795,'lcaadmin','laradasciences@gmail.com','','','2021-11-04 14:37:46','2021-11-04 14:37:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1347,796,'lcaadmin','laradasciences@gmail.com','','','2021-11-04 14:38:53','2021-11-04 14:38:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1348,797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-05 22:20:03','2021-11-05 22:20:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1349,797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-05 22:20:03','2021-11-05 22:20:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1350,798,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-05 22:59:20','2021-11-05 22:59:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1351,798,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-05 22:59:20','2021-11-05 22:59:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1352,799,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-06 03:41:41','2021-11-06 03:41:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1353,800,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-06 17:34:24','2021-11-06 17:34:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1355,795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 15:05:52','2021-11-08 15:05:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1356,795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 15:05:52','2021-11-08 15:05:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1357,798,'lcaadmin','laradasciences@gmail.com','','','2021-11-08 16:12:58','2021-11-08 16:12:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1358,797,'lcaadmin','laradasciences@gmail.com','','','2021-11-08 16:24:30','2021-11-08 16:24:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1359,802,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 18:47:53','2021-11-08 18:47:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1360,799,'lcaadmin','laradasciences@gmail.com','','','2021-11-08 19:50:46','2021-11-08 19:50:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1361,795,'lcaadmin','laradasciences@gmail.com','','','2021-11-08 19:57:58','2021-11-08 19:57:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1362,803,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 22:03:30','2021-11-08 22:03:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1363,803,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 22:03:30','2021-11-08 22:03:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1364,799,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 22:08:56','2021-11-08 22:08:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1365,799,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-08 22:08:56','2021-11-08 22:08:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1366,800,'lcaadmin','laradasciences@gmail.com','','','2021-11-09 18:11:03','2021-11-09 18:11:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1367,802,'lcaadmin','laradasciences@gmail.com','','','2021-11-09 18:12:17','2021-11-09 18:12:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1368,803,'lcaadmin','laradasciences@gmail.com','','','2021-11-09 21:57:11','2021-11-09 21:57:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1369,799,'lcaadmin','laradasciences@gmail.com','','','2021-11-09 21:58:25','2021-11-09 21:58:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1370,805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-09 22:36:49','2021-11-09 22:36:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1371,800,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-10 06:49:46','2021-11-10 06:49:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1372,800,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-10 06:49:47','2021-11-10 06:49:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1373,806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-10 17:27:59','2021-11-10 17:27:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1374,805,'lcaadmin','laradasciences@gmail.com','','','2021-11-10 18:06:46','2021-11-10 18:06:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1375,805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-10 18:27:31','2021-11-10 18:27:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1376,805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-10 18:27:31','2021-11-10 18:27:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1377,807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-11 14:00:21','2021-11-11 14:00:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1378,807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-11 14:00:21','2021-11-11 14:00:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1379,806,'lcaadmin','laradasciences@gmail.com','','','2021-11-11 21:33:24','2021-11-11 21:33:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1380,806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-11 23:34:04','2021-11-11 23:34:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1381,806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-11 23:34:05','2021-11-11 23:34:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1382,805,'lcaadmin','laradasciences@gmail.com','','','2021-11-12 19:36:43','2021-11-12 19:36:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1383,800,'lcaadmin','laradasciences@gmail.com','','','2021-11-12 19:37:55','2021-11-12 19:37:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1384,808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-12 21:32:16','2021-11-12 21:32:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1385,808,'lcaadmin','laradasciences@gmail.com','','','2021-11-12 21:38:51','2021-11-12 21:38:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1386,806,'lcaadmin','laradasciences@gmail.com','','','2021-11-12 21:40:52','2021-11-12 21:40:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1387,807,'lcaadmin','laradasciences@gmail.com','','','2021-11-12 21:41:22','2021-11-12 21:41:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1388,808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-12 22:53:54','2021-11-12 22:53:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1389,808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-12 22:53:54','2021-11-12 22:53:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1390,809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-12 23:12:58','2021-11-12 23:12:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1391,794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 13:19:04','2021-11-15 13:19:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1392,794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 13:19:05','2021-11-15 13:19:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1393,778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 19:06:53','2021-11-15 19:06:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1394,778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 19:06:53','2021-11-15 19:06:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1395,802,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 21:56:21','2021-11-15 21:56:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1396,802,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 21:56:21','2021-11-15 21:56:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1397,811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 21:59:10','2021-11-15 21:59:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1398,811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 21:59:10','2021-11-15 21:59:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1399,809,'lcaadmin','laradasciences@gmail.com','','','2021-11-15 22:27:08','2021-11-15 22:27:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1400,794,'lcaadmin','laradasciences@gmail.com','','','2021-11-15 22:56:00','2021-11-15 22:56:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1401,778,'lcaadmin','laradasciences@gmail.com','','','2021-11-15 22:57:02','2021-11-15 22:57:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1402,812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 23:33:31','2021-11-15 23:33:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1403,812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 23:33:31','2021-11-15 23:33:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1404,813,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 23:36:35','2021-11-15 23:36:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1405,813,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-15 23:36:35','2021-11-15 23:36:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1406,809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 01:28:28','2021-11-16 01:28:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1407,809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 01:28:28','2021-11-16 01:28:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1408,814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 14:06:10','2021-11-16 14:06:10','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1409,814,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 15:34:45','2021-11-16 15:34:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1410,811,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 15:38:37','2021-11-16 15:38:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1411,814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 17:31:26','2021-11-16 17:31:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1412,814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 17:31:26','2021-11-16 17:31:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1413,813,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 17:32:20','2021-11-16 17:32:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1414,802,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 17:34:05','2021-11-16 17:34:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1415,812,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 17:52:37','2021-11-16 17:52:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1416,809,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 17:56:24','2021-11-16 17:56:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1417,808,'lcaadmin','laradasciences@gmail.com','','','2021-11-16 17:58:44','2021-11-16 17:58:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1418,815,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 19:20:49','2021-11-16 19:20:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1419,815,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 19:20:49','2021-11-16 19:20:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1420,816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 22:49:25','2021-11-16 22:49:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1421,816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-16 22:49:25','2021-11-16 22:49:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1422,817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-17 02:34:59','2021-11-17 02:34:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1423,817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-17 02:34:59','2021-11-17 02:34:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1424,815,'lcaadmin','laradasciences@gmail.com','','','2021-11-17 17:29:42','2021-11-17 17:29:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1425,814,'lcaadmin','laradasciences@gmail.com','','','2021-11-17 17:30:58','2021-11-17 17:30:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1426,816,'lcaadmin','laradasciences@gmail.com','','','2021-11-17 17:32:21','2021-11-17 17:32:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1427,817,'lcaadmin','laradasciences@gmail.com','','','2021-11-17 17:33:16','2021-11-17 17:33:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1428,819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-18 21:30:37','2021-11-18 21:30:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1429,819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-18 21:30:37','2021-11-18 21:30:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1430,820,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-18 21:52:24','2021-11-18 21:52:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1431,821,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 18:46:56','2021-11-19 18:46:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1432,820,'lcaadmin','laradasciences@gmail.com','','','2021-11-19 21:39:00','2021-11-19 21:39:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1433,820,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 22:06:38','2021-11-19 22:06:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1434,820,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 22:06:39','2021-11-19 22:06:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1435,823,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 22:59:10','2021-11-19 22:59:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1436,823,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 22:59:10','2021-11-19 22:59:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1437,824,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:03:03','2021-11-19 23:03:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1438,824,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:03:04','2021-11-19 23:03:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1439,825,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:11:28','2021-11-19 23:11:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1440,825,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:11:28','2021-11-19 23:11:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1441,826,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:19:28','2021-11-19 23:19:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1442,826,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-19 23:19:29','2021-11-19 23:19:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1443,822,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-20 15:24:21','2021-11-20 15:24:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1444,822,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-20 15:24:22','2021-11-20 15:24:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1445,827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-21 19:23:57','2021-11-21 19:23:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1446,827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-21 19:23:57','2021-11-21 19:23:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1447,827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 14:39:32','2021-11-22 14:39:32','Refunded 342.33 - Refund ID: 8R5036342M9306207',0,'1','WooCommerce','order_note',0,0),(1448,827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 14:39:34','2021-11-22 14:39:34','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(1449,829,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 14:50:08','2021-11-22 14:50:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1450,829,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 14:50:08','2021-11-22 14:50:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1451,830,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 15:28:14','2021-11-22 15:28:14','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1452,831,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 16:13:00','2021-11-22 16:13:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1453,831,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 17:32:01','2021-11-22 17:32:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1454,826,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 17:53:37','2021-11-22 17:53:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1455,820,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 18:00:21','2021-11-22 18:00:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1456,822,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 18:02:12','2021-11-22 18:02:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1459,832,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 18:42:15','2021-11-22 18:42:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1460,832,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 18:42:15','2021-11-22 18:42:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1461,833,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 18:45:23','2021-11-22 18:45:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1462,833,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 18:45:23','2021-11-22 18:45:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1463,819,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 19:31:45','2021-11-22 19:31:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1464,823,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 19:33:01','2021-11-22 19:33:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1465,825,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 19:34:48','2021-11-22 19:34:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1466,821,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 20:39:46','2021-11-22 20:39:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1467,830,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 20:39:51','2021-11-22 20:39:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1468,830,'lcaadmin','laradasciences@gmail.com','','','2021-11-22 20:39:54','2021-11-22 20:39:54','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1469,830,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 21:15:12','2021-11-22 21:15:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1470,830,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 21:15:12','2021-11-22 21:15:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1471,834,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 21:49:27','2021-11-22 21:49:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1472,834,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 21:49:28','2021-11-22 21:49:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1473,835,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 22:43:59','2021-11-22 22:43:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1474,835,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-22 22:43:59','2021-11-22 22:43:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1476,831,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-23 13:09:47','2021-11-23 13:09:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1477,831,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-23 13:09:48','2021-11-23 13:09:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1478,837,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-23 13:15:32','2021-11-23 13:15:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1479,824,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:36:07','2021-11-23 18:36:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1480,833,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:37:57','2021-11-23 18:37:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1481,832,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:38:53','2021-11-23 18:38:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1482,830,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:40:05','2021-11-23 18:40:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1483,834,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:41:09','2021-11-23 18:41:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1484,835,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:42:07','2021-11-23 18:42:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1485,831,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 18:43:18','2021-11-23 18:43:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1486,829,'lcaadmin','laradasciences@gmail.com','','','2021-11-23 19:02:32','2021-11-23 19:02:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1487,838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-23 19:03:34','2021-11-23 19:03:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1488,838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-23 19:03:35','2021-11-23 19:03:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1489,839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-24 20:36:49','2021-11-24 20:36:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1490,840,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-27 17:40:08','2021-11-27 17:40:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1491,840,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-27 17:40:08','2021-11-27 17:40:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1492,841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 02:58:18','2021-11-28 02:58:18','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1493,842,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 13:31:32','2021-11-28 13:31:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1495,837,'lcaadmin','laradasciences@gmail.com','','','2021-11-28 18:13:04','2021-11-28 18:13:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1496,837,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 18:30:46','2021-11-28 18:30:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1497,837,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 18:30:46','2021-11-28 18:30:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1498,844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 21:42:30','2021-11-28 21:42:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1499,844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-28 21:42:31','2021-11-28 21:42:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1500,845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 07:24:23','2021-11-29 07:24:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1501,846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 14:53:47','2021-11-29 14:53:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1502,846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 14:53:47','2021-11-29 14:53:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1503,842,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 15:38:29','2021-11-29 15:38:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1504,841,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 15:38:34','2021-11-29 15:38:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1505,838,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 15:39:58','2021-11-29 15:39:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1506,841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 15:45:10','2021-11-29 15:45:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1507,841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 15:45:10','2021-11-29 15:45:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1508,847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:33:15','2021-11-29 19:33:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1509,847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:33:16','2021-11-29 19:33:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1510,848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:43:54','2021-11-29 19:43:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1511,848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:43:55','2021-11-29 19:43:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1512,849,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:52:21','2021-11-29 19:52:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1513,850,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 19:54:09','2021-11-29 19:54:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1516,846,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 20:17:08','2021-11-29 20:17:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1517,837,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 20:18:46','2021-11-29 20:18:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1518,844,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 20:24:33','2021-11-29 20:24:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1519,840,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 20:25:43','2021-11-29 20:25:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1520,853,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 20:55:21','2021-11-29 20:55:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1521,854,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 21:02:37','2021-11-29 21:02:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1522,821,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 21:03:49','2021-11-29 21:03:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1523,821,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 21:03:49','2021-11-29 21:03:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1524,855,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 21:06:44','2021-11-29 21:06:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1525,845,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 22:46:49','2021-11-29 22:46:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1528,850,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 22:48:36','2021-11-29 22:48:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1529,849,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 22:49:01','2021-11-29 22:49:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1530,841,'lcaadmin','laradasciences@gmail.com','','','2021-11-29 22:50:30','2021-11-29 22:50:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1531,845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 23:38:13','2021-11-29 23:38:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1532,845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-29 23:38:13','2021-11-29 23:38:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1533,856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-30 01:12:25','2021-11-30 01:12:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1534,856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-30 01:12:25','2021-11-30 01:12:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1535,857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-30 16:59:55','2021-11-30 16:59:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1536,853,'lcaadmin','laradasciences@gmail.com','','','2021-11-30 17:17:03','2021-11-30 17:17:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1537,854,'lcaadmin','laradasciences@gmail.com','','','2021-11-30 17:20:57','2021-11-30 17:20:57','Order status changed from Waiting for approval to Completed.',0,'1','WooCommerce','order_note',0,0),(1538,853,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-30 18:32:41','2021-11-30 18:32:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1539,853,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-11-30 18:32:41','2021-11-30 18:32:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1541,855,'lcaadmin','laradasciences@gmail.com','','','2021-11-30 19:01:37','2021-11-30 19:01:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1542,857,'lcaadmin','laradasciences@gmail.com','','','2021-11-30 19:01:45','2021-11-30 19:01:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1543,856,'lcaadmin','laradasciences@gmail.com','','','2021-11-30 19:57:33','2021-11-30 19:57:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1544,839,'lcaadmin','laradasciences@gmail.com','','','2021-12-01 16:19:30','2021-12-01 16:19:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1546,853,'lcaadmin','laradasciences@gmail.com','','','2021-12-01 16:21:16','2021-12-01 16:21:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1547,855,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 17:22:53','2021-12-01 17:22:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1548,855,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 17:22:53','2021-12-01 17:22:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1549,857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 19:19:10','2021-12-01 19:19:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1550,857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 19:19:10','2021-12-01 19:19:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1551,859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:32:00','2021-12-01 22:32:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1552,859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:32:00','2021-12-01 22:32:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1553,849,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:35:51','2021-12-01 22:35:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1554,849,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:35:51','2021-12-01 22:35:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1555,850,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:36:41','2021-12-01 22:36:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1556,850,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:36:41','2021-12-01 22:36:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1557,839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:45:41','2021-12-01 22:45:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1558,839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-01 22:45:41','2021-12-01 22:45:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1559,860,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-02 01:05:45','2021-12-02 01:05:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1560,860,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-02 01:05:45','2021-12-02 01:05:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1561,861,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-02 16:31:40','2021-12-02 16:31:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1562,861,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-02 16:31:41','2021-12-02 16:31:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1563,861,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:47:45','2021-12-02 20:47:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1564,860,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:51:47','2021-12-02 20:51:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1565,839,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:53:00','2021-12-02 20:53:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1566,859,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:58:02','2021-12-02 20:58:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1567,850,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:58:42','2021-12-02 20:58:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1568,849,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 20:59:30','2021-12-02 20:59:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1569,857,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 21:01:37','2021-12-02 21:01:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1570,855,'lcaadmin','laradasciences@gmail.com','','','2021-12-02 21:39:45','2021-12-02 21:39:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1571,862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-03 16:32:39','2021-12-03 16:32:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1572,863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-03 16:46:27','2021-12-03 16:46:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1573,863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-03 16:46:27','2021-12-03 16:46:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1574,862,'lcaadmin','laradasciences@gmail.com','','','2021-12-03 17:03:53','2021-12-03 17:03:53','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1575,845,'lcaadmin','laradasciences@gmail.com','','','2021-12-03 19:07:22','2021-12-03 19:07:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1576,847,'lcaadmin','laradasciences@gmail.com','','','2021-12-03 19:09:36','2021-12-03 19:09:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1577,848,'lcaadmin','laradasciences@gmail.com','','','2021-12-03 19:10:02','2021-12-03 19:10:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1578,821,'lcaadmin','laradasciences@gmail.com','','','2021-12-03 19:13:42','2021-12-03 19:13:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1579,862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-04 16:46:22','2021-12-04 16:46:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1580,862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-04 16:46:22','2021-12-04 16:46:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1581,864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-04 19:57:58','2021-12-04 19:57:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1583,866,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-05 14:31:25','2021-12-05 14:31:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1584,866,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-05 14:31:25','2021-12-05 14:31:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1585,864,'lcaadmin','laradasciences@gmail.com','','','2021-12-06 15:34:34','2021-12-06 15:34:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1586,863,'lcaadmin','laradasciences@gmail.com','','','2021-12-06 15:36:46','2021-12-06 15:36:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1587,864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 17:20:32','2021-12-06 17:20:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1588,864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 17:20:33','2021-12-06 17:20:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1589,868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 17:44:42','2021-12-06 17:44:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1590,869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 17:51:12','2021-12-06 17:51:12','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1592,868,'lcaadmin','laradasciences@gmail.com','','','2021-12-06 22:13:47','2021-12-06 22:13:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1593,868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 22:23:26','2021-12-06 22:23:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1594,868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-06 22:23:27','2021-12-06 22:23:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1595,864,'lcaadmin','laradasciences@gmail.com','','','2021-12-06 22:46:03','2021-12-06 22:46:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1596,866,'lcaadmin','laradasciences@gmail.com','','','2021-12-06 22:46:34','2021-12-06 22:46:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1597,842,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-07 00:26:43','2021-12-07 00:26:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1598,842,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-07 00:26:43','2021-12-07 00:26:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1600,862,'lcaadmin','laradasciences@gmail.com','','','2021-12-07 15:39:28','2021-12-07 15:39:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1602,872,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 00:41:58','2021-12-08 00:41:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1603,872,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 00:41:59','2021-12-08 00:41:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1605,842,'lcaadmin','laradasciences@gmail.com','','','2021-12-08 15:19:47','2021-12-08 15:19:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1606,869,'lcaadmin','laradasciences@gmail.com','','','2021-12-08 15:25:09','2021-12-08 15:25:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1607,873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 15:37:22','2021-12-08 15:37:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1609,875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 18:50:07','2021-12-08 18:50:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1610,875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 18:50:07','2021-12-08 18:50:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1611,876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 18:56:12','2021-12-08 18:56:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1612,876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-08 18:56:12','2021-12-08 18:56:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1613,872,'lcaadmin','laradasciences@gmail.com','','','2021-12-08 20:45:52','2021-12-08 20:45:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1614,875,'lcaadmin','laradasciences@gmail.com','','','2021-12-08 20:47:11','2021-12-08 20:47:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1615,878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-09 00:30:06','2021-12-09 00:30:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1616,878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-09 00:30:06','2021-12-09 00:30:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1617,878,'lcaadmin','laradasciences@gmail.com','','','2021-12-09 16:59:01','2021-12-09 16:59:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1619,873,'lcaadmin','laradasciences@gmail.com','','','2021-12-09 17:43:45','2021-12-09 17:43:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1620,868,'lcaadmin','laradasciences@gmail.com','','','2021-12-09 18:08:32','2021-12-09 18:08:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1621,876,'lcaadmin','laradasciences@gmail.com','','','2021-12-09 18:16:45','2021-12-09 18:16:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1622,880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-10 19:04:42','2021-12-10 19:04:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1624,881,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 11:16:55','2021-12-11 11:16:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1625,881,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 11:16:55','2021-12-11 11:16:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1626,882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 13:58:19','2021-12-11 13:58:19','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1627,883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 17:46:09','2021-12-11 17:46:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1628,873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 20:23:53','2021-12-11 20:23:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1629,873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 20:23:53','2021-12-11 20:23:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1630,884,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 20:36:52','2021-12-11 20:36:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1631,884,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 20:36:52','2021-12-11 20:36:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1632,885,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 21:16:11','2021-12-11 21:16:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1633,885,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-11 21:16:11','2021-12-11 21:16:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1634,886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-13 16:50:48','2021-12-13 16:50:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1635,886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-13 16:50:48','2021-12-13 16:50:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1636,884,'lcaadmin','laradasciences@gmail.com','','','2021-12-13 20:27:02','2021-12-13 20:27:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1637,881,'lcaadmin','laradasciences@gmail.com','','','2021-12-13 20:28:25','2021-12-13 20:28:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1638,886,'lcaadmin','laradasciences@gmail.com','','','2021-12-13 20:29:14','2021-12-13 20:29:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1639,885,'lcaadmin','laradasciences@gmail.com','','','2021-12-13 20:30:25','2021-12-13 20:30:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1640,880,'lcaadmin','laradasciences@gmail.com','','','2021-12-13 20:43:44','2021-12-13 20:43:44','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1641,888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 14:54:30','2021-12-14 14:54:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1642,880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 15:11:20','2021-12-14 15:11:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1643,880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 15:11:20','2021-12-14 15:11:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1644,889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 16:24:35','2021-12-14 16:24:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1645,890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 17:34:18','2021-12-14 17:34:18','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1646,888,'lcaadmin','laradasciences@gmail.com','','','2021-12-14 19:50:25','2021-12-14 19:50:25','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1647,889,'lcaadmin','laradasciences@gmail.com','','','2021-12-14 19:54:55','2021-12-14 19:54:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1648,880,'lcaadmin','laradasciences@gmail.com','','','2021-12-14 19:57:16','2021-12-14 19:57:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1649,891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 22:50:08','2021-12-14 22:50:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1650,891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-14 22:50:08','2021-12-14 22:50:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1651,869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-15 19:35:35','2021-12-15 19:35:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1652,869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-15 19:35:35','2021-12-15 19:35:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1653,891,'lcaadmin','laradasciences@gmail.com','','','2021-12-15 19:47:17','2021-12-15 19:47:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1654,873,'lcaadmin','laradasciences@gmail.com','','','2021-12-15 19:49:52','2021-12-15 19:49:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1656,890,'lcaadmin','laradasciences@gmail.com','','','2021-12-16 16:04:11','2021-12-16 16:04:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1657,890,'lcaadmin','laradasciences@gmail.com','','','2021-12-16 16:05:21','2021-12-16 16:05:21','Please ship to 4248 Mcmurry Ave, Fort Collins, CO 80525',0,'1','WooCommerce','order_note',0,0),(1658,890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 17:09:10','2021-12-16 17:09:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1659,890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 17:09:10','2021-12-16 17:09:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1660,888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 19:24:27','2021-12-16 19:24:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1661,888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 19:24:28','2021-12-16 19:24:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1662,869,'lcaadmin','laradasciences@gmail.com','','','2021-12-16 20:16:08','2021-12-16 20:16:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1663,890,'lcaadmin','laradasciences@gmail.com','','','2021-12-16 20:17:15','2021-12-16 20:17:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1664,893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 21:54:58','2021-12-16 21:54:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1665,893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-16 21:54:58','2021-12-16 21:54:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1666,893,'lcaadmin','laradasciences@gmail.com','','','2021-12-17 17:37:24','2021-12-17 17:37:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1667,888,'lcaadmin','laradasciences@gmail.com','','','2021-12-17 17:40:06','2021-12-17 17:40:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1668,894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-18 15:48:04','2021-12-18 15:48:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1669,894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-18 15:48:04','2021-12-18 15:48:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1670,895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-19 18:57:56','2021-12-19 18:57:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1671,896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 06:24:28','2021-12-20 06:24:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1672,896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 06:24:28','2021-12-20 06:24:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1673,897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:42:43','2021-12-20 15:42:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1674,897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:42:43','2021-12-20 15:42:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1675,898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:51:30','2021-12-20 15:51:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1676,898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:51:31','2021-12-20 15:51:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1677,899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:55:03','2021-12-20 15:55:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1678,899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 15:55:04','2021-12-20 15:55:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1679,900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 16:02:21','2021-12-20 16:02:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1680,900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 16:02:21','2021-12-20 16:02:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1681,898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 17:15:27','2021-12-20 17:15:27','Refunded 539.90 - Refund ID: 73H71549RC227863E',0,'1','WooCommerce','order_note',0,0),(1682,898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 17:15:28','2021-12-20 17:15:28','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(1683,902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 17:23:29','2021-12-20 17:23:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1684,902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 17:23:29','2021-12-20 17:23:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1685,903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 22:34:48','2021-12-20 22:34:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1686,889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 23:27:53','2021-12-20 23:27:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1687,889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-20 23:27:53','2021-12-20 23:27:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1688,904,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-21 13:48:27','2021-12-21 13:48:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1689,904,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-21 13:48:28','2021-12-21 13:48:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1690,902,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 15:39:30','2021-12-21 15:39:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1691,899,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 15:42:27','2021-12-21 15:42:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1692,900,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 15:43:25','2021-12-21 15:43:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1693,897,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 15:44:03','2021-12-21 15:44:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1694,903,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 17:52:26','2021-12-21 17:52:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1695,896,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 18:06:05','2021-12-21 18:06:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1696,894,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 18:06:59','2021-12-21 18:06:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1697,889,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 18:07:33','2021-12-21 18:07:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1698,906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-21 19:18:01','2021-12-21 19:18:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1699,882,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 20:41:47','2021-12-21 20:41:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1700,883,'lcaadmin','laradasciences@gmail.com','','','2021-12-21 20:41:52','2021-12-21 20:41:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1701,903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-21 23:31:21','2021-12-21 23:31:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1702,903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-21 23:31:21','2021-12-21 23:31:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1703,882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 04:26:31','2021-12-22 04:26:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1704,882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 04:26:31','2021-12-22 04:26:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1705,883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 04:27:26','2021-12-22 04:27:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1706,883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 04:27:26','2021-12-22 04:27:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1708,883,'lcaadmin','laradasciences@gmail.com','','','2021-12-22 17:50:29','2021-12-22 17:50:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1709,882,'lcaadmin','laradasciences@gmail.com','','','2021-12-22 17:52:59','2021-12-22 17:52:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1712,909,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 20:30:27','2021-12-22 20:30:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1713,909,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 20:30:28','2021-12-22 20:30:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1714,910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 21:11:34','2021-12-22 21:11:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1717,910,'lcaadmin','laradasciences@gmail.com','','','2021-12-22 21:23:11','2021-12-22 21:23:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1718,910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 21:29:24','2021-12-22 21:29:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1719,910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 21:29:24','2021-12-22 21:29:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1720,895,'lcaadmin','laradasciences@gmail.com','','','2021-12-22 21:31:22','2021-12-22 21:31:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1724,906,'lcaadmin','laradasciences@gmail.com','','','2021-12-22 21:32:33','2021-12-22 21:32:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1725,906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 22:10:14','2021-12-22 22:10:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1726,906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-22 22:10:14','2021-12-22 22:10:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1727,895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-23 14:29:46','2021-12-23 14:29:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1728,895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-23 14:29:47','2021-12-23 14:29:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1729,906,'lcaadmin','laradasciences@gmail.com','','','2021-12-23 18:00:23','2021-12-23 18:00:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1730,910,'lcaadmin','laradasciences@gmail.com','','','2021-12-23 18:01:52','2021-12-23 18:01:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1731,910,'lcaadmin','laradasciences@gmail.com','','','2021-12-23 18:01:55','2021-12-23 18:01:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1732,909,'lcaadmin','laradasciences@gmail.com','','','2021-12-23 18:03:02','2021-12-23 18:03:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1733,911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-24 22:00:20','2021-12-24 22:00:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1734,911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-24 22:00:20','2021-12-24 22:00:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1735,912,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-26 23:31:51','2021-12-26 23:31:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1736,912,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-26 23:31:51','2021-12-26 23:31:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1737,913,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-26 23:37:11','2021-12-26 23:37:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1738,913,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-26 23:37:12','2021-12-26 23:37:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1739,914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-27 19:14:14','2021-12-27 19:14:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1740,914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-27 19:14:15','2021-12-27 19:14:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1741,915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 09:46:33','2021-12-28 09:46:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1742,915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 09:46:33','2021-12-28 09:46:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1743,916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 09:53:02','2021-12-28 09:53:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1744,916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 09:53:02','2021-12-28 09:53:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1745,895,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:24:23','2021-12-28 20:24:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1746,903,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:25:04','2021-12-28 20:25:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1747,904,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:25:42','2021-12-28 20:25:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1748,911,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:26:35','2021-12-28 20:26:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1749,912,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:27:22','2021-12-28 20:27:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1750,913,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 20:27:47','2021-12-28 20:27:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1751,918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 21:17:44','2021-12-28 21:17:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1752,918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 21:17:44','2021-12-28 21:17:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1753,919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 21:49:38','2021-12-28 21:49:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1754,919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-28 21:49:38','2021-12-28 21:49:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1755,914,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 22:38:26','2021-12-28 22:38:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1756,915,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 22:40:29','2021-12-28 22:40:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1757,916,'lcaadmin','laradasciences@gmail.com','','','2021-12-28 22:41:30','2021-12-28 22:41:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1758,920,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 17:19:12','2021-12-29 17:19:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1759,920,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 17:19:13','2021-12-29 17:19:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1760,921,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 18:32:17','2021-12-29 18:32:17','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1761,921,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 18:38:12','2021-12-29 18:38:12','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1762,919,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 18:40:02','2021-12-29 18:40:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1763,918,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 18:41:20','2021-12-29 18:41:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1764,921,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 18:57:48','2021-12-29 18:57:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1765,921,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 18:57:48','2021-12-29 18:57:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1766,922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 19:05:32','2021-12-29 19:05:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1767,923,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 19:07:32','2021-12-29 19:07:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1768,924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-29 19:08:28','2021-12-29 19:08:28','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1769,922,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 19:23:18','2021-12-29 19:23:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1770,923,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 19:23:26','2021-12-29 19:23:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1771,924,'lcaadmin','laradasciences@gmail.com','','','2021-12-29 19:23:31','2021-12-29 19:23:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1772,925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-30 14:52:45','2021-12-30 14:52:45','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1773,925,'lcaadmin','laradasciences@gmail.com','','','2021-12-30 15:27:40','2021-12-30 15:27:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1774,920,'lcaadmin','laradasciences@gmail.com','','','2021-12-30 15:30:24','2021-12-30 15:30:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1775,921,'lcaadmin','laradasciences@gmail.com','','','2021-12-30 15:31:57','2021-12-30 15:31:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1776,926,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-30 23:42:11','2021-12-30 23:42:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1777,926,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-30 23:42:11','2021-12-30 23:42:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1780,929,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-31 01:40:51','2021-12-31 01:40:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1781,929,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2021-12-31 01:40:52','2021-12-31 01:40:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1782,930,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-01 16:14:48','2022-01-01 16:14:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1783,930,'lcaadmin','laradasciences@gmail.com','','','2022-01-03 17:49:23','2022-01-03 17:49:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1784,930,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-03 17:51:12','2022-01-03 17:51:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1785,930,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-03 17:51:12','2022-01-03 17:51:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1786,931,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 16:21:32','2022-01-04 16:21:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1787,931,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 16:21:32','2022-01-04 16:21:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1788,930,'lcaadmin','laradasciences@gmail.com','','','2022-01-04 16:39:38','2022-01-04 16:39:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1789,929,'lcaadmin','laradasciences@gmail.com','','','2022-01-04 16:40:17','2022-01-04 16:40:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1790,926,'lcaadmin','laradasciences@gmail.com','','','2022-01-04 16:40:38','2022-01-04 16:40:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1791,932,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 19:00:31','2022-01-04 19:00:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1792,932,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 19:00:31','2022-01-04 19:00:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1793,933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 19:11:06','2022-01-04 19:11:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1794,933,'lcaadmin','laradasciences@gmail.com','','','2022-01-04 20:15:10','2022-01-04 20:15:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1795,933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 22:31:38','2022-01-04 22:31:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1796,933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-04 22:31:38','2022-01-04 22:31:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1797,934,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-05 19:32:54','2022-01-05 19:32:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1798,934,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-05 19:32:55','2022-01-05 19:32:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1799,936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-06 11:17:46','2022-01-06 11:17:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1800,938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-06 16:06:21','2022-01-06 16:06:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1801,938,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 16:16:24','2022-01-06 16:16:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1802,936,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 17:45:10','2022-01-06 17:45:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1803,931,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 18:28:07','2022-01-06 18:28:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1804,932,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 18:28:57','2022-01-06 18:28:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1805,933,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 18:30:48','2022-01-06 18:30:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1806,934,'lcaadmin','laradasciences@gmail.com','','','2022-01-06 18:35:07','2022-01-06 18:35:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1807,939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-06 22:35:50','2022-01-06 22:35:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1808,939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-06 22:35:51','2022-01-06 22:35:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1809,936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-08 17:49:55','2022-01-08 17:49:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1810,936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-08 17:49:56','2022-01-08 17:49:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1811,939,'lcaadmin','laradasciences@gmail.com','','','2022-01-10 21:36:19','2022-01-10 21:36:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1812,936,'lcaadmin','laradasciences@gmail.com','','','2022-01-10 21:37:12','2022-01-10 21:37:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1813,940,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-10 22:21:50','2022-01-10 22:21:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1814,940,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-10 22:21:50','2022-01-10 22:21:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1815,941,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-11 13:11:14','2022-01-11 13:11:14','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1816,941,'lcaadmin','laradasciences@gmail.com','','','2022-01-11 16:30:23','2022-01-11 16:30:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1817,940,'lcaadmin','laradasciences@gmail.com','','','2022-01-11 18:30:35','2022-01-11 18:30:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1818,942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-11 19:59:55','2022-01-11 19:59:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1819,941,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 01:02:34','2022-01-12 01:02:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1820,941,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 01:02:34','2022-01-12 01:02:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1821,943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 03:14:53','2022-01-12 03:14:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1822,943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 03:14:53','2022-01-12 03:14:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1823,942,'lcaadmin','laradasciences@gmail.com','','','2022-01-12 15:43:56','2022-01-12 15:43:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1824,941,'lcaadmin','laradasciences@gmail.com','','','2022-01-12 15:45:04','2022-01-12 15:45:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1825,942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 16:09:06','2022-01-12 16:09:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1826,942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 16:09:06','2022-01-12 16:09:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1827,943,'lcaadmin','laradasciences@gmail.com','','','2022-01-12 17:01:21','2022-01-12 17:01:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1828,942,'lcaadmin','laradasciences@gmail.com','','','2022-01-12 18:24:29','2022-01-12 18:24:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1829,944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 23:15:45','2022-01-12 23:15:45','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1830,945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-12 23:16:36','2022-01-12 23:16:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1831,946,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 03:09:05','2022-01-13 03:09:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1832,946,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 03:09:05','2022-01-13 03:09:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1833,946,'lcaadmin','laradasciences@gmail.com','','','2022-01-13 17:08:01','2022-01-13 17:08:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1834,945,'lcaadmin','laradasciences@gmail.com','','','2022-01-13 18:54:57','2022-01-13 18:54:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1835,944,'lcaadmin','laradasciences@gmail.com','','','2022-01-13 18:54:59','2022-01-13 18:54:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1836,944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 20:22:53','2022-01-13 20:22:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1837,944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 20:22:53','2022-01-13 20:22:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1838,945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 20:23:33','2022-01-13 20:23:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1839,945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 20:23:33','2022-01-13 20:23:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1840,948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 21:49:01','2022-01-13 21:49:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1841,948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-13 21:49:01','2022-01-13 21:49:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1842,949,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 14:08:44','2022-01-14 14:08:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1843,949,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 14:08:44','2022-01-14 14:08:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1844,950,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 16:13:59','2022-01-14 16:13:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1845,950,'lcaadmin','laradasciences@gmail.com','','','2022-01-14 18:12:18','2022-01-14 18:12:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1846,945,'lcaadmin','laradasciences@gmail.com','','','2022-01-14 18:18:14','2022-01-14 18:18:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1847,944,'lcaadmin','laradasciences@gmail.com','','','2022-01-14 18:19:32','2022-01-14 18:19:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1848,948,'lcaadmin','laradasciences@gmail.com','','','2022-01-14 18:21:44','2022-01-14 18:21:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1849,950,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 19:25:29','2022-01-14 19:25:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1850,950,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 19:25:29','2022-01-14 19:25:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1851,952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:30:18','2022-01-14 22:30:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1852,952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:30:18','2022-01-14 22:30:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1853,953,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:33:50','2022-01-14 22:33:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1854,953,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:33:50','2022-01-14 22:33:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1855,954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:37:59','2022-01-14 22:37:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1856,954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:37:59','2022-01-14 22:37:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1857,955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:42:42','2022-01-14 22:42:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1858,955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-14 22:42:43','2022-01-14 22:42:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1859,938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-15 20:13:58','2022-01-15 20:13:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1860,938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-15 20:13:59','2022-01-15 20:13:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1861,950,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 14:58:57','2022-01-17 14:58:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1862,949,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 15:03:52','2022-01-17 15:03:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1863,954,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 17:18:56','2022-01-17 17:18:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1864,952,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 17:21:51','2022-01-17 17:21:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1865,953,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 17:23:24','2022-01-17 17:23:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1866,956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-17 20:27:37','2022-01-17 20:27:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1867,956,'lcaadmin','laradasciences@gmail.com','','','2022-01-17 23:05:08','2022-01-17 23:05:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1868,956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 13:32:34','2022-01-18 13:32:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1869,956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 13:32:35','2022-01-18 13:32:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1870,957,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 17:45:35','2022-01-18 17:45:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1871,957,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 17:45:35','2022-01-18 17:45:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1872,956,'lcaadmin','laradasciences@gmail.com','','','2022-01-18 18:45:24','2022-01-18 18:45:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1873,955,'lcaadmin','laradasciences@gmail.com','','','2022-01-18 19:06:29','2022-01-18 19:06:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1874,938,'lcaadmin','laradasciences@gmail.com','','','2022-01-18 19:06:56','2022-01-18 19:06:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1875,958,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 23:57:46','2022-01-18 23:57:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1876,958,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-18 23:57:46','2022-01-18 23:57:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1878,959,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 00:01:36','2022-01-19 00:01:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1879,960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 01:04:31','2022-01-19 01:04:31','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1880,958,'lcaadmin','laradasciences@gmail.com','','','2022-01-19 18:17:02','2022-01-19 18:17:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1881,961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 21:54:29','2022-01-19 21:54:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1882,961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 21:54:29','2022-01-19 21:54:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1883,962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 23:05:34','2022-01-19 23:05:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1884,962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-19 23:05:34','2022-01-19 23:05:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1885,962,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 18:07:12','2022-01-20 18:07:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1886,961,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 18:07:59','2022-01-20 18:07:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1887,963,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-20 19:36:31','2022-01-20 19:36:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1888,963,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-20 19:36:31','2022-01-20 19:36:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1889,964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-20 19:51:57','2022-01-20 19:51:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1890,964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-20 19:51:58','2022-01-20 19:51:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1891,963,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 20:56:13','2022-01-20 20:56:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1892,964,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 22:07:04','2022-01-20 22:07:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1893,960,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 23:32:43','2022-01-20 23:32:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1894,959,'lcaadmin','laradasciences@gmail.com','','','2022-01-20 23:32:49','2022-01-20 23:32:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1895,966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 02:08:04','2022-01-21 02:08:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1896,966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 02:08:04','2022-01-21 02:08:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1898,968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 05:25:04','2022-01-21 05:25:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1899,968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 05:25:04','2022-01-21 05:25:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1900,959,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 07:59:30','2022-01-21 07:59:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1901,959,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 07:59:31','2022-01-21 07:59:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1902,957,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 15:32:28','2022-01-21 15:32:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1903,924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:06:45','2022-01-21 19:06:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1904,924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:06:45','2022-01-21 19:06:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1905,923,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:08:03','2022-01-21 19:08:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1906,923,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:08:03','2022-01-21 19:08:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1907,922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:09:28','2022-01-21 19:09:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1908,922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-21 19:09:28','2022-01-21 19:09:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1909,966,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:23:24','2022-01-21 21:23:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1910,959,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:23:50','2022-01-21 21:23:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1911,968,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:24:49','2022-01-21 21:24:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1912,923,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:26:31','2022-01-21 21:26:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1913,922,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:26:47','2022-01-21 21:26:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1914,924,'lcaadmin','laradasciences@gmail.com','','','2022-01-21 21:26:52','2022-01-21 21:26:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1915,960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-23 20:07:27','2022-01-23 20:07:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1916,960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-23 20:07:27','2022-01-23 20:07:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1917,969,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-24 00:36:04','2022-01-24 00:36:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1918,969,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-24 00:36:04','2022-01-24 00:36:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1919,960,'lcaadmin','laradasciences@gmail.com','','','2022-01-24 20:24:06','2022-01-24 20:24:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1920,970,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-24 22:51:45','2022-01-24 22:51:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1921,970,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-24 22:51:45','2022-01-24 22:51:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1922,970,'lcaadmin','laradasciences@gmail.com','','','2022-01-25 15:41:21','2022-01-25 15:41:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1923,971,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-25 20:32:25','2022-01-25 20:32:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1924,972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-26 18:03:16','2022-01-26 18:03:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1925,972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-26 18:03:17','2022-01-26 18:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1926,973,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-27 16:24:20','2022-01-27 16:24:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1927,973,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-27 16:24:20','2022-01-27 16:24:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1928,972,'lcaadmin','laradasciences@gmail.com','','','2022-01-27 16:41:28','2022-01-27 16:41:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1929,973,'lcaadmin','laradasciences@gmail.com','','','2022-01-27 16:43:22','2022-01-27 16:43:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1930,969,'lcaadmin','laradasciences@gmail.com','','','2022-01-27 16:47:05','2022-01-27 16:47:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1933,975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-28 18:19:00','2022-01-28 18:19:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1934,975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-28 18:19:00','2022-01-28 18:19:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1935,925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-30 21:40:13','2022-01-30 21:40:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1936,925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-01-30 21:40:14','2022-01-30 21:40:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1937,977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-01 20:46:09','2022-02-01 20:46:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1938,977,'lcaadmin','laradasciences@gmail.com','','','2022-02-02 17:41:26','2022-02-02 17:41:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1939,977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 17:44:41','2022-02-02 17:44:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1940,977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 17:44:42','2022-02-02 17:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1941,978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 19:14:42','2022-02-02 19:14:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1942,978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 19:14:42','2022-02-02 19:14:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1943,979,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 19:20:52','2022-02-02 19:20:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1944,979,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 19:20:52','2022-02-02 19:20:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1945,925,'lcaadmin','laradasciences@gmail.com','','','2022-02-02 19:58:51','2022-02-02 19:58:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1946,975,'lcaadmin','laradasciences@gmail.com','','','2022-02-02 19:59:21','2022-02-02 19:59:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1947,971,'lcaadmin','laradasciences@gmail.com','','','2022-02-02 20:40:48','2022-02-02 20:40:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1948,980,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 23:33:09','2022-02-02 23:33:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1949,980,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-02 23:33:09','2022-02-02 23:33:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1950,981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-03 08:49:47','2022-02-03 08:49:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1951,981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-03 08:49:47','2022-02-03 08:49:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1953,980,'lcaadmin','laradasciences@gmail.com','','','2022-02-03 20:11:04','2022-02-03 20:11:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1954,981,'lcaadmin','laradasciences@gmail.com','','','2022-02-03 20:12:33','2022-02-03 20:12:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1955,979,'lcaadmin','laradasciences@gmail.com','','','2022-02-03 20:13:37','2022-02-03 20:13:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1956,977,'lcaadmin','laradasciences@gmail.com','','','2022-02-03 20:14:36','2022-02-03 20:14:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1957,983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-04 01:22:24','2022-02-04 01:22:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1958,983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-04 01:22:24','2022-02-04 01:22:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1959,983,'lcaadmin','laradasciences@gmail.com','','','2022-02-04 18:04:23','2022-02-04 18:04:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1960,984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-06 19:08:14','2022-02-06 19:08:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1961,984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-06 19:08:14','2022-02-06 19:08:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1962,985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-07 05:59:51','2022-02-07 05:59:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1963,985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-07 05:59:52','2022-02-07 05:59:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1965,987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-07 16:27:46','2022-02-07 16:27:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1967,971,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-07 22:46:06','2022-02-07 22:46:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1968,971,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-07 22:46:06','2022-02-07 22:46:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1969,987,'lcaadmin','laradasciences@gmail.com','','','2022-02-07 23:39:47','2022-02-07 23:39:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1970,985,'lcaadmin','laradasciences@gmail.com','','','2022-02-07 23:42:08','2022-02-07 23:42:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1971,987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-08 03:46:56','2022-02-08 03:46:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1972,987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-08 03:46:56','2022-02-08 03:46:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1973,971,'lcaadmin','laradasciences@gmail.com','','','2022-02-08 16:12:41','2022-02-08 16:12:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1974,978,'lcaadmin','laradasciences@gmail.com','','','2022-02-08 16:16:04','2022-02-08 16:16:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1975,984,'lcaadmin','laradasciences@gmail.com','','','2022-02-08 16:16:21','2022-02-08 16:16:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1976,991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-08 20:17:25','2022-02-08 20:17:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1977,992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-08 22:17:06','2022-02-08 22:17:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1978,992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-08 22:17:06','2022-02-08 22:17:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1979,993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-09 01:35:46','2022-02-09 01:35:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1980,993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-09 01:35:46','2022-02-09 01:35:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1981,987,'lcaadmin','laradasciences@gmail.com','','','2022-02-09 19:38:58','2022-02-09 19:38:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1982,993,'lcaadmin','laradasciences@gmail.com','','','2022-02-09 19:39:31','2022-02-09 19:39:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1983,992,'lcaadmin','laradasciences@gmail.com','','','2022-02-09 19:40:00','2022-02-09 19:40:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1984,994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-09 19:42:36','2022-02-09 19:42:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1985,994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-09 19:42:36','2022-02-09 19:42:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1986,994,'lcaadmin','laradasciences@gmail.com','','','2022-02-09 20:32:53','2022-02-09 20:32:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1987,994,'lcaadmin','laradasciences@gmail.com','','','2022-02-09 20:32:58','2022-02-09 20:32:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1988,995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-10 15:14:29','2022-02-10 15:14:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1989,995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-10 15:14:30','2022-02-10 15:14:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1990,995,'lcaadmin','laradasciences@gmail.com','','','2022-02-10 18:59:04','2022-02-10 18:59:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1991,996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-10 19:09:39','2022-02-10 19:09:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1992,997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-10 19:41:34','2022-02-10 19:41:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(1993,997,'lcaadmin','laradasciences@gmail.com','','','2022-02-11 13:50:59','2022-02-11 13:50:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1994,997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-11 14:03:28','2022-02-11 14:03:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(1995,997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-11 14:03:28','2022-02-11 14:03:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(1996,996,'lcaadmin','laradasciences@gmail.com','','','2022-02-11 15:32:29','2022-02-11 15:32:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1997,991,'lcaadmin','laradasciences@gmail.com','','','2022-02-11 19:56:36','2022-02-11 19:56:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(1998,997,'lcaadmin','laradasciences@gmail.com','','','2022-02-11 21:48:10','2022-02-11 21:48:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(1999,998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 16:11:19','2022-02-14 16:11:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2000,998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 16:11:19','2022-02-14 16:11:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2001,999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 16:18:06','2022-02-14 16:18:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2002,1000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 16:20:36','2022-02-14 16:20:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2003,1000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 16:20:36','2022-02-14 16:20:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2004,999,'lcaadmin','laradasciences@gmail.com','','','2022-02-14 18:38:45','2022-02-14 18:38:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2005,998,'lcaadmin','laradasciences@gmail.com','','','2022-02-14 21:52:00','2022-02-14 21:52:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2006,1000,'lcaadmin','laradasciences@gmail.com','','','2022-02-14 21:52:15','2022-02-14 21:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2007,991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 23:06:44','2022-02-14 23:06:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2008,991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-14 23:06:44','2022-02-14 23:06:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2009,1001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:24:23','2022-02-15 16:24:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2010,1001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:24:23','2022-02-15 16:24:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2011,1002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:36:27','2022-02-15 16:36:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2012,1002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:36:27','2022-02-15 16:36:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2013,1003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:42:20','2022-02-15 16:42:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2014,1003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 16:42:20','2022-02-15 16:42:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2015,1004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 17:00:10','2022-02-15 17:00:10','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2016,1001,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 18:28:50','2022-02-15 18:28:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2017,1001,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 18:28:52','2022-02-15 18:28:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2018,991,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 18:31:10','2022-02-15 18:31:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2019,1002,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 19:59:11','2022-02-15 19:59:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2020,1003,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 19:59:38','2022-02-15 19:59:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2021,1004,'lcaadmin','laradasciences@gmail.com','','','2022-02-15 20:01:34','2022-02-15 20:01:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2022,1004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 21:15:12','2022-02-15 21:15:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2023,1004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-15 21:15:13','2022-02-15 21:15:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2027,1004,'lcaadmin','laradasciences@gmail.com','','','2022-02-16 17:45:31','2022-02-16 17:45:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2028,1007,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-16 18:08:43','2022-02-16 18:08:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2029,1007,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-16 18:08:43','2022-02-16 18:08:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2030,996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-16 23:00:39','2022-02-16 23:00:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2031,996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-16 23:00:40','2022-02-16 23:00:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2032,1008,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-17 17:35:19','2022-02-17 17:35:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2033,1008,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-17 17:35:20','2022-02-17 17:35:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2034,996,'lcaadmin','laradasciences@gmail.com','','','2022-02-17 18:45:10','2022-02-17 18:45:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2035,1007,'lcaadmin','laradasciences@gmail.com','','','2022-02-17 18:48:36','2022-02-17 18:48:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2036,1009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-17 20:04:39','2022-02-17 20:04:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2037,1009,'lcaadmin','laradasciences@gmail.com','','','2022-02-17 22:11:24','2022-02-17 22:11:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2038,1009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-18 03:38:26','2022-02-18 03:38:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2039,1009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-18 03:38:26','2022-02-18 03:38:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2040,1008,'lcaadmin','laradasciences@gmail.com','','','2022-02-18 17:39:50','2022-02-18 17:39:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2041,1010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 16:17:24','2022-02-20 16:17:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2042,1010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 16:17:24','2022-02-20 16:17:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2043,1011,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 16:22:59','2022-02-20 16:22:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2044,1011,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 16:22:59','2022-02-20 16:22:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2045,1012,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 23:59:01','2022-02-20 23:59:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2046,1012,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-20 23:59:02','2022-02-20 23:59:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2047,1013,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-21 00:01:35','2022-02-21 00:01:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2048,1013,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-21 00:01:35','2022-02-21 00:01:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2049,1014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-21 16:46:51','2022-02-21 16:46:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2050,1015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-21 16:49:16','2022-02-21 16:49:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2051,1016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-21 22:12:13','2022-02-21 22:12:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2052,1015,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:23:23','2022-02-22 14:23:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2053,1014,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:32:19','2022-02-22 14:32:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2054,1016,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:33:07','2022-02-22 14:33:07','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2055,1012,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:43:12','2022-02-22 14:43:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2056,1013,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:44:15','2022-02-22 14:44:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2057,1013,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:44:22','2022-02-22 14:44:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2058,1010,'lcaadmin','laradasciences@gmail.com','','','2022-02-22 14:45:22','2022-02-22 14:45:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2059,1015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 16:32:07','2022-02-22 16:32:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2060,1015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 16:32:07','2022-02-22 16:32:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2061,1014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 16:33:04','2022-02-22 16:33:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2062,1014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 16:33:05','2022-02-22 16:33:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2063,1016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 18:12:18','2022-02-22 18:12:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2064,1016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 18:12:18','2022-02-22 18:12:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2065,1017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 19:38:29','2022-02-22 19:38:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2066,1017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-22 19:38:30','2022-02-22 19:38:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2067,1017,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:04:09','2022-02-23 18:04:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2068,1016,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:05:45','2022-02-23 18:05:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2069,1014,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:07:09','2022-02-23 18:07:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2070,1015,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:07:44','2022-02-23 18:07:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2071,1009,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:09:12','2022-02-23 18:09:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2072,1011,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 18:09:32','2022-02-23 18:09:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2073,1019,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 18:14:26','2022-02-23 18:14:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2074,1019,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 18:14:27','2022-02-23 18:14:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2075,1020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 19:07:57','2022-02-23 19:07:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2076,1020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 19:07:57','2022-02-23 19:07:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2077,1021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 19:09:01','2022-02-23 19:09:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2078,1021,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 20:58:32','2022-02-23 20:58:32','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2079,1019,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 20:59:22','2022-02-23 20:59:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2080,1020,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 20:59:49','2022-02-23 20:59:49','Order status changed from Processing to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2081,1020,'lcaadmin','laradasciences@gmail.com','','','2022-02-23 21:01:42','2022-02-23 21:01:42','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0),(2082,1021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 21:02:30','2022-02-23 21:02:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2083,1021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 21:02:30','2022-02-23 21:02:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2084,1022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 22:48:44','2022-02-23 22:48:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2085,1022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 22:48:44','2022-02-23 22:48:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2086,1023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-23 22:51:50','2022-02-23 22:51:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2087,1024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-24 16:45:16','2022-02-24 16:45:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2088,1025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-24 21:10:16','2022-02-24 21:10:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2089,1026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 15:09:06','2022-02-25 15:09:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2090,1026,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 15:44:11','2022-02-25 15:44:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2091,1023,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 15:44:17','2022-02-25 15:44:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2092,1022,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 15:47:11','2022-02-25 15:47:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2093,1021,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 15:48:35','2022-02-25 15:48:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2094,1023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 16:09:44','2022-02-25 16:09:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2095,1023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 16:09:44','2022-02-25 16:09:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2096,1027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 17:10:32','2022-02-25 17:10:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2097,1027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 17:10:32','2022-02-25 17:10:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2098,1023,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 19:19:24','2022-02-25 19:19:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2099,1024,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 19:20:28','2022-02-25 19:20:28','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2100,1025,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 19:20:32','2022-02-25 19:20:32','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2101,1024,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 19:20:38','2022-02-25 19:20:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2102,1025,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 19:20:42','2022-02-25 19:20:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2103,1026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 19:46:06','2022-02-25 19:46:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2104,1026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-25 19:46:06','2022-02-25 19:46:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2105,1026,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 23:09:13','2022-02-25 23:09:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2106,1027,'lcaadmin','laradasciences@gmail.com','','','2022-02-25 23:09:36','2022-02-25 23:09:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2107,1028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-26 23:07:47','2022-02-26 23:07:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2108,1028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-26 23:07:48','2022-02-26 23:07:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2109,1029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-27 18:47:05','2022-02-27 18:47:05','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2110,1029,'lcaadmin','laradasciences@gmail.com','','','2022-02-28 15:36:58','2022-02-28 15:36:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2111,1029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-28 16:01:32','2022-02-28 16:01:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2112,1029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-02-28 16:01:32','2022-02-28 16:01:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2113,1029,'lcaadmin','laradasciences@gmail.com','','','2022-02-28 23:19:09','2022-02-28 23:19:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2114,1028,'lcaadmin','laradasciences@gmail.com','','','2022-02-28 23:20:36','2022-02-28 23:20:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2115,1025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 11:55:03','2022-03-01 11:55:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2116,1025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 11:55:04','2022-03-01 11:55:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2117,1030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 15:49:25','2022-03-01 15:49:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2118,1031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 16:55:16','2022-03-01 16:55:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2119,1030,'lcaadmin','laradasciences@gmail.com','','','2022-03-01 16:59:52','2022-03-01 16:59:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2120,1025,'lcaadmin','laradasciences@gmail.com','','','2022-03-01 17:02:51','2022-03-01 17:02:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2121,1032,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 21:07:59','2022-03-01 21:07:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2122,1032,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-01 21:08:00','2022-03-01 21:08:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2123,1031,'lcaadmin','laradasciences@gmail.com','','','2022-03-01 22:57:57','2022-03-01 22:57:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2124,1033,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 02:28:11','2022-03-02 02:28:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2125,1033,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 02:28:12','2022-03-02 02:28:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2126,1034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 05:09:53','2022-03-02 05:09:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2127,1034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 05:09:53','2022-03-02 05:09:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2128,1031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 15:08:15','2022-03-02 15:08:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2129,1031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 15:08:16','2022-03-02 15:08:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2131,1033,'lcaadmin','laradasciences@gmail.com','','','2022-03-02 16:51:04','2022-03-02 16:51:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2132,1032,'lcaadmin','laradasciences@gmail.com','','','2022-03-02 16:55:36','2022-03-02 16:55:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2133,1034,'lcaadmin','laradasciences@gmail.com','','','2022-03-02 16:57:50','2022-03-02 16:57:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2134,1036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 18:14:52','2022-03-02 18:14:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2135,1036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-02 18:14:52','2022-03-02 18:14:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2136,1037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 02:59:12','2022-03-03 02:59:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2137,1037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 02:59:12','2022-03-03 02:59:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2138,1038,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 03:02:13','2022-03-03 03:02:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2139,1038,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 03:02:13','2022-03-03 03:02:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2140,1036,'lcaadmin','laradasciences@gmail.com','','','2022-03-03 16:04:42','2022-03-03 16:04:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2141,1031,'lcaadmin','laradasciences@gmail.com','','','2022-03-03 16:13:22','2022-03-03 16:13:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2142,1037,'lcaadmin','laradasciences@gmail.com','','','2022-03-03 16:15:34','2022-03-03 16:15:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2144,1038,'lcaadmin','laradasciences@gmail.com','','','2022-03-03 19:11:30','2022-03-03 19:11:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2145,1040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 19:34:27','2022-03-03 19:34:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2146,1040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-03 19:34:28','2022-03-03 19:34:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2148,1042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 01:08:27','2022-03-04 01:08:27','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2149,1030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 14:38:35','2022-03-04 14:38:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2150,1030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 14:38:36','2022-03-04 14:38:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2151,1043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 16:50:24','2022-03-04 16:50:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2152,1043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 16:50:24','2022-03-04 16:50:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2153,1042,'lcaadmin','laradasciences@gmail.com','','','2022-03-04 17:01:16','2022-03-04 17:01:16','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2154,1040,'lcaadmin','laradasciences@gmail.com','','','2022-03-04 17:05:40','2022-03-04 17:05:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2155,1044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 19:08:31','2022-03-04 19:08:31','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2156,1045,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 20:52:51','2022-03-04 20:52:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2157,1045,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-04 20:52:51','2022-03-04 20:52:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2159,1046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-05 08:26:04','2022-03-05 08:26:04','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2160,1047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-05 22:30:57','2022-03-05 22:30:57','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2161,1048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-06 20:21:50','2022-03-06 20:21:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2162,1048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-06 20:21:50','2022-03-06 20:21:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2163,1049,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-07 14:40:52','2022-03-07 14:40:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2164,1046,'lcaadmin','laradasciences@gmail.com','','','2022-03-07 15:37:23','2022-03-07 15:37:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2165,1049,'lcaadmin','laradasciences@gmail.com','','','2022-03-07 15:37:26','2022-03-07 15:37:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2166,1044,'lcaadmin','laradasciences@gmail.com','','','2022-03-07 17:23:34','2022-03-07 17:23:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2167,1049,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-07 17:49:34','2022-03-07 17:49:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2168,1049,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-07 17:49:35','2022-03-07 17:49:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2169,1050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 00:33:32','2022-03-08 00:33:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2170,1051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 01:09:54','2022-03-08 01:09:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2171,1051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 01:09:54','2022-03-08 01:09:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2172,1042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 01:56:54','2022-03-08 01:56:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2173,1042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 01:56:54','2022-03-08 01:56:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2174,1051,'lcaadmin','laradasciences@gmail.com','','','2022-03-08 16:05:30','2022-03-08 16:05:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2175,1030,'lcaadmin','laradasciences@gmail.com','','','2022-03-08 16:11:12','2022-03-08 16:11:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2176,1050,'lcaadmin','laradasciences@gmail.com','','','2022-03-08 16:12:21','2022-03-08 16:12:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2177,1049,'lcaadmin','laradasciences@gmail.com','','','2022-03-08 16:26:56','2022-03-08 16:26:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2178,1045,'lcaadmin','laradasciences@gmail.com','','','2022-03-08 16:28:41','2022-03-08 16:28:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2179,1053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-08 16:43:35','2022-03-08 16:43:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2180,1054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-09 15:24:58','2022-03-09 15:24:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2181,1053,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 15:52:57','2022-03-09 15:52:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2182,1054,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 15:53:00','2022-03-09 15:53:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2183,1042,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 15:56:00','2022-03-09 15:56:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2184,1054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-09 17:50:04','2022-03-09 17:50:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2185,1054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-09 17:50:04','2022-03-09 17:50:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2186,1050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-09 19:06:21','2022-03-09 19:06:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2187,1050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-09 19:06:21','2022-03-09 19:06:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2188,1047,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 21:00:43','2022-03-09 21:00:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2189,1048,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 21:01:21','2022-03-09 21:01:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2190,1043,'lcaadmin','laradasciences@gmail.com','','','2022-03-09 21:01:56','2022-03-09 21:01:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2191,1050,'lcaadmin','laradasciences@gmail.com','','','2022-03-10 16:09:31','2022-03-10 16:09:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2192,1054,'lcaadmin','laradasciences@gmail.com','','','2022-03-10 16:09:54','2022-03-10 16:09:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2193,1055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-10 17:17:52','2022-03-10 17:17:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2194,1055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-10 17:17:52','2022-03-10 17:17:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2196,1058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-10 21:54:46','2022-03-10 21:54:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2197,1058,'lcaadmin','laradasciences@gmail.com','','','2022-03-10 23:28:56','2022-03-10 23:28:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2198,1055,'lcaadmin','laradasciences@gmail.com','','','2022-03-10 23:29:40','2022-03-10 23:29:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2200,1058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 20:12:43','2022-03-11 20:12:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2201,1058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 20:12:43','2022-03-11 20:12:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2202,1059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:11:31','2022-03-11 22:11:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2203,1059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:11:31','2022-03-11 22:11:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2204,1060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:52:25','2022-03-11 22:52:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2205,1060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:52:26','2022-03-11 22:52:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2206,1047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:55:31','2022-03-11 22:55:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2207,1047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-11 22:55:32','2022-03-11 22:55:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2209,1061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-12 19:00:00','2022-03-12 19:00:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2210,1062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-13 00:31:20','2022-03-13 00:31:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2211,1062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-13 00:31:21','2022-03-13 00:31:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2212,1064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-13 19:45:39','2022-03-13 19:45:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2213,1064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-13 19:45:40','2022-03-13 19:45:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2214,1065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-13 21:20:44','2022-03-13 21:20:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2215,1059,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 15:06:55','2022-03-14 15:06:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2216,1064,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 15:08:40','2022-03-14 15:08:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2217,1058,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 15:09:44','2022-03-14 15:09:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2218,1062,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 16:23:48','2022-03-14 16:23:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2219,1066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-14 20:24:10','2022-03-14 20:24:10','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2220,1066,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 21:50:49','2022-03-14 21:50:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2221,1060,'lcaadmin','laradasciences@gmail.com','','','2022-03-14 21:56:00','2022-03-14 21:56:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2222,1046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 06:07:28','2022-03-15 06:07:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2223,1046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 06:07:28','2022-03-15 06:07:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2224,1046,'lcaadmin','laradasciences@gmail.com','','','2022-03-15 17:28:35','2022-03-15 17:28:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2225,1065,'lcaadmin','laradasciences@gmail.com','','','2022-03-15 17:44:40','2022-03-15 17:44:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2227,1068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 20:24:59','2022-03-15 20:24:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2228,1068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 20:25:00','2022-03-15 20:25:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2229,1069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 22:37:29','2022-03-15 22:37:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2230,1069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 22:37:29','2022-03-15 22:37:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2231,1070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 22:51:45','2022-03-15 22:51:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2232,1070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 22:51:46','2022-03-15 22:51:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2233,1071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 23:01:36','2022-03-15 23:01:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2234,1071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-15 23:01:36','2022-03-15 23:01:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2236,1066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 14:47:38','2022-03-16 14:47:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2237,1066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 14:47:39','2022-03-16 14:47:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2238,1068,'lcaadmin','laradasciences@gmail.com','','','2022-03-16 18:40:21','2022-03-16 18:40:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2239,1072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 19:08:42','2022-03-16 19:08:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2240,1073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 19:49:54','2022-03-16 19:49:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2241,1073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 19:49:55','2022-03-16 19:49:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2242,1024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 21:09:58','2022-03-16 21:09:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2243,1024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 21:09:58','2022-03-16 21:09:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2244,1065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 21:35:33','2022-03-16 21:35:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2245,1065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-16 21:35:33','2022-03-16 21:35:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2246,1072,'lcaadmin','laradasciences@gmail.com','','','2022-03-16 22:06:49','2022-03-16 22:06:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2247,1071,'lcaadmin','laradasciences@gmail.com','','','2022-03-16 22:10:01','2022-03-16 22:10:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2248,1070,'lcaadmin','laradasciences@gmail.com','','','2022-03-16 22:10:22','2022-03-16 22:10:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2249,1069,'lcaadmin','laradasciences@gmail.com','','','2022-03-16 22:11:40','2022-03-16 22:11:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2250,1073,'lcaadmin','laradasciences@gmail.com','','','2022-03-17 16:16:39','2022-03-17 16:16:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2251,1024,'lcaadmin','laradasciences@gmail.com','','','2022-03-17 16:17:50','2022-03-17 16:17:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2252,1053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 15:54:46','2022-03-18 15:54:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2253,1053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 15:54:47','2022-03-18 15:54:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2254,1044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 17:10:43','2022-03-18 17:10:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2255,1044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 17:10:43','2022-03-18 17:10:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2256,1065,'lcaadmin','laradasciences@gmail.com','','','2022-03-18 17:16:39','2022-03-18 17:16:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2257,1047,'lcaadmin','laradasciences@gmail.com','','','2022-03-18 17:18:40','2022-03-18 17:18:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2258,1075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 18:33:09','2022-03-18 18:33:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2259,1075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-18 18:33:09','2022-03-18 18:33:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2260,1076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-19 18:06:48','2022-03-19 18:06:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2261,1076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-19 18:06:49','2022-03-19 18:06:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2262,1072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-20 13:52:07','2022-03-20 13:52:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2263,1072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-20 13:52:08','2022-03-20 13:52:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2264,1077,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-21 11:22:39','2022-03-21 11:22:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2265,1044,'lcaadmin','laradasciences@gmail.com','','','2022-03-21 14:34:17','2022-03-21 14:34:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2266,1053,'lcaadmin','laradasciences@gmail.com','','','2022-03-21 14:37:37','2022-03-21 14:37:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2267,1077,'lcaadmin','laradasciences@gmail.com','','','2022-03-21 16:40:11','2022-03-21 16:40:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2268,1078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-21 18:18:44','2022-03-21 18:18:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2269,1078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-21 18:18:44','2022-03-21 18:18:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2270,1078,'lcaadmin','laradasciences@gmail.com','','','2022-03-22 00:34:21','2022-03-22 00:34:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2271,1076,'lcaadmin','laradasciences@gmail.com','','','2022-03-22 00:41:32','2022-03-22 00:41:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2272,1075,'lcaadmin','laradasciences@gmail.com','','','2022-03-22 00:41:58','2022-03-22 00:41:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2273,1077,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 11:49:29','2022-03-22 11:49:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2274,1077,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 11:49:30','2022-03-22 11:49:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2275,1079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 18:19:34','2022-03-22 18:19:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2276,1080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 18:20:53','2022-03-22 18:20:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2279,1083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:37:42','2022-03-22 19:37:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2280,1083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:37:42','2022-03-22 19:37:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2281,1084,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:53:15','2022-03-22 19:53:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2282,1084,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:53:15','2022-03-22 19:53:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2283,1085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:56:25','2022-03-22 19:56:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2284,1085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 19:56:25','2022-03-22 19:56:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2285,1083,'lcaadmin','laradasciences@gmail.com','','','2022-03-22 21:43:27','2022-03-22 21:43:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2286,1077,'lcaadmin','laradasciences@gmail.com','','','2022-03-22 21:45:56','2022-03-22 21:45:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2287,1086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 21:52:49','2022-03-22 21:52:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2288,1086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 21:52:49','2022-03-22 21:52:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2289,1087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 21:56:38','2022-03-22 21:56:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2290,1087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 21:56:38','2022-03-22 21:56:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2291,1088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 23:37:15','2022-03-22 23:37:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2292,1088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 23:37:15','2022-03-22 23:37:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2293,1089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 23:40:46','2022-03-22 23:40:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2294,1089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-22 23:40:46','2022-03-22 23:40:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2295,1090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 03:02:23','2022-03-23 03:02:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2296,1080,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:06:30','2022-03-23 16:06:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2297,1079,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:07:27','2022-03-23 16:07:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2298,1090,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:08:17','2022-03-23 16:08:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2299,1066,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:40:39','2022-03-23 16:40:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2300,1072,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:41:19','2022-03-23 16:41:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2301,1085,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:41:52','2022-03-23 16:41:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2302,1084,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:41:57','2022-03-23 16:41:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2303,1086,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:42:30','2022-03-23 16:42:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2304,1087,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 16:42:46','2022-03-23 16:42:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2305,1079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 17:43:10','2022-03-23 17:43:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2306,1079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 17:43:10','2022-03-23 17:43:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2307,1080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 17:44:26','2022-03-23 17:44:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2308,1080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 17:44:26','2022-03-23 17:44:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2309,1091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 17:47:49','2022-03-23 17:47:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2310,1091,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 18:53:18','2022-03-23 18:53:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2311,1089,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 18:56:33','2022-03-23 18:56:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2312,1088,'lcaadmin','laradasciences@gmail.com','','','2022-03-23 18:57:53','2022-03-23 18:57:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2313,999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 20:20:55','2022-03-23 20:20:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2314,999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 20:20:55','2022-03-23 20:20:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2315,1092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 20:33:34','2022-03-23 20:33:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2316,1092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-23 20:33:34','2022-03-23 20:33:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2317,1079,'lcaadmin','laradasciences@gmail.com','','','2022-03-24 12:53:56','2022-03-24 12:53:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2318,1080,'lcaadmin','laradasciences@gmail.com','','','2022-03-24 12:54:14','2022-03-24 12:54:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2319,999,'lcaadmin','laradasciences@gmail.com','','','2022-03-24 14:38:42','2022-03-24 14:38:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2320,1091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-24 16:45:47','2022-03-24 16:45:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2321,1091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-24 16:45:48','2022-03-24 16:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2322,1093,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-24 16:47:36','2022-03-24 16:47:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2323,1093,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-24 16:47:36','2022-03-24 16:47:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2324,1094,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-25 03:52:43','2022-03-25 03:52:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2325,1094,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-25 03:52:44','2022-03-25 03:52:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2326,1090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-25 12:41:10','2022-03-25 12:41:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2327,1090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-25 12:41:11','2022-03-25 12:41:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2328,1095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-28 16:32:26','2022-03-28 16:32:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2329,1095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-28 16:32:27','2022-03-28 16:32:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2330,1096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-28 16:48:21','2022-03-28 16:48:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2331,1090,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 18:09:19','2022-03-28 18:09:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2332,1091,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 18:10:26','2022-03-28 18:10:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2333,1092,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 18:11:18','2022-03-28 18:11:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2334,1094,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 18:40:52','2022-03-28 18:40:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2335,1093,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 18:41:09','2022-03-28 18:41:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2336,1098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-28 19:43:09','2022-03-28 19:43:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2337,1095,'lcaadmin','laradasciences@gmail.com','','','2022-03-28 20:30:15','2022-03-28 20:30:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2338,1099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 01:28:13','2022-03-29 01:28:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2339,1099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 01:28:13','2022-03-29 01:28:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2340,1100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 16:46:24','2022-03-29 16:46:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2341,1100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 16:46:24','2022-03-29 16:46:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2342,1099,'lcaadmin','laradasciences@gmail.com','','','2022-03-29 17:42:04','2022-03-29 17:42:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2343,1100,'lcaadmin','laradasciences@gmail.com','','','2022-03-29 17:44:19','2022-03-29 17:44:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2344,1101,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 22:50:19','2022-03-29 22:50:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2345,1101,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-29 22:50:19','2022-03-29 22:50:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2346,1096,'lcaadmin','laradasciences@gmail.com','','','2022-03-30 13:00:38','2022-03-30 13:00:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2347,1098,'lcaadmin','laradasciences@gmail.com','','','2022-03-30 13:00:43','2022-03-30 13:00:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2348,1061,'lcaadmin','laradasciences@gmail.com','','','2022-03-30 13:00:48','2022-03-30 13:00:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2349,1096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 15:12:17','2022-03-30 15:12:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2350,1096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 15:12:17','2022-03-30 15:12:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2351,1061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 16:30:18','2022-03-30 16:30:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2352,1061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 16:30:18','2022-03-30 16:30:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2353,1098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 20:41:23','2022-03-30 20:41:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2354,1098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-03-30 20:41:23','2022-03-30 20:41:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2355,1101,'lcaadmin','laradasciences@gmail.com','','','2022-03-31 12:33:41','2022-03-31 12:33:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2356,1096,'lcaadmin','laradasciences@gmail.com','','','2022-03-31 12:34:44','2022-03-31 12:34:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2357,1061,'lcaadmin','laradasciences@gmail.com','','','2022-03-31 12:35:29','2022-03-31 12:35:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2358,1102,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-01 19:33:07','2022-04-01 19:33:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2359,1102,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-01 19:33:07','2022-04-01 19:33:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2360,1098,'lcaadmin','laradasciences@gmail.com','','','2022-04-01 22:21:15','2022-04-01 22:21:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2361,1103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-02 23:27:01','2022-04-02 23:27:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2362,1103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-02 23:27:01','2022-04-02 23:27:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2364,1105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 12:37:04','2022-04-04 12:37:04','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2365,1106,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 12:38:21','2022-04-04 12:38:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2366,1107,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 14:11:42','2022-04-04 14:11:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2367,1103,'lcaadmin','laradasciences@gmail.com','','','2022-04-04 15:33:19','2022-04-04 15:33:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2368,1108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 17:13:43','2022-04-04 17:13:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2369,1108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 17:13:43','2022-04-04 17:13:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2370,1109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 17:38:56','2022-04-04 17:38:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2371,1109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 17:38:56','2022-04-04 17:38:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2372,1110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 19:20:26','2022-04-04 19:20:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2373,1111,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-04 19:32:22','2022-04-04 19:32:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2374,1112,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-05 01:37:44','2022-04-05 01:37:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2375,1112,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-05 01:37:44','2022-04-05 01:37:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2376,1106,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 14:57:50','2022-04-05 14:57:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2377,1105,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 14:58:09','2022-04-05 14:58:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2379,1106,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-05 15:00:43','2022-04-05 15:00:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2380,1106,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-05 15:00:43','2022-04-05 15:00:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2381,1109,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 15:01:34','2022-04-05 15:01:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2382,1108,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 15:02:09','2022-04-05 15:02:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2383,1107,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 18:34:00','2022-04-05 18:34:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2384,1112,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 18:36:15','2022-04-05 18:36:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2385,1102,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 18:45:05','2022-04-05 18:45:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2386,1106,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 19:06:05','2022-04-05 19:06:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2388,1110,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 19:57:55','2022-04-05 19:57:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2389,1111,'lcaadmin','laradasciences@gmail.com','','','2022-04-05 19:58:01','2022-04-05 19:58:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2390,1116,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-05 23:23:06','2022-04-05 23:23:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2391,1116,'lcaadmin','laradasciences@gmail.com','','','2022-04-06 16:00:59','2022-04-06 16:00:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2392,1116,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-06 16:13:09','2022-04-06 16:13:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2393,1116,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-06 16:13:09','2022-04-06 16:13:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2395,1118,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-06 19:24:47','2022-04-06 19:24:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2396,1118,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-06 19:24:47','2022-04-06 19:24:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2397,1118,'lcaadmin','laradasciences@gmail.com','','','2022-04-06 22:49:24','2022-04-06 22:49:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2398,1116,'lcaadmin','laradasciences@gmail.com','','','2022-04-06 22:53:59','2022-04-06 22:53:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2399,1119,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 17:55:52','2022-04-07 17:55:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2400,1119,'lcaadmin','laradasciences@gmail.com','','','2022-04-07 18:31:19','2022-04-07 18:31:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2401,1111,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 21:01:26','2022-04-07 21:01:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2402,1111,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 21:01:27','2022-04-07 21:01:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2403,1110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 21:02:16','2022-04-07 21:02:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2404,1110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 21:02:16','2022-04-07 21:02:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2405,1120,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 22:53:00','2022-04-07 22:53:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2406,1120,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-07 22:53:00','2022-04-07 22:53:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2407,1119,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 00:44:06','2022-04-08 00:44:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2408,1119,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 00:44:06','2022-04-08 00:44:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2409,1110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 13:48:21','2022-04-08 13:48:21','Refunded 771.06 - Refund ID: 7C987667JD2233610',0,'1','WooCommerce','order_note',0,0),(2410,1110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 13:48:23','2022-04-08 13:48:23','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(2411,1111,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 13:49:08','2022-04-08 13:49:08','Refunded 702.24 - Refund ID: 2K543508SK009062J',0,'1','WooCommerce','order_note',0,0),(2412,1111,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-08 13:49:10','2022-04-08 13:49:10','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(2413,1119,'lcaadmin','laradasciences@gmail.com','','','2022-04-11 13:53:59','2022-04-11 13:53:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2414,1120,'lcaadmin','laradasciences@gmail.com','','','2022-04-11 13:59:41','2022-04-11 13:59:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2415,1105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-11 16:26:37','2022-04-11 16:26:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2416,1105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-11 16:26:37','2022-04-11 16:26:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2417,1123,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 00:33:46','2022-04-12 00:33:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2418,1124,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 00:35:36','2022-04-12 00:35:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2419,1125,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 03:17:53','2022-04-12 03:17:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2420,1125,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 03:17:53','2022-04-12 03:17:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2421,1105,'lcaadmin','laradasciences@gmail.com','','','2022-04-12 14:35:59','2022-04-12 14:35:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2422,1123,'lcaadmin','laradasciences@gmail.com','','','2022-04-12 15:00:20','2022-04-12 15:00:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2423,1124,'lcaadmin','laradasciences@gmail.com','','','2022-04-12 15:00:24','2022-04-12 15:00:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2424,1126,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 19:07:04','2022-04-12 19:07:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2425,1126,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 19:07:04','2022-04-12 19:07:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2426,1127,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-12 20:14:33','2022-04-12 20:14:33','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2427,1126,'lcaadmin','laradasciences@gmail.com','','','2022-04-12 20:53:11','2022-04-12 20:53:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2428,1125,'lcaadmin','laradasciences@gmail.com','','','2022-04-12 20:57:08','2022-04-12 20:57:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2429,1107,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 11:18:39','2022-04-13 11:18:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2430,1107,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 11:18:39','2022-04-13 11:18:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2431,1124,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 15:58:47','2022-04-13 15:58:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2432,1124,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 15:58:47','2022-04-13 15:58:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2433,1123,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 16:00:06','2022-04-13 16:00:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2434,1123,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 16:00:06','2022-04-13 16:00:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2435,1129,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 19:40:59','2022-04-13 19:40:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2436,1130,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 19:45:05','2022-04-13 19:45:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2437,1130,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-13 19:45:05','2022-04-13 19:45:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2438,1107,'lcaadmin','laradasciences@gmail.com','','','2022-04-13 20:28:22','2022-04-13 20:28:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2439,1123,'lcaadmin','laradasciences@gmail.com','','','2022-04-13 20:29:10','2022-04-13 20:29:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2440,1124,'lcaadmin','laradasciences@gmail.com','','','2022-04-13 20:29:32','2022-04-13 20:29:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2441,1127,'lcaadmin','laradasciences@gmail.com','','','2022-04-13 20:30:14','2022-04-13 20:30:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2442,1129,'lcaadmin','laradasciences@gmail.com','','','2022-04-13 20:30:34','2022-04-13 20:30:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2443,1127,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 11:04:32','2022-04-14 11:04:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2444,1127,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 11:04:32','2022-04-14 11:04:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2445,1127,'lcaadmin','laradasciences@gmail.com','','','2022-04-14 16:50:33','2022-04-14 16:50:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2446,1130,'lcaadmin','laradasciences@gmail.com','','','2022-04-14 16:51:10','2022-04-14 16:51:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2447,1131,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 17:28:58','2022-04-14 17:28:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2448,1131,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 17:28:58','2022-04-14 17:28:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2449,1129,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 19:51:19','2022-04-14 19:51:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2450,1129,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-14 19:51:19','2022-04-14 19:51:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2451,1132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-15 19:47:31','2022-04-15 19:47:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2452,1132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-15 19:47:32','2022-04-15 19:47:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2453,1133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-15 20:43:34','2022-04-15 20:43:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2454,1133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-15 20:43:34','2022-04-15 20:43:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2455,1134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-16 23:06:41','2022-04-16 23:06:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2456,1134,'lcaadmin','laradasciences@gmail.com','','','2022-04-18 15:35:41','2022-04-18 15:35:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2457,1129,'lcaadmin','laradasciences@gmail.com','','','2022-04-18 15:37:38','2022-04-18 15:37:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2458,1131,'lcaadmin','laradasciences@gmail.com','','','2022-04-18 15:40:33','2022-04-18 15:40:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2460,1136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 17:06:20','2022-04-18 17:06:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2461,1136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 17:06:20','2022-04-18 17:06:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2462,1137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 19:55:55','2022-04-18 19:55:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2463,1137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 19:55:56','2022-04-18 19:55:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2464,1138,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 23:15:01','2022-04-18 23:15:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2465,1138,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-18 23:15:01','2022-04-18 23:15:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2466,1139,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 02:07:13','2022-04-19 02:07:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2467,1139,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 02:07:14','2022-04-19 02:07:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2468,1140,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:29:29','2022-04-19 15:29:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2469,1140,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:29:29','2022-04-19 15:29:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2470,1141,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:35:08','2022-04-19 15:35:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2471,1141,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:35:08','2022-04-19 15:35:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2472,1142,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:38:34','2022-04-19 15:38:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2473,1142,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:38:34','2022-04-19 15:38:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2474,1143,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:41:08','2022-04-19 15:41:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2475,1143,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:41:08','2022-04-19 15:41:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2476,1144,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:44:41','2022-04-19 15:44:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2477,1144,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-19 15:44:42','2022-04-19 15:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2478,1139,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 16:48:24','2022-04-19 16:48:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2479,1137,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:05:25','2022-04-19 21:05:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2480,1142,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:06:22','2022-04-19 21:06:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2481,1141,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:07:12','2022-04-19 21:07:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2482,1143,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:08:26','2022-04-19 21:08:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2483,1144,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:08:53','2022-04-19 21:08:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2484,1140,'lcaadmin','laradasciences@gmail.com','','','2022-04-19 21:09:21','2022-04-19 21:09:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2486,1138,'lcaadmin','laradasciences@gmail.com','','','2022-04-20 15:45:18','2022-04-20 15:45:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2487,1136,'lcaadmin','laradasciences@gmail.com','','','2022-04-20 15:46:07','2022-04-20 15:46:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2488,1133,'lcaadmin','laradasciences@gmail.com','','','2022-04-20 15:46:38','2022-04-20 15:46:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2489,1132,'lcaadmin','laradasciences@gmail.com','','','2022-04-20 15:47:29','2022-04-20 15:47:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2490,1145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-20 21:57:49','2022-04-20 21:57:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2491,1145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-20 21:57:50','2022-04-20 21:57:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2492,1145,'lcaadmin','laradasciences@gmail.com','','','2022-04-21 16:57:18','2022-04-21 16:57:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2493,1147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-21 17:29:51','2022-04-21 17:29:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2494,1147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-21 17:29:51','2022-04-21 17:29:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2495,1148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-22 20:06:08','2022-04-22 20:06:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2496,1149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-22 21:32:16','2022-04-22 21:32:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2497,1149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-22 21:32:17','2022-04-22 21:32:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2498,1150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-23 01:54:48','2022-04-23 01:54:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2499,1151,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-24 12:20:03','2022-04-24 12:20:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2500,1151,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-24 12:20:04','2022-04-24 12:20:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2501,1152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 00:06:36','2022-04-25 00:06:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2502,1153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 00:45:42','2022-04-25 00:45:42','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2503,1154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 00:46:53','2022-04-25 00:46:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2504,1155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 11:14:50','2022-04-25 11:14:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2505,1156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 16:56:05','2022-04-25 16:56:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2506,1156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-25 16:56:06','2022-04-25 16:56:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2507,1147,'lcaadmin','laradasciences@gmail.com','','','2022-04-25 17:47:56','2022-04-25 17:47:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2508,1149,'lcaadmin','laradasciences@gmail.com','','','2022-04-25 17:50:18','2022-04-25 17:50:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2509,1151,'lcaadmin','laradasciences@gmail.com','','','2022-04-25 17:58:24','2022-04-25 17:58:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2510,1156,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 00:14:27','2022-04-26 00:14:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2511,1157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 12:34:35','2022-04-26 12:34:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2512,1134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 14:20:13','2022-04-26 14:20:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2513,1134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 14:20:13','2022-04-26 14:20:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2514,1148,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 17:25:41','2022-04-26 17:25:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2515,1148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 17:28:36','2022-04-26 17:28:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2516,1148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 17:28:36','2022-04-26 17:28:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2517,1154,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 17:45:17','2022-04-26 17:45:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2518,1153,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 17:45:21','2022-04-26 17:45:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2519,1134,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 17:47:22','2022-04-26 17:47:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2520,1158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 17:55:36','2022-04-26 17:55:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2521,1148,'lcaadmin','laradasciences@gmail.com','','','2022-04-26 20:37:57','2022-04-26 20:37:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2522,1154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 21:50:12','2022-04-26 21:50:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2523,1154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 21:50:12','2022-04-26 21:50:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2524,1153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 21:51:34','2022-04-26 21:51:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2525,1153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-26 21:51:34','2022-04-26 21:51:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2526,1150,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 13:50:14','2022-04-27 13:50:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2527,1152,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 13:50:19','2022-04-27 13:50:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2528,1155,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 13:50:56','2022-04-27 13:50:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2529,1157,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 13:50:59','2022-04-27 13:50:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2530,1158,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 13:51:03','2022-04-27 13:51:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2531,1159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 13:58:34','2022-04-27 13:58:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2532,1159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 13:58:34','2022-04-27 13:58:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2533,1160,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 14:04:55','2022-04-27 14:04:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2534,1160,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 14:04:55','2022-04-27 14:04:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2535,1154,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 16:51:12','2022-04-27 16:51:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2536,1153,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 16:52:14','2022-04-27 16:52:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2537,1159,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 18:05:24','2022-04-27 18:05:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2538,1160,'lcaadmin','laradasciences@gmail.com','','','2022-04-27 18:05:48','2022-04-27 18:05:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2539,1161,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 18:40:58','2022-04-27 18:40:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2540,1161,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 18:40:58','2022-04-27 18:40:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2541,1152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 19:40:28','2022-04-27 19:40:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2542,1152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-27 19:40:28','2022-04-27 19:40:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2543,1150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 15:09:23','2022-04-28 15:09:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2544,1150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 15:09:23','2022-04-28 15:09:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2545,1162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 15:34:35','2022-04-28 15:34:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2547,1164,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 17:08:01','2022-04-28 17:08:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2548,1155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 17:40:16','2022-04-28 17:40:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2549,1155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 17:40:16','2022-04-28 17:40:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2550,1150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 20:06:08','2022-04-28 20:06:08','Refunded 998.24 - Refund ID: 77761967Y7511381R',0,'1','WooCommerce','order_note',0,0),(2551,1155,'lcaadmin','laradasciences@gmail.com','','','2022-04-28 20:09:40','2022-04-28 20:09:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2552,1167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-28 20:42:44','2022-04-28 20:42:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2553,1157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-29 14:30:05','2022-04-29 14:30:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2554,1157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-29 14:30:05','2022-04-29 14:30:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2556,1162,'lcaadmin','laradasciences@gmail.com','','','2022-04-29 17:58:04','2022-04-29 17:58:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2557,1150,'lcaadmin','laradasciences@gmail.com','','','2022-04-29 19:50:26','2022-04-29 19:50:26','Order status changed by bulk edit: Order status changed from Processing to Cancelled.',0,'1','WooCommerce','order_note',0,0),(2558,1157,'lcaadmin','laradasciences@gmail.com','','','2022-04-29 19:58:21','2022-04-29 19:58:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2559,1167,'lcaadmin','laradasciences@gmail.com','','','2022-04-30 14:20:11','2022-04-30 14:20:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2560,1167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-30 19:09:16','2022-04-30 19:09:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2561,1167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-04-30 19:09:16','2022-04-30 19:09:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2562,1158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-02 20:47:40','2022-05-02 20:47:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2563,1158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-02 20:47:40','2022-05-02 20:47:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2564,1168,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-02 20:49:28','2022-05-02 20:49:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2565,1168,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-02 20:49:28','2022-05-02 20:49:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2566,1169,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 02:03:25','2022-05-03 02:03:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2567,1169,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 02:03:25','2022-05-03 02:03:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2568,1170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 06:25:10','2022-05-03 06:25:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2569,1170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 06:25:10','2022-05-03 06:25:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2570,1171,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 06:28:05','2022-05-03 06:28:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2571,1171,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 06:28:05','2022-05-03 06:28:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2572,1172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 15:44:36','2022-05-03 15:44:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2573,1172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 15:44:36','2022-05-03 15:44:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2574,1167,'lcaadmin','laradasciences@gmail.com','','','2022-05-03 19:06:36','2022-05-03 19:06:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2575,1168,'lcaadmin','laradasciences@gmail.com','','','2022-05-03 19:07:45','2022-05-03 19:07:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2576,1169,'lcaadmin','laradasciences@gmail.com','','','2022-05-03 19:08:17','2022-05-03 19:08:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2577,1173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-03 19:32:02','2022-05-03 19:32:02','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2578,1173,'lcaadmin','laradasciences@gmail.com','','','2022-05-04 16:37:14','2022-05-04 16:37:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2579,1173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 12:39:01','2022-05-05 12:39:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2580,1173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 12:39:02','2022-05-05 12:39:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2581,1174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 13:24:01','2022-05-05 13:24:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2582,1150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 14:11:35','2022-05-05 14:11:35','Payment refunded via IPN. Order status changed from Cancelled to Refunded.',0,'1','WooCommerce','order_note',0,0),(2583,1174,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:21:50','2022-05-05 14:21:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2584,1164,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:22:22','2022-05-05 14:22:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2585,1172,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:26:42','2022-05-05 14:26:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2586,1171,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:27:56','2022-05-05 14:27:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2587,1152,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:32:14','2022-05-05 14:32:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2588,1158,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:32:51','2022-05-05 14:32:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2589,1161,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:33:06','2022-05-05 14:33:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2590,1170,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 14:33:58','2022-05-05 14:33:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2591,1174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 15:20:13','2022-05-05 15:20:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2592,1174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 15:20:14','2022-05-05 15:20:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2593,1175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 15:30:26','2022-05-05 15:30:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2594,1175,'lcaadmin','laradasciences@gmail.com','','','2022-05-05 16:13:46','2022-05-05 16:13:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2595,1175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 16:28:17','2022-05-05 16:28:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2596,1175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 16:28:17','2022-05-05 16:28:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2597,1176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 17:40:38','2022-05-05 17:40:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2598,1176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-05 17:40:38','2022-05-05 17:40:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2599,1177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-06 21:42:11','2022-05-06 21:42:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2601,1164,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-07 17:19:28','2022-05-07 17:19:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2602,1164,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-07 17:19:29','2022-05-07 17:19:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2603,1180,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 13:01:52','2022-05-09 13:01:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2604,1181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 15:03:23','2022-05-09 15:03:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2605,1181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 15:03:24','2022-05-09 15:03:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2607,1162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 15:05:55','2022-05-09 15:05:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2608,1162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 15:05:55','2022-05-09 15:05:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2609,1182,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-09 15:19:22','2022-05-09 15:19:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2610,1174,'lcaadmin','laradasciences@gmail.com','','','2022-05-09 21:16:39','2022-05-09 21:16:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2611,1173,'lcaadmin','laradasciences@gmail.com','','','2022-05-09 21:59:36','2022-05-09 21:59:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2612,1164,'lcaadmin','laradasciences@gmail.com','','','2022-05-09 22:01:42','2022-05-09 22:01:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2613,1162,'lcaadmin','laradasciences@gmail.com','','','2022-05-09 22:07:52','2022-05-09 22:07:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2614,1181,'lcaadmin','laradasciences@gmail.com','','','2022-05-09 22:09:26','2022-05-09 22:09:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2615,1178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 01:48:54','2022-05-10 01:48:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2616,1178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 01:48:54','2022-05-10 01:48:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2617,1175,'lcaadmin','laradasciences@gmail.com','','','2022-05-10 14:40:07','2022-05-10 14:40:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2618,1176,'lcaadmin','laradasciences@gmail.com','','','2022-05-10 14:40:37','2022-05-10 14:40:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2619,1184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 19:33:01','2022-05-10 19:33:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2620,1184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 19:33:02','2022-05-10 19:33:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2621,1180,'lcaadmin','laradasciences@gmail.com','','','2022-05-10 19:43:08','2022-05-10 19:43:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2622,1177,'lcaadmin','laradasciences@gmail.com','','','2022-05-10 19:43:40','2022-05-10 19:43:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2624,1182,'lcaadmin','laradasciences@gmail.com','','','2022-05-10 19:45:22','2022-05-10 19:45:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2625,1177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 20:10:03','2022-05-10 20:10:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2626,1177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 20:10:04','2022-05-10 20:10:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2628,1185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 20:45:12','2022-05-10 20:45:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2629,1185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 20:45:13','2022-05-10 20:45:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2630,1186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 21:01:50','2022-05-10 21:01:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2631,1186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 21:01:51','2022-05-10 21:01:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2632,1180,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 22:32:29','2022-05-10 22:32:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2633,1180,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-10 22:32:29','2022-05-10 22:32:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2634,1186,'lcaadmin','laradasciences@gmail.com','','','2022-05-11 20:33:37','2022-05-11 20:33:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2635,1185,'lcaadmin','laradasciences@gmail.com','','','2022-05-11 20:35:13','2022-05-11 20:35:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2636,1177,'lcaadmin','laradasciences@gmail.com','','','2022-05-11 20:35:59','2022-05-11 20:35:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2637,1184,'lcaadmin','laradasciences@gmail.com','','','2022-05-11 20:36:56','2022-05-11 20:36:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2638,1187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 19:05:58','2022-05-12 19:05:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2640,1187,'lcaadmin','laradasciences@gmail.com','','','2022-05-12 19:46:36','2022-05-12 19:46:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2641,1178,'lcaadmin','laradasciences@gmail.com','','','2022-05-12 19:48:00','2022-05-12 19:48:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2642,1180,'lcaadmin','laradasciences@gmail.com','','','2022-05-12 19:48:18','2022-05-12 19:48:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2643,1189,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 20:03:58','2022-05-12 20:03:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2644,1189,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 20:03:58','2022-05-12 20:03:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2645,1187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 22:50:28','2022-05-12 22:50:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2646,1187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 22:50:29','2022-05-12 22:50:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2647,1190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 22:58:29','2022-05-12 22:58:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2648,1190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-12 22:58:29','2022-05-12 22:58:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2649,1191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-15 23:35:05','2022-05-15 23:35:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2650,1191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-15 23:35:05','2022-05-15 23:35:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2651,1189,'lcaadmin','laradasciences@gmail.com','','','2022-05-16 17:22:39','2022-05-16 17:22:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2652,1190,'lcaadmin','laradasciences@gmail.com','','','2022-05-16 17:25:07','2022-05-16 17:25:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2653,1187,'lcaadmin','laradasciences@gmail.com','','','2022-05-16 20:00:16','2022-05-16 20:00:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2654,1191,'lcaadmin','laradasciences@gmail.com','','','2022-05-16 20:01:23','2022-05-16 20:01:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2655,1192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 17:32:54','2022-05-17 17:32:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2656,1192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 17:32:54','2022-05-17 17:32:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2657,1193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 21:50:23','2022-05-17 21:50:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2658,1193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 21:50:23','2022-05-17 21:50:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2659,1194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 23:09:23','2022-05-17 23:09:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2660,1194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-17 23:09:23','2022-05-17 23:09:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2661,1182,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-18 14:43:25','2022-05-18 14:43:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2662,1182,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-18 14:43:26','2022-05-18 14:43:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2663,1195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-18 23:03:53','2022-05-18 23:03:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2664,1195,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 14:41:34','2022-05-19 14:41:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2665,1194,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 14:43:27','2022-05-19 14:43:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2666,1182,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 14:44:52','2022-05-19 14:44:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2667,1193,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 14:46:34','2022-05-19 14:46:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2668,1192,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 14:48:27','2022-05-19 14:48:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2669,1195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 14:50:10','2022-05-19 14:50:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2670,1195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 14:50:10','2022-05-19 14:50:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2671,1197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:09:56','2022-05-19 20:09:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2672,1197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:09:57','2022-05-19 20:09:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2673,1198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:14:01','2022-05-19 20:14:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2674,1198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:14:01','2022-05-19 20:14:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2675,1199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:19:21','2022-05-19 20:19:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2676,1199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 20:19:21','2022-05-19 20:19:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2677,1195,'lcaadmin','laradasciences@gmail.com','','','2022-05-19 20:41:33','2022-05-19 20:41:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2678,1200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 23:03:32','2022-05-19 23:03:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2679,1200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 23:03:32','2022-05-19 23:03:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2680,1201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 23:12:13','2022-05-19 23:12:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2681,1201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-19 23:12:13','2022-05-19 23:12:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2682,1202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-20 00:42:55','2022-05-20 00:42:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2683,1202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-20 00:42:55','2022-05-20 00:42:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2684,1203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-20 18:27:41','2022-05-20 18:27:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2685,1197,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 19:09:52','2022-05-20 19:09:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2686,1198,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 19:11:09','2022-05-20 19:11:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2687,1200,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 19:11:39','2022-05-20 19:11:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2688,1202,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 19:12:59','2022-05-20 19:12:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2689,1201,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 19:13:14','2022-05-20 19:13:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2690,1203,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 20:58:37','2022-05-20 20:58:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2691,1199,'lcaadmin','laradasciences@gmail.com','','','2022-05-20 20:59:50','2022-05-20 20:59:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2693,1205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 17:39:34','2022-05-23 17:39:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2694,1205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 17:39:35','2022-05-23 17:39:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2695,1206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 18:28:54','2022-05-23 18:28:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2696,1207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 19:56:22','2022-05-23 19:56:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2697,1207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 19:56:22','2022-05-23 19:56:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2698,1206,'lcaadmin','laradasciences@gmail.com','','','2022-05-23 20:05:58','2022-05-23 20:05:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2699,1206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 22:13:39','2022-05-23 22:13:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2700,1206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 22:13:40','2022-05-23 22:13:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2701,1203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 22:37:55','2022-05-23 22:37:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2702,1203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-23 22:37:55','2022-05-23 22:37:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2703,1208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-24 14:23:04','2022-05-24 14:23:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2704,1208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-24 14:23:04','2022-05-24 14:23:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2705,1205,'lcaadmin','laradasciences@gmail.com','','','2022-05-24 14:25:22','2022-05-24 14:25:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2706,1209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-24 14:34:05','2022-05-24 14:34:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2707,1209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-24 14:34:05','2022-05-24 14:34:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2708,1208,'lcaadmin','laradasciences@gmail.com','','','2022-05-25 16:33:15','2022-05-25 16:33:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2709,1209,'lcaadmin','laradasciences@gmail.com','','','2022-05-25 16:33:47','2022-05-25 16:33:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2710,1203,'lcaadmin','laradasciences@gmail.com','','','2022-05-25 16:35:31','2022-05-25 16:35:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2711,1207,'lcaadmin','laradasciences@gmail.com','','','2022-05-25 16:36:29','2022-05-25 16:36:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2712,1206,'lcaadmin','laradasciences@gmail.com','','','2022-05-25 16:37:14','2022-05-25 16:37:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2713,1210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-25 18:39:30','2022-05-25 18:39:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2714,1210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-25 18:39:30','2022-05-25 18:39:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2715,1211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-25 23:36:33','2022-05-25 23:36:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2716,1211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-25 23:36:33','2022-05-25 23:36:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2717,1212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-26 07:58:14','2022-05-26 07:58:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2718,1212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-26 07:58:14','2022-05-26 07:58:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2719,1213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-26 22:29:22','2022-05-26 22:29:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2720,1213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-26 22:29:22','2022-05-26 22:29:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2721,1214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-28 23:33:07','2022-05-28 23:33:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2722,1215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-28 23:34:43','2022-05-28 23:34:43','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2723,1216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-05-28 23:43:21','2022-05-28 23:43:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2724,1214,'lcaadmin','laradasciences@gmail.com','','','2022-05-31 15:50:05','2022-05-31 15:50:05','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2725,1215,'lcaadmin','laradasciences@gmail.com','','','2022-05-31 15:50:17','2022-05-31 15:50:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2726,1216,'lcaadmin','laradasciences@gmail.com','','','2022-05-31 15:50:23','2022-05-31 15:50:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2727,1211,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 17:10:30','2022-06-01 17:10:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2728,1210,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 17:10:59','2022-06-01 17:10:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2729,1216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:33:17','2022-06-01 19:33:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2730,1216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:33:17','2022-06-01 19:33:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2731,1215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:34:57','2022-06-01 19:34:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2732,1215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:34:57','2022-06-01 19:34:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2733,1214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:36:08','2022-06-01 19:36:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2734,1214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-01 19:36:08','2022-06-01 19:36:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2735,1215,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 21:48:19','2022-06-01 21:48:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2736,1214,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 21:48:49','2022-06-01 21:48:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2737,1216,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 21:50:08','2022-06-01 21:50:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2738,1213,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 21:52:53','2022-06-01 21:52:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2739,1212,'lcaadmin','laradasciences@gmail.com','','','2022-06-01 21:54:20','2022-06-01 21:54:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2740,1218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-02 00:32:29','2022-06-02 00:32:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2741,1218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-02 00:32:29','2022-06-02 00:32:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2742,1219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-02 20:05:16','2022-06-02 20:05:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2743,1219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-02 20:05:16','2022-06-02 20:05:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2744,1220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-03 01:44:13','2022-06-03 01:44:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2745,1220,'lcaadmin','laradasciences@gmail.com','','','2022-06-03 19:36:22','2022-06-03 19:36:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2746,1220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-03 19:55:14','2022-06-03 19:55:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2747,1220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-03 19:55:15','2022-06-03 19:55:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2748,1221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-03 23:40:35','2022-06-03 23:40:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2749,1221,'lcaadmin','laradasciences@gmail.com','','','2022-06-04 23:52:26','2022-06-04 23:52:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2750,1221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 00:26:18','2022-06-05 00:26:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2751,1221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 00:26:19','2022-06-05 00:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2752,1222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 20:13:41','2022-06-05 20:13:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2753,1222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 20:13:42','2022-06-05 20:13:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2754,1223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 22:23:01','2022-06-05 22:23:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2755,1223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-05 22:23:01','2022-06-05 22:23:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2756,1224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 01:26:35','2022-06-06 01:26:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2757,1224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 01:26:35','2022-06-06 01:26:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2758,1225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 16:00:22','2022-06-06 16:00:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2759,1225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 16:00:22','2022-06-06 16:00:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2760,1226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 16:49:59','2022-06-06 16:49:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2761,1226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 16:50:00','2022-06-06 16:50:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2762,1227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-06 21:37:50','2022-06-06 21:37:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2763,1228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 00:33:34','2022-06-07 00:33:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2764,1228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 00:33:34','2022-06-07 00:33:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2765,1229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 04:59:33','2022-06-07 04:59:33','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2766,1226,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 13:51:27','2022-06-07 13:51:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2767,1223,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 13:53:03','2022-06-07 13:53:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2768,1220,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 13:54:03','2022-06-07 13:54:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2769,1219,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 13:56:38','2022-06-07 13:56:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2770,1229,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 15:26:50','2022-06-07 15:26:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2771,1227,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 15:27:26','2022-06-07 15:27:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2772,1228,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 15:29:46','2022-06-07 15:29:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2773,1225,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 15:34:57','2022-06-07 15:34:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2774,1222,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 16:28:49','2022-06-07 16:28:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2775,1229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 17:53:31','2022-06-07 17:53:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2776,1229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 17:53:31','2022-06-07 17:53:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2777,1227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 21:45:48','2022-06-07 21:45:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2778,1227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-07 21:45:48','2022-06-07 21:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2779,1218,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 22:09:49','2022-06-07 22:09:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2780,1221,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 22:11:08','2022-06-07 22:11:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2781,1224,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 22:11:44','2022-06-07 22:11:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2782,1229,'lcaadmin','laradasciences@gmail.com','','','2022-06-07 22:15:20','2022-06-07 22:15:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2783,1231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-08 19:38:50','2022-06-08 19:38:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2784,1231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-08 19:38:50','2022-06-08 19:38:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2785,1232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-08 21:09:40','2022-06-08 21:09:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2786,1232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-08 21:09:40','2022-06-08 21:09:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2787,1227,'lcaadmin','laradasciences@gmail.com','','','2022-06-09 03:20:59','2022-06-09 03:20:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2788,1231,'lcaadmin','laradasciences@gmail.com','','','2022-06-09 03:22:28','2022-06-09 03:22:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2789,1233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-10 19:10:45','2022-06-10 19:10:45','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2790,1234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-10 19:52:17','2022-06-10 19:52:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2791,1234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-10 19:52:18','2022-06-10 19:52:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2792,1235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-10 20:11:59','2022-06-10 20:11:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2793,1235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-10 20:12:00','2022-06-10 20:12:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2794,1236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-11 00:19:48','2022-06-11 00:19:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2795,1236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-11 00:19:48','2022-06-11 00:19:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2796,1237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-11 18:57:51','2022-06-11 18:57:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2797,1237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-11 18:57:51','2022-06-11 18:57:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2798,1238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-11 20:20:24','2022-06-11 20:20:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2799,1233,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 14:32:05','2022-06-13 14:32:05','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2800,1236,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 14:35:17','2022-06-13 14:35:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2801,1235,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 14:36:50','2022-06-13 14:36:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2802,1234,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 14:40:42','2022-06-13 14:40:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2803,1239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 15:33:05','2022-06-13 15:33:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2804,1239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 15:33:05','2022-06-13 15:33:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2805,1240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 16:12:15','2022-06-13 16:12:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2806,1240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 16:12:15','2022-06-13 16:12:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2807,1239,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 17:58:51','2022-06-13 17:58:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2808,1240,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 17:59:26','2022-06-13 17:59:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2809,1237,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 18:00:16','2022-06-13 18:00:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2811,1242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 18:32:31','2022-06-13 18:32:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2812,1242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 18:32:31','2022-06-13 18:32:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2813,1232,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 21:16:52','2022-06-13 21:16:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2814,1242,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 21:26:15','2022-06-13 21:26:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2815,1238,'lcaadmin','laradasciences@gmail.com','','','2022-06-13 21:36:51','2022-06-13 21:36:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2816,1243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 23:55:20','2022-06-13 23:55:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2817,1243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-13 23:55:21','2022-06-13 23:55:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2818,1238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 00:27:28','2022-06-14 00:27:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2819,1238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 00:27:28','2022-06-14 00:27:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2820,1244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 10:57:38','2022-06-14 10:57:38','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2821,1243,'lcaadmin','laradasciences@gmail.com','','','2022-06-14 14:07:29','2022-06-14 14:07:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2822,1233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 18:24:25','2022-06-14 18:24:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2823,1233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 18:24:25','2022-06-14 18:24:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2824,1245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 23:01:35','2022-06-14 23:01:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2825,1245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-14 23:01:36','2022-06-14 23:01:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2826,1246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-15 15:25:55','2022-06-15 15:25:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2827,1246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-15 15:25:55','2022-06-15 15:25:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2828,1244,'lcaadmin','laradasciences@gmail.com','','','2022-06-15 18:10:20','2022-06-15 18:10:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2829,1246,'lcaadmin','laradasciences@gmail.com','','','2022-06-15 18:13:25','2022-06-15 18:13:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2830,1245,'lcaadmin','laradasciences@gmail.com','','','2022-06-15 18:18:32','2022-06-15 18:18:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2831,1233,'lcaadmin','laradasciences@gmail.com','','','2022-06-15 18:23:05','2022-06-15 18:23:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2832,1244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-15 18:28:28','2022-06-15 18:28:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2833,1244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-15 18:28:28','2022-06-15 18:28:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2834,1238,'lcaadmin','laradasciences@gmail.com','','','2022-06-15 18:38:45','2022-06-15 18:38:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2835,1244,'lcaadmin','laradasciences@gmail.com','','','2022-06-16 01:37:00','2022-06-16 01:37:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2836,1248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-16 20:14:33','2022-06-16 20:14:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2837,1248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-16 20:14:33','2022-06-16 20:14:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2838,1249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 00:29:48','2022-06-17 00:29:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2839,1250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:23:51','2022-06-17 14:23:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2840,1250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:23:52','2022-06-17 14:23:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2841,1251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:26:52','2022-06-17 14:26:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2842,1251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:26:52','2022-06-17 14:26:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2843,1252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:40:35','2022-06-17 14:40:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2844,1252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:40:35','2022-06-17 14:40:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2845,1253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:42:50','2022-06-17 14:42:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2846,1253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-17 14:42:50','2022-06-17 14:42:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2847,1249,'lcaadmin','laradasciences@gmail.com','','','2022-06-17 18:38:46','2022-06-17 18:38:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2848,1251,'lcaadmin','laradasciences@gmail.com','','','2022-06-17 18:42:14','2022-06-17 18:42:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2849,1250,'lcaadmin','laradasciences@gmail.com','','','2022-06-17 18:47:09','2022-06-17 18:47:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2850,1252,'lcaadmin','laradasciences@gmail.com','','','2022-06-17 18:47:51','2022-06-17 18:47:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2851,1253,'lcaadmin','laradasciences@gmail.com','','','2022-06-17 18:48:37','2022-06-17 18:48:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2852,1249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-18 00:42:34','2022-06-18 00:42:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2853,1249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-18 00:42:35','2022-06-18 00:42:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2854,1254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-19 17:12:53','2022-06-19 17:12:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2855,1255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 01:48:53','2022-06-20 01:48:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2856,1256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 01:50:30','2022-06-20 01:50:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2857,1257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 14:00:14','2022-06-20 14:00:14','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2858,1257,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:33:33','2022-06-20 14:33:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2859,1254,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:33:39','2022-06-20 14:33:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2860,1255,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:33:43','2022-06-20 14:33:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2861,1256,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:33:48','2022-06-20 14:33:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2862,1257,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:33:54','2022-06-20 14:33:54','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2863,1248,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 14:42:20','2022-06-20 14:42:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2864,1249,'lcaadmin','laradasciences@gmail.com','','','2022-06-20 18:15:11','2022-06-20 18:15:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2865,1256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 20:14:44','2022-06-20 20:14:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2866,1256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 20:14:45','2022-06-20 20:14:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2867,1255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 20:16:10','2022-06-20 20:16:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2868,1255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-20 20:16:10','2022-06-20 20:16:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2869,1258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 04:08:29','2022-06-21 04:08:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2870,1258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 04:08:29','2022-06-21 04:08:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2871,1257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 17:31:25','2022-06-21 17:31:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2872,1257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 17:31:26','2022-06-21 17:31:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2873,1259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 21:27:23','2022-06-21 21:27:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2874,1259,'lcaadmin','laradasciences@gmail.com','','','2022-06-21 21:37:59','2022-06-21 21:37:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2875,1259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 21:59:40','2022-06-21 21:59:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2876,1259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 21:59:40','2022-06-21 21:59:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2877,1254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 22:57:37','2022-06-21 22:57:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2878,1254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-21 22:57:37','2022-06-21 22:57:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2879,1254,'lcaadmin','laradasciences@gmail.com','','','2022-06-23 01:57:15','2022-06-23 01:57:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2880,1259,'lcaadmin','laradasciences@gmail.com','','','2022-06-23 01:57:56','2022-06-23 01:57:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2881,1257,'lcaadmin','laradasciences@gmail.com','','','2022-06-23 02:00:01','2022-06-23 02:00:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2882,1256,'lcaadmin','laradasciences@gmail.com','','','2022-06-23 02:03:41','2022-06-23 02:03:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2883,1255,'lcaadmin','laradasciences@gmail.com','','','2022-06-23 02:04:17','2022-06-23 02:04:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2884,1261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-23 22:54:47','2022-06-23 22:54:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2885,1261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-23 22:54:48','2022-06-23 22:54:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2886,1262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-24 13:07:10','2022-06-24 13:07:10','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2887,1263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-25 15:17:00','2022-06-25 15:17:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2888,1264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-25 18:46:11','2022-06-25 18:46:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2889,1264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-25 18:46:11','2022-06-25 18:46:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2890,1265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-26 14:02:06','2022-06-26 14:02:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2891,1262,'lcaadmin','laradasciences@gmail.com','','','2022-06-27 15:54:33','2022-06-27 15:54:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2892,1263,'lcaadmin','laradasciences@gmail.com','','','2022-06-27 15:55:02','2022-06-27 15:55:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2893,1265,'lcaadmin','laradasciences@gmail.com','','','2022-06-27 15:55:11','2022-06-27 15:55:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2894,1263,'lcaadmin','laradasciences@gmail.com','','','2022-06-27 15:55:18','2022-06-27 15:55:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2895,1263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 16:44:33','2022-06-27 16:44:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2896,1263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 16:44:34','2022-06-27 16:44:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2897,1266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 17:24:56','2022-06-27 17:24:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2898,1267,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 18:16:42','2022-06-27 18:16:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2899,1267,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 18:16:42','2022-06-27 18:16:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2900,1269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 18:24:26','2022-06-27 18:24:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2901,1269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 18:24:27','2022-06-27 18:24:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2902,1270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 18:24:49','2022-06-27 18:24:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2903,1268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 19:20:41','2022-06-27 19:20:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2904,1268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 19:20:42','2022-06-27 19:20:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2905,1262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 19:42:32','2022-06-27 19:42:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2906,1262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-27 19:42:32','2022-06-27 19:42:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2907,1262,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 14:32:58','2022-06-28 14:32:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2908,1268,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 14:33:54','2022-06-28 14:33:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2909,1269,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 14:35:35','2022-06-28 14:35:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2910,1263,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 14:36:19','2022-06-28 14:36:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2911,1264,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 14:38:25','2022-06-28 14:38:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2912,1270,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 15:28:55','2022-06-28 15:28:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2913,1266,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 15:28:59','2022-06-28 15:28:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2914,1266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-28 17:37:28','2022-06-28 17:37:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2915,1266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-28 17:37:29','2022-06-28 17:37:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2916,1267,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 18:38:55','2022-06-28 18:38:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2917,1261,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 18:40:29','2022-06-28 18:40:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2918,1258,'lcaadmin','laradasciences@gmail.com','','','2022-06-28 18:41:30','2022-06-28 18:41:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2919,1270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-28 18:50:38','2022-06-28 18:50:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2920,1270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-28 18:50:38','2022-06-28 18:50:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2921,1266,'lcaadmin','laradasciences@gmail.com','','','2022-06-29 17:51:48','2022-06-29 17:51:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2922,1270,'lcaadmin','laradasciences@gmail.com','','','2022-06-29 17:52:55','2022-06-29 17:52:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2923,1271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-29 22:42:08','2022-06-29 22:42:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2924,1271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-29 22:42:08','2022-06-29 22:42:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2925,1272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-29 22:43:33','2022-06-29 22:43:33','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2926,1273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-30 14:49:30','2022-06-30 14:49:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2927,1273,'lcaadmin','laradasciences@gmail.com','','','2022-06-30 20:05:19','2022-06-30 20:05:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2928,1273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-30 20:19:08','2022-06-30 20:19:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2929,1273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-06-30 20:19:09','2022-06-30 20:19:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2930,1272,'lcaadmin','laradasciences@gmail.com','','','2022-06-30 21:26:16','2022-06-30 21:26:16','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2931,1275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 01:02:13','2022-07-01 01:02:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2932,1275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 01:02:14','2022-07-01 01:02:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2933,1265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 14:37:47','2022-07-01 14:37:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2934,1265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 14:37:48','2022-07-01 14:37:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2935,1276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 16:54:05','2022-07-01 16:54:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2936,1276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-01 16:54:05','2022-07-01 16:54:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2937,1272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-03 01:38:24','2022-07-03 01:38:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2938,1272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-03 01:38:25','2022-07-03 01:38:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2939,1271,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 16:50:04','2022-07-05 16:50:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2940,1275,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 17:12:56','2022-07-05 17:12:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2941,1265,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 17:13:54','2022-07-05 17:13:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2942,1276,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 17:17:20','2022-07-05 17:17:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2944,1272,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 17:30:42','2022-07-05 17:30:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2946,1278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 18:23:51','2022-07-05 18:23:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2947,1278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 18:23:52','2022-07-05 18:23:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2948,1279,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 18:43:58','2022-07-05 18:43:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2949,1279,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 18:43:58','2022-07-05 18:43:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2950,1280,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 20:33:09','2022-07-05 20:33:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2951,1280,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-05 20:33:10','2022-07-05 20:33:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2952,1278,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 21:25:12','2022-07-05 21:25:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2953,1279,'lcaadmin','laradasciences@gmail.com','','','2022-07-05 21:25:43','2022-07-05 21:25:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2954,1281,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-06 03:30:51','2022-07-06 03:30:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2955,1282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-06 16:42:22','2022-07-06 16:42:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2956,1282,'lcaadmin','laradasciences@gmail.com','','','2022-07-06 17:10:22','2022-07-06 17:10:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2957,1281,'lcaadmin','laradasciences@gmail.com','','','2022-07-06 17:10:27','2022-07-06 17:10:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2958,1282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-06 17:12:04','2022-07-06 17:12:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2959,1282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-06 17:12:05','2022-07-06 17:12:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2960,1280,'lcaadmin','laradasciences@gmail.com','','','2022-07-06 17:12:28','2022-07-06 17:12:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2961,1283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-07 19:30:46','2022-07-07 19:30:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2962,1283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-07 19:30:46','2022-07-07 19:30:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2963,1282,'lcaadmin','laradasciences@gmail.com','','','2022-07-07 19:41:07','2022-07-07 19:41:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2964,1285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 12:55:56','2022-07-08 12:55:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2965,1285,'lcaadmin','laradasciences@gmail.com','','','2022-07-08 14:07:05','2022-07-08 14:07:05','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2966,1286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 14:45:43','2022-07-08 14:45:43','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2967,1286,'lcaadmin','laradasciences@gmail.com','','','2022-07-08 20:06:00','2022-07-08 20:06:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2968,1283,'lcaadmin','laradasciences@gmail.com','','','2022-07-08 20:09:04','2022-07-08 20:09:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2969,1288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 20:37:21','2022-07-08 20:37:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2970,1288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 20:37:21','2022-07-08 20:37:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2971,1289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 22:06:05','2022-07-08 22:06:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2972,1289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-08 22:06:05','2022-07-08 22:06:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2973,1286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-09 23:31:28','2022-07-09 23:31:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2974,1286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-09 23:31:28','2022-07-09 23:31:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2975,1290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 02:35:41','2022-07-10 02:35:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2976,1291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:32:42','2022-07-10 19:32:42','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(2977,1292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:43:57','2022-07-10 19:43:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2978,1292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:43:58','2022-07-10 19:43:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2979,1293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:47:40','2022-07-10 19:47:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2980,1294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:49:22','2022-07-10 19:49:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2981,1295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-10 19:50:09','2022-07-10 19:50:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2982,1296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-11 16:39:25','2022-07-11 16:39:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(2983,1296,'lcaadmin','laradasciences@gmail.com','','','2022-07-11 20:37:52','2022-07-11 20:37:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(2984,1286,'lcaadmin','laradasciences@gmail.com','','','2022-07-11 20:40:08','2022-07-11 20:40:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2985,1289,'lcaadmin','laradasciences@gmail.com','','','2022-07-11 20:42:28','2022-07-11 20:42:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2986,1288,'lcaadmin','laradasciences@gmail.com','','','2022-07-11 20:43:23','2022-07-11 20:43:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2987,1285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-11 22:08:47','2022-07-11 22:08:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2988,1285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-11 22:08:48','2022-07-11 22:08:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2989,1296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-11 22:57:26','2022-07-11 22:57:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2990,1296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-11 22:57:26','2022-07-11 22:57:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2991,1285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-12 17:28:32','2022-07-12 17:28:32','Refunded 628.96 - Refund ID: 195543870A668173Y',0,'1','WooCommerce','order_note',0,0),(2992,1285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-12 17:28:34','2022-07-12 17:28:34','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(2993,1292,'lcaadmin','laradasciences@gmail.com','','','2022-07-12 19:30:39','2022-07-12 19:30:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2994,1273,'lcaadmin','laradasciences@gmail.com','','','2022-07-12 19:32:00','2022-07-12 19:32:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(2995,1298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-12 21:36:22','2022-07-12 21:36:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2996,1298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-12 21:36:23','2022-07-12 21:36:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2997,1299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 06:46:34','2022-07-13 06:46:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(2998,1299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 06:46:35','2022-07-13 06:46:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(2999,1300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 13:39:40','2022-07-13 13:39:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3000,1301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 14:11:16','2022-07-13 14:11:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3001,1301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 14:11:16','2022-07-13 14:11:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3002,1300,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:54:41','2022-07-13 15:54:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3003,1290,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:55:03','2022-07-13 15:55:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3004,1293,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:55:11','2022-07-13 15:55:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3005,1294,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:55:21','2022-07-13 15:55:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3006,1295,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:55:31','2022-07-13 15:55:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3007,1299,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 15:58:26','2022-07-13 15:58:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3008,1298,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 16:05:42','2022-07-13 16:05:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3009,1300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 16:24:39','2022-07-13 16:24:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3010,1300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 16:24:39','2022-07-13 16:24:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3011,1290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 16:48:59','2022-07-13 16:48:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3012,1290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 16:48:59','2022-07-13 16:48:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3013,1301,'lcaadmin','laradasciences@gmail.com','','','2022-07-13 19:30:10','2022-07-13 19:30:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3014,1302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 21:48:44','2022-07-13 21:48:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3015,1303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 21:50:06','2022-07-13 21:50:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3016,1304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-13 23:56:30','2022-07-13 23:56:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3017,1305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 15:30:19','2022-07-14 15:30:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3018,1305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 15:30:19','2022-07-14 15:30:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3019,1306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 18:53:29','2022-07-14 18:53:29','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3020,1302,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:15','2022-07-14 19:48:15','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3021,1303,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:18','2022-07-14 19:48:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3022,1304,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:25','2022-07-14 19:48:25','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3023,1306,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:27','2022-07-14 19:48:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3024,1304,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:53','2022-07-14 19:48:53','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3025,1306,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:48:57','2022-07-14 19:48:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3026,1290,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:50:51','2022-07-14 19:50:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3027,1306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 19:52:11','2022-07-14 19:52:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3028,1306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 19:52:11','2022-07-14 19:52:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3029,1300,'lcaadmin','laradasciences@gmail.com','','','2022-07-14 19:52:57','2022-07-14 19:52:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3030,1304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 20:23:33','2022-07-14 20:23:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3031,1304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-14 20:23:33','2022-07-14 20:23:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3032,1307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 01:18:47','2022-07-15 01:18:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3033,1307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 01:18:47','2022-07-15 01:18:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3034,1308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 17:04:08','2022-07-15 17:04:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3035,1310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 19:25:42','2022-07-15 19:25:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3036,1310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 19:25:42','2022-07-15 19:25:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3037,1311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 19:57:15','2022-07-15 19:57:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3038,1311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 19:57:15','2022-07-15 19:57:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3039,1312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 20:12:54','2022-07-15 20:12:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3040,1312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 20:12:55','2022-07-15 20:12:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3041,1313,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 20:23:36','2022-07-15 20:23:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3042,1308,'lcaadmin','laradasciences@gmail.com','','','2022-07-15 20:59:51','2022-07-15 20:59:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3043,1307,'lcaadmin','laradasciences@gmail.com','','','2022-07-15 21:02:13','2022-07-15 21:02:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3044,1304,'lcaadmin','laradasciences@gmail.com','','','2022-07-15 21:06:12','2022-07-15 21:06:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3045,1305,'lcaadmin','laradasciences@gmail.com','','','2022-07-15 21:11:49','2022-07-15 21:11:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3046,1308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 22:03:08','2022-07-15 22:03:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3047,1308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-15 22:03:08','2022-07-15 22:03:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3048,1303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 11:36:15','2022-07-16 11:36:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3049,1303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 11:36:15','2022-07-16 11:36:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3050,1302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 11:37:03','2022-07-16 11:37:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3051,1302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 11:37:03','2022-07-16 11:37:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3052,1314,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 19:48:52','2022-07-16 19:48:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3053,1315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 22:01:47','2022-07-16 22:01:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3054,1315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-16 22:01:47','2022-07-16 22:01:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3055,1316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-17 02:37:23','2022-07-17 02:37:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3056,1317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 03:59:28','2022-07-18 03:59:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3057,1317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 03:59:29','2022-07-18 03:59:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3058,1313,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 13:19:11','2022-07-18 13:19:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3059,1314,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 13:19:17','2022-07-18 13:19:17','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3060,1310,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 13:20:36','2022-07-18 13:20:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3061,1314,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 13:21:52','2022-07-18 13:21:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3062,1314,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 13:21:52','2022-07-18 13:21:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3063,1296,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 14:11:36','2022-07-18 14:11:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3064,1306,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 14:14:08','2022-07-18 14:14:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3065,1316,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 14:53:50','2022-07-18 14:53:50','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3066,1308,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 16:28:04','2022-07-18 16:28:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3067,1311,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 16:29:16','2022-07-18 16:29:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3068,1312,'lcaadmin','laradasciences@gmail.com','','','2022-07-18 16:29:43','2022-07-18 16:29:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3069,1319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 17:36:13','2022-07-18 17:36:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3070,1319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-18 17:36:13','2022-07-18 17:36:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3071,1281,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-19 00:54:00','2022-07-19 00:54:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3072,1281,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-19 00:54:01','2022-07-19 00:54:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3073,1320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-19 01:21:11','2022-07-19 01:21:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3074,1320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-19 01:21:11','2022-07-19 01:21:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3075,1319,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 13:45:51','2022-07-19 13:45:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3076,1303,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 13:48:00','2022-07-19 13:48:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3077,1317,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 13:50:54','2022-07-19 13:50:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3078,1314,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 13:51:46','2022-07-19 13:51:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3079,1302,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 13:52:23','2022-07-19 13:52:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3080,1281,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 20:31:12','2022-07-19 20:31:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3081,1320,'lcaadmin','laradasciences@gmail.com','','','2022-07-19 20:49:00','2022-07-19 20:49:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3082,1321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 03:15:14','2022-07-20 03:15:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3083,1321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 03:15:14','2022-07-20 03:15:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3084,1321,'lcaadmin','laradasciences@gmail.com','','','2022-07-20 16:53:21','2022-07-20 16:53:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3085,1322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 18:13:07','2022-07-20 18:13:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3086,1322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 18:13:08','2022-07-20 18:13:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3087,1322,'lcaadmin','laradasciences@gmail.com','','','2022-07-20 20:18:01','2022-07-20 20:18:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3089,1324,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 21:19:40','2022-07-20 21:19:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3090,1324,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-20 21:19:40','2022-07-20 21:19:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3092,1324,'lcaadmin','laradasciences@gmail.com','','','2022-07-21 14:52:12','2022-07-21 14:52:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3093,1315,'lcaadmin','laradasciences@gmail.com','','','2022-07-21 15:16:23','2022-07-21 15:16:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3094,1284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 15:29:44','2022-07-21 15:29:44','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3095,1295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:20:39','2022-07-21 16:20:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3096,1295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:20:39','2022-07-21 16:20:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3097,1294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:22:17','2022-07-21 16:22:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3098,1294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:22:17','2022-07-21 16:22:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3099,1293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:23:18','2022-07-21 16:23:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3100,1293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 16:23:18','2022-07-21 16:23:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3101,1326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 21:52:19','2022-07-21 21:52:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3102,1326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 21:52:19','2022-07-21 21:52:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3103,1327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 22:35:09','2022-07-21 22:35:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3104,1327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 22:35:09','2022-07-21 22:35:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3105,1328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 22:46:08','2022-07-21 22:46:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3106,1328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-21 22:46:08','2022-07-21 22:46:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3107,1328,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:02:07','2022-07-22 15:02:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3108,1326,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:02:40','2022-07-22 15:02:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3109,1294,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:03:16','2022-07-22 15:03:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3110,1327,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:03:19','2022-07-22 15:03:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3111,1293,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:04:27','2022-07-22 15:04:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3112,1295,'lcaadmin','laradasciences@gmail.com','','','2022-07-22 15:04:39','2022-07-22 15:04:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3113,1329,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-22 16:26:41','2022-07-22 16:26:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3114,1329,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-22 16:26:41','2022-07-22 16:26:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3115,1330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-22 19:54:05','2022-07-22 19:54:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3116,1330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-22 19:54:05','2022-07-22 19:54:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3117,1331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-24 15:02:59','2022-07-24 15:02:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3118,1331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-24 15:03:00','2022-07-24 15:03:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3119,1332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-25 14:21:11','2022-07-25 14:21:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3120,1332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-25 14:21:12','2022-07-25 14:21:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3121,1333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-25 17:21:56','2022-07-25 17:21:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3122,1333,'lcaadmin','laradasciences@gmail.com','','','2022-07-25 18:12:48','2022-07-25 18:12:48','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3123,1331,'lcaadmin','laradasciences@gmail.com','','','2022-07-25 18:56:21','2022-07-25 18:56:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3124,1329,'lcaadmin','laradasciences@gmail.com','','','2022-07-25 18:58:09','2022-07-25 18:58:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3126,1337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-26 21:31:39','2022-07-26 21:31:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3127,1337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-26 21:31:39','2022-07-26 21:31:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3128,1336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-26 21:31:42','2022-07-26 21:31:42','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3129,1338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-26 21:32:50','2022-07-26 21:32:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3130,1338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-26 21:32:50','2022-07-26 21:32:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3131,1339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 15:21:47','2022-07-27 15:21:47','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3132,1341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 16:47:06','2022-07-27 16:47:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3133,1341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 16:47:07','2022-07-27 16:47:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3134,1342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 18:04:59','2022-07-27 18:04:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3136,1342,'lcaadmin','laradasciences@gmail.com','','','2022-07-27 19:08:01','2022-07-27 19:08:01','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3137,1313,'lcaadmin','laradasciences@gmail.com','','','2022-07-27 19:08:21','2022-07-27 19:08:21','Order status changed by bulk edit: Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3138,1344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 20:00:32','2022-07-27 20:00:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3139,1345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 20:30:25','2022-07-27 20:30:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3140,1345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-27 20:30:25','2022-07-27 20:30:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3141,1344,'lcaadmin','laradasciences@gmail.com','','','2022-07-27 21:05:13','2022-07-27 21:05:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3142,1341,'lcaadmin','laradasciences@gmail.com','','','2022-07-27 21:05:58','2022-07-27 21:05:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3143,1338,'lcaadmin','laradasciences@gmail.com','','','2022-07-27 21:14:40','2022-07-27 21:14:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3144,1346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 01:56:27','2022-07-28 01:56:27','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3145,1344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 12:59:26','2022-07-28 12:59:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3146,1344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 12:59:27','2022-07-28 12:59:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3147,1337,'lcaadmin','laradasciences@gmail.com','','','2022-07-28 14:14:28','2022-07-28 14:14:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3148,1332,'lcaadmin','laradasciences@gmail.com','','','2022-07-28 14:24:04','2022-07-28 14:24:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3149,1346,'lcaadmin','laradasciences@gmail.com','','','2022-07-28 14:40:14','2022-07-28 14:40:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3150,1346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 14:43:54','2022-07-28 14:43:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3151,1346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 14:43:54','2022-07-28 14:43:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3152,1345,'lcaadmin','laradasciences@gmail.com','','','2022-07-28 16:31:23','2022-07-28 16:31:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3153,1344,'lcaadmin','laradasciences@gmail.com','','','2022-07-28 16:32:07','2022-07-28 16:32:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3154,1349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 19:34:05','2022-07-28 19:34:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3155,1349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-28 19:34:05','2022-07-28 19:34:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3156,1350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 05:57:22','2022-07-29 05:57:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3157,1350,'lcaadmin','laradasciences@gmail.com','','','2022-07-29 16:47:20','2022-07-29 16:47:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3158,1349,'lcaadmin','laradasciences@gmail.com','','','2022-07-29 16:49:49','2022-07-29 16:49:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3159,1346,'lcaadmin','laradasciences@gmail.com','','','2022-07-29 16:51:40','2022-07-29 16:51:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3160,1330,'lcaadmin','laradasciences@gmail.com','','','2022-07-29 16:52:38','2022-07-29 16:52:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3161,1350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 17:07:21','2022-07-29 17:07:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3162,1350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 17:07:22','2022-07-29 17:07:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3163,1351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 18:07:56','2022-07-29 18:07:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3164,1351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 18:07:56','2022-07-29 18:07:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3165,1352,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 18:21:22','2022-07-29 18:21:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3166,1352,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 18:21:22','2022-07-29 18:21:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3167,1353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 20:03:45','2022-07-29 20:03:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3168,1353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-29 20:03:46','2022-07-29 20:03:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3169,1354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-30 03:27:52','2022-07-30 03:27:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3170,1355,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-07-30 21:24:50','2022-07-30 21:24:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3171,1356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 00:16:36','2022-08-01 00:16:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3172,1356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 00:16:36','2022-08-01 00:16:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3173,1355,'lcaadmin','laradasciences@gmail.com','','','2022-08-01 13:08:30','2022-08-01 13:08:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3174,1354,'lcaadmin','laradasciences@gmail.com','','','2022-08-01 13:08:36','2022-08-01 13:08:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3175,1350,'lcaadmin','laradasciences@gmail.com','','','2022-08-01 13:13:42','2022-08-01 13:13:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3176,1352,'lcaadmin','laradasciences@gmail.com','','','2022-08-01 13:17:58','2022-08-01 13:17:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3177,1355,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 15:11:51','2022-08-01 15:11:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3178,1355,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 15:11:51','2022-08-01 15:11:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3179,1351,'lcaadmin','laradasciences@gmail.com','','','2022-08-01 16:29:04','2022-08-01 16:29:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3180,1354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:18:20','2022-08-01 18:18:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3181,1354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:18:20','2022-08-01 18:18:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3182,1357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:40:44','2022-08-01 18:40:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3183,1357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:40:45','2022-08-01 18:40:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3184,1358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:49:09','2022-08-01 18:49:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3185,1358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 18:49:10','2022-08-01 18:49:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3186,1359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 20:15:32','2022-08-01 20:15:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3187,1359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 20:15:32','2022-08-01 20:15:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3188,1360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 20:55:21','2022-08-01 20:55:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3189,1360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-01 20:55:21','2022-08-01 20:55:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3190,1354,'lcaadmin','laradasciences@gmail.com','','','2022-08-02 15:02:30','2022-08-02 15:02:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3191,1357,'lcaadmin','laradasciences@gmail.com','','','2022-08-02 15:05:05','2022-08-02 15:05:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3192,1355,'lcaadmin','laradasciences@gmail.com','','','2022-08-02 15:06:34','2022-08-02 15:06:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3193,1356,'lcaadmin','laradasciences@gmail.com','','','2022-08-02 15:08:16','2022-08-02 15:08:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3194,1361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-02 19:55:49','2022-08-02 19:55:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3195,1362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-03 11:54:00','2022-08-03 11:54:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3196,1362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-03 11:54:01','2022-08-03 11:54:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3198,1361,'lcaadmin','laradasciences@gmail.com','','','2022-08-03 17:42:09','2022-08-03 17:42:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3199,1360,'lcaadmin','laradasciences@gmail.com','','','2022-08-03 17:43:08','2022-08-03 17:43:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3200,1359,'lcaadmin','laradasciences@gmail.com','','','2022-08-03 17:48:32','2022-08-03 17:48:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3201,1365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-04 18:02:20','2022-08-04 18:02:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3202,1365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-04 18:02:21','2022-08-04 18:02:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3203,1366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-05 15:25:10','2022-08-05 15:25:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3204,1366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-05 15:25:11','2022-08-05 15:25:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3205,1362,'lcaadmin','laradasciences@gmail.com','','','2022-08-05 17:11:57','2022-08-05 17:11:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3206,1367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-06 18:56:11','2022-08-06 18:56:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3207,1367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-06 18:56:12','2022-08-06 18:56:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3208,1368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-07 18:33:05','2022-08-07 18:33:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3209,1368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-07 18:33:05','2022-08-07 18:33:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3210,1368,'lcaadmin','laradasciences@gmail.com','','','2022-08-08 21:13:24','2022-08-08 21:13:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3211,1367,'lcaadmin','laradasciences@gmail.com','','','2022-08-08 21:30:49','2022-08-08 21:30:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3212,1366,'lcaadmin','laradasciences@gmail.com','','','2022-08-08 21:41:20','2022-08-08 21:41:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3213,1361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-08 21:55:45','2022-08-08 21:55:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3214,1361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-08 21:55:45','2022-08-08 21:55:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3215,1369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 13:42:17','2022-08-09 13:42:17','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3216,1370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 15:25:18','2022-08-09 15:25:18','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3217,1370,'lcaadmin','laradasciences@gmail.com','','','2022-08-09 15:49:39','2022-08-09 15:49:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3218,1371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 16:12:14','2022-08-09 16:12:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3219,1371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 16:12:14','2022-08-09 16:12:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3220,1370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 17:20:27','2022-08-09 17:20:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3221,1370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 17:20:27','2022-08-09 17:20:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3222,1372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 19:10:35','2022-08-09 19:10:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3223,1372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 19:10:35','2022-08-09 19:10:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3224,1371,'lcaadmin','laradasciences@gmail.com','','','2022-08-09 20:09:08','2022-08-09 20:09:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3225,1361,'lcaadmin','laradasciences@gmail.com','','','2022-08-09 20:19:56','2022-08-09 20:19:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3226,1369,'lcaadmin','laradasciences@gmail.com','','','2022-08-09 20:53:40','2022-08-09 20:53:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3227,1370,'lcaadmin','laradasciences@gmail.com','','','2022-08-09 20:56:27','2022-08-09 20:56:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3228,1369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 21:00:08','2022-08-09 21:00:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3229,1369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-09 21:00:08','2022-08-09 21:00:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3230,1373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 02:21:35','2022-08-10 02:21:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3231,1373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 02:21:35','2022-08-10 02:21:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3232,1374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:18:27','2022-08-10 16:18:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3233,1374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:18:28','2022-08-10 16:18:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3234,1375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:23:46','2022-08-10 16:23:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3235,1375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:23:46','2022-08-10 16:23:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3236,1372,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 16:30:57','2022-08-10 16:30:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3237,1376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:34:27','2022-08-10 16:34:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3238,1376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-10 16:34:27','2022-08-10 16:34:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3239,1376,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 22:59:31','2022-08-10 22:59:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3240,1375,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 23:00:13','2022-08-10 23:00:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3241,1374,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 23:00:40','2022-08-10 23:00:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3242,1373,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 23:02:49','2022-08-10 23:02:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3243,1369,'lcaadmin','laradasciences@gmail.com','','','2022-08-10 23:05:26','2022-08-10 23:05:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3244,1378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-11 15:13:53','2022-08-11 15:13:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3245,1378,'lcaadmin','laradasciences@gmail.com','','','2022-08-11 16:43:57','2022-08-11 16:43:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3246,1365,'lcaadmin','laradasciences@gmail.com','','','2022-08-11 16:47:16','2022-08-11 16:47:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3247,1358,'lcaadmin','laradasciences@gmail.com','','','2022-08-11 16:47:56','2022-08-11 16:47:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3248,1353,'lcaadmin','laradasciences@gmail.com','','','2022-08-11 16:51:20','2022-08-11 16:51:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3249,1378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-11 16:52:38','2022-08-11 16:52:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3250,1378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-11 16:52:39','2022-08-11 16:52:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3251,1379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-11 17:21:16','2022-08-11 17:21:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3252,1379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-11 17:21:16','2022-08-11 17:21:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3253,1380,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-12 16:45:28','2022-08-12 16:45:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3254,1380,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-12 16:45:29','2022-08-12 16:45:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3255,1382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-12 17:29:54','2022-08-12 17:29:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3256,1383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-13 16:07:11','2022-08-13 16:07:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3257,1381,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-15 14:00:45','2022-08-15 14:00:45','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3258,1382,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 14:31:29','2022-08-15 14:31:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3259,1383,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 14:32:59','2022-08-15 14:32:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3260,1380,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 14:39:32','2022-08-15 14:39:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3261,1378,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 14:42:52','2022-08-15 14:42:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3262,1379,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 14:43:30','2022-08-15 14:43:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3263,1382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-15 14:52:43','2022-08-15 14:52:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3264,1382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-15 14:52:43','2022-08-15 14:52:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3265,1384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-15 19:55:27','2022-08-15 19:55:27','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3266,1382,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 19:59:03','2022-08-15 19:59:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3267,1384,'lcaadmin','laradasciences@gmail.com','','','2022-08-15 21:30:10','2022-08-15 21:30:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3268,1384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 01:46:14','2022-08-16 01:46:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3269,1384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 01:46:15','2022-08-16 01:46:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3270,1385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 14:40:05','2022-08-16 14:40:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3271,1385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 14:40:06','2022-08-16 14:40:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3272,1384,'lcaadmin','laradasciences@gmail.com','','','2022-08-16 17:13:22','2022-08-16 17:13:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3273,1383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 20:51:48','2022-08-16 20:51:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3274,1383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-16 20:51:49','2022-08-16 20:51:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3275,1386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 04:34:34','2022-08-17 04:34:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3276,1386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 04:34:34','2022-08-17 04:34:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3277,1385,'lcaadmin','laradasciences@gmail.com','','','2022-08-17 16:26:54','2022-08-17 16:26:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3278,1387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 17:16:36','2022-08-17 17:16:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3279,1387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 17:16:36','2022-08-17 17:16:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3280,1388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 18:09:45','2022-08-17 18:09:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3281,1388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-17 18:09:45','2022-08-17 18:09:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3282,1386,'lcaadmin','laradasciences@gmail.com','','','2022-08-17 18:59:36','2022-08-17 18:59:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3283,1383,'lcaadmin','laradasciences@gmail.com','','','2022-08-17 19:00:42','2022-08-17 19:00:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3284,1389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-18 16:18:41','2022-08-18 16:18:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3285,1389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-18 16:18:41','2022-08-18 16:18:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3286,1388,'lcaadmin','laradasciences@gmail.com','','','2022-08-18 21:09:32','2022-08-18 21:09:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3287,1387,'lcaadmin','laradasciences@gmail.com','','','2022-08-18 21:10:08','2022-08-18 21:10:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3288,1389,'lcaadmin','laradasciences@gmail.com','','','2022-08-18 21:12:00','2022-08-18 21:12:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3289,1391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-18 22:28:12','2022-08-18 22:28:12','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3290,1392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-19 18:00:37','2022-08-19 18:00:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3291,1392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-19 18:00:38','2022-08-19 18:00:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3292,1391,'lcaadmin','laradasciences@gmail.com','','','2022-08-19 19:29:38','2022-08-19 19:29:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3293,1393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-19 20:36:58','2022-08-19 20:36:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3294,1394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-19 22:18:25','2022-08-19 22:18:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3295,1395,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-21 22:09:48','2022-08-21 22:09:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3296,1395,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-21 22:09:49','2022-08-21 22:09:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3297,1394,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 14:43:02','2022-08-22 14:43:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3298,1393,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 14:43:11','2022-08-22 14:43:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3299,1393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 14:50:37','2022-08-22 14:50:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3300,1393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 14:50:37','2022-08-22 14:50:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3301,1396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:03:01','2022-08-22 15:03:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3302,1396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:03:01','2022-08-22 15:03:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3303,1397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:10:43','2022-08-22 15:10:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3304,1397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:10:44','2022-08-22 15:10:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3305,1398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:16:07','2022-08-22 15:16:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3306,1398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:16:07','2022-08-22 15:16:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3307,1399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:19:07','2022-08-22 15:19:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3308,1399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:19:08','2022-08-22 15:19:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3309,1400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:24:44','2022-08-22 15:24:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3310,1400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 15:24:44','2022-08-22 15:24:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3311,1401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 16:15:28','2022-08-22 16:15:28','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3312,1402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 16:16:59','2022-08-22 16:16:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3313,1402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 16:16:59','2022-08-22 16:16:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3314,1403,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 20:14:48','2022-08-22 20:14:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3315,1403,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 20:14:49','2022-08-22 20:14:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3316,1398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 20:21:11','2022-08-22 20:21:11','Refunded 994.18 - Refund ID: 7YH88344N5460912G',0,'1','WooCommerce','order_note',0,0),(3317,1398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 20:21:12','2022-08-22 20:21:12','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(3318,1397,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 20:57:58','2022-08-22 20:57:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3319,1395,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 20:58:35','2022-08-22 20:58:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3320,1393,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 20:59:17','2022-08-22 20:59:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3321,1396,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 21:01:14','2022-08-22 21:01:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3322,1402,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 21:02:41','2022-08-22 21:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3323,1400,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 21:04:30','2022-08-22 21:04:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3324,1392,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 21:05:12','2022-08-22 21:05:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3325,1403,'lcaadmin','laradasciences@gmail.com','','','2022-08-22 21:06:43','2022-08-22 21:06:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3326,1406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-22 21:51:58','2022-08-22 21:51:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3327,1407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 14:45:47','2022-08-23 14:45:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3328,1407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 14:45:48','2022-08-23 14:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3329,1406,'lcaadmin','laradasciences@gmail.com','','','2022-08-23 16:44:55','2022-08-23 16:44:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3330,1406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 19:24:52','2022-08-23 19:24:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3331,1406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 19:24:52','2022-08-23 19:24:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3332,1408,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 21:12:36','2022-08-23 21:12:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3333,1408,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 21:12:36','2022-08-23 21:12:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3334,1409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 23:13:48','2022-08-23 23:13:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3335,1409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-23 23:13:48','2022-08-23 23:13:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3336,1394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-24 01:39:47','2022-08-24 01:39:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3337,1394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-24 01:39:47','2022-08-24 01:39:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3338,1410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-24 15:25:32','2022-08-24 15:25:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3339,1410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-24 15:25:33','2022-08-24 15:25:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3340,1410,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:27:36','2022-08-24 17:27:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3341,1409,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:29:48','2022-08-24 17:29:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3342,1394,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:31:25','2022-08-24 17:31:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3343,1408,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:32:46','2022-08-24 17:32:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3344,1406,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:33:32','2022-08-24 17:33:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3345,1407,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:34:55','2022-08-24 17:34:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3346,1407,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:34:58','2022-08-24 17:34:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3347,1399,'lcaadmin','laradasciences@gmail.com','','','2022-08-24 17:35:12','2022-08-24 17:35:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3348,1411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-25 17:13:48','2022-08-25 17:13:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3349,1411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-25 17:13:48','2022-08-25 17:13:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3350,1412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-25 17:23:54','2022-08-25 17:23:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3351,1412,'lcaadmin','laradasciences@gmail.com','','','2022-08-25 20:58:33','2022-08-25 20:58:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3352,1411,'lcaadmin','laradasciences@gmail.com','','','2022-08-25 21:02:36','2022-08-25 21:02:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3353,1414,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-25 22:50:38','2022-08-25 22:50:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3354,1414,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-25 22:50:38','2022-08-25 22:50:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3355,1391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 00:45:30','2022-08-26 00:45:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3356,1391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 00:45:31','2022-08-26 00:45:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3357,1412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 00:46:08','2022-08-26 00:46:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3358,1412,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 00:46:08','2022-08-26 00:46:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3359,1414,'lcaadmin','laradasciences@gmail.com','','','2022-08-26 20:24:27','2022-08-26 20:24:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3360,1412,'lcaadmin','laradasciences@gmail.com','','','2022-08-26 20:25:20','2022-08-26 20:25:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3361,1416,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 21:44:08','2022-08-26 21:44:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3362,1416,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-26 21:44:08','2022-08-26 21:44:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3363,1417,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-28 01:23:56','2022-08-28 01:23:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3364,1417,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-28 01:23:57','2022-08-28 01:23:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3365,1418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-29 03:49:47','2022-08-29 03:49:47','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3366,1419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-29 15:26:03','2022-08-29 15:26:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3367,1419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-29 15:26:04','2022-08-29 15:26:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3368,1420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-29 16:37:00','2022-08-29 16:37:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3369,1391,'lcaadmin','laradasciences@gmail.com','','','2022-08-29 18:30:38','2022-08-29 18:30:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3370,1420,'lcaadmin','laradasciences@gmail.com','','','2022-08-29 18:32:42','2022-08-29 18:32:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3371,1421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-29 23:07:13','2022-08-29 23:07:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3372,1422,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 01:50:39','2022-08-30 01:50:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3373,1419,'lcaadmin','laradasciences@gmail.com','','','2022-08-30 15:45:27','2022-08-30 15:45:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3374,1423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 15:49:37','2022-08-30 15:49:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3375,1423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 15:49:38','2022-08-30 15:49:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3376,1417,'lcaadmin','laradasciences@gmail.com','','','2022-08-30 15:51:29','2022-08-30 15:51:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3377,1424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 15:58:55','2022-08-30 15:58:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3378,1424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 15:58:56','2022-08-30 15:58:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3379,1416,'lcaadmin','laradasciences@gmail.com','','','2022-08-30 17:43:26','2022-08-30 17:43:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3380,1424,'lcaadmin','laradasciences@gmail.com','','','2022-08-30 17:44:37','2022-08-30 17:44:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3381,1423,'lcaadmin','laradasciences@gmail.com','','','2022-08-30 17:46:08','2022-08-30 17:46:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3382,1425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 19:37:18','2022-08-30 19:37:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3383,1425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 19:37:18','2022-08-30 19:37:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3384,1426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-30 20:04:46','2022-08-30 20:04:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3385,1421,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 12:53:30','2022-08-31 12:53:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3386,1418,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 12:53:33','2022-08-31 12:53:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3387,1427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 14:14:08','2022-08-31 14:14:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3388,1421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 15:15:44','2022-08-31 15:15:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3389,1421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 15:15:44','2022-08-31 15:15:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3390,1427,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 16:31:55','2022-08-31 16:31:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3391,1426,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 17:50:32','2022-08-31 17:50:32','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3392,1425,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 17:51:39','2022-08-31 17:51:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3393,1422,'lcaadmin','laradasciences@gmail.com','','','2022-08-31 18:49:41','2022-08-31 18:49:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3394,1418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 20:02:12','2022-08-31 20:02:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3395,1418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 20:02:12','2022-08-31 20:02:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3396,1428,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 20:27:49','2022-08-31 20:27:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3397,1427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 20:51:33','2022-08-31 20:51:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3398,1427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 20:51:33','2022-08-31 20:51:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3399,1426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 21:12:54','2022-08-31 21:12:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3400,1426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 21:12:54','2022-08-31 21:12:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3401,1429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 22:17:37','2022-08-31 22:17:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3402,1429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-08-31 22:17:38','2022-08-31 22:17:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3403,1422,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 02:16:15','2022-09-01 02:16:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3404,1422,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 02:16:15','2022-09-01 02:16:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3405,1430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 11:30:18','2022-09-01 11:30:18','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3406,1431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 12:46:51','2022-09-01 12:46:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3407,1431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 12:46:52','2022-09-01 12:46:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3408,1428,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 15:24:02','2022-09-01 15:24:02','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3411,1430,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 16:52:42','2022-09-01 16:52:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3412,1427,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 16:59:41','2022-09-01 16:59:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3413,1426,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 17:01:58','2022-09-01 17:01:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3414,1418,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 17:03:23','2022-09-01 17:03:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3415,1421,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 17:05:37','2022-09-01 17:05:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3416,1422,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 18:32:42','2022-09-01 18:32:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3417,1429,'lcaadmin','laradasciences@gmail.com','','','2022-09-01 18:33:43','2022-09-01 18:33:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3418,1434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 18:52:18','2022-09-01 18:52:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3419,1434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 18:52:18','2022-09-01 18:52:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3420,1435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 20:10:21','2022-09-01 20:10:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3421,1435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-01 20:10:21','2022-09-01 20:10:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3422,1430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-02 01:15:26','2022-09-02 01:15:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3423,1430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-02 01:15:26','2022-09-02 01:15:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3424,1436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-02 16:24:56','2022-09-02 16:24:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3425,1436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-02 16:24:56','2022-09-02 16:24:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3426,1435,'lcaadmin','laradasciences@gmail.com','','','2022-09-02 20:56:48','2022-09-02 20:56:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3427,1430,'lcaadmin','laradasciences@gmail.com','','','2022-09-02 20:58:15','2022-09-02 20:58:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3428,1434,'lcaadmin','laradasciences@gmail.com','','','2022-09-02 21:02:57','2022-09-02 21:02:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3429,1431,'lcaadmin','laradasciences@gmail.com','','','2022-09-02 21:06:17','2022-09-02 21:06:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3430,1437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-03 15:14:14','2022-09-03 15:14:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3431,1437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-03 15:14:15','2022-09-03 15:14:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3433,1439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-04 23:09:49','2022-09-04 23:09:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3434,1439,'lcaadmin','laradasciences@gmail.com','','','2022-09-06 17:14:04','2022-09-06 17:14:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3435,1436,'lcaadmin','laradasciences@gmail.com','','','2022-09-06 17:17:41','2022-09-06 17:17:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3436,1441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-06 20:09:50','2022-09-06 20:09:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3437,1442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-06 20:48:42','2022-09-06 20:48:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3438,1442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-06 20:48:42','2022-09-06 20:48:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3439,1437,'lcaadmin','laradasciences@gmail.com','','','2022-09-06 21:52:42','2022-09-06 21:52:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3440,1443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-07 16:17:55','2022-09-07 16:17:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3441,1443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-07 16:17:56','2022-09-07 16:17:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3442,1442,'lcaadmin','laradasciences@gmail.com','','','2022-09-07 20:06:12','2022-09-07 20:06:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3443,1443,'lcaadmin','laradasciences@gmail.com','','','2022-09-07 20:10:11','2022-09-07 20:10:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3444,1444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-08 17:42:53','2022-09-08 17:42:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3445,1444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-08 17:42:54','2022-09-08 17:42:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3446,1445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-08 20:57:57','2022-09-08 20:57:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3447,1445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-08 20:57:58','2022-09-08 20:57:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3448,1446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-09 14:44:15','2022-09-09 14:44:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3449,1446,'lcaadmin','laradasciences@gmail.com','','','2022-09-09 17:01:26','2022-09-09 17:01:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3450,1444,'lcaadmin','laradasciences@gmail.com','','','2022-09-09 17:03:49','2022-09-09 17:03:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3451,1446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-09 17:16:40','2022-09-09 17:16:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3452,1446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-09 17:16:40','2022-09-09 17:16:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3453,1445,'lcaadmin','laradasciences@gmail.com','','','2022-09-09 17:45:39','2022-09-09 17:45:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3454,1446,'lcaadmin','laradasciences@gmail.com','','','2022-09-12 14:08:42','2022-09-12 14:08:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3455,1447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-12 15:44:18','2022-09-12 15:44:18','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3456,1447,'lcaadmin','laradasciences@gmail.com','','','2022-09-12 19:53:31','2022-09-12 19:53:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3457,1448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-12 20:24:37','2022-09-12 20:24:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3458,1448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-12 20:24:37','2022-09-12 20:24:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3459,1447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-12 20:49:57','2022-09-12 20:49:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3460,1447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-12 20:49:57','2022-09-12 20:49:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3461,1449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-13 16:24:49','2022-09-13 16:24:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3462,1449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-13 16:24:49','2022-09-13 16:24:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3463,1448,'lcaadmin','laradasciences@gmail.com','','','2022-09-14 00:03:44','2022-09-14 00:03:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3464,1447,'lcaadmin','laradasciences@gmail.com','','','2022-09-14 00:05:02','2022-09-14 00:05:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3465,1449,'lcaadmin','laradasciences@gmail.com','','','2022-09-14 00:07:32','2022-09-14 00:07:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3466,1451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-14 13:29:11','2022-09-14 13:29:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3467,1451,'lcaadmin','laradasciences@gmail.com','','','2022-09-14 16:27:13','2022-09-14 16:27:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3468,1452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-14 18:28:55','2022-09-14 18:28:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3469,1451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-14 19:10:20','2022-09-14 19:10:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3470,1451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-14 19:10:21','2022-09-14 19:10:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3471,1452,'lcaadmin','laradasciences@gmail.com','','','2022-09-15 01:37:57','2022-09-15 01:37:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3472,1452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-15 03:51:35','2022-09-15 03:51:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3473,1452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-15 03:51:35','2022-09-15 03:51:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3474,1451,'lcaadmin','laradasciences@gmail.com','','','2022-09-15 17:02:33','2022-09-15 17:02:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3475,1452,'lcaadmin','laradasciences@gmail.com','','','2022-09-15 22:28:40','2022-09-15 22:28:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3476,1453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:15:43','2022-09-16 20:15:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3477,1453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:15:44','2022-09-16 20:15:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3478,1454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:18:32','2022-09-16 20:18:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3479,1454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:18:33','2022-09-16 20:18:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3480,1455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:27:39','2022-09-16 20:27:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3481,1455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:27:39','2022-09-16 20:27:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3482,1456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:32:04','2022-09-16 20:32:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3483,1456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-16 20:32:04','2022-09-16 20:32:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3484,1454,'lcaadmin','laradasciences@gmail.com','','','2022-09-19 17:32:02','2022-09-19 17:32:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3485,1453,'lcaadmin','laradasciences@gmail.com','','','2022-09-19 20:59:59','2022-09-19 20:59:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3486,1455,'lcaadmin','laradasciences@gmail.com','','','2022-09-19 21:05:40','2022-09-19 21:05:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3487,1456,'lcaadmin','laradasciences@gmail.com','','','2022-09-19 21:07:59','2022-09-19 21:07:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3488,1457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-20 00:41:36','2022-09-20 00:41:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3489,1457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-20 00:41:37','2022-09-20 00:41:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3490,1458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-20 19:17:50','2022-09-20 19:17:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3491,1458,'lcaadmin','laradasciences@gmail.com','','','2022-09-20 21:42:29','2022-09-20 21:42:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3492,1439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 16:44:37','2022-09-21 16:44:37','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3493,1420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 16:47:56','2022-09-21 16:47:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3494,1420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 16:47:56','2022-09-21 16:47:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3495,1459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 16:51:54','2022-09-21 16:51:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3496,1459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 16:51:54','2022-09-21 16:51:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3497,1460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 17:02:02','2022-09-21 17:02:02','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3498,1461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-21 20:11:43','2022-09-21 20:11:43','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3499,1460,'lcaadmin','laradasciences@gmail.com','','','2022-09-22 14:20:13','2022-09-22 14:20:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3500,1420,'lcaadmin','laradasciences@gmail.com','','','2022-09-22 14:29:15','2022-09-22 14:29:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3501,1459,'lcaadmin','laradasciences@gmail.com','','','2022-09-22 14:31:29','2022-09-22 14:31:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3502,1461,'lcaadmin','laradasciences@gmail.com','','','2022-09-22 15:53:31','2022-09-22 15:53:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3503,1461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-22 16:34:31','2022-09-22 16:34:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3504,1461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-22 16:34:32','2022-09-22 16:34:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3505,1464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-22 20:49:47','2022-09-22 20:49:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3506,1464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-22 20:49:47','2022-09-22 20:49:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3507,1465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-23 16:06:14','2022-09-23 16:06:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3508,1465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-23 16:06:15','2022-09-23 16:06:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3509,1461,'lcaadmin','laradasciences@gmail.com','','','2022-09-23 19:22:09','2022-09-23 19:22:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3510,1466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-23 20:57:20','2022-09-23 20:57:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3511,1466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-23 20:57:21','2022-09-23 20:57:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3512,1467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-24 19:09:37','2022-09-24 19:09:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3513,1467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-24 19:09:38','2022-09-24 19:09:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3514,1468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-24 21:07:56','2022-09-24 21:07:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3515,1468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-24 21:07:56','2022-09-24 21:07:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3516,1465,'lcaadmin','laradasciences@gmail.com','','','2022-09-26 14:39:49','2022-09-26 14:39:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3517,1464,'lcaadmin','laradasciences@gmail.com','','','2022-09-26 14:41:53','2022-09-26 14:41:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3518,1466,'lcaadmin','laradasciences@gmail.com','','','2022-09-26 18:26:44','2022-09-26 18:26:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3519,1469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-26 19:44:28','2022-09-26 19:44:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3520,1469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-26 19:44:28','2022-09-26 19:44:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3521,1467,'lcaadmin','laradasciences@gmail.com','','','2022-09-26 20:13:19','2022-09-26 20:13:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3522,1441,'lcaadmin','laradasciences@gmail.com','','','2022-09-26 22:08:35','2022-09-26 22:08:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3523,1441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-27 16:41:55','2022-09-27 16:41:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3524,1441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-27 16:41:55','2022-09-27 16:41:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3525,1469,'lcaadmin','laradasciences@gmail.com','','','2022-09-27 17:11:11','2022-09-27 17:11:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3526,1458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-27 20:38:48','2022-09-27 20:38:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3527,1458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-27 20:38:48','2022-09-27 20:38:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3528,1470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-28 12:32:53','2022-09-28 12:32:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3529,1470,'lcaadmin','laradasciences@gmail.com','','','2022-09-28 15:49:57','2022-09-28 15:49:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3530,1470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-28 18:15:03','2022-09-28 18:15:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3531,1470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-28 18:15:03','2022-09-28 18:15:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3532,1458,'lcaadmin','laradasciences@gmail.com','','','2022-09-28 18:19:56','2022-09-28 18:19:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3533,1471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-29 18:31:33','2022-09-29 18:31:33','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3534,1471,'lcaadmin','laradasciences@gmail.com','','','2022-09-29 21:32:51','2022-09-29 21:32:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3535,1470,'lcaadmin','laradasciences@gmail.com','','','2022-09-29 21:36:44','2022-09-29 21:36:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3536,1473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-30 19:02:49','2022-09-30 19:02:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3537,1473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-09-30 19:02:49','2022-09-30 19:02:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3538,1474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-02 16:22:28','2022-10-02 16:22:28','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3539,1474,'lcaadmin','laradasciences@gmail.com','','','2022-10-03 12:43:00','2022-10-03 12:43:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3540,1474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 12:59:17','2022-10-03 12:59:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3541,1474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 12:59:17','2022-10-03 12:59:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3542,1475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 13:01:23','2022-10-03 13:01:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3543,1476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 15:07:02','2022-10-03 15:07:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3544,1476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 15:07:03','2022-10-03 15:07:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3545,1471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 15:07:56','2022-10-03 15:07:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3546,1471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-03 15:07:56','2022-10-03 15:07:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3547,1471,'lcaadmin','laradasciences@gmail.com','','','2022-10-03 19:14:05','2022-10-03 19:14:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3548,1476,'lcaadmin','laradasciences@gmail.com','','','2022-10-03 19:18:15','2022-10-03 19:18:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3549,1474,'lcaadmin','laradasciences@gmail.com','','','2022-10-03 19:18:57','2022-10-03 19:18:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3550,1473,'lcaadmin','laradasciences@gmail.com','','','2022-10-03 19:21:09','2022-10-03 19:21:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3551,1475,'lcaadmin','laradasciences@gmail.com','','','2022-10-04 01:13:53','2022-10-04 01:13:53','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3552,1475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 01:38:29','2022-10-04 01:38:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3553,1475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 01:38:29','2022-10-04 01:38:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3554,1460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 12:42:38','2022-10-04 12:42:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3555,1460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 12:42:39','2022-10-04 12:42:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3556,1477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 18:41:47','2022-10-04 18:41:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3557,1477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 18:41:47','2022-10-04 18:41:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3558,1478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 18:44:18','2022-10-04 18:44:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3559,1478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-04 18:44:18','2022-10-04 18:44:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3560,1477,'lcaadmin','laradasciences@gmail.com','','','2022-10-05 17:27:02','2022-10-05 17:27:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3561,1478,'lcaadmin','laradasciences@gmail.com','','','2022-10-05 17:27:33','2022-10-05 17:27:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3562,1460,'lcaadmin','laradasciences@gmail.com','','','2022-10-05 17:29:06','2022-10-05 17:29:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3563,1475,'lcaadmin','laradasciences@gmail.com','','','2022-10-05 17:29:44','2022-10-05 17:29:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3564,1479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-07 05:18:43','2022-10-07 05:18:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3565,1479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-07 05:18:43','2022-10-07 05:18:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3566,1480,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-07 15:46:41','2022-10-07 15:46:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3567,1480,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-07 15:46:42','2022-10-07 15:46:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3568,1481,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-09 16:58:00','2022-10-09 16:58:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3569,1481,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-09 16:58:01','2022-10-09 16:58:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3570,1482,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-09 20:46:09','2022-10-09 20:46:09','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3571,1483,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-09 20:48:03','2022-10-09 20:48:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3572,1483,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-09 20:48:03','2022-10-09 20:48:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3573,1483,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 17:59:57','2022-10-10 17:59:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3574,1479,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 18:01:05','2022-10-10 18:01:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3575,1480,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 18:02:42','2022-10-10 18:02:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3576,1485,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-10 18:23:31','2022-10-10 18:23:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3577,1485,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-10 18:23:31','2022-10-10 18:23:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3578,1441,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 19:36:13','2022-10-10 19:36:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3579,1457,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 19:37:27','2022-10-10 19:37:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3580,1468,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 19:37:55','2022-10-10 19:37:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3581,1481,'lcaadmin','laradasciences@gmail.com','','','2022-10-10 19:38:20','2022-10-10 19:38:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3582,1486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 03:55:06','2022-10-11 03:55:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3583,1486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 03:55:07','2022-10-11 03:55:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3584,1485,'lcaadmin','laradasciences@gmail.com','','','2022-10-11 17:11:03','2022-10-11 17:11:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3585,1486,'lcaadmin','laradasciences@gmail.com','','','2022-10-11 17:11:51','2022-10-11 17:11:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3586,1487,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 17:21:36','2022-10-11 17:21:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3587,1487,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 17:21:37','2022-10-11 17:21:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3588,1488,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 19:13:21','2022-10-11 19:13:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3589,1488,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 19:13:21','2022-10-11 19:13:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3590,1489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 20:53:27','2022-10-11 20:53:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3591,1489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-11 20:53:27','2022-10-11 20:53:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3592,1488,'lcaadmin','laradasciences@gmail.com','','','2022-10-12 14:17:54','2022-10-12 14:17:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3593,1487,'lcaadmin','laradasciences@gmail.com','','','2022-10-12 14:26:53','2022-10-12 14:26:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3594,1490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-12 19:02:14','2022-10-12 19:02:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3595,1490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-12 19:02:14','2022-10-12 19:02:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3596,1489,'lcaadmin','laradasciences@gmail.com','','','2022-10-12 20:34:07','2022-10-12 20:34:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3597,1491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-13 18:32:21','2022-10-13 18:32:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3598,1491,'lcaadmin','laradasciences@gmail.com','','','2022-10-13 21:45:57','2022-10-13 21:45:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3599,1490,'lcaadmin','laradasciences@gmail.com','','','2022-10-13 21:49:38','2022-10-13 21:49:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3600,1491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-13 22:25:11','2022-10-13 22:25:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3601,1491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-13 22:25:11','2022-10-13 22:25:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3602,1492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:33:36','2022-10-14 16:33:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3603,1492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:33:37','2022-10-14 16:33:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3604,1493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:36:27','2022-10-14 16:36:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3605,1493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:36:27','2022-10-14 16:36:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3606,1494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:40:18','2022-10-14 16:40:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3607,1494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:40:19','2022-10-14 16:40:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3608,1495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:43:27','2022-10-14 16:43:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3609,1495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-14 16:43:27','2022-10-14 16:43:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3610,1496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-16 00:14:11','2022-10-16 00:14:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3611,1491,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:07:47','2022-10-17 14:07:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3612,1492,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:09:29','2022-10-17 14:09:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3613,1493,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:10:40','2022-10-17 14:10:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3614,1494,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:11:37','2022-10-17 14:11:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3615,1495,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:14:34','2022-10-17 14:14:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3616,1496,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 14:16:21','2022-10-17 14:16:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3617,1497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 15:21:31','2022-10-17 15:21:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3618,1497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 15:21:31','2022-10-17 15:21:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3619,1498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 16:49:22','2022-10-17 16:49:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3620,1499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 16:50:39','2022-10-17 16:50:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3621,1500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 16:52:10','2022-10-17 16:52:10','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3622,1496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 18:11:17','2022-10-17 18:11:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3623,1496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 18:11:17','2022-10-17 18:11:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3624,1498,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 18:42:23','2022-10-17 18:42:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3625,1499,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 18:43:27','2022-10-17 18:43:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3626,1500,'lcaadmin','laradasciences@gmail.com','','','2022-10-17 18:43:56','2022-10-17 18:43:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3627,1502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 18:46:58','2022-10-17 18:46:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3628,1503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 20:17:51','2022-10-17 20:17:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3629,1503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 20:17:52','2022-10-17 20:17:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3630,1504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 21:45:49','2022-10-17 21:45:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3631,1504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-17 21:45:49','2022-10-17 21:45:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3632,1505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 14:37:13','2022-10-18 14:37:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3633,1505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 14:37:13','2022-10-18 14:37:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3634,1506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 16:03:26','2022-10-18 16:03:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3635,1502,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 17:50:12','2022-10-18 17:50:12','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3636,1502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 19:37:44','2022-10-18 19:37:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3637,1502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 19:37:44','2022-10-18 19:37:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3638,1505,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 20:04:22','2022-10-18 20:04:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3639,1503,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 20:08:10','2022-10-18 20:08:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3640,1504,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 20:11:11','2022-10-18 20:11:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3641,1496,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 20:14:05','2022-10-18 20:14:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3642,1497,'lcaadmin','laradasciences@gmail.com','','','2022-10-18 20:17:48','2022-10-18 20:17:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3643,1507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 23:18:12','2022-10-18 23:18:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3644,1507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-18 23:18:13','2022-10-18 23:18:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3645,1506,'lcaadmin','laradasciences@gmail.com','','','2022-10-19 16:10:08','2022-10-19 16:10:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3646,1506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-19 16:26:45','2022-10-19 16:26:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3647,1506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-19 16:26:45','2022-10-19 16:26:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3648,1508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-19 19:33:35','2022-10-19 19:33:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3649,1502,'lcaadmin','laradasciences@gmail.com','','','2022-10-19 22:44:44','2022-10-19 22:44:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3650,1507,'lcaadmin','laradasciences@gmail.com','','','2022-10-19 22:45:22','2022-10-19 22:45:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3651,1506,'lcaadmin','laradasciences@gmail.com','','','2022-10-19 22:46:02','2022-10-19 22:46:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3652,1508,'lcaadmin','laradasciences@gmail.com','','','2022-10-19 22:46:58','2022-10-19 22:46:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3653,1509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-19 22:58:36','2022-10-19 22:58:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3654,1509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-19 22:58:36','2022-10-19 22:58:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3655,1508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-20 01:44:51','2022-10-20 01:44:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3656,1508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-20 01:44:52','2022-10-20 01:44:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3657,1509,'lcaadmin','laradasciences@gmail.com','','','2022-10-20 20:04:41','2022-10-20 20:04:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3658,1508,'lcaadmin','laradasciences@gmail.com','','','2022-10-20 20:05:22','2022-10-20 20:05:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3659,1510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 17:36:23','2022-10-21 17:36:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3660,1510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 17:36:24','2022-10-21 17:36:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3661,1511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 19:50:18','2022-10-21 19:50:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3662,1511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 19:50:19','2022-10-21 19:50:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3663,1512,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 20:15:31','2022-10-21 20:15:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3664,1512,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 20:15:31','2022-10-21 20:15:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3665,1513,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 21:13:56','2022-10-21 21:13:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3666,1513,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-21 21:13:56','2022-10-21 21:13:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3667,1514,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-24 15:51:17','2022-10-24 15:51:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3668,1514,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-24 15:51:18','2022-10-24 15:51:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3669,1510,'lcaadmin','laradasciences@gmail.com','','','2022-10-24 16:24:43','2022-10-24 16:24:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3670,1511,'lcaadmin','laradasciences@gmail.com','','','2022-10-24 16:34:59','2022-10-24 16:34:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3671,1512,'lcaadmin','laradasciences@gmail.com','','','2022-10-24 16:39:14','2022-10-24 16:39:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3672,1513,'lcaadmin','laradasciences@gmail.com','','','2022-10-24 16:40:15','2022-10-24 16:40:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3673,1515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-24 19:01:25','2022-10-24 19:01:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3674,1515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-24 19:01:25','2022-10-24 19:01:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3675,1514,'lcaadmin','laradasciences@gmail.com','','','2022-10-25 15:00:25','2022-10-25 15:00:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3676,1517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-25 17:00:45','2022-10-25 17:00:45','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3677,1515,'lcaadmin','laradasciences@gmail.com','','','2022-10-25 18:09:11','2022-10-25 18:09:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3678,1517,'lcaadmin','laradasciences@gmail.com','','','2022-10-25 18:17:38','2022-10-25 18:17:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3679,1517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-25 18:21:13','2022-10-25 18:21:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3680,1517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-25 18:21:13','2022-10-25 18:21:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3681,1518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-25 21:02:27','2022-10-25 21:02:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3682,1518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-25 21:02:28','2022-10-25 21:02:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3683,1517,'lcaadmin','laradasciences@gmail.com','','','2022-10-26 16:18:29','2022-10-26 16:18:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3684,1518,'lcaadmin','laradasciences@gmail.com','','','2022-10-26 20:20:13','2022-10-26 20:20:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3685,1519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-26 21:20:40','2022-10-26 21:20:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3686,1519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-26 21:20:40','2022-10-26 21:20:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3687,1520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 02:18:59','2022-10-27 02:18:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3688,1520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 02:18:59','2022-10-27 02:18:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3689,1521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 16:24:56','2022-10-27 16:24:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3690,1521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 16:24:57','2022-10-27 16:24:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3691,1519,'lcaadmin','laradasciences@gmail.com','','','2022-10-27 18:16:19','2022-10-27 18:16:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3692,1520,'lcaadmin','laradasciences@gmail.com','','','2022-10-27 18:19:58','2022-10-27 18:19:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3693,1522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 20:04:57','2022-10-27 20:04:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3694,1522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-27 20:04:57','2022-10-27 20:04:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3695,1522,'lcaadmin','laradasciences@gmail.com','','','2022-10-28 15:16:04','2022-10-28 15:16:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3696,1521,'lcaadmin','laradasciences@gmail.com','','','2022-10-28 15:17:02','2022-10-28 15:17:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3697,1523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-28 19:53:46','2022-10-28 19:53:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3698,1523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-28 19:53:46','2022-10-28 19:53:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3699,1525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-31 13:57:12','2022-10-31 13:57:12','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3700,1526,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-31 15:29:31','2022-10-31 15:29:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3701,1526,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-10-31 15:29:32','2022-10-31 15:29:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3702,1526,'lcaadmin','laradasciences@gmail.com','','','2022-11-01 15:56:41','2022-11-01 15:56:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3703,1527,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-01 16:55:19','2022-11-01 16:55:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3704,1527,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-01 16:55:19','2022-11-01 16:55:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3705,1528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-01 20:20:55','2022-11-01 20:20:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3706,1528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-01 20:20:56','2022-11-01 20:20:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3707,1529,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-02 14:42:57','2022-11-02 14:42:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3708,1529,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-02 14:42:58','2022-11-02 14:42:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3709,1527,'lcaadmin','laradasciences@gmail.com','','','2022-11-02 16:14:05','2022-11-02 16:14:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3710,1529,'lcaadmin','laradasciences@gmail.com','','','2022-11-02 20:21:12','2022-11-02 20:21:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3711,1531,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-04 18:30:52','2022-11-04 18:30:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3712,1531,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-04 18:30:53','2022-11-04 18:30:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3713,1532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 06:59:58','2022-11-07 06:59:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3714,1532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 06:59:59','2022-11-07 06:59:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3715,1531,'lcaadmin','laradasciences@gmail.com','','','2022-11-07 14:23:44','2022-11-07 14:23:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3716,1533,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 21:09:05','2022-11-07 21:09:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3717,1533,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 21:09:05','2022-11-07 21:09:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3718,1534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 21:52:56','2022-11-07 21:52:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3719,1534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-07 21:52:56','2022-11-07 21:52:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3720,1535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 05:08:49','2022-11-08 05:08:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3721,1535,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 17:03:43','2022-11-08 17:03:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3722,1532,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 17:04:39','2022-11-08 17:04:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3723,1528,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 17:11:21','2022-11-08 17:11:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3724,1535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 19:00:42','2022-11-08 19:00:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3725,1535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 19:00:42','2022-11-08 19:00:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3726,1536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 20:29:17','2022-11-08 20:29:17','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3727,1536,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 20:43:11','2022-11-08 20:43:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3728,1534,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 20:44:42','2022-11-08 20:44:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3729,1533,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 20:46:45','2022-11-08 20:46:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3730,1523,'lcaadmin','laradasciences@gmail.com','','','2022-11-08 20:46:50','2022-11-08 20:46:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3731,1536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 22:27:57','2022-11-08 22:27:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3732,1536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-08 22:27:57','2022-11-08 22:27:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3733,1535,'lcaadmin','laradasciences@gmail.com','','','2022-11-09 19:58:39','2022-11-09 19:58:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3734,1536,'lcaadmin','laradasciences@gmail.com','','','2022-11-09 19:59:36','2022-11-09 19:59:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3735,1538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 14:22:40','2022-11-10 14:22:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3736,1538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 14:22:40','2022-11-10 14:22:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3737,1500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:32:02','2022-11-10 18:32:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3738,1500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:32:03','2022-11-10 18:32:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3739,1499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:33:12','2022-11-10 18:33:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3740,1499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:33:12','2022-11-10 18:33:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3741,1498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:33:49','2022-11-10 18:33:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3742,1498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-10 18:33:50','2022-11-10 18:33:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3743,1538,'lcaadmin','laradasciences@gmail.com','','','2022-11-10 21:31:09','2022-11-10 21:31:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3744,1500,'lcaadmin','laradasciences@gmail.com','','','2022-11-10 21:32:07','2022-11-10 21:32:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3745,1498,'lcaadmin','laradasciences@gmail.com','','','2022-11-10 21:32:56','2022-11-10 21:32:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3746,1499,'lcaadmin','laradasciences@gmail.com','','','2022-11-10 21:34:14','2022-11-10 21:34:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3747,1539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 15:06:44','2022-11-11 15:06:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3748,1539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 15:06:45','2022-11-11 15:06:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3749,1540,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 19:03:37','2022-11-11 19:03:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3750,1540,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 19:03:37','2022-11-11 19:03:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3751,1541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 19:25:25','2022-11-11 19:25:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3752,1541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-11 19:25:25','2022-11-11 19:25:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3754,1525,'lcaadmin','laradasciences@gmail.com','','','2022-11-12 17:26:47','2022-11-12 17:26:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3755,1525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-12 19:07:03','2022-11-12 19:07:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3756,1525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-12 19:07:03','2022-11-12 19:07:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3757,1543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-12 23:52:06','2022-11-12 23:52:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3758,1544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-12 23:53:25','2022-11-12 23:53:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3759,1545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-13 17:55:30','2022-11-13 17:55:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3760,1541,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 14:58:38','2022-11-14 14:58:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3761,1540,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 15:01:30','2022-11-14 15:01:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3762,1539,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 15:02:26','2022-11-14 15:02:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3763,1545,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 16:14:02','2022-11-14 16:14:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3764,1543,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 16:14:09','2022-11-14 16:14:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3765,1544,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 16:14:14','2022-11-14 16:14:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3766,1545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:25:21','2022-11-14 16:25:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3767,1545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:25:21','2022-11-14 16:25:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3768,1544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:26:04','2022-11-14 16:26:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3769,1544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:26:05','2022-11-14 16:26:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3770,1543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:27:06','2022-11-14 16:27:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3771,1543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 16:27:06','2022-11-14 16:27:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3772,1546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 17:05:51','2022-11-14 17:05:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3773,1546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 17:05:51','2022-11-14 17:05:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3774,1547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 19:15:13','2022-11-14 19:15:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3775,1547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-14 19:15:13','2022-11-14 19:15:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3776,1525,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 21:01:37','2022-11-14 21:01:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3777,1544,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 21:03:48','2022-11-14 21:03:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3778,1547,'lcaadmin','laradasciences@gmail.com','','','2022-11-14 21:06:08','2022-11-14 21:06:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3779,1546,'lcaadmin','laradasciences@gmail.com','','','2022-11-15 14:09:06','2022-11-15 14:09:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3780,1545,'lcaadmin','laradasciences@gmail.com','','','2022-11-15 14:09:56','2022-11-15 14:09:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3781,1548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-15 17:54:20','2022-11-15 17:54:20','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3782,1548,'lcaadmin','laradasciences@gmail.com','','','2022-11-15 19:17:56','2022-11-15 19:17:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3783,1548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-15 20:15:08','2022-11-15 20:15:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3784,1548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-15 20:15:09','2022-11-15 20:15:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3785,1549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 18:36:44','2022-11-16 18:36:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3786,1549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 18:36:45','2022-11-16 18:36:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3787,1550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 20:10:59','2022-11-16 20:10:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3788,1550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 20:10:59','2022-11-16 20:10:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3789,1551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 20:14:48','2022-11-16 20:14:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3790,1551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 20:14:48','2022-11-16 20:14:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3791,1552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 21:22:01','2022-11-16 21:22:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3792,1552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-16 21:22:01','2022-11-16 21:22:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3793,1548,'lcaadmin','laradasciences@gmail.com','','','2022-11-16 23:38:27','2022-11-16 23:38:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3794,1549,'lcaadmin','laradasciences@gmail.com','','','2022-11-16 23:40:25','2022-11-16 23:40:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3795,1555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-18 17:56:18','2022-11-18 17:56:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3796,1555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-18 17:56:18','2022-11-18 17:56:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3797,1556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-18 19:15:26','2022-11-18 19:15:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3798,1556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-18 19:15:26','2022-11-18 19:15:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3799,1557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-20 19:17:30','2022-11-20 19:17:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3800,1557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-20 19:17:30','2022-11-20 19:17:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3801,1558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-20 22:56:24','2022-11-20 22:56:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3802,1558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-20 22:56:25','2022-11-20 22:56:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3803,1559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 17:39:36','2022-11-21 17:39:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3804,1559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 17:39:36','2022-11-21 17:39:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3805,1560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 17:51:56','2022-11-21 17:51:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3806,1560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 17:51:56','2022-11-21 17:51:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3807,1556,'lcaadmin','laradasciences@gmail.com','','','2022-11-21 18:41:53','2022-11-21 18:41:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3808,1555,'lcaadmin','laradasciences@gmail.com','','','2022-11-21 18:42:48','2022-11-21 18:42:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3809,1561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 18:54:33','2022-11-21 18:54:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3810,1561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-21 18:54:33','2022-11-21 18:54:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3811,1562,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-22 07:07:11','2022-11-22 07:07:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3812,1562,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-22 07:07:11','2022-11-22 07:07:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3813,1561,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 16:55:09','2022-11-22 16:55:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3814,1560,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 16:56:08','2022-11-22 16:56:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3815,1559,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 16:56:53','2022-11-22 16:56:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3816,1557,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:14:41','2022-11-22 17:14:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3817,1543,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:16:49','2022-11-22 17:16:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3818,1550,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:17:44','2022-11-22 17:17:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3819,1558,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:17:52','2022-11-22 17:17:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3820,1551,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:18:45','2022-11-22 17:18:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3821,1552,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 17:19:11','2022-11-22 17:19:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3822,1562,'lcaadmin','laradasciences@gmail.com','','','2022-11-22 23:31:49','2022-11-22 23:31:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3823,1563,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-23 13:59:27','2022-11-23 13:59:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3824,1563,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-23 13:59:28','2022-11-23 13:59:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3825,1563,'lcaadmin','laradasciences@gmail.com','','','2022-11-23 20:19:24','2022-11-23 20:19:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3826,1564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-25 14:59:59','2022-11-25 14:59:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3827,1564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-25 14:59:59','2022-11-25 14:59:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3828,1565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-27 17:49:05','2022-11-27 17:49:05','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3829,1566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 00:11:20','2022-11-28 00:11:20','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3830,1567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 00:23:47','2022-11-28 00:23:47','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3831,1568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 13:53:59','2022-11-28 13:53:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3832,1568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 13:53:59','2022-11-28 13:53:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3833,1569,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 14:44:48','2022-11-28 14:44:48','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3834,1570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 14:46:36','2022-11-28 14:46:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3835,1570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 14:46:37','2022-11-28 14:46:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3836,1567,'lcaadmin','laradasciences@gmail.com','','','2022-11-28 16:19:50','2022-11-28 16:19:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3837,1566,'lcaadmin','laradasciences@gmail.com','','','2022-11-28 16:20:12','2022-11-28 16:20:12','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3838,1565,'lcaadmin','laradasciences@gmail.com','','','2022-11-28 16:20:33','2022-11-28 16:20:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3839,1572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 17:12:41','2022-11-28 17:12:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3840,1572,'lcaadmin','laradasciences@gmail.com','','','2022-11-28 17:27:24','2022-11-28 17:27:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3841,1572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 17:51:19','2022-11-28 17:51:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3842,1572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 17:51:20','2022-11-28 17:51:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3844,1566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 19:36:41','2022-11-28 19:36:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3845,1566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 19:36:41','2022-11-28 19:36:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3846,1567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 19:38:36','2022-11-28 19:38:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3847,1567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 19:38:36','2022-11-28 19:38:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3848,1573,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 20:38:36','2022-11-28 20:38:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3849,1573,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 20:38:36','2022-11-28 20:38:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3850,1574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-28 22:20:05','2022-11-28 22:20:05','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3851,1564,'lcaadmin','laradasciences@gmail.com','','','2022-11-28 22:40:57','2022-11-28 22:40:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3852,1565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-29 02:16:04','2022-11-29 02:16:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3853,1565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-29 02:16:04','2022-11-29 02:16:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3854,1568,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 15:47:05','2022-11-29 15:47:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3855,1575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-29 16:28:09','2022-11-29 16:28:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3856,1575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-29 16:28:10','2022-11-29 16:28:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3857,1570,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 20:38:38','2022-11-29 20:38:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3858,1565,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 20:42:53','2022-11-29 20:42:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3859,1566,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 20:43:30','2022-11-29 20:43:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3860,1567,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 20:44:16','2022-11-29 20:44:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3861,1572,'lcaadmin','laradasciences@gmail.com','','','2022-11-29 20:44:53','2022-11-29 20:44:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3862,1575,'lcaadmin','laradasciences@gmail.com','','','2022-11-30 05:49:13','2022-11-30 05:49:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3863,1573,'lcaadmin','laradasciences@gmail.com','','','2022-11-30 05:51:05','2022-11-30 05:51:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3864,1576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-30 15:12:11','2022-11-30 15:12:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3865,1576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-30 15:12:12','2022-11-30 15:12:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3866,1577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-30 21:49:43','2022-11-30 21:49:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3867,1577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-11-30 21:49:44','2022-11-30 21:49:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3868,1578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-01 17:52:13','2022-12-01 17:52:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3869,1578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-01 17:52:13','2022-12-01 17:52:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3870,1577,'lcaadmin','laradasciences@gmail.com','','','2022-12-01 19:09:34','2022-12-01 19:09:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3871,1579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-02 19:52:25','2022-12-02 19:52:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3872,1579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-02 19:52:26','2022-12-02 19:52:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3873,1580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-02 21:52:41','2022-12-02 21:52:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3874,1580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-02 21:52:41','2022-12-02 21:52:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3875,1581,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-03 18:00:53','2022-12-03 18:00:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3876,1582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-04 20:18:27','2022-12-04 20:18:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3877,1582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-04 20:18:28','2022-12-04 20:18:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3878,1578,'lcaadmin','laradasciences@gmail.com','','','2022-12-05 16:09:54','2022-12-05 16:09:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3879,1581,'lcaadmin','laradasciences@gmail.com','','','2022-12-05 16:57:35','2022-12-05 16:57:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3880,1579,'lcaadmin','laradasciences@gmail.com','','','2022-12-05 16:59:31','2022-12-05 16:59:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3881,1583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-05 17:10:22','2022-12-05 17:10:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3882,1583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-05 17:10:22','2022-12-05 17:10:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3883,1576,'lcaadmin','laradasciences@gmail.com','','','2022-12-06 16:00:52','2022-12-06 16:00:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3884,1580,'lcaadmin','laradasciences@gmail.com','','','2022-12-06 16:04:47','2022-12-06 16:04:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3885,1582,'lcaadmin','laradasciences@gmail.com','','','2022-12-06 20:01:08','2022-12-06 20:01:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3886,1585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-06 20:16:38','2022-12-06 20:16:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3887,1585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-06 20:16:38','2022-12-06 20:16:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3888,1585,'lcaadmin','laradasciences@gmail.com','','','2022-12-07 15:20:06','2022-12-07 15:20:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3889,1574,'lcaadmin','laradasciences@gmail.com','','','2022-12-07 15:54:57','2022-12-07 15:54:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3890,1574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-07 17:11:56','2022-12-07 17:11:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3891,1574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-07 17:11:57','2022-12-07 17:11:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3892,1581,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-07 17:47:28','2022-12-07 17:47:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3893,1581,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-07 17:47:28','2022-12-07 17:47:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3894,1586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-08 00:41:41','2022-12-08 00:41:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3895,1586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-08 00:41:41','2022-12-08 00:41:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3896,1574,'lcaadmin','laradasciences@gmail.com','','','2022-12-08 00:42:06','2022-12-08 00:42:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3897,1581,'lcaadmin','laradasciences@gmail.com','','','2022-12-08 00:42:44','2022-12-08 00:42:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3898,1586,'lcaadmin','laradasciences@gmail.com','','','2022-12-08 17:45:06','2022-12-08 17:45:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3899,1587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 07:34:06','2022-12-09 07:34:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3900,1587,'lcaadmin','laradasciences@gmail.com','','','2022-12-09 15:51:51','2022-12-09 15:51:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3901,1588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 15:56:08','2022-12-09 15:56:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3902,1588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 15:56:08','2022-12-09 15:56:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3903,1587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 16:02:30','2022-12-09 16:02:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3904,1587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 16:02:30','2022-12-09 16:02:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3905,1587,'lcaadmin','laradasciences@gmail.com','','','2022-12-09 20:30:11','2022-12-09 20:30:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3906,1588,'lcaadmin','laradasciences@gmail.com','','','2022-12-09 20:33:43','2022-12-09 20:33:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3907,1589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-09 20:40:35','2022-12-09 20:40:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3908,1591,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-10 22:30:12','2022-12-10 22:30:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3909,1591,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-10 22:30:12','2022-12-10 22:30:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3910,1589,'lcaadmin','laradasciences@gmail.com','','','2022-12-11 20:57:52','2022-12-11 20:57:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3911,1589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-11 21:12:22','2022-12-11 21:12:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3912,1589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-11 21:12:23','2022-12-11 21:12:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3913,1592,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 14:53:45','2022-12-12 14:53:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3914,1592,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 14:53:45','2022-12-12 14:53:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3915,1593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 18:51:23','2022-12-12 18:51:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3916,1593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 18:51:23','2022-12-12 18:51:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3917,1594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 21:21:38','2022-12-12 21:21:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3918,1594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 21:21:38','2022-12-12 21:21:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3919,1589,'lcaadmin','laradasciences@gmail.com','','','2022-12-12 22:01:16','2022-12-12 22:01:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3920,1591,'lcaadmin','laradasciences@gmail.com','','','2022-12-12 22:06:06','2022-12-12 22:06:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3921,1595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 23:03:18','2022-12-12 23:03:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3922,1595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-12 23:03:18','2022-12-12 23:03:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3923,1596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 03:24:02','2022-12-13 03:24:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3924,1596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 03:24:02','2022-12-13 03:24:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3925,1597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 12:23:40','2022-12-13 12:23:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3926,1597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 12:23:40','2022-12-13 12:23:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3927,1598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 20:41:04','2022-12-13 20:41:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3928,1598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 20:41:04','2022-12-13 20:41:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3929,1599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 21:09:40','2022-12-13 21:09:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3930,1599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-13 21:09:40','2022-12-13 21:09:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3931,1593,'lcaadmin','laradasciences@gmail.com','','','2022-12-13 21:59:31','2022-12-13 21:59:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3932,1592,'lcaadmin','laradasciences@gmail.com','','','2022-12-13 22:00:56','2022-12-13 22:00:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3933,1598,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 15:43:58','2022-12-14 15:43:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3934,1595,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 15:44:55','2022-12-14 15:44:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3935,1594,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 16:25:53','2022-12-14 16:25:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3936,1599,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 17:47:40','2022-12-14 17:47:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3937,1583,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 22:38:29','2022-12-14 22:38:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3938,1596,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 22:39:12','2022-12-14 22:39:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3939,1597,'lcaadmin','laradasciences@gmail.com','','','2022-12-14 22:39:44','2022-12-14 22:39:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3940,1601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 01:15:17','2022-12-15 01:15:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3941,1601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 01:15:17','2022-12-15 01:15:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3942,1603,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:00:21','2022-12-15 20:00:21','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(3943,1604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:01:20','2022-12-15 20:01:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3944,1604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:01:20','2022-12-15 20:01:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3945,1605,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:04:14','2022-12-15 20:04:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3946,1605,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:04:14','2022-12-15 20:04:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3947,1606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:10:11','2022-12-15 20:10:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3948,1606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-15 20:10:11','2022-12-15 20:10:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3949,1601,'lcaadmin','laradasciences@gmail.com','','','2022-12-15 20:37:49','2022-12-15 20:37:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3950,1607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-16 20:42:11','2022-12-16 20:42:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3951,1608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-17 16:23:08','2022-12-17 16:23:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3952,1609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-17 16:29:26','2022-12-17 16:29:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3953,1607,'lcaadmin','laradasciences@gmail.com','','','2022-12-19 15:00:28','2022-12-19 15:00:28','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3954,1604,'lcaadmin','laradasciences@gmail.com','','','2022-12-19 15:05:17','2022-12-19 15:05:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3955,1610,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 03:14:44','2022-12-20 03:14:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3956,1610,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 03:14:45','2022-12-20 03:14:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3957,1608,'lcaadmin','laradasciences@gmail.com','','','2022-12-20 16:29:57','2022-12-20 16:29:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3958,1609,'lcaadmin','laradasciences@gmail.com','','','2022-12-20 16:30:04','2022-12-20 16:30:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3959,1611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 17:31:58','2022-12-20 17:31:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3960,1611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 17:31:58','2022-12-20 17:31:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3961,1612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 17:40:05','2022-12-20 17:40:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3962,1612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 17:40:05','2022-12-20 17:40:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3963,1609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 18:31:22','2022-12-20 18:31:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3964,1609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 18:31:22','2022-12-20 18:31:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3965,1608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 18:32:08','2022-12-20 18:32:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3966,1608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-20 18:32:08','2022-12-20 18:32:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3967,1609,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 16:02:21','2022-12-21 16:02:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3968,1612,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 16:03:12','2022-12-21 16:03:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3969,1611,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 16:05:56','2022-12-21 16:05:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3970,1610,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 16:07:02','2022-12-21 16:07:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3971,1608,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 17:51:56','2022-12-21 17:51:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3972,1606,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 17:52:28','2022-12-21 17:52:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3973,1605,'lcaadmin','laradasciences@gmail.com','','','2022-12-21 17:53:12','2022-12-21 17:53:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3974,1607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-21 20:38:02','2022-12-21 20:38:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3975,1607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-21 20:38:03','2022-12-21 20:38:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3976,1607,'lcaadmin','laradasciences@gmail.com','','','2022-12-22 21:00:50','2022-12-22 21:00:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3977,1614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-26 23:14:07','2022-12-26 23:14:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3978,1615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-26 23:17:53','2022-12-26 23:17:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3979,1615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-26 23:17:53','2022-12-26 23:17:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3980,1614,'lcaadmin','laradasciences@gmail.com','','','2022-12-27 16:04:14','2022-12-27 16:04:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3981,1614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-28 15:05:42','2022-12-28 15:05:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3982,1614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-28 15:05:43','2022-12-28 15:05:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3983,1615,'lcaadmin','laradasciences@gmail.com','','','2022-12-28 15:32:09','2022-12-28 15:32:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3984,1616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-28 17:14:53','2022-12-28 17:14:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3985,1616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-28 17:14:54','2022-12-28 17:14:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3986,1614,'lcaadmin','laradasciences@gmail.com','','','2022-12-28 22:04:15','2022-12-28 22:04:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3987,1616,'lcaadmin','laradasciences@gmail.com','','','2022-12-28 22:13:28','2022-12-28 22:13:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3988,1617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-29 01:32:34','2022-12-29 01:32:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3989,1617,'lcaadmin','laradasciences@gmail.com','','','2022-12-29 15:16:34','2022-12-29 15:16:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(3990,1617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-29 15:31:22','2022-12-29 15:31:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3991,1617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-29 15:31:23','2022-12-29 15:31:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3992,1618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-29 20:12:06','2022-12-29 20:12:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3993,1618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2022-12-29 20:12:07','2022-12-29 20:12:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3994,1617,'lcaadmin','laradasciences@gmail.com','','','2022-12-29 21:37:47','2022-12-29 21:37:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(3995,1619,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-01 19:03:44','2023-01-01 19:03:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3996,1619,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-01 19:03:45','2023-01-01 19:03:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(3997,1620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 06:51:31','2023-01-02 06:51:31','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(3998,1621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 13:30:37','2023-01-02 13:30:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(3999,1621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 13:30:37','2023-01-02 13:30:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4000,1622,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 15:06:29','2023-01-02 15:06:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4001,1622,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 15:06:29','2023-01-02 15:06:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4002,1623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 17:59:52','2023-01-02 17:59:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4003,1623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 17:59:52','2023-01-02 17:59:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4004,1624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-02 23:00:20','2023-01-02 23:00:20','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4005,1624,'lcaadmin','laradasciences@gmail.com','','','2023-01-03 16:21:45','2023-01-03 16:21:45','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4006,1620,'lcaadmin','laradasciences@gmail.com','','','2023-01-03 16:21:49','2023-01-03 16:21:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4007,1618,'lcaadmin','laradasciences@gmail.com','','','2023-01-03 16:27:25','2023-01-03 16:27:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4008,1626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 16:54:42','2023-01-03 16:54:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4009,1626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 16:54:43','2023-01-03 16:54:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4010,1624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 17:20:01','2023-01-03 17:20:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4011,1624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 17:20:01','2023-01-03 17:20:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4012,1620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 17:28:00','2023-01-03 17:28:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4013,1620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 17:28:01','2023-01-03 17:28:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4014,1627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 21:36:16','2023-01-03 21:36:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4015,1627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-03 21:36:16','2023-01-03 21:36:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4016,1628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 05:04:14','2023-01-04 05:04:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4017,1628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 05:04:14','2023-01-04 05:04:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4018,1619,'lcaadmin','laradasciences@gmail.com','','','2023-01-04 16:13:28','2023-01-04 16:13:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4019,1629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 21:09:38','2023-01-04 21:09:38','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4020,1630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 21:14:06','2023-01-04 21:14:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4021,1623,'lcaadmin','laradasciences@gmail.com','','','2023-01-04 21:28:42','2023-01-04 21:28:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4022,1622,'lcaadmin','laradasciences@gmail.com','','','2023-01-04 21:30:48','2023-01-04 21:30:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4023,1630,'lcaadmin','laradasciences@gmail.com','','','2023-01-04 21:45:58','2023-01-04 21:45:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4024,1630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 22:01:58','2023-01-04 22:01:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4025,1630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-04 22:01:58','2023-01-04 22:01:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4026,1631,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-05 03:16:24','2023-01-05 03:16:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4027,1631,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-05 03:16:24','2023-01-05 03:16:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4028,1624,'lcaadmin','laradasciences@gmail.com','','','2023-01-05 20:17:19','2023-01-05 20:17:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4029,1620,'lcaadmin','laradasciences@gmail.com','','','2023-01-05 20:18:28','2023-01-05 20:18:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4030,1632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-05 20:26:36','2023-01-05 20:26:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4031,1632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-05 20:26:36','2023-01-05 20:26:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4032,1621,'lcaadmin','laradasciences@gmail.com','','','2023-01-05 20:29:37','2023-01-05 20:29:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4033,1626,'lcaadmin','laradasciences@gmail.com','','','2023-01-05 20:31:03','2023-01-05 20:31:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4034,1628,'lcaadmin','laradasciences@gmail.com','','','2023-01-05 20:31:45','2023-01-05 20:31:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4035,1633,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-06 16:55:11','2023-01-06 16:55:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4036,1633,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-06 16:55:11','2023-01-06 16:55:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4037,1630,'lcaadmin','laradasciences@gmail.com','','','2023-01-06 17:01:38','2023-01-06 17:01:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4038,1627,'lcaadmin','laradasciences@gmail.com','','','2023-01-06 17:01:43','2023-01-06 17:01:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4040,1631,'lcaadmin','laradasciences@gmail.com','','','2023-01-06 17:21:38','2023-01-06 17:21:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4041,1632,'lcaadmin','laradasciences@gmail.com','','','2023-01-06 21:15:44','2023-01-06 21:15:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4042,1634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 05:27:48','2023-01-09 05:27:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4043,1634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 05:27:48','2023-01-09 05:27:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4044,1635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 18:42:29','2023-01-09 18:42:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4045,1635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 18:42:29','2023-01-09 18:42:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4046,1636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 21:11:14','2023-01-09 21:11:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4047,1636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 21:11:15','2023-01-09 21:11:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4048,1633,'lcaadmin','laradasciences@gmail.com','','','2023-01-09 21:59:12','2023-01-09 21:59:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4049,1637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 23:35:35','2023-01-09 23:35:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4050,1637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-09 23:35:35','2023-01-09 23:35:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4051,1639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-10 18:41:10','2023-01-10 18:41:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4052,1639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-10 18:41:10','2023-01-10 18:41:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4053,1640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-10 18:45:16','2023-01-10 18:45:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4054,1634,'lcaadmin','laradasciences@gmail.com','','','2023-01-10 19:41:06','2023-01-10 19:41:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4055,1635,'lcaadmin','laradasciences@gmail.com','','','2023-01-10 21:28:20','2023-01-10 21:28:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4056,1629,'lcaadmin','laradasciences@gmail.com','','','2023-01-10 21:57:07','2023-01-10 21:57:07','Order status changed from Completed to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4057,1629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-10 23:14:23','2023-01-10 23:14:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4058,1629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-10 23:14:23','2023-01-10 23:14:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4059,1641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-11 18:22:54','2023-01-11 18:22:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4060,1641,'lcaadmin','laradasciences@gmail.com','','','2023-01-11 19:53:18','2023-01-11 19:53:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4061,1641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-11 20:27:18','2023-01-11 20:27:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4062,1641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-11 20:27:18','2023-01-11 20:27:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4063,1637,'lcaadmin','laradasciences@gmail.com','','','2023-01-11 21:03:09','2023-01-11 21:03:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4064,1636,'lcaadmin','laradasciences@gmail.com','','','2023-01-11 21:04:02','2023-01-11 21:04:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4065,1642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 02:47:11','2023-01-12 02:47:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4066,1642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 02:47:11','2023-01-12 02:47:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4067,1643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 17:11:21','2023-01-12 17:11:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4068,1643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 17:11:21','2023-01-12 17:11:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4069,1641,'lcaadmin','laradasciences@gmail.com','','','2023-01-12 17:39:47','2023-01-12 17:39:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4070,1629,'lcaadmin','laradasciences@gmail.com','','','2023-01-12 17:41:28','2023-01-12 17:41:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4071,1644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 19:50:42','2023-01-12 19:50:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4072,1644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 19:50:42','2023-01-12 19:50:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4073,1642,'lcaadmin','laradasciences@gmail.com','','','2023-01-12 20:53:13','2023-01-12 20:53:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4074,1645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 20:53:55','2023-01-12 20:53:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4075,1645,'lcaadmin','laradasciences@gmail.com','','','2023-01-12 21:51:50','2023-01-12 21:51:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4076,1646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 22:42:37','2023-01-12 22:42:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4077,1646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-12 22:42:38','2023-01-12 22:42:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4078,1645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 06:25:38','2023-01-13 06:25:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4079,1645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 06:25:38','2023-01-13 06:25:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4080,1643,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 19:21:52','2023-01-13 19:21:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4081,1644,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 19:26:05','2023-01-13 19:26:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4082,1646,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 19:28:29','2023-01-13 19:28:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4083,1647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 20:53:22','2023-01-13 20:53:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4084,1648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 20:55:57','2023-01-13 20:55:57','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4085,1649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 21:55:17','2023-01-13 21:55:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4086,1649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 21:55:17','2023-01-13 21:55:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4087,1648,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 23:03:04','2023-01-13 23:03:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4088,1647,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 23:03:07','2023-01-13 23:03:07','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4089,1645,'lcaadmin','laradasciences@gmail.com','','','2023-01-13 23:09:49','2023-01-13 23:09:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4090,1648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 23:09:56','2023-01-13 23:09:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4091,1648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 23:09:56','2023-01-13 23:09:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4092,1647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 23:10:23','2023-01-13 23:10:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4093,1647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-13 23:10:23','2023-01-13 23:10:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4094,1650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-15 00:58:19','2023-01-15 00:58:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4095,1650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-15 00:58:19','2023-01-15 00:58:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4096,1651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-15 15:27:46','2023-01-15 15:27:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4097,1651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-15 15:27:47','2023-01-15 15:27:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4099,1652,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:17:55','2023-01-16 20:17:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4100,1652,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:17:55','2023-01-16 20:17:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4101,1653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:20:50','2023-01-16 20:20:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4102,1653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:20:50','2023-01-16 20:20:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4103,1654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:23:47','2023-01-16 20:23:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4104,1654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:23:47','2023-01-16 20:23:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4105,1655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:27:16','2023-01-16 20:27:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4106,1655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-16 20:27:16','2023-01-16 20:27:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4107,1639,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:29:04','2023-01-16 20:29:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4108,1647,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:29:49','2023-01-16 20:29:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4109,1648,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:30:44','2023-01-16 20:30:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4110,1649,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:31:30','2023-01-16 20:31:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4111,1650,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:31:54','2023-01-16 20:31:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4112,1651,'lcaadmin','laradasciences@gmail.com','','','2023-01-16 20:33:13','2023-01-16 20:33:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4113,1656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 16:37:24','2023-01-17 16:37:24','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4114,1656,'lcaadmin','laradasciences@gmail.com','','','2023-01-17 17:28:02','2023-01-17 17:28:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4115,1657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 19:10:11','2023-01-17 19:10:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4116,1657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 19:10:11','2023-01-17 19:10:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4117,1658,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:02:59','2023-01-17 20:02:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4118,1658,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:02:59','2023-01-17 20:02:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4119,1659,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:05:51','2023-01-17 20:05:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4120,1659,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:05:51','2023-01-17 20:05:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4121,1661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:35:32','2023-01-17 20:35:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4122,1661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-17 20:35:32','2023-01-17 20:35:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4123,1652,'lcaadmin','laradasciences@gmail.com','','','2023-01-17 21:03:28','2023-01-17 21:03:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4124,1653,'lcaadmin','laradasciences@gmail.com','','','2023-01-17 21:24:43','2023-01-17 21:24:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4125,1654,'lcaadmin','laradasciences@gmail.com','','','2023-01-17 21:26:24','2023-01-17 21:26:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4126,1655,'lcaadmin','laradasciences@gmail.com','','','2023-01-17 21:27:54','2023-01-17 21:27:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4127,1663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 19:19:31','2023-01-18 19:19:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4128,1663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 19:19:31','2023-01-18 19:19:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4129,1664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 21:13:41','2023-01-18 21:13:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4130,1664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 21:13:41','2023-01-18 21:13:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4131,1665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 22:33:09','2023-01-18 22:33:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4132,1665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-18 22:33:09','2023-01-18 22:33:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4133,1666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 03:48:21','2023-01-19 03:48:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4134,1666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 03:48:21','2023-01-19 03:48:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4135,1667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 14:19:37','2023-01-19 14:19:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4136,1668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 14:25:50','2023-01-19 14:25:50','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4137,1668,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 17:31:19','2023-01-19 17:31:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4138,1667,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 17:31:19','2023-01-19 17:31:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4139,1669,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 18:00:58','2023-01-19 18:00:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4140,1669,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 18:00:58','2023-01-19 18:00:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4141,1670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 18:08:05','2023-01-19 18:08:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4142,1670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-19 18:08:06','2023-01-19 18:08:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4143,1666,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 18:37:58','2023-01-19 18:37:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4144,1663,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 18:43:06','2023-01-19 18:43:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4145,1661,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 18:52:15','2023-01-19 18:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4146,1664,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 20:10:55','2023-01-19 20:10:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4147,1657,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 20:13:02','2023-01-19 20:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4148,1658,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 20:13:48','2023-01-19 20:13:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4149,1659,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 20:17:19','2023-01-19 20:17:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4150,1665,'lcaadmin','laradasciences@gmail.com','','','2023-01-19 20:18:24','2023-01-19 20:18:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4151,1656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:23:39','2023-01-20 13:23:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4152,1656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:23:40','2023-01-20 13:23:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4153,1667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:37:40','2023-01-20 13:37:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4154,1667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:37:40','2023-01-20 13:37:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4155,1668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:38:35','2023-01-20 13:38:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4156,1668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 13:38:35','2023-01-20 13:38:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4157,1671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 20:17:19','2023-01-20 20:17:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4158,1671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-20 20:17:19','2023-01-20 20:17:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4159,1667,'lcaadmin','laradasciences@gmail.com','','','2023-01-20 21:33:33','2023-01-20 21:33:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4160,1668,'lcaadmin','laradasciences@gmail.com','','','2023-01-20 21:35:50','2023-01-20 21:35:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4161,1670,'lcaadmin','laradasciences@gmail.com','','','2023-01-20 21:36:36','2023-01-20 21:36:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4162,1669,'lcaadmin','laradasciences@gmail.com','','','2023-01-20 21:38:39','2023-01-20 21:38:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4163,1672,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-21 06:47:14','2023-01-21 06:47:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4164,1672,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-21 06:47:14','2023-01-21 06:47:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4165,1673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-21 21:16:21','2023-01-21 21:16:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4166,1674,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-21 21:17:06','2023-01-21 21:17:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4167,1675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-21 21:17:40','2023-01-21 21:17:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4168,1676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-23 05:37:34','2023-01-23 05:37:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4169,1676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-23 05:37:35','2023-01-23 05:37:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4170,1677,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-23 14:33:42','2023-01-23 14:33:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4171,1677,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-23 14:33:43','2023-01-23 14:33:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4172,1675,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 16:13:43','2023-01-23 16:13:43','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4173,1674,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 16:13:46','2023-01-23 16:13:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4174,1673,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 16:13:51','2023-01-23 16:13:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4175,1671,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 16:18:16','2023-01-23 16:18:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4176,1672,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 17:33:27','2023-01-23 17:33:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4177,1676,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 22:55:22','2023-01-23 22:55:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4178,1656,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 22:55:30','2023-01-23 22:55:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4179,1677,'lcaadmin','laradasciences@gmail.com','','','2023-01-23 22:55:57','2023-01-23 22:55:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4180,1678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-24 16:58:50','2023-01-24 16:58:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4181,1678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-24 16:58:50','2023-01-24 16:58:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4182,1679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-24 20:55:16','2023-01-24 20:55:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4183,1679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-24 20:55:16','2023-01-24 20:55:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4184,1675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-24 23:58:33','2023-01-24 23:58:33','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4185,1674,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 00:00:03','2023-01-25 00:00:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4186,1674,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 00:00:03','2023-01-25 00:00:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4187,1673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 00:01:21','2023-01-25 00:01:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4188,1673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 00:01:21','2023-01-25 00:01:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4189,1680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 00:03:30','2023-01-25 00:03:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4190,1681,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 03:10:51','2023-01-25 03:10:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4191,1682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 16:18:09','2023-01-25 16:18:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4192,1680,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 16:33:11','2023-01-25 16:33:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4193,1680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 18:04:24','2023-01-25 18:04:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4194,1680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 18:04:24','2023-01-25 18:04:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4195,1681,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 18:56:24','2023-01-25 18:56:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4196,1682,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 18:56:28','2023-01-25 18:56:28','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4197,1678,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 19:02:40','2023-01-25 19:02:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4198,1682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 19:14:13','2023-01-25 19:14:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4199,1682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 19:14:13','2023-01-25 19:14:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4200,1673,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 21:10:25','2023-01-25 21:10:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4201,1681,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 21:29:22','2023-01-25 21:29:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4202,1681,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-25 21:29:22','2023-01-25 21:29:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4203,1674,'lcaadmin','laradasciences@gmail.com','','','2023-01-25 21:43:09','2023-01-25 21:43:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4204,1680,'lcaadmin','laradasciences@gmail.com','','','2023-01-26 21:52:15','2023-01-26 21:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4205,1682,'lcaadmin','laradasciences@gmail.com','','','2023-01-26 21:52:59','2023-01-26 21:52:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4206,1679,'lcaadmin','laradasciences@gmail.com','','','2023-01-26 21:53:45','2023-01-26 21:53:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4207,1681,'lcaadmin','laradasciences@gmail.com','','','2023-01-26 21:54:33','2023-01-26 21:54:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4208,1684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 00:51:00','2023-01-27 00:51:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4209,1685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 13:22:11','2023-01-27 13:22:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4210,1685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 13:22:11','2023-01-27 13:22:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4211,1684,'lcaadmin','laradasciences@gmail.com','','','2023-01-27 17:09:08','2023-01-27 17:09:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4212,1685,'lcaadmin','laradasciences@gmail.com','','','2023-01-27 17:14:23','2023-01-27 17:14:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4213,1686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 21:11:55','2023-01-27 21:11:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4214,1684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 22:58:30','2023-01-27 22:58:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4215,1684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-27 22:58:30','2023-01-27 22:58:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4216,1686,'lcaadmin','laradasciences@gmail.com','','','2023-01-30 16:03:26','2023-01-30 16:03:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4217,1686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-30 19:08:57','2023-01-30 19:08:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4218,1686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-30 19:08:57','2023-01-30 19:08:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4219,1688,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-30 20:23:25','2023-01-30 20:23:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4220,1688,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-01-30 20:23:25','2023-01-30 20:23:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4222,1690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-01 16:39:16','2023-02-01 16:39:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4223,1690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-01 16:39:16','2023-02-01 16:39:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4224,1692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-01 19:19:56','2023-02-01 19:19:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4225,1695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-02 18:56:11','2023-02-02 18:56:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4226,1695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-02 18:56:11','2023-02-02 18:56:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4227,1692,'lcaadmin','laradasciences@gmail.com','','','2023-02-02 19:39:58','2023-02-02 19:39:58','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4228,1690,'lcaadmin','laradasciences@gmail.com','','','2023-02-02 19:42:07','2023-02-02 19:42:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4229,1696,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-02 22:37:04','2023-02-02 22:37:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4230,1696,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-02 22:37:04','2023-02-02 22:37:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4231,1695,'lcaadmin','laradasciences@gmail.com','','','2023-02-03 15:51:52','2023-02-03 15:51:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4232,1688,'lcaadmin','laradasciences@gmail.com','','','2023-02-03 15:52:47','2023-02-03 15:52:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4233,1640,'lcaadmin','laradasciences@gmail.com','','','2023-02-03 16:58:33','2023-02-03 16:58:33','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4234,1640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 17:10:12','2023-02-03 17:10:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4235,1640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 17:10:12','2023-02-03 17:10:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4236,1697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 17:45:01','2023-02-03 17:45:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4237,1697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 17:45:01','2023-02-03 17:45:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4238,1698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 22:36:07','2023-02-03 22:36:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4239,1698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-03 22:36:07','2023-02-03 22:36:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4240,1699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-04 13:23:03','2023-02-04 13:23:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4241,1699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-04 13:23:04','2023-02-04 13:23:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4242,1700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-05 05:15:30','2023-02-05 05:15:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4243,1701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-05 16:10:56','2023-02-05 16:10:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4244,1701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-05 16:10:56','2023-02-05 16:10:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4245,1702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-05 22:34:58','2023-02-05 22:34:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4246,1703,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 00:04:09','2023-02-06 00:04:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4247,1703,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 00:04:09','2023-02-06 00:04:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4248,1704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 16:55:18','2023-02-06 16:55:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4249,1704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 16:55:19','2023-02-06 16:55:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4250,1692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 17:34:09','2023-02-06 17:34:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4251,1692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 17:34:09','2023-02-06 17:34:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4252,1705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 21:19:03','2023-02-06 21:19:03','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4253,1705,'lcaadmin','laradasciences@gmail.com','','','2023-02-06 22:43:01','2023-02-06 22:43:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4254,1698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 22:43:47','2023-02-06 22:43:47','Refunded 269.66 - Refund ID: 52V80249KS9625845',0,'1','WooCommerce','order_note',0,0),(4255,1698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-06 22:43:48','2023-02-06 22:43:48','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(4256,1702,'lcaadmin','laradasciences@gmail.com','','','2023-02-06 22:44:35','2023-02-06 22:44:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4257,1699,'lcaadmin','laradasciences@gmail.com','','','2023-02-06 22:45:43','2023-02-06 22:45:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4258,1640,'lcaadmin','laradasciences@gmail.com','','','2023-02-06 22:48:35','2023-02-06 22:48:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4259,1697,'lcaadmin','laradasciences@gmail.com','','','2023-02-06 22:49:13','2023-02-06 22:49:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4260,1707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 03:14:07','2023-02-07 03:14:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4261,1707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 03:14:07','2023-02-07 03:14:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4262,1705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 07:04:43','2023-02-07 07:04:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4263,1705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 07:04:44','2023-02-07 07:04:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4264,1698,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:39:26','2023-02-07 16:39:26','Order status changed from Refunded to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4265,1700,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:42:30','2023-02-07 16:42:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4266,1703,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:44:41','2023-02-07 16:44:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4267,1701,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:45:05','2023-02-07 16:45:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4268,1696,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:45:30','2023-02-07 16:45:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4269,1692,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:46:28','2023-02-07 16:46:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4270,1686,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:46:59','2023-02-07 16:46:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4271,1684,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 16:47:58','2023-02-07 16:47:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4272,1700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 17:18:23','2023-02-07 17:18:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4273,1700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 17:18:23','2023-02-07 17:18:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4274,1707,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 21:14:03','2023-02-07 21:14:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4275,1705,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 21:14:37','2023-02-07 21:14:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4276,1700,'lcaadmin','laradasciences@gmail.com','','','2023-02-07 21:19:00','2023-02-07 21:19:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4277,1698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-07 21:29:45','2023-02-07 21:29:45','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4278,1708,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-08 19:19:28','2023-02-08 19:19:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4279,1708,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-08 19:19:28','2023-02-08 19:19:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4280,1709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-08 19:20:37','2023-02-08 19:20:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4281,1709,'lcaadmin','laradasciences@gmail.com','','','2023-02-08 22:23:48','2023-02-08 22:23:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4282,1708,'lcaadmin','laradasciences@gmail.com','','','2023-02-08 22:25:21','2023-02-08 22:25:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4283,1709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-09 19:31:26','2023-02-09 19:31:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4284,1709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-09 19:31:27','2023-02-09 19:31:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4285,1710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 01:15:46','2023-02-10 01:15:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4286,1710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 01:15:47','2023-02-10 01:15:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4287,1711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 02:48:26','2023-02-10 02:48:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4288,1711,'lcaadmin','laradasciences@gmail.com','','','2023-02-10 16:02:47','2023-02-10 16:02:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4289,1711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 16:21:54','2023-02-10 16:21:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4290,1711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 16:21:54','2023-02-10 16:21:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4291,1709,'lcaadmin','laradasciences@gmail.com','','','2023-02-10 17:51:39','2023-02-10 17:51:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4292,1710,'lcaadmin','laradasciences@gmail.com','','','2023-02-10 17:53:22','2023-02-10 17:53:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4293,1713,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 20:16:22','2023-02-10 20:16:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4294,1713,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-10 20:16:23','2023-02-10 20:16:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4295,1713,'lcaadmin','laradasciences@gmail.com','','','2023-02-13 15:41:23','2023-02-13 15:41:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4296,1711,'lcaadmin','laradasciences@gmail.com','','','2023-02-13 15:42:46','2023-02-13 15:42:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4297,1714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-13 16:12:44','2023-02-13 16:12:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4298,1714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-13 16:12:45','2023-02-13 16:12:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4299,1704,'lcaadmin','laradasciences@gmail.com','','','2023-02-13 19:29:18','2023-02-13 19:29:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4300,1721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-15 15:54:54','2023-02-15 15:54:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4301,1721,'lcaadmin','laradasciences@gmail.com','','','2023-02-15 16:30:29','2023-02-15 16:30:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4302,1714,'lcaadmin','laradasciences@gmail.com','','','2023-02-15 16:36:05','2023-02-15 16:36:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4303,1722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-15 16:46:45','2023-02-15 16:46:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4304,1722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-15 16:46:46','2023-02-15 16:46:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4305,1721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-15 17:58:13','2023-02-15 17:58:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4306,1721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-15 17:58:14','2023-02-15 17:58:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4307,1717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-16 16:08:31','2023-02-16 16:08:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4308,1717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-16 16:08:32','2023-02-16 16:08:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4309,1721,'lcaadmin','laradasciences@gmail.com','','','2023-02-16 18:21:48','2023-02-16 18:21:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4310,1722,'lcaadmin','laradasciences@gmail.com','','','2023-02-16 18:23:07','2023-02-16 18:23:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4311,1723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 14:45:12','2023-02-17 14:45:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4312,1723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 14:45:13','2023-02-17 14:45:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4313,1724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 15:24:59','2023-02-17 15:24:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4314,1724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 15:24:59','2023-02-17 15:24:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4315,1725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 15:29:58','2023-02-17 15:29:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4316,1725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 15:29:58','2023-02-17 15:29:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4317,1717,'lcaadmin','laradasciences@gmail.com','','','2023-02-17 17:28:08','2023-02-17 17:28:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4318,1726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 17:40:53','2023-02-17 17:40:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4319,1726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-17 17:40:53','2023-02-17 17:40:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4320,1725,'lcaadmin','laradasciences@gmail.com','','','2023-02-17 19:43:38','2023-02-17 19:43:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4321,1726,'lcaadmin','laradasciences@gmail.com','','','2023-02-17 19:44:05','2023-02-17 19:44:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4322,1724,'lcaadmin','laradasciences@gmail.com','','','2023-02-17 19:44:47','2023-02-17 19:44:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4323,1723,'lcaadmin','laradasciences@gmail.com','','','2023-02-17 19:45:53','2023-02-17 19:45:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4324,1728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-20 23:21:17','2023-02-20 23:21:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4325,1728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-20 23:21:17','2023-02-20 23:21:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4327,1730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 14:41:45','2023-02-21 14:41:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4328,1730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 14:41:46','2023-02-21 14:41:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4329,1731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 15:37:25','2023-02-21 15:37:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4330,1731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 15:37:25','2023-02-21 15:37:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4331,1732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 18:41:32','2023-02-21 18:41:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4332,1733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 18:42:13','2023-02-21 18:42:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4333,1734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 18:46:54','2023-02-21 18:46:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4334,1734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 18:46:54','2023-02-21 18:46:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4335,1728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-21 19:59:05','2023-02-21 19:59:05','Refunded 241.88 - Refund ID: 9YH41137UM4900314',0,'1','WooCommerce','order_note',0,0),(4336,1730,'lcaadmin','laradasciences@gmail.com','','','2023-02-21 20:02:10','2023-02-21 20:02:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4337,1728,'lcaadmin','laradasciences@gmail.com','','','2023-02-21 20:18:26','2023-02-21 20:18:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4338,1731,'lcaadmin','laradasciences@gmail.com','','','2023-02-21 20:35:13','2023-02-21 20:35:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4339,1734,'lcaadmin','laradasciences@gmail.com','','','2023-02-22 15:20:57','2023-02-22 15:20:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4340,1736,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 16:41:29','2023-02-22 16:41:29','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4341,1737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 16:50:42','2023-02-22 16:50:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4342,1737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 16:50:42','2023-02-22 16:50:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4343,1738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 22:26:01','2023-02-22 22:26:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4344,1737,'lcaadmin','laradasciences@gmail.com','','','2023-02-22 22:36:43','2023-02-22 22:36:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4345,1733,'lcaadmin','laradasciences@gmail.com','','','2023-02-22 22:37:22','2023-02-22 22:37:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4346,1732,'lcaadmin','laradasciences@gmail.com','','','2023-02-22 22:37:29','2023-02-22 22:37:29','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4347,1733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 22:40:53','2023-02-22 22:40:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4348,1733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 22:40:53','2023-02-22 22:40:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4349,1732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 22:42:10','2023-02-22 22:42:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4350,1732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-22 22:42:10','2023-02-22 22:42:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4351,1738,'lcaadmin','laradasciences@gmail.com','','','2023-02-23 14:38:52','2023-02-23 14:38:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4352,1738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 14:41:19','2023-02-23 14:41:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4353,1738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 14:41:19','2023-02-23 14:41:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4354,1739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 19:09:37','2023-02-23 19:09:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4355,1738,'lcaadmin','laradasciences@gmail.com','','','2023-02-23 20:44:45','2023-02-23 20:44:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4356,1740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 20:50:57','2023-02-23 20:50:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4357,1740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 20:50:57','2023-02-23 20:50:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4358,1732,'lcaadmin','laradasciences@gmail.com','','','2023-02-23 20:52:01','2023-02-23 20:52:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4359,1733,'lcaadmin','laradasciences@gmail.com','','','2023-02-23 20:53:50','2023-02-23 20:53:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4360,1739,'lcaadmin','laradasciences@gmail.com','','','2023-02-23 20:54:47','2023-02-23 20:54:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4361,1739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 21:25:59','2023-02-23 21:25:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4362,1739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-23 21:26:00','2023-02-23 21:26:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4363,1739,'lcaadmin','laradasciences@gmail.com','','','2023-02-24 21:04:47','2023-02-24 21:04:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4364,1740,'lcaadmin','laradasciences@gmail.com','','','2023-02-24 21:08:17','2023-02-24 21:08:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4365,1742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-26 03:29:52','2023-02-26 03:29:52','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4366,1742,'lcaadmin','laradasciences@gmail.com','','','2023-02-27 14:38:20','2023-02-27 14:38:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4367,1742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 14:52:27','2023-02-27 14:52:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4368,1742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 14:52:27','2023-02-27 14:52:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4369,1694,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 15:26:32','2023-02-27 15:26:32','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4370,1743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 17:41:58','2023-02-27 17:41:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4371,1743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 17:41:58','2023-02-27 17:41:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4372,1744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-27 18:31:40','2023-02-27 18:31:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4373,1745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-28 02:03:35','2023-02-28 02:03:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4374,1745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-28 02:03:35','2023-02-28 02:03:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4375,1743,'lcaadmin','laradasciences@gmail.com','','','2023-02-28 15:14:21','2023-02-28 15:14:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4376,1742,'lcaadmin','laradasciences@gmail.com','','','2023-02-28 15:15:31','2023-02-28 15:15:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4377,1746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-28 18:40:41','2023-02-28 18:40:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4378,1746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-02-28 18:40:41','2023-02-28 18:40:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4379,1747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-01 00:01:51','2023-03-01 00:01:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4380,1747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-01 00:01:51','2023-03-01 00:01:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4381,1748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-01 15:47:11','2023-03-01 15:47:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4382,1748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-01 15:47:11','2023-03-01 15:47:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4383,1744,'lcaadmin','laradasciences@gmail.com','','','2023-03-02 01:19:47','2023-03-02 01:19:47','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4384,1745,'lcaadmin','laradasciences@gmail.com','','','2023-03-02 01:39:47','2023-03-02 01:39:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4385,1747,'lcaadmin','laradasciences@gmail.com','','','2023-03-02 02:03:52','2023-03-02 02:03:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4386,1748,'lcaadmin','laradasciences@gmail.com','','','2023-03-02 02:09:23','2023-03-02 02:09:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4387,1750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 15:26:58','2023-03-02 15:26:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4388,1750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 15:26:58','2023-03-02 15:26:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4389,1746,'lcaadmin','laradasciences@gmail.com','','','2023-03-02 15:40:16','2023-03-02 15:40:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4390,1751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 20:36:56','2023-03-02 20:36:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4391,1751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 20:36:56','2023-03-02 20:36:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4392,1752,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 21:05:42','2023-03-02 21:05:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4393,1752,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 21:05:42','2023-03-02 21:05:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4394,1744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 23:17:47','2023-03-02 23:17:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4395,1744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-02 23:17:47','2023-03-02 23:17:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4396,1753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-03 03:22:04','2023-03-03 03:22:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4397,1753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-03 03:22:04','2023-03-03 03:22:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4398,1750,'lcaadmin','laradasciences@gmail.com','','','2023-03-03 15:44:21','2023-03-03 15:44:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4399,1752,'lcaadmin','laradasciences@gmail.com','','','2023-03-03 15:44:40','2023-03-03 15:44:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4400,1754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-03 19:54:01','2023-03-03 19:54:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4401,1755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-03 23:22:39','2023-03-03 23:22:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4402,1755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-03 23:22:39','2023-03-03 23:22:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4403,1754,'lcaadmin','laradasciences@gmail.com','','','2023-03-03 23:47:16','2023-03-03 23:47:16','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4404,1744,'lcaadmin','laradasciences@gmail.com','','','2023-03-03 23:51:52','2023-03-03 23:51:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4405,1753,'lcaadmin','laradasciences@gmail.com','','','2023-03-03 23:52:16','2023-03-03 23:52:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4406,1754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-04 02:22:26','2023-03-04 02:22:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4407,1754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-04 02:22:26','2023-03-04 02:22:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4408,1756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 15:58:28','2023-03-06 15:58:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4409,1756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 15:58:28','2023-03-06 15:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4410,1757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 16:04:18','2023-03-06 16:04:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4411,1757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 16:04:19','2023-03-06 16:04:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4412,1758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 21:14:15','2023-03-06 21:14:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4413,1758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 21:14:15','2023-03-06 21:14:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4414,1759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 22:16:48','2023-03-06 22:16:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4415,1759,'lcaadmin','laradasciences@gmail.com','','','2023-03-06 23:12:03','2023-03-06 23:12:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4416,1757,'lcaadmin','laradasciences@gmail.com','','','2023-03-06 23:13:02','2023-03-06 23:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4417,1756,'lcaadmin','laradasciences@gmail.com','','','2023-03-06 23:13:49','2023-03-06 23:13:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4418,1754,'lcaadmin','laradasciences@gmail.com','','','2023-03-06 23:15:10','2023-03-06 23:15:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4419,1762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 23:56:00','2023-03-06 23:56:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4420,1762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-06 23:56:00','2023-03-06 23:56:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4421,1763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 00:01:13','2023-03-07 00:01:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4422,1763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 00:01:13','2023-03-07 00:01:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4423,1764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 00:39:30','2023-03-07 00:39:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4424,1764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 00:39:30','2023-03-07 00:39:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4425,1765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 02:04:48','2023-03-07 02:04:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4426,1765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 02:04:48','2023-03-07 02:04:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4427,1759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 06:52:43','2023-03-07 06:52:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4428,1759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 06:52:43','2023-03-07 06:52:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4429,1766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 09:06:53','2023-03-07 09:06:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4430,1766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 09:06:53','2023-03-07 09:06:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4431,1767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 13:55:29','2023-03-07 13:55:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4432,1767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-07 13:55:29','2023-03-07 13:55:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4433,1758,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 15:45:34','2023-03-07 15:45:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4434,1755,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 15:47:10','2023-03-07 15:47:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4435,1751,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 15:48:27','2023-03-07 15:48:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4436,1759,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:21:55','2023-03-07 23:21:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4437,1767,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:24:15','2023-03-07 23:24:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4438,1766,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:25:27','2023-03-07 23:25:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4439,1764,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:26:03','2023-03-07 23:26:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4440,1765,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:26:39','2023-03-07 23:26:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4441,1762,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:27:13','2023-03-07 23:27:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4442,1763,'lcaadmin','laradasciences@gmail.com','','','2023-03-07 23:27:43','2023-03-07 23:27:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4443,1768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-08 15:29:41','2023-03-08 15:29:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4444,1768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-08 15:29:42','2023-03-08 15:29:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4445,1769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-08 21:11:22','2023-03-08 21:11:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4446,1769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-08 21:11:22','2023-03-08 21:11:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4447,1768,'lcaadmin','laradasciences@gmail.com','','','2023-03-08 23:17:33','2023-03-08 23:17:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4448,1770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-09 21:14:13','2023-03-09 21:14:13','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4449,1769,'lcaadmin','laradasciences@gmail.com','','','2023-03-09 21:46:51','2023-03-09 21:46:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4450,1770,'lcaadmin','laradasciences@gmail.com','','','2023-03-09 21:47:13','2023-03-09 21:47:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4451,1771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-09 21:51:35','2023-03-09 21:51:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4452,1771,'lcaadmin','laradasciences@gmail.com','','','2023-03-09 23:56:46','2023-03-09 23:56:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4453,1770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 01:17:17','2023-03-10 01:17:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4454,1770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 01:17:17','2023-03-10 01:17:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4455,1771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 12:22:02','2023-03-10 12:22:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4456,1771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 12:22:02','2023-03-10 12:22:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4457,1773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 16:19:02','2023-03-10 16:19:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4458,1773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-10 16:19:02','2023-03-10 16:19:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4459,1774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-12 02:43:56','2023-03-12 02:43:56','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4460,1774,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 15:41:50','2023-03-13 15:41:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4461,1775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 16:55:36','2023-03-13 16:55:36','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4462,1775,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 17:27:30','2023-03-13 17:27:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4463,1774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 17:43:49','2023-03-13 17:43:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4464,1774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 17:43:49','2023-03-13 17:43:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4465,1775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 17:45:05','2023-03-13 17:45:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4466,1775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 17:45:06','2023-03-13 17:45:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4467,1771,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 18:58:35','2023-03-13 18:58:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4468,1770,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 18:59:08','2023-03-13 18:59:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4469,1776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 19:07:32','2023-03-13 19:07:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4470,1776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-13 19:07:32','2023-03-13 19:07:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4471,1774,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 20:03:03','2023-03-13 20:03:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4472,1776,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 23:26:52','2023-03-13 23:26:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4473,1775,'lcaadmin','laradasciences@gmail.com','','','2023-03-13 23:28:03','2023-03-13 23:28:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4474,1777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 02:01:06','2023-03-14 02:01:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4475,1778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 02:01:55','2023-03-14 02:01:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4477,1780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 16:24:29','2023-03-14 16:24:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4478,1780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 16:24:29','2023-03-14 16:24:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4479,1778,'lcaadmin','laradasciences@gmail.com','','','2023-03-14 17:34:31','2023-03-14 17:34:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4480,1777,'lcaadmin','laradasciences@gmail.com','','','2023-03-14 17:34:35','2023-03-14 17:34:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4481,1778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 18:52:41','2023-03-14 18:52:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4482,1778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 18:52:41','2023-03-14 18:52:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4483,1777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 18:53:13','2023-03-14 18:53:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4484,1777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-14 18:53:13','2023-03-14 18:53:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4485,1777,'lcaadmin','laradasciences@gmail.com','','','2023-03-16 18:39:08','2023-03-16 18:39:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4486,1778,'lcaadmin','laradasciences@gmail.com','','','2023-03-16 18:39:57','2023-03-16 18:39:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4487,1780,'lcaadmin','laradasciences@gmail.com','','','2023-03-16 18:41:01','2023-03-16 18:41:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4488,1782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-17 15:41:39','2023-03-17 15:41:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4489,1782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-17 15:41:39','2023-03-17 15:41:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4490,1783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-17 15:53:23','2023-03-17 15:53:23','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4491,1783,'lcaadmin','laradasciences@gmail.com','','','2023-03-17 17:14:37','2023-03-17 17:14:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4492,1782,'lcaadmin','laradasciences@gmail.com','','','2023-03-17 17:15:12','2023-03-17 17:15:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4493,1773,'lcaadmin','laradasciences@gmail.com','','','2023-03-17 17:17:56','2023-03-17 17:17:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4494,1784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-17 20:42:00','2023-03-17 20:42:00','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4495,1785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-19 19:51:54','2023-03-19 19:51:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4496,1785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-19 19:51:54','2023-03-19 19:51:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4497,1786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-19 19:57:41','2023-03-19 19:57:41','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4498,1787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-19 20:04:59','2023-03-19 20:04:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4499,1787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-19 20:04:59','2023-03-19 20:04:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4500,1786,'lcaadmin','laradasciences@gmail.com','','','2023-03-20 15:40:09','2023-03-20 15:40:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4501,1784,'lcaadmin','laradasciences@gmail.com','','','2023-03-20 15:40:14','2023-03-20 15:40:14','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4502,1784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 15:41:50','2023-03-20 15:41:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4503,1784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 15:41:51','2023-03-20 15:41:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4504,1789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 17:20:08','2023-03-20 17:20:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4505,1789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 17:20:08','2023-03-20 17:20:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4506,1785,'lcaadmin','laradasciences@gmail.com','','','2023-03-20 18:33:37','2023-03-20 18:33:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4507,1787,'lcaadmin','laradasciences@gmail.com','','','2023-03-20 18:34:40','2023-03-20 18:34:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4508,1783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 18:48:46','2023-03-20 18:48:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4509,1783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 18:48:46','2023-03-20 18:48:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4510,1786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 19:23:49','2023-03-20 19:23:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4511,1786,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 19:23:49','2023-03-20 19:23:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4512,1784,'lcaadmin','laradasciences@gmail.com','','','2023-03-20 20:07:00','2023-03-20 20:07:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4513,1790,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 20:44:31','2023-03-20 20:44:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4514,1790,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-20 20:44:31','2023-03-20 20:44:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4515,1791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-21 02:07:03','2023-03-21 02:07:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4516,1791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-21 02:07:04','2023-03-21 02:07:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4517,1792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-21 17:29:58','2023-03-21 17:29:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4518,1792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-21 17:29:59','2023-03-21 17:29:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4519,1786,'lcaadmin','laradasciences@gmail.com','','','2023-03-21 20:36:57','2023-03-21 20:36:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4520,1790,'lcaadmin','laradasciences@gmail.com','','','2023-03-21 20:37:42','2023-03-21 20:37:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4521,1792,'lcaadmin','laradasciences@gmail.com','','','2023-03-21 20:38:29','2023-03-21 20:38:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4522,1793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 15:58:32','2023-03-22 15:58:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4523,1793,'lcaadmin','laradasciences@gmail.com','','','2023-03-22 16:42:36','2023-03-22 16:42:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4524,1789,'lcaadmin','laradasciences@gmail.com','','','2023-03-22 16:46:38','2023-03-22 16:46:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4525,1783,'lcaadmin','laradasciences@gmail.com','','','2023-03-22 16:48:06','2023-03-22 16:48:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4526,1791,'lcaadmin','laradasciences@gmail.com','','','2023-03-22 16:49:09','2023-03-22 16:49:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4527,1793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 17:29:52','2023-03-22 17:29:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4528,1793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 17:29:52','2023-03-22 17:29:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4529,1794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 19:02:05','2023-03-22 19:02:05','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4530,1794,'lcaadmin','laradasciences@gmail.com','','','2023-03-22 20:35:50','2023-03-22 20:35:50','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4531,1794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 21:43:51','2023-03-22 21:43:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4532,1794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 21:43:51','2023-03-22 21:43:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4533,1795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 21:52:24','2023-03-22 21:52:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4534,1795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-22 21:52:24','2023-03-22 21:52:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4535,1793,'lcaadmin','laradasciences@gmail.com','','','2023-03-23 15:20:43','2023-03-23 15:20:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4536,1794,'lcaadmin','laradasciences@gmail.com','','','2023-03-23 20:21:11','2023-03-23 20:21:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4537,1795,'lcaadmin','laradasciences@gmail.com','','','2023-03-23 20:22:22','2023-03-23 20:22:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4538,1796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-24 20:28:20','2023-03-24 20:28:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4539,1796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-24 20:28:20','2023-03-24 20:28:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4540,1797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-24 21:04:00','2023-03-24 21:04:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4541,1797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-24 21:04:00','2023-03-24 21:04:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4542,1799,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-27 15:37:37','2023-03-27 15:37:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4543,1799,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-27 15:37:37','2023-03-27 15:37:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4544,1799,'lcaadmin','laradasciences@gmail.com','','','2023-03-27 21:37:44','2023-03-27 21:37:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4545,1800,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-28 01:37:27','2023-03-28 01:37:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4546,1800,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-28 01:37:27','2023-03-28 01:37:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4547,1800,'lcaadmin','laradasciences@gmail.com','','','2023-03-28 19:23:25','2023-03-28 19:23:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4548,1801,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 01:16:05','2023-03-29 01:16:05','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4549,1802,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 12:50:42','2023-03-29 12:50:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4550,1802,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 12:50:43','2023-03-29 12:50:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4551,1801,'lcaadmin','laradasciences@gmail.com','','','2023-03-29 17:47:24','2023-03-29 17:47:24','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4552,1802,'lcaadmin','laradasciences@gmail.com','','','2023-03-29 18:02:33','2023-03-29 18:02:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4553,1801,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 20:43:41','2023-03-29 20:43:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4554,1801,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 20:43:41','2023-03-29 20:43:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4555,1803,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 20:48:55','2023-03-29 20:48:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4556,1803,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-29 20:48:56','2023-03-29 20:48:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4557,1803,'lcaadmin','laradasciences@gmail.com','','','2023-03-30 13:56:05','2023-03-30 13:56:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4558,1801,'lcaadmin','laradasciences@gmail.com','','','2023-03-30 18:38:52','2023-03-30 18:38:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4559,1804,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-30 19:32:52','2023-03-30 19:32:52','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4560,1805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-30 19:39:13','2023-03-30 19:39:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4561,1805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-30 19:39:13','2023-03-30 19:39:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4562,1806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-30 20:11:32','2023-03-30 20:11:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4563,1806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-30 20:11:32','2023-03-30 20:11:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4564,1797,'lcaadmin','laradasciences@gmail.com','','','2023-03-31 16:14:30','2023-03-31 16:14:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4565,1796,'lcaadmin','laradasciences@gmail.com','','','2023-03-31 16:15:21','2023-03-31 16:15:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4566,1805,'lcaadmin','laradasciences@gmail.com','','','2023-03-31 16:18:19','2023-03-31 16:18:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4567,1806,'lcaadmin','laradasciences@gmail.com','','','2023-03-31 16:21:43','2023-03-31 16:21:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4568,1807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-31 17:16:23','2023-03-31 17:16:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4569,1807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-31 17:16:23','2023-03-31 17:16:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4570,1808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-31 20:15:17','2023-03-31 20:15:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4571,1808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-03-31 20:15:17','2023-03-31 20:15:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4572,1809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-02 01:39:22','2023-04-02 01:39:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4573,1810,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-02 01:40:21','2023-04-02 01:40:21','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4574,1811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 02:06:34','2023-04-03 02:06:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4575,1811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 02:06:34','2023-04-03 02:06:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4576,1812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 02:17:45','2023-04-03 02:17:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4577,1812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 02:17:45','2023-04-03 02:17:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4578,1810,'lcaadmin','laradasciences@gmail.com','','','2023-04-03 14:26:00','2023-04-03 14:26:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4579,1809,'lcaadmin','laradasciences@gmail.com','','','2023-04-03 14:26:25','2023-04-03 14:26:25','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4580,1807,'lcaadmin','laradasciences@gmail.com','','','2023-04-03 14:28:13','2023-04-03 14:28:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4581,1810,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 15:49:25','2023-04-03 15:49:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4582,1810,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 15:49:26','2023-04-03 15:49:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4583,1809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 15:49:52','2023-04-03 15:49:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4584,1809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-03 15:49:52','2023-04-03 15:49:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4585,1808,'lcaadmin','laradasciences@gmail.com','','','2023-04-03 15:59:05','2023-04-03 15:59:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4586,1814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-04 03:12:15','2023-04-04 03:12:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4587,1814,'lcaadmin','laradasciences@gmail.com','','','2023-04-04 14:25:30','2023-04-04 14:25:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4588,1809,'lcaadmin','laradasciences@gmail.com','','','2023-04-04 14:31:34','2023-04-04 14:31:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4589,1810,'lcaadmin','laradasciences@gmail.com','','','2023-04-04 14:32:15','2023-04-04 14:32:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4590,1811,'lcaadmin','laradasciences@gmail.com','','','2023-04-04 14:33:17','2023-04-04 14:33:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4591,1812,'lcaadmin','laradasciences@gmail.com','','','2023-04-04 14:34:11','2023-04-04 14:34:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4592,1814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-04 20:20:34','2023-04-04 20:20:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4593,1814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-04 20:20:34','2023-04-04 20:20:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4594,1814,'lcaadmin','laradasciences@gmail.com','','','2023-04-05 13:30:24','2023-04-05 13:30:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4595,1816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-05 20:26:39','2023-04-05 20:26:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4596,1817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-05 22:44:07','2023-04-05 22:44:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4597,1817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-05 22:44:07','2023-04-05 22:44:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4598,1816,'lcaadmin','laradasciences@gmail.com','','','2023-04-06 16:46:27','2023-04-06 16:46:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4599,1818,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-06 21:15:07','2023-04-06 21:15:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4600,1817,'lcaadmin','laradasciences@gmail.com','','','2023-04-06 23:55:03','2023-04-06 23:55:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4601,1818,'lcaadmin','laradasciences@gmail.com','','','2023-04-06 23:55:38','2023-04-06 23:55:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4602,1816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 14:21:21','2023-04-07 14:21:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4603,1816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 14:21:21','2023-04-07 14:21:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4604,1819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 15:53:41','2023-04-07 15:53:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4605,1819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 15:53:41','2023-04-07 15:53:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4606,1816,'lcaadmin','laradasciences@gmail.com','','','2023-04-07 20:33:06','2023-04-07 20:33:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4607,1819,'lcaadmin','laradasciences@gmail.com','','','2023-04-07 20:59:24','2023-04-07 20:59:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4608,1820,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 22:31:02','2023-04-07 22:31:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4609,1820,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-07 22:31:02','2023-04-07 22:31:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4610,1821,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-08 21:11:33','2023-04-08 21:11:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4611,1821,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-08 21:11:33','2023-04-08 21:11:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4612,1822,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 14:36:25','2023-04-10 14:36:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4613,1822,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 14:36:25','2023-04-10 14:36:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4614,1820,'lcaadmin','laradasciences@gmail.com','','','2023-04-10 15:36:22','2023-04-10 15:36:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4615,1818,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 17:57:22','2023-04-10 17:57:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4616,1818,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 17:57:22','2023-04-10 17:57:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4617,1823,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 18:21:28','2023-04-10 18:21:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4618,1823,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 18:21:28','2023-04-10 18:21:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4619,1821,'lcaadmin','laradasciences@gmail.com','','','2023-04-10 18:40:48','2023-04-10 18:40:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4620,1818,'lcaadmin','laradasciences@gmail.com','','','2023-04-10 19:59:08','2023-04-10 19:59:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4621,1822,'lcaadmin','laradasciences@gmail.com','','','2023-04-10 20:02:35','2023-04-10 20:02:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4622,1825,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-10 22:24:15','2023-04-10 22:24:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4623,1826,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 01:57:27','2023-04-11 01:57:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4624,1826,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 01:57:27','2023-04-11 01:57:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4625,1825,'lcaadmin','laradasciences@gmail.com','','','2023-04-11 14:26:40','2023-04-11 14:26:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4626,1823,'lcaadmin','laradasciences@gmail.com','','','2023-04-11 14:29:39','2023-04-11 14:29:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4627,1825,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 14:34:10','2023-04-11 14:34:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4628,1825,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 14:34:10','2023-04-11 14:34:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4629,1826,'lcaadmin','laradasciences@gmail.com','','','2023-04-11 16:14:47','2023-04-11 16:14:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4630,1827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 18:02:14','2023-04-11 18:02:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4631,1827,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-11 18:02:14','2023-04-11 18:02:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4632,1828,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 04:46:53','2023-04-12 04:46:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4633,1828,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 04:46:53','2023-04-12 04:46:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4634,1827,'lcaadmin','laradasciences@gmail.com','','','2023-04-12 14:22:21','2023-04-12 14:22:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4635,1825,'lcaadmin','laradasciences@gmail.com','','','2023-04-12 14:22:57','2023-04-12 14:22:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4636,1829,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 15:21:46','2023-04-12 15:21:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4637,1829,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 15:21:46','2023-04-12 15:21:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4638,1830,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 17:24:49','2023-04-12 17:24:49','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4639,1831,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 17:28:59','2023-04-12 17:28:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4640,1831,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-12 17:28:59','2023-04-12 17:28:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4641,1831,'lcaadmin','laradasciences@gmail.com','','','2023-04-13 13:57:45','2023-04-13 13:57:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4642,1829,'lcaadmin','laradasciences@gmail.com','','','2023-04-13 13:58:48','2023-04-13 13:58:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4643,1828,'lcaadmin','laradasciences@gmail.com','','','2023-04-13 14:00:06','2023-04-13 14:00:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4644,1832,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:06:00','2023-04-13 16:06:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4645,1832,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:06:01','2023-04-13 16:06:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4646,1833,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:16:24','2023-04-13 16:16:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4647,1833,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:16:24','2023-04-13 16:16:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4648,1834,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:21:38','2023-04-13 16:21:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4649,1834,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-13 16:21:38','2023-04-13 16:21:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4650,1834,'lcaadmin','laradasciences@gmail.com','','','2023-04-13 20:31:58','2023-04-13 20:31:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4651,1835,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 04:22:18','2023-04-14 04:22:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4652,1835,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 04:22:18','2023-04-14 04:22:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4653,1836,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 15:38:04','2023-04-14 15:38:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4654,1836,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 15:38:04','2023-04-14 15:38:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4655,1832,'lcaadmin','laradasciences@gmail.com','','','2023-04-14 16:40:37','2023-04-14 16:40:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4656,1837,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 17:26:26','2023-04-14 17:26:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4657,1837,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-14 17:26:26','2023-04-14 17:26:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4658,1837,'lcaadmin','laradasciences@gmail.com','','','2023-04-17 14:39:28','2023-04-17 14:39:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4659,1836,'lcaadmin','laradasciences@gmail.com','','','2023-04-17 14:40:33','2023-04-17 14:40:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4660,1835,'lcaadmin','laradasciences@gmail.com','','','2023-04-17 14:41:40','2023-04-17 14:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4661,1838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-17 16:50:06','2023-04-17 16:50:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4662,1838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-17 16:50:06','2023-04-17 16:50:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4663,1839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-17 18:56:19','2023-04-17 18:56:19','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4664,1838,'lcaadmin','laradasciences@gmail.com','','','2023-04-17 21:37:59','2023-04-17 21:37:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4665,1833,'lcaadmin','laradasciences@gmail.com','','','2023-04-17 21:40:24','2023-04-17 21:40:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4666,1839,'lcaadmin','laradasciences@gmail.com','','','2023-04-18 16:50:55','2023-04-18 16:50:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4667,1839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-18 18:03:42','2023-04-18 18:03:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4668,1839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-18 18:03:42','2023-04-18 18:03:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4669,1839,'lcaadmin','laradasciences@gmail.com','','','2023-04-18 21:45:28','2023-04-18 21:45:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4670,1841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-18 22:20:01','2023-04-18 22:20:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4671,1841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-18 22:20:01','2023-04-18 22:20:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4672,1841,'lcaadmin','laradasciences@gmail.com','','','2023-04-19 20:16:16','2023-04-19 20:16:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4673,1842,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-20 15:35:38','2023-04-20 15:35:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4674,1842,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-20 15:35:38','2023-04-20 15:35:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4675,1843,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-21 12:24:40','2023-04-21 12:24:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4676,1843,'lcaadmin','laradasciences@gmail.com','','','2023-04-21 13:37:39','2023-04-21 13:37:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4677,1842,'lcaadmin','laradasciences@gmail.com','','','2023-04-21 13:40:50','2023-04-21 13:40:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4678,1843,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-21 23:38:39','2023-04-21 23:38:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4679,1843,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-21 23:38:39','2023-04-21 23:38:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4680,1844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-22 18:09:17','2023-04-22 18:09:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4681,1844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-22 18:09:18','2023-04-22 18:09:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4682,1845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-22 20:46:07','2023-04-22 20:46:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4683,1845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-22 20:46:07','2023-04-22 20:46:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4684,1846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 14:56:04','2023-04-24 14:56:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4685,1846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 14:56:04','2023-04-24 14:56:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4686,1843,'lcaadmin','laradasciences@gmail.com','','','2023-04-24 16:12:26','2023-04-24 16:12:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4687,1844,'lcaadmin','laradasciences@gmail.com','','','2023-04-24 16:13:57','2023-04-24 16:13:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4688,1845,'lcaadmin','laradasciences@gmail.com','','','2023-04-24 16:14:29','2023-04-24 16:14:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4689,1847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 18:01:48','2023-04-24 18:01:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4690,1847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 18:01:48','2023-04-24 18:01:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4691,1848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 20:04:59','2023-04-24 20:04:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4692,1848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-24 20:04:59','2023-04-24 20:04:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4693,1846,'lcaadmin','laradasciences@gmail.com','','','2023-04-24 20:07:01','2023-04-24 20:07:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4694,1847,'lcaadmin','laradasciences@gmail.com','','','2023-04-24 20:53:36','2023-04-24 20:53:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4695,1848,'lcaadmin','laradasciences@gmail.com','','','2023-04-25 16:33:14','2023-04-25 16:33:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4696,1849,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-26 13:43:05','2023-04-26 13:43:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4697,1849,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-26 13:43:05','2023-04-26 13:43:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4698,1850,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-26 19:27:46','2023-04-26 19:27:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4699,1850,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-26 19:27:46','2023-04-26 19:27:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4700,1849,'lcaadmin','laradasciences@gmail.com','','','2023-04-26 20:35:10','2023-04-26 20:35:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4701,1850,'lcaadmin','laradasciences@gmail.com','','','2023-04-26 20:52:20','2023-04-26 20:52:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4702,1852,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-27 18:39:00','2023-04-27 18:39:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4703,1852,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-27 18:39:01','2023-04-27 18:39:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4704,1853,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 12:52:50','2023-04-28 12:52:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4705,1853,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 12:52:50','2023-04-28 12:52:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4706,1854,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 13:11:15','2023-04-28 13:11:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4707,1855,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 13:34:58','2023-04-28 13:34:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4708,1855,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 13:34:58','2023-04-28 13:34:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4709,1854,'lcaadmin','laradasciences@gmail.com','','','2023-04-28 20:11:39','2023-04-28 20:11:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4710,1852,'lcaadmin','laradasciences@gmail.com','','','2023-04-28 20:13:46','2023-04-28 20:13:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4711,1855,'lcaadmin','laradasciences@gmail.com','','','2023-04-28 20:19:02','2023-04-28 20:19:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4712,1854,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 20:41:59','2023-04-28 20:41:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4713,1854,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-04-28 20:41:59','2023-04-28 20:41:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4714,1856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 12:28:01','2023-05-01 12:28:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4715,1854,'lcaadmin','laradasciences@gmail.com','','','2023-05-01 16:56:36','2023-05-01 16:56:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4716,1856,'lcaadmin','laradasciences@gmail.com','','','2023-05-01 16:56:55','2023-05-01 16:56:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4717,1853,'lcaadmin','laradasciences@gmail.com','','','2023-05-01 16:57:10','2023-05-01 16:57:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4718,1857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 17:05:31','2023-05-01 17:05:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4719,1857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 17:05:32','2023-05-01 17:05:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4720,1857,'lcaadmin','laradasciences@gmail.com','','','2023-05-01 20:20:36','2023-05-01 20:20:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4722,1856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 20:58:34','2023-05-01 20:58:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4723,1856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 20:58:34','2023-05-01 20:58:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4724,1859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 22:03:09','2023-05-01 22:03:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4725,1859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-01 22:03:09','2023-05-01 22:03:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4727,1856,'lcaadmin','laradasciences@gmail.com','','','2023-05-02 15:33:40','2023-05-02 15:33:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4731,1859,'lcaadmin','laradasciences@gmail.com','','','2023-05-02 20:40:08','2023-05-02 20:40:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4732,1862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-02 20:57:41','2023-05-02 20:57:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4733,1862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-02 20:57:41','2023-05-02 20:57:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4734,1863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-02 23:52:32','2023-05-02 23:52:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4735,1863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-02 23:52:32','2023-05-02 23:52:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4736,1862,'lcaadmin','laradasciences@gmail.com','','','2023-05-03 14:04:22','2023-05-03 14:04:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4737,1863,'lcaadmin','laradasciences@gmail.com','','','2023-05-03 15:17:03','2023-05-03 15:17:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4738,1864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-03 17:49:26','2023-05-03 17:49:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4739,1864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-03 17:49:26','2023-05-03 17:49:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4740,1864,'lcaadmin','laradasciences@gmail.com','','','2023-05-04 16:55:03','2023-05-04 16:55:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4741,1865,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-04 18:39:05','2023-05-04 18:39:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4742,1865,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-04 18:39:06','2023-05-04 18:39:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4743,1867,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-04 20:02:28','2023-05-04 20:02:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4744,1867,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-04 20:02:28','2023-05-04 20:02:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4745,1865,'lcaadmin','laradasciences@gmail.com','','','2023-05-05 13:47:32','2023-05-05 13:47:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4746,1867,'lcaadmin','laradasciences@gmail.com','','','2023-05-05 15:11:06','2023-05-05 15:11:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4747,1868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-05 19:45:27','2023-05-05 19:45:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4748,1868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-05 19:45:28','2023-05-05 19:45:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4749,1869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 13:34:24','2023-05-08 13:34:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4750,1869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 13:34:24','2023-05-08 13:34:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4751,1868,'lcaadmin','laradasciences@gmail.com','','','2023-05-08 13:58:59','2023-05-08 13:58:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4752,1870,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 15:14:21','2023-05-08 15:14:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4753,1870,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 15:14:21','2023-05-08 15:14:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4754,1869,'lcaadmin','laradasciences@gmail.com','','','2023-05-08 19:20:02','2023-05-08 19:20:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4755,1871,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 21:00:07','2023-05-08 21:00:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4756,1871,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 21:00:07','2023-05-08 21:00:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4757,1870,'lcaadmin','laradasciences@gmail.com','','','2023-05-08 21:57:54','2023-05-08 21:57:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4758,1872,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 22:29:58','2023-05-08 22:29:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4759,1872,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-08 22:29:58','2023-05-08 22:29:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4760,1873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 18:55:22','2023-05-09 18:55:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4761,1873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 18:55:22','2023-05-09 18:55:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4762,1874,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 18:58:56','2023-05-09 18:58:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4763,1874,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 18:58:56','2023-05-09 18:58:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4764,1875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 19:54:12','2023-05-09 19:54:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4765,1875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-09 19:54:12','2023-05-09 19:54:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4766,1872,'lcaadmin','laradasciences@gmail.com','','','2023-05-09 20:10:23','2023-05-09 20:10:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4767,1873,'lcaadmin','laradasciences@gmail.com','','','2023-05-09 21:55:59','2023-05-09 21:55:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4768,1874,'lcaadmin','laradasciences@gmail.com','','','2023-05-09 21:56:23','2023-05-09 21:56:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4769,1871,'lcaadmin','laradasciences@gmail.com','','','2023-05-09 21:56:30','2023-05-09 21:56:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4770,1876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-10 20:05:39','2023-05-10 20:05:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4771,1876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-10 20:05:39','2023-05-10 20:05:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4772,1877,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-10 21:36:22','2023-05-10 21:36:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4773,1877,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-10 21:36:22','2023-05-10 21:36:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4774,1876,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 04:00:03','2023-05-11 04:00:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4775,1875,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 04:00:38','2023-05-11 04:00:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4776,1878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 04:44:27','2023-05-11 04:44:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4777,1878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 04:44:27','2023-05-11 04:44:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4778,1879,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 16:46:23','2023-05-11 16:46:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4779,1879,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 16:46:23','2023-05-11 16:46:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4780,1880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 16:46:52','2023-05-11 16:46:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4781,1880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 16:46:52','2023-05-11 16:46:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4782,1881,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 17:00:54','2023-05-11 17:00:54','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4783,1882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 17:02:44','2023-05-11 17:02:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4784,1882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-11 17:02:44','2023-05-11 17:02:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4785,1880,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 20:39:30','2023-05-11 20:39:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4786,1882,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 20:39:47','2023-05-11 20:39:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4787,1878,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 20:40:51','2023-05-11 20:40:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4788,1877,'lcaadmin','laradasciences@gmail.com','','','2023-05-11 20:41:39','2023-05-11 20:41:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4789,1879,'lcaadmin','laradasciences@gmail.com','','','2023-05-12 03:59:45','2023-05-12 03:59:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4790,1883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-12 18:57:34','2023-05-12 18:57:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4791,1883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-12 18:57:35','2023-05-12 18:57:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4792,1884,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-13 22:41:07','2023-05-13 22:41:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4793,1884,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-13 22:41:07','2023-05-13 22:41:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4794,1886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 15:55:50','2023-05-16 15:55:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4795,1886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 15:55:51','2023-05-16 15:55:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4796,1887,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 16:08:01','2023-05-16 16:08:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4797,1887,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 16:08:01','2023-05-16 16:08:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4798,1888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 16:14:17','2023-05-16 16:14:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4799,1888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 16:14:18','2023-05-16 16:14:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4800,1889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 19:48:03','2023-05-16 19:48:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4801,1889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 19:48:04','2023-05-16 19:48:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4802,1890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 22:11:52','2023-05-16 22:11:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4803,1890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 22:11:52','2023-05-16 22:11:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4804,1891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 22:59:39','2023-05-16 22:59:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4805,1891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 22:59:40','2023-05-16 22:59:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4806,1892,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 23:22:59','2023-05-16 23:22:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4807,1892,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-16 23:22:59','2023-05-16 23:22:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4808,1889,'lcaadmin','laradasciences@gmail.com','','','2023-05-17 15:36:54','2023-05-17 15:36:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4809,1893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-17 17:28:12','2023-05-17 17:28:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4810,1893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-17 17:28:12','2023-05-17 17:28:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4811,1892,'lcaadmin','laradasciences@gmail.com','','','2023-05-17 19:21:53','2023-05-17 19:21:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4812,1893,'lcaadmin','laradasciences@gmail.com','','','2023-05-17 22:30:40','2023-05-17 22:30:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4813,1894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 01:41:06','2023-05-18 01:41:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4814,1894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 01:41:07','2023-05-18 01:41:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4815,1883,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:50:17','2023-05-18 15:50:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4816,1884,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:50:59','2023-05-18 15:50:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4817,1886,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:51:38','2023-05-18 15:51:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4818,1887,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:52:23','2023-05-18 15:52:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4819,1888,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:53:05','2023-05-18 15:53:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4820,1890,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:53:50','2023-05-18 15:53:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4821,1891,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 15:54:38','2023-05-18 15:54:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4822,1895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 16:31:31','2023-05-18 16:31:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4823,1895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 16:31:31','2023-05-18 16:31:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4824,1896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 16:34:34','2023-05-18 16:34:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4825,1896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 16:34:34','2023-05-18 16:34:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4826,1897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 17:47:31','2023-05-18 17:47:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4827,1897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 17:47:31','2023-05-18 17:47:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4828,1894,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 17:51:12','2023-05-18 17:51:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4829,1897,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 20:51:59','2023-05-18 20:51:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4830,1896,'lcaadmin','laradasciences@gmail.com','','','2023-05-18 20:56:06','2023-05-18 20:56:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4831,1898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 21:56:26','2023-05-18 21:56:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4832,1898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-18 21:56:26','2023-05-18 21:56:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4833,1899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-19 15:14:17','2023-05-19 15:14:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4834,1899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-19 15:14:17','2023-05-19 15:14:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4835,1900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-19 15:21:14','2023-05-19 15:21:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4836,1900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-19 15:21:14','2023-05-19 15:21:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4837,1901,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-20 16:13:16','2023-05-20 16:13:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4838,1901,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-20 16:13:16','2023-05-20 16:13:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4839,1898,'lcaadmin','laradasciences@gmail.com','','','2023-05-22 19:26:10','2023-05-22 19:26:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4840,1900,'lcaadmin','laradasciences@gmail.com','','','2023-05-22 19:26:55','2023-05-22 19:26:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4841,1899,'lcaadmin','laradasciences@gmail.com','','','2023-05-22 19:27:42','2023-05-22 19:27:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4842,1902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-23 20:50:02','2023-05-23 20:50:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4843,1902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-23 20:50:02','2023-05-23 20:50:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4844,1903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-23 22:55:54','2023-05-23 22:55:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4845,1903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-23 22:55:54','2023-05-23 22:55:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4846,1903,'lcaadmin','laradasciences@gmail.com','','','2023-05-24 20:43:14','2023-05-24 20:43:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4847,1905,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-24 21:10:17','2023-05-24 21:10:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4848,1905,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-24 21:10:17','2023-05-24 21:10:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4849,1906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 14:20:09','2023-05-25 14:20:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4850,1906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 14:20:09','2023-05-25 14:20:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4851,1907,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 14:42:45','2023-05-25 14:42:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4852,1907,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 14:42:45','2023-05-25 14:42:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4854,1895,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 15:55:20','2023-05-25 15:55:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4855,1901,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 15:55:24','2023-05-25 15:55:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4856,1902,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 15:55:28','2023-05-25 15:55:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4857,1905,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 15:56:10','2023-05-25 15:56:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4858,1906,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 17:31:35','2023-05-25 17:31:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4859,1909,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 18:11:38','2023-05-25 18:11:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4860,1909,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 18:11:38','2023-05-25 18:11:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4861,1907,'lcaadmin','laradasciences@gmail.com','','','2023-05-25 19:52:11','2023-05-25 19:52:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4862,1910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-25 23:08:15','2023-05-25 23:08:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4863,1911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-26 14:24:48','2023-05-26 14:24:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4864,1911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-26 14:24:49','2023-05-26 14:24:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4865,1910,'lcaadmin','laradasciences@gmail.com','','','2023-05-26 15:05:01','2023-05-26 15:05:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4866,1909,'lcaadmin','laradasciences@gmail.com','','','2023-05-26 15:07:34','2023-05-26 15:07:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4867,1910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-26 15:15:05','2023-05-26 15:15:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4868,1910,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-26 15:15:06','2023-05-26 15:15:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4869,1910,'lcaadmin','laradasciences@gmail.com','','','2023-05-26 20:40:56','2023-05-26 20:40:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4870,1911,'lcaadmin','laradasciences@gmail.com','','','2023-05-26 20:42:13','2023-05-26 20:42:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4871,1912,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-27 21:15:52','2023-05-27 21:15:52','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4872,1913,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-27 21:31:05','2023-05-27 21:31:05','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4873,1914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-27 21:31:52','2023-05-27 21:31:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4874,1914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-27 21:31:53','2023-05-27 21:31:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4875,1914,'lcaadmin','laradasciences@gmail.com','','','2023-05-30 15:32:05','2023-05-30 15:32:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4876,1915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-30 19:02:28','2023-05-30 19:02:28','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4877,1915,'lcaadmin','laradasciences@gmail.com','','','2023-05-30 20:30:54','2023-05-30 20:30:54','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4878,1916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-30 22:41:58','2023-05-30 22:41:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4879,1916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-30 22:41:58','2023-05-30 22:41:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4880,1916,'lcaadmin','laradasciences@gmail.com','','','2023-05-31 17:47:08','2023-05-31 17:47:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4881,1917,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-31 21:01:32','2023-05-31 21:01:32','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4882,1918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-31 21:29:28','2023-05-31 21:29:28','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4883,1919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-05-31 22:11:38','2023-05-31 22:11:38','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4884,1917,'lcaadmin','laradasciences@gmail.com','','','2023-05-31 22:50:54','2023-05-31 22:50:54','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4885,1918,'lcaadmin','laradasciences@gmail.com','','','2023-05-31 22:51:00','2023-05-31 22:51:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4886,1918,'lcaadmin','laradasciences@gmail.com','','','2023-05-31 22:51:16','2023-05-31 22:51:16','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4887,1919,'lcaadmin','laradasciences@gmail.com','','','2023-05-31 22:58:05','2023-05-31 22:58:05','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4888,1921,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 13:27:25','2023-06-01 13:27:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4889,1921,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 13:27:25','2023-06-01 13:27:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4890,1922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 14:48:31','2023-06-01 14:48:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4891,1922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 14:48:31','2023-06-01 14:48:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4892,1923,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 16:43:45','2023-06-01 16:43:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4893,1923,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 16:43:45','2023-06-01 16:43:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4894,1924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 16:56:08','2023-06-01 16:56:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4895,1924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 16:56:08','2023-06-01 16:56:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4896,1922,'lcaadmin','laradasciences@gmail.com','','','2023-06-01 18:14:28','2023-06-01 18:14:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4897,1921,'lcaadmin','laradasciences@gmail.com','','','2023-06-01 18:18:27','2023-06-01 18:18:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4898,1925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 19:32:01','2023-06-01 19:32:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4899,1925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 19:32:01','2023-06-01 19:32:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4900,1919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 20:06:06','2023-06-01 20:06:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4901,1919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-01 20:06:06','2023-06-01 20:06:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4902,1923,'lcaadmin','laradasciences@gmail.com','','','2023-06-01 22:23:36','2023-06-01 22:23:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4903,1924,'lcaadmin','laradasciences@gmail.com','','','2023-06-01 22:24:25','2023-06-01 22:24:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4904,1927,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-02 14:41:21','2023-06-02 14:41:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4905,1927,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-02 14:41:22','2023-06-02 14:41:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4906,1927,'lcaadmin','laradasciences@gmail.com','','','2023-06-02 17:33:18','2023-06-02 17:33:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4907,1919,'lcaadmin','laradasciences@gmail.com','','','2023-06-02 17:34:08','2023-06-02 17:34:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4908,1925,'lcaadmin','laradasciences@gmail.com','','','2023-06-02 17:35:14','2023-06-02 17:35:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4909,1917,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-02 17:48:18','2023-06-02 17:48:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4910,1917,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-02 17:48:18','2023-06-02 17:48:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4911,1928,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 01:15:06','2023-06-03 01:15:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4912,1928,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 01:15:06','2023-06-03 01:15:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4913,1929,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 21:35:47','2023-06-03 21:35:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4914,1929,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 21:35:47','2023-06-03 21:35:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4915,1930,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 23:20:34','2023-06-03 23:20:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4916,1930,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-03 23:20:34','2023-06-03 23:20:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4917,1915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-05 16:38:35','2023-06-05 16:38:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4918,1915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-05 16:38:35','2023-06-05 16:38:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4919,1928,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-05 17:46:49','2023-06-05 17:46:49','Refunded 500.22 - Refund ID: 0XW46821VV645713C',0,'1','WooCommerce','order_note',0,0),(4920,1928,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-05 17:46:51','2023-06-05 17:46:51','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(4921,1928,'lcaadmin','laradasciences@gmail.com','','','2023-06-05 17:46:59','2023-06-05 17:46:59','Order status changed from Refunded to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4922,1917,'lcaadmin','laradasciences@gmail.com','','','2023-06-05 17:52:46','2023-06-05 17:52:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4923,1930,'lcaadmin','laradasciences@gmail.com','','','2023-06-05 17:54:44','2023-06-05 17:54:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4924,1929,'lcaadmin','laradasciences@gmail.com','','','2023-06-05 17:55:59','2023-06-05 17:55:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4925,1915,'lcaadmin','laradasciences@gmail.com','','','2023-06-05 19:54:20','2023-06-05 19:54:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4926,1933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-06 14:43:27','2023-06-06 14:43:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4927,1933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-06 14:43:27','2023-06-06 14:43:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4928,1933,'lcaadmin','laradasciences@gmail.com','','','2023-06-06 18:46:46','2023-06-06 18:46:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4929,1934,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 11:39:06','2023-06-07 11:39:06','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4930,1936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:19:23','2023-06-07 20:19:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4931,1936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:19:23','2023-06-07 20:19:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4932,1937,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:38:13','2023-06-07 20:38:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4933,1937,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:38:13','2023-06-07 20:38:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4934,1938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:46:35','2023-06-07 20:46:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4935,1938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-07 20:46:35','2023-06-07 20:46:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4936,1939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-08 12:14:40','2023-06-08 12:14:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4937,1939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-08 12:14:40','2023-06-08 12:14:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4938,1938,'lcaadmin','laradasciences@gmail.com','','','2023-06-08 17:29:03','2023-06-08 17:29:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4939,1937,'lcaadmin','laradasciences@gmail.com','','','2023-06-08 17:29:50','2023-06-08 17:29:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4940,1936,'lcaadmin','laradasciences@gmail.com','','','2023-06-08 17:30:18','2023-06-08 17:30:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4941,1939,'lcaadmin','laradasciences@gmail.com','','','2023-06-08 18:52:12','2023-06-08 18:52:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4942,1918,'lcaadmin','laradasciences@gmail.com','','','2023-06-09 17:11:39','2023-06-09 17:11:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4945,1942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 00:22:07','2023-06-12 00:22:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4946,1942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 00:22:07','2023-06-12 00:22:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4947,1943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 03:35:45','2023-06-12 03:35:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4948,1943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 03:35:45','2023-06-12 03:35:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4949,1942,'lcaadmin','laradasciences@gmail.com','','','2023-06-12 20:27:37','2023-06-12 20:27:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4950,1944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 22:46:54','2023-06-12 22:46:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4951,1944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-12 22:46:54','2023-06-12 22:46:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4952,1945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-13 14:33:15','2023-06-13 14:33:15','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4953,1943,'lcaadmin','laradasciences@gmail.com','','','2023-06-13 16:03:09','2023-06-13 16:03:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4954,1945,'lcaadmin','laradasciences@gmail.com','','','2023-06-13 19:04:12','2023-06-13 19:04:12','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4955,1946,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-13 21:08:43','2023-06-13 21:08:43','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4956,1947,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 01:44:49','2023-06-14 01:44:49','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4957,1946,'lcaadmin','laradasciences@gmail.com','','','2023-06-14 01:49:41','2023-06-14 01:49:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4958,1944,'lcaadmin','laradasciences@gmail.com','','','2023-06-14 01:53:48','2023-06-14 01:53:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4959,1946,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 01:57:22','2023-06-14 01:57:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4960,1946,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 01:57:23','2023-06-14 01:57:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4961,1918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 02:33:09','2023-06-14 02:33:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4962,1918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 02:33:09','2023-06-14 02:33:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4963,1947,'lcaadmin','laradasciences@gmail.com','','','2023-06-14 18:58:19','2023-06-14 18:58:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4964,1946,'lcaadmin','laradasciences@gmail.com','','','2023-06-14 18:59:44','2023-06-14 18:59:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4965,1918,'lcaadmin','laradasciences@gmail.com','','','2023-06-14 19:01:09','2023-06-14 19:01:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4966,1948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 19:05:53','2023-06-14 19:05:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4967,1949,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 21:16:31','2023-06-14 21:16:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4968,1949,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-14 21:16:31','2023-06-14 21:16:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4969,1949,'lcaadmin','laradasciences@gmail.com','','','2023-06-15 17:06:05','2023-06-15 17:06:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4970,1947,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-15 17:58:36','2023-06-15 17:58:36','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(4971,1948,'lcaadmin','laradasciences@gmail.com','','','2023-06-15 20:15:42','2023-06-15 20:15:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(4972,1948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-15 20:23:51','2023-06-15 20:23:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4973,1948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-15 20:23:52','2023-06-15 20:23:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4974,1950,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-15 20:57:23','2023-06-15 20:57:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4975,1950,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-15 20:57:24','2023-06-15 20:57:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4976,1951,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 01:45:27','2023-06-16 01:45:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4977,1951,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 01:45:27','2023-06-16 01:45:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4978,1952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 15:17:57','2023-06-16 15:17:57','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(4979,1954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 17:55:37','2023-06-16 17:55:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4980,1954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 17:55:37','2023-06-16 17:55:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4981,1955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:00:59','2023-06-16 18:00:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4982,1955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:00:59','2023-06-16 18:00:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4983,1956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:13:29','2023-06-16 18:13:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4984,1956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:13:29','2023-06-16 18:13:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4985,1957,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:16:12','2023-06-16 18:16:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4986,1957,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-16 18:16:12','2023-06-16 18:16:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4987,1954,'lcaadmin','laradasciences@gmail.com','','','2023-06-16 22:03:34','2023-06-16 22:03:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4988,1955,'lcaadmin','laradasciences@gmail.com','','','2023-06-16 22:04:47','2023-06-16 22:04:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4989,1950,'lcaadmin','laradasciences@gmail.com','','','2023-06-16 22:05:53','2023-06-16 22:05:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4990,1951,'lcaadmin','laradasciences@gmail.com','','','2023-06-16 22:06:46','2023-06-16 22:06:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4991,1948,'lcaadmin','laradasciences@gmail.com','','','2023-06-16 22:07:20','2023-06-16 22:07:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4992,1956,'lcaadmin','laradasciences@gmail.com','','','2023-06-19 14:10:50','2023-06-19 14:10:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4993,1957,'lcaadmin','laradasciences@gmail.com','','','2023-06-19 15:01:59','2023-06-19 15:01:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4994,1945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 17:35:41','2023-06-19 17:35:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4995,1945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 17:35:41','2023-06-19 17:35:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4996,1960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 18:08:05','2023-06-19 18:08:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(4997,1960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 18:08:05','2023-06-19 18:08:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(4998,1945,'lcaadmin','laradasciences@gmail.com','','','2023-06-19 21:05:09','2023-06-19 21:05:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(4999,1961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 21:06:09','2023-06-19 21:06:09','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5000,1960,'lcaadmin','laradasciences@gmail.com','','','2023-06-19 21:06:31','2023-06-19 21:06:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5001,1961,'lcaadmin','laradasciences@gmail.com','','','2023-06-19 21:37:20','2023-06-19 21:37:20','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5002,1962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 23:07:58','2023-06-19 23:07:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5003,1962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-19 23:07:58','2023-06-19 23:07:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5004,1963,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 01:52:03','2023-06-20 01:52:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5005,1963,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 01:52:03','2023-06-20 01:52:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5006,1962,'lcaadmin','laradasciences@gmail.com','','','2023-06-20 14:58:32','2023-06-20 14:58:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5007,1961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 15:12:08','2023-06-20 15:12:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5008,1961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 15:12:08','2023-06-20 15:12:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5009,1964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 16:38:47','2023-06-20 16:38:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5010,1964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 16:38:47','2023-06-20 16:38:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5011,1963,'lcaadmin','laradasciences@gmail.com','','','2023-06-20 18:13:22','2023-06-20 18:13:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5012,1961,'lcaadmin','laradasciences@gmail.com','','','2023-06-20 18:15:21','2023-06-20 18:15:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5013,1965,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 18:30:32','2023-06-20 18:30:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5014,1965,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 18:30:32','2023-06-20 18:30:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5015,1952,'lcaadmin','laradasciences@gmail.com','','','2023-06-20 20:10:22','2023-06-20 20:10:22','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5016,1966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 20:51:09','2023-06-20 20:51:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5017,1966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 20:51:09','2023-06-20 20:51:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5018,1967,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 21:19:46','2023-06-20 21:19:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5019,1967,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-20 21:19:46','2023-06-20 21:19:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5020,1952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-21 01:20:25','2023-06-21 01:20:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5021,1952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-21 01:20:25','2023-06-21 01:20:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5022,1968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-21 02:10:42','2023-06-21 02:10:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5023,1968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-21 02:10:42','2023-06-21 02:10:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5024,1964,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 17:23:39','2023-06-21 17:23:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5025,1965,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 17:24:48','2023-06-21 17:24:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5026,1967,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 17:25:26','2023-06-21 17:25:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5027,1966,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 17:26:05','2023-06-21 17:26:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5028,1952,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 17:26:27','2023-06-21 17:26:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5029,1968,'lcaadmin','laradasciences@gmail.com','','','2023-06-21 20:57:51','2023-06-21 20:57:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5031,1972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-22 14:34:19','2023-06-22 14:34:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5032,1972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-22 14:34:19','2023-06-22 14:34:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5033,1973,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-22 18:01:14','2023-06-22 18:01:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5034,1973,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-22 18:01:14','2023-06-22 18:01:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5035,1974,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-23 00:44:57','2023-06-23 00:44:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5036,1974,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-23 00:44:57','2023-06-23 00:44:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5037,1975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-23 13:30:26','2023-06-23 13:30:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5038,1975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-23 13:30:26','2023-06-23 13:30:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5040,1974,'lcaadmin','laradasciences@gmail.com','','','2023-06-23 19:33:33','2023-06-23 19:33:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5041,1975,'lcaadmin','laradasciences@gmail.com','','','2023-06-23 19:35:07','2023-06-23 19:35:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5042,1973,'lcaadmin','laradasciences@gmail.com','','','2023-06-23 19:36:22','2023-06-23 19:36:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5043,1972,'lcaadmin','laradasciences@gmail.com','','','2023-06-23 19:36:41','2023-06-23 19:36:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5045,1977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-26 21:53:07','2023-06-26 21:53:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5046,1977,'lcaadmin','laradasciences@gmail.com','','','2023-06-27 15:44:19','2023-06-27 15:44:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5047,1977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-27 15:46:02','2023-06-27 15:46:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5048,1977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-27 15:46:02','2023-06-27 15:46:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5049,1977,'lcaadmin','laradasciences@gmail.com','','','2023-06-27 23:49:53','2023-06-27 23:49:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5050,1979,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-29 16:21:22','2023-06-29 16:21:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5051,1979,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-29 16:21:22','2023-06-29 16:21:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5052,1978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-29 21:04:47','2023-06-29 21:04:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5053,1978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-29 21:04:47','2023-06-29 21:04:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5054,1981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-30 13:44:23','2023-06-30 13:44:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5055,1981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-06-30 13:44:23','2023-06-30 13:44:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5056,1981,'lcaadmin','laradasciences@gmail.com','','','2023-06-30 21:45:35','2023-06-30 21:45:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5057,1978,'lcaadmin','laradasciences@gmail.com','','','2023-06-30 21:46:29','2023-06-30 21:46:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5058,1982,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-01 19:34:25','2023-07-01 19:34:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5059,1983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-01 20:19:22','2023-07-01 20:19:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5060,1983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-01 20:19:22','2023-07-01 20:19:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5061,1984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-02 22:47:16','2023-07-02 22:47:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5062,1984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-02 22:47:16','2023-07-02 22:47:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5063,1985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-03 12:25:18','2023-07-03 12:25:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5064,1985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-03 12:25:18','2023-07-03 12:25:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5065,1986,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-03 14:38:56','2023-07-03 14:38:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5066,1986,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-03 14:38:56','2023-07-03 14:38:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5067,1987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 18:06:28','2023-07-04 18:06:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5068,1987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 18:06:28','2023-07-04 18:06:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5069,1988,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 19:30:01','2023-07-04 19:30:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5070,1988,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 19:30:01','2023-07-04 19:30:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5071,1989,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 20:31:39','2023-07-04 20:31:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5072,1989,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-04 20:31:39','2023-07-04 20:31:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5073,1982,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 00:15:51','2023-07-05 00:15:51','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5074,1990,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-05 17:55:00','2023-07-05 17:55:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5075,1990,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-05 17:55:00','2023-07-05 17:55:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5076,1991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-05 19:52:29','2023-07-05 19:52:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5077,1991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-05 19:52:29','2023-07-05 19:52:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5078,1992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-05 20:35:44','2023-07-05 20:35:44','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5079,1990,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:26:40','2023-07-05 23:26:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5080,1987,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:28:10','2023-07-05 23:28:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5081,1989,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:30:00','2023-07-05 23:30:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5082,1988,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:33:58','2023-07-05 23:33:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5083,1986,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:34:56','2023-07-05 23:34:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5084,1983,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:35:31','2023-07-05 23:35:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5085,1984,'lcaadmin','laradasciences@gmail.com','','','2023-07-05 23:36:03','2023-07-05 23:36:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5087,1982,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 00:45:30','2023-07-06 00:45:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5088,1982,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 00:45:30','2023-07-06 00:45:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5089,1992,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 14:59:44','2023-07-06 14:59:44','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5090,1979,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 15:02:11','2023-07-06 15:02:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5091,1985,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 15:03:48','2023-07-06 15:03:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5092,1991,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 15:04:46','2023-07-06 15:04:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5093,1992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 15:44:11','2023-07-06 15:44:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5094,1992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 15:44:11','2023-07-06 15:44:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5095,1993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 17:28:24','2023-07-06 17:28:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5096,1993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 17:28:24','2023-07-06 17:28:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5097,1994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 19:01:58','2023-07-06 19:01:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5098,1995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-06 19:02:37','2023-07-06 19:02:37','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5099,1982,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 22:15:33','2023-07-06 22:15:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5100,1993,'lcaadmin','laradasciences@gmail.com','','','2023-07-06 22:17:00','2023-07-06 22:17:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5101,1996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 15:33:16','2023-07-07 15:33:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5102,1995,'lcaadmin','laradasciences@gmail.com','','','2023-07-07 16:04:18','2023-07-07 16:04:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5103,1994,'lcaadmin','laradasciences@gmail.com','','','2023-07-07 16:04:27','2023-07-07 16:04:27','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5104,1995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 16:16:28','2023-07-07 16:16:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5105,1995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 16:16:28','2023-07-07 16:16:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5106,1994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 16:17:35','2023-07-07 16:17:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5107,1994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 16:17:35','2023-07-07 16:17:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5108,1997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-07 20:00:07','2023-07-07 20:00:07','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5109,1998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-10 15:29:06','2023-07-10 15:29:06','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5110,1997,'lcaadmin','laradasciences@gmail.com','','','2023-07-10 15:44:30','2023-07-10 15:44:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5111,1998,'lcaadmin','laradasciences@gmail.com','','','2023-07-10 15:44:37','2023-07-10 15:44:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5112,1995,'lcaadmin','laradasciences@gmail.com','','','2023-07-10 15:46:59','2023-07-10 15:46:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5113,1996,'lcaadmin','laradasciences@gmail.com','','','2023-07-10 19:21:00','2023-07-10 19:21:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5114,1994,'lcaadmin','laradasciences@gmail.com','','','2023-07-10 19:24:08','2023-07-10 19:24:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5115,1998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-10 21:04:41','2023-07-10 21:04:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5116,1998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-10 21:04:41','2023-07-10 21:04:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5117,1996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-11 15:25:09','2023-07-11 15:25:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5118,1996,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-11 15:25:09','2023-07-11 15:25:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5119,1998,'lcaadmin','laradasciences@gmail.com','','','2023-07-11 15:46:25','2023-07-11 15:46:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5120,1999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-11 20:41:25','2023-07-11 20:41:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5121,1999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-11 20:41:25','2023-07-11 20:41:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5122,2000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 03:17:51','2023-07-12 03:17:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5123,2000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 03:17:51','2023-07-12 03:17:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5124,1992,'lcaadmin','laradasciences@gmail.com','','','2023-07-12 17:39:43','2023-07-12 17:39:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5125,1996,'lcaadmin','laradasciences@gmail.com','','','2023-07-12 17:41:17','2023-07-12 17:41:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5126,1999,'lcaadmin','laradasciences@gmail.com','','','2023-07-12 17:51:29','2023-07-12 17:51:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5127,2000,'lcaadmin','laradasciences@gmail.com','','','2023-07-12 17:52:13','2023-07-12 17:52:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5128,1997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 19:01:50','2023-07-12 19:01:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5129,1997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 19:01:50','2023-07-12 19:01:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5130,2001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 23:15:58','2023-07-12 23:15:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5131,2001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-12 23:15:58','2023-07-12 23:15:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5132,2002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-13 19:17:36','2023-07-13 19:17:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5133,2002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-13 19:17:36','2023-07-13 19:17:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5134,2003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 03:40:11','2023-07-14 03:40:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5135,2003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 03:40:11','2023-07-14 03:40:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5136,2004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 17:56:22','2023-07-14 17:56:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5137,1997,'lcaadmin','laradasciences@gmail.com','','','2023-07-14 20:41:44','2023-07-14 20:41:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5138,2005,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 21:25:45','2023-07-14 21:25:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5139,2005,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 21:25:45','2023-07-14 21:25:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5140,2004,'lcaadmin','laradasciences@gmail.com','','','2023-07-14 22:07:28','2023-07-14 22:07:28','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5141,2002,'lcaadmin','laradasciences@gmail.com','','','2023-07-14 22:16:09','2023-07-14 22:16:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5142,2003,'lcaadmin','laradasciences@gmail.com','','','2023-07-14 22:17:36','2023-07-14 22:17:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5143,2001,'lcaadmin','laradasciences@gmail.com','','','2023-07-14 22:18:06','2023-07-14 22:18:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5144,2004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 22:27:58','2023-07-14 22:27:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5145,2004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-14 22:27:58','2023-07-14 22:27:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5146,2006,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 11:59:31','2023-07-17 11:59:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5147,2006,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 11:59:31','2023-07-17 11:59:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5148,2007,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:05:03','2023-07-17 12:05:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5149,2007,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:05:03','2023-07-17 12:05:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5150,2008,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:12:00','2023-07-17 12:12:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5151,2008,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:12:00','2023-07-17 12:12:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5152,2009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:16:15','2023-07-17 12:16:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5153,2009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 12:16:15','2023-07-17 12:16:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5154,2010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 14:45:04','2023-07-17 14:45:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5155,2010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 14:45:04','2023-07-17 14:45:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5157,2004,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 17:23:35','2023-07-17 17:23:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5158,2013,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 18:38:16','2023-07-17 18:38:16','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5159,2014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 19:44:42','2023-07-17 19:44:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5160,2014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 19:44:42','2023-07-17 19:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5161,2007,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 19:52:37','2023-07-17 19:52:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5162,2006,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 19:53:30','2023-07-17 19:53:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5163,2010,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 20:00:55','2023-07-17 20:00:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5164,2008,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 20:03:06','2023-07-17 20:03:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5165,2009,'lcaadmin','laradasciences@gmail.com','','','2023-07-17 20:03:59','2023-07-17 20:03:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5166,2015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 20:20:52','2023-07-17 20:20:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5167,2015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 20:20:52','2023-07-17 20:20:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5168,2016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 20:26:56','2023-07-17 20:26:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5169,2016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-17 20:26:56','2023-07-17 20:26:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5170,2017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 02:00:10','2023-07-18 02:00:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5171,2017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 02:00:10','2023-07-18 02:00:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5172,2018,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 13:44:42','2023-07-18 13:44:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5173,2018,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 13:44:42','2023-07-18 13:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5174,2018,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 14:34:58','2023-07-18 14:34:58','Refunded 311.96 - Refund ID: 29H40608WX472454Y',0,'1','WooCommerce','order_note',0,0),(5175,2018,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 14:34:58','2023-07-18 14:34:58','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(5176,2013,'lcaadmin','laradasciences@gmail.com','','','2023-07-18 14:38:13','2023-07-18 14:38:13','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5177,2014,'lcaadmin','laradasciences@gmail.com','','','2023-07-18 14:39:51','2023-07-18 14:39:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5178,2020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 16:02:02','2023-07-18 16:02:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5179,2020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-18 16:02:02','2023-07-18 16:02:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5180,2015,'lcaadmin','laradasciences@gmail.com','','','2023-07-18 17:17:31','2023-07-18 17:17:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5181,2016,'lcaadmin','laradasciences@gmail.com','','','2023-07-18 17:17:53','2023-07-18 17:17:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5182,2017,'lcaadmin','laradasciences@gmail.com','','','2023-07-18 19:56:09','2023-07-18 19:56:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5183,2021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 06:21:39','2023-07-19 06:21:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5184,2021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 06:21:39','2023-07-19 06:21:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5185,2022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 06:42:14','2023-07-19 06:42:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5186,2022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 06:42:14','2023-07-19 06:42:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5187,2023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 14:49:57','2023-07-19 14:49:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5188,2023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 14:49:57','2023-07-19 14:49:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5189,2020,'lcaadmin','laradasciences@gmail.com','','','2023-07-19 18:56:08','2023-07-19 18:56:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5190,2024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 19:54:46','2023-07-19 19:54:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5191,2024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-19 19:54:46','2023-07-19 19:54:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5192,2024,'lcaadmin','laradasciences@gmail.com','','','2023-07-20 13:44:49','2023-07-20 13:44:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5193,2023,'lcaadmin','laradasciences@gmail.com','','','2023-07-20 13:45:54','2023-07-20 13:45:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5194,2022,'lcaadmin','laradasciences@gmail.com','','','2023-07-20 13:49:24','2023-07-20 13:49:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5195,2021,'lcaadmin','laradasciences@gmail.com','','','2023-07-20 13:50:30','2023-07-20 13:50:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5196,2025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-23 13:37:22','2023-07-23 13:37:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5197,2025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-23 13:37:23','2023-07-23 13:37:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5198,2026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-23 18:14:42','2023-07-23 18:14:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5199,2026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-23 18:14:42','2023-07-23 18:14:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5200,2027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-24 01:57:54','2023-07-24 01:57:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5201,2027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-24 01:57:54','2023-07-24 01:57:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5202,2025,'lcaadmin','laradasciences@gmail.com','','','2023-07-25 18:29:40','2023-07-25 18:29:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5203,2026,'lcaadmin','laradasciences@gmail.com','','','2023-07-25 18:31:59','2023-07-25 18:31:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5204,2027,'lcaadmin','laradasciences@gmail.com','','','2023-07-25 18:35:40','2023-07-25 18:35:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5205,2005,'lcaadmin','laradasciences@gmail.com','','','2023-07-25 19:41:23','2023-07-25 19:41:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5206,2028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 20:39:09','2023-07-25 20:39:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5207,2028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 20:39:09','2023-07-25 20:39:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5208,2029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 21:26:08','2023-07-25 21:26:08','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5209,2030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 21:28:57','2023-07-25 21:28:57','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5210,2031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 22:28:53','2023-07-25 22:28:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5211,2031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-25 22:28:53','2023-07-25 22:28:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5212,2032,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 00:08:22','2023-07-26 00:08:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5213,2033,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 03:22:01','2023-07-26 03:22:01','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5214,2030,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 13:13:38','2023-07-26 13:13:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5215,2029,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 13:13:44','2023-07-26 13:13:44','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5216,2030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 14:02:42','2023-07-26 14:02:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5217,2030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 14:02:42','2023-07-26 14:02:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5218,2029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 14:04:27','2023-07-26 14:04:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5219,2029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 14:04:27','2023-07-26 14:04:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5220,2028,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 18:32:38','2023-07-26 18:32:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5221,2031,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 18:33:13','2023-07-26 18:33:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5222,2030,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 18:33:44','2023-07-26 18:33:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5223,2029,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 18:34:29','2023-07-26 18:34:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5224,2032,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 18:59:31','2023-07-26 18:59:31','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5225,2033,'lcaadmin','laradasciences@gmail.com','','','2023-07-26 19:03:17','2023-07-26 19:03:17','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5226,2034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 19:27:04','2023-07-26 19:27:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5227,2034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 19:27:04','2023-07-26 19:27:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5228,2035,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 22:27:25','2023-07-26 22:27:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5229,2035,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-26 22:27:25','2023-07-26 22:27:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5230,2034,'lcaadmin','laradasciences@gmail.com','','','2023-07-27 01:07:49','2023-07-27 01:07:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5231,2036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 02:06:05','2023-07-27 02:06:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5232,2036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 02:06:05','2023-07-27 02:06:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5233,2037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 03:56:17','2023-07-27 03:56:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5234,2037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 03:56:17','2023-07-27 03:56:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5235,2026,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 16:05:05','2023-07-27 16:05:05','Refunded 164.50 - Refund ID: 1UX42558W6417611T',0,'1','WooCommerce','order_note',0,0),(5236,2039,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 18:44:25','2023-07-27 18:44:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5237,2039,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 18:44:25','2023-07-27 18:44:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5238,2040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 21:10:05','2023-07-27 21:10:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5239,2040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-27 21:10:05','2023-07-27 21:10:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5240,2035,'lcaadmin','laradasciences@gmail.com','','','2023-07-27 21:45:12','2023-07-27 21:45:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5241,2036,'lcaadmin','laradasciences@gmail.com','','','2023-07-27 21:46:25','2023-07-27 21:46:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5242,2037,'lcaadmin','laradasciences@gmail.com','','','2023-07-27 21:47:02','2023-07-27 21:47:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5243,2039,'lcaadmin','laradasciences@gmail.com','','','2023-07-27 21:48:53','2023-07-27 21:48:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5244,2041,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 02:51:41','2023-07-28 02:51:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5245,2041,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 02:51:41','2023-07-28 02:51:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5246,2042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 15:52:09','2023-07-28 15:52:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5247,2042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 15:52:09','2023-07-28 15:52:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5248,2043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:07:07','2023-07-28 16:07:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5249,2043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:07:07','2023-07-28 16:07:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5250,2044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:23:32','2023-07-28 16:23:32','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5251,2043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:38:39','2023-07-28 16:38:39','Refunded 167.23 - Refund ID: 8F542087JR0126507',0,'1','WooCommerce','order_note',0,0),(5252,2043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:38:39','2023-07-28 16:38:39','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(5253,2046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:42:44','2023-07-28 16:42:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5254,2046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 16:42:44','2023-07-28 16:42:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5255,2047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 23:32:50','2023-07-28 23:32:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5256,2047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-28 23:32:50','2023-07-28 23:32:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5257,2040,'lcaadmin','laradasciences@gmail.com','','','2023-07-31 13:50:19','2023-07-31 13:50:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5258,2041,'lcaadmin','laradasciences@gmail.com','','','2023-07-31 13:52:09','2023-07-31 13:52:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5259,2046,'lcaadmin','laradasciences@gmail.com','','','2023-07-31 13:53:46','2023-07-31 13:53:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5260,2042,'lcaadmin','laradasciences@gmail.com','','','2023-07-31 13:54:33','2023-07-31 13:54:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5261,2048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-31 16:43:44','2023-07-31 16:43:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5262,2048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-07-31 16:43:44','2023-07-31 16:43:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5263,2047,'lcaadmin','laradasciences@gmail.com','','','2023-07-31 20:49:36','2023-07-31 20:49:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5264,2049,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-01 19:36:49','2023-08-01 19:36:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5265,2049,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-01 19:36:49','2023-08-01 19:36:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5266,2048,'lcaadmin','laradasciences@gmail.com','','','2023-08-01 19:37:42','2023-08-01 19:37:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5267,2050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-01 20:51:49','2023-08-01 20:51:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5268,2050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-01 20:51:49','2023-08-01 20:51:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5269,2049,'lcaadmin','laradasciences@gmail.com','','','2023-08-01 21:01:29','2023-08-01 21:01:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5270,2051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 03:54:41','2023-08-02 03:54:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5271,2051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 03:54:41','2023-08-02 03:54:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5272,2052,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 13:17:54','2023-08-02 13:17:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5273,2052,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 13:17:54','2023-08-02 13:17:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5274,2053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 16:57:23','2023-08-02 16:57:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5275,2053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 16:57:23','2023-08-02 16:57:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5276,2051,'lcaadmin','laradasciences@gmail.com','','','2023-08-02 18:28:40','2023-08-02 18:28:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5277,2052,'lcaadmin','laradasciences@gmail.com','','','2023-08-02 18:30:45','2023-08-02 18:30:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5278,2050,'lcaadmin','laradasciences@gmail.com','','','2023-08-02 18:33:36','2023-08-02 18:33:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5279,2053,'lcaadmin','laradasciences@gmail.com','','','2023-08-02 20:21:57','2023-08-02 20:21:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5280,2054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 21:26:08','2023-08-02 21:26:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5281,2054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 21:26:08','2023-08-02 21:26:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5282,2055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 22:57:23','2023-08-02 22:57:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5283,2055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 22:57:23','2023-08-02 22:57:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5284,2056,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-02 22:59:51','2023-08-02 22:59:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5285,2058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-03 17:36:22','2023-08-03 17:36:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5286,2058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-03 17:36:22','2023-08-03 17:36:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5287,2054,'lcaadmin','laradasciences@gmail.com','','','2023-08-03 17:48:29','2023-08-03 17:48:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5288,2055,'lcaadmin','laradasciences@gmail.com','','','2023-08-03 18:10:28','2023-08-03 18:10:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0);
INSERT INTO `wp_comments` VALUES (5289,2057,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-03 19:05:50','2023-08-03 19:05:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5290,2057,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-03 19:05:50','2023-08-03 19:05:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5291,2056,'lcaadmin','laradasciences@gmail.com','','','2023-08-03 19:11:55','2023-08-03 19:11:55','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5292,2058,'lcaadmin','laradasciences@gmail.com','','','2023-08-03 22:18:11','2023-08-03 22:18:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5293,2057,'lcaadmin','laradasciences@gmail.com','','','2023-08-03 22:24:32','2023-08-03 22:24:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5294,2056,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-05 00:40:56','2023-08-05 00:40:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5295,2056,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-05 00:40:56','2023-08-05 00:40:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5296,2056,'lcaadmin','laradasciences@gmail.com','','','2023-08-07 20:51:05','2023-08-07 20:51:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5297,2060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 05:06:15','2023-08-09 05:06:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5298,2060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 05:06:15','2023-08-09 05:06:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5299,2061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 17:05:11','2023-08-09 17:05:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5300,2061,'lcaadmin','laradasciences@gmail.com','','','2023-08-09 17:20:19','2023-08-09 17:20:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5301,2060,'lcaadmin','laradasciences@gmail.com','','','2023-08-09 17:21:45','2023-08-09 17:21:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5302,2061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 17:27:23','2023-08-09 17:27:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5303,2061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 17:27:23','2023-08-09 17:27:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5304,2059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 19:57:16','2023-08-09 19:57:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5305,2059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 19:57:16','2023-08-09 19:57:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5306,2062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 20:05:19','2023-08-09 20:05:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5307,2062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 20:05:19','2023-08-09 20:05:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5308,2063,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 23:23:07','2023-08-09 23:23:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5309,2063,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-09 23:23:07','2023-08-09 23:23:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5310,2064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-10 15:33:21','2023-08-10 15:33:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5311,2064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-10 15:33:21','2023-08-10 15:33:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5312,2065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-10 19:18:36','2023-08-10 19:18:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5313,2065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-10 19:18:36','2023-08-10 19:18:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5314,2061,'lcaadmin','laradasciences@gmail.com','','','2023-08-10 20:32:39','2023-08-10 20:32:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5315,2059,'lcaadmin','laradasciences@gmail.com','','','2023-08-10 20:34:59','2023-08-10 20:34:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5316,2063,'lcaadmin','laradasciences@gmail.com','','','2023-08-10 20:36:24','2023-08-10 20:36:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5317,2066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-11 20:16:43','2023-08-11 20:16:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5318,2066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-11 20:16:43','2023-08-11 20:16:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5319,2062,'lcaadmin','laradasciences@gmail.com','','','2023-08-11 21:40:46','2023-08-11 21:40:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5320,2065,'lcaadmin','laradasciences@gmail.com','','','2023-08-11 21:42:01','2023-08-11 21:42:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5321,2067,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-12 00:06:46','2023-08-12 00:06:46','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5322,2068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-12 18:49:04','2023-08-12 18:49:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5323,2068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-12 18:49:04','2023-08-12 18:49:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5324,2069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-12 19:14:28','2023-08-12 19:14:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5325,2069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-12 19:14:28','2023-08-12 19:14:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5326,2070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 00:01:18','2023-08-14 00:01:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5327,2070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 00:01:18','2023-08-14 00:01:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5328,2071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 00:07:01','2023-08-14 00:07:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5329,2071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 00:07:01','2023-08-14 00:07:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5330,2067,'lcaadmin','laradasciences@gmail.com','','','2023-08-14 15:24:00','2023-08-14 15:24:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5331,2064,'lcaadmin','laradasciences@gmail.com','','','2023-08-14 15:25:27','2023-08-14 15:25:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5332,2066,'lcaadmin','laradasciences@gmail.com','','','2023-08-14 15:27:38','2023-08-14 15:27:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5333,2067,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 15:27:57','2023-08-14 15:27:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5334,2067,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 15:27:57','2023-08-14 15:27:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5335,2072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 15:28:35','2023-08-14 15:28:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5336,2072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 15:28:35','2023-08-14 15:28:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5337,2073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 17:50:50','2023-08-14 17:50:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5338,2073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 17:50:50','2023-08-14 17:50:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5339,2074,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 18:54:13','2023-08-14 18:54:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5340,2074,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 18:54:13','2023-08-14 18:54:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5341,2069,'lcaadmin','laradasciences@gmail.com','','','2023-08-14 21:03:22','2023-08-14 21:03:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5342,2068,'lcaadmin','laradasciences@gmail.com','','','2023-08-14 21:04:39','2023-08-14 21:04:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5343,2075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 21:14:35','2023-08-14 21:14:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5344,2075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-14 21:14:35','2023-08-14 21:14:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5345,2076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-15 02:33:44','2023-08-15 02:33:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5346,2076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-15 02:33:44','2023-08-15 02:33:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5347,2077,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-15 18:49:36','2023-08-15 18:49:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5348,2077,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-15 18:49:36','2023-08-15 18:49:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5349,2067,'lcaadmin','laradasciences@gmail.com','','','2023-08-15 22:10:42','2023-08-15 22:10:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5350,2073,'lcaadmin','laradasciences@gmail.com','','','2023-08-15 22:13:00','2023-08-15 22:13:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5351,2075,'lcaadmin','laradasciences@gmail.com','','','2023-08-15 22:14:40','2023-08-15 22:14:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5352,2076,'lcaadmin','laradasciences@gmail.com','','','2023-08-15 22:16:13','2023-08-15 22:16:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5353,2074,'lcaadmin','laradasciences@gmail.com','','','2023-08-15 22:18:30','2023-08-15 22:18:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5354,2078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-16 15:45:03','2023-08-16 15:45:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5355,2078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-16 15:45:03','2023-08-16 15:45:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5356,2079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-16 22:22:04','2023-08-16 22:22:04','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5357,2080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-17 13:51:39','2023-08-17 13:51:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5358,2080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-17 13:51:39','2023-08-17 13:51:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5359,2077,'lcaadmin','laradasciences@gmail.com','','','2023-08-17 14:45:20','2023-08-17 14:45:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5360,2070,'lcaadmin','laradasciences@gmail.com','','','2023-08-17 14:46:53','2023-08-17 14:46:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5361,2071,'lcaadmin','laradasciences@gmail.com','','','2023-08-17 14:47:42','2023-08-17 14:47:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5362,2072,'lcaadmin','laradasciences@gmail.com','','','2023-08-17 14:48:12','2023-08-17 14:48:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5363,2078,'lcaadmin','laradasciences@gmail.com','','','2023-08-17 14:52:08','2023-08-17 14:52:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5364,2081,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-17 18:53:34','2023-08-17 18:53:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5365,2081,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-17 18:53:34','2023-08-17 18:53:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5366,2082,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-18 13:44:34','2023-08-18 13:44:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5367,2082,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-18 13:44:34','2023-08-18 13:44:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5368,2083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-18 13:47:47','2023-08-18 13:47:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5369,2083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-18 13:47:47','2023-08-18 13:47:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5370,2080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-18 13:56:32','2023-08-18 13:56:32','Refunded 104.95 - Refund ID: 3SC49006JU6926252',0,'1','WooCommerce','order_note',0,0),(5371,2081,'lcaadmin','laradasciences@gmail.com','','','2023-08-18 17:50:30','2023-08-18 17:50:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5372,2080,'lcaadmin','laradasciences@gmail.com','','','2023-08-18 17:51:21','2023-08-18 17:51:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5373,2083,'lcaadmin','laradasciences@gmail.com','','','2023-08-18 20:52:28','2023-08-18 20:52:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5374,2082,'lcaadmin','laradasciences@gmail.com','','','2023-08-18 20:53:11','2023-08-18 20:53:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5375,2085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 12:53:39','2023-08-20 12:53:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5376,2085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 12:53:39','2023-08-20 12:53:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5377,2086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 14:23:19','2023-08-20 14:23:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5378,2086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 14:23:19','2023-08-20 14:23:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5379,2087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 21:37:17','2023-08-20 21:37:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5380,2087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-20 21:37:17','2023-08-20 21:37:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5381,2079,'lcaadmin','laradasciences@gmail.com','','','2023-08-21 14:33:30','2023-08-21 14:33:30','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5382,2088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-21 17:19:50','2023-08-21 17:19:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5383,2088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-21 17:19:50','2023-08-21 17:19:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5384,2086,'lcaadmin','laradasciences@gmail.com','','','2023-08-21 21:02:59','2023-08-21 21:02:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5385,2085,'lcaadmin','laradasciences@gmail.com','','','2023-08-21 21:03:50','2023-08-21 21:03:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5386,2087,'lcaadmin','laradasciences@gmail.com','','','2023-08-21 21:05:19','2023-08-21 21:05:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5387,2088,'lcaadmin','laradasciences@gmail.com','','','2023-08-22 19:05:41','2023-08-22 19:05:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5388,2089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-22 23:07:19','2023-08-22 23:07:19','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5389,2089,'lcaadmin','laradasciences@gmail.com','','','2023-08-23 12:54:23','2023-08-23 12:54:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5390,2079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-23 18:04:09','2023-08-23 18:04:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5391,2079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-23 18:04:09','2023-08-23 18:04:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5392,2090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-23 22:56:04','2023-08-23 22:56:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5393,2090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-23 22:56:04','2023-08-23 22:56:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5394,2091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-24 16:24:55','2023-08-24 16:24:55','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5395,2092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-25 16:03:47','2023-08-25 16:03:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5396,2092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-25 16:03:47','2023-08-25 16:03:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5397,2091,'lcaadmin','laradasciences@gmail.com','','','2023-08-26 05:22:04','2023-08-26 05:22:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5398,2091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 12:52:42','2023-08-26 12:52:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5399,2091,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 12:52:42','2023-08-26 12:52:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5400,2089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 17:48:33','2023-08-26 17:48:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5401,2089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 17:48:33','2023-08-26 17:48:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5402,2093,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 21:10:28','2023-08-26 21:10:28','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5403,2094,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-26 21:24:41','2023-08-26 21:24:41','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5404,2092,'lcaadmin','laradasciences@gmail.com','','','2023-08-28 17:19:14','2023-08-28 17:19:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5405,2090,'lcaadmin','laradasciences@gmail.com','','','2023-08-28 17:20:54','2023-08-28 17:20:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5406,2079,'lcaadmin','laradasciences@gmail.com','','','2023-08-28 17:21:42','2023-08-28 17:21:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5407,2095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:49:13','2023-08-28 17:49:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5408,2095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:49:13','2023-08-28 17:49:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5409,2096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:53:37','2023-08-28 17:53:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5410,2096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:53:37','2023-08-28 17:53:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5411,2097,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:56:33','2023-08-28 17:56:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5412,2097,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 17:56:33','2023-08-28 17:56:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5413,2098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 21:48:26','2023-08-28 21:48:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5414,2098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-28 21:48:26','2023-08-28 21:48:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5415,2099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-29 03:28:28','2023-08-29 03:28:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5416,2099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-29 03:28:28','2023-08-29 03:28:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5417,2091,'lcaadmin','laradasciences@gmail.com','','','2023-08-29 13:22:00','2023-08-29 13:22:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5418,2089,'lcaadmin','laradasciences@gmail.com','','','2023-08-29 13:25:39','2023-08-29 13:25:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5419,2095,'lcaadmin','laradasciences@gmail.com','','','2023-08-29 13:26:38','2023-08-29 13:26:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5420,2096,'lcaadmin','laradasciences@gmail.com','','','2023-08-29 19:02:19','2023-08-29 19:02:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5421,2097,'lcaadmin','laradasciences@gmail.com','','','2023-08-29 19:04:59','2023-08-29 19:04:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5422,2100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-29 22:07:31','2023-08-29 22:07:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5423,2100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-29 22:07:31','2023-08-29 22:07:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5424,2101,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-30 13:44:51','2023-08-30 13:44:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5425,2101,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-30 13:44:51','2023-08-30 13:44:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5426,2102,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-30 15:00:06','2023-08-30 15:00:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5427,2102,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-30 15:00:06','2023-08-30 15:00:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5428,2103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-30 18:39:53','2023-08-30 18:39:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5429,2101,'lcaadmin','laradasciences@gmail.com','','','2023-08-30 19:47:30','2023-08-30 19:47:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5430,2100,'lcaadmin','laradasciences@gmail.com','','','2023-08-30 19:47:56','2023-08-30 19:47:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5431,2099,'lcaadmin','laradasciences@gmail.com','','','2023-08-30 19:49:03','2023-08-30 19:49:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5432,2098,'lcaadmin','laradasciences@gmail.com','','','2023-08-30 19:50:27','2023-08-30 19:50:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5433,2102,'lcaadmin','laradasciences@gmail.com','','','2023-08-30 20:11:39','2023-08-30 20:11:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5434,2104,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-31 14:37:04','2023-08-31 14:37:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5435,2104,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-08-31 14:37:04','2023-08-31 14:37:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5436,2104,'lcaadmin','laradasciences@gmail.com','','','2023-08-31 20:41:40','2023-08-31 20:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5437,2105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 13:28:30','2023-09-01 13:28:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5438,2106,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 13:35:35','2023-09-01 13:35:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5439,2106,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 13:35:35','2023-09-01 13:35:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5440,2107,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 19:42:49','2023-09-01 19:42:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5441,2107,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 19:42:49','2023-09-01 19:42:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5442,2108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 22:56:11','2023-09-01 22:56:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5443,2108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-01 22:56:11','2023-09-01 22:56:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5444,2103,'lcaadmin','laradasciences@gmail.com','','','2023-09-05 15:29:02','2023-09-05 15:29:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5445,2103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-05 15:29:41','2023-09-05 15:29:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5446,2103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-05 15:29:41','2023-09-05 15:29:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5447,2105,'lcaadmin','laradasciences@gmail.com','','','2023-09-05 15:31:42','2023-09-05 15:31:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5448,2108,'lcaadmin','laradasciences@gmail.com','','','2023-09-05 15:48:21','2023-09-05 15:48:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5449,2106,'lcaadmin','laradasciences@gmail.com','','','2023-09-05 15:48:48','2023-09-05 15:48:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5450,2107,'lcaadmin','laradasciences@gmail.com','','','2023-09-05 15:51:17','2023-09-05 15:51:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5451,2109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-05 16:57:41','2023-09-05 16:57:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5452,2109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-05 16:57:41','2023-09-05 16:57:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5453,2103,'lcaadmin','laradasciences@gmail.com','','','2023-09-06 13:59:52','2023-09-06 13:59:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5454,2109,'lcaadmin','laradasciences@gmail.com','','','2023-09-06 14:01:52','2023-09-06 14:01:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5455,2128,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 14:32:19','2023-09-06 14:32:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5456,2128,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 14:32:19','2023-09-06 14:32:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5457,2105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 17:18:29','2023-09-06 17:18:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5458,2105,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 17:18:29','2023-09-06 17:18:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5459,2128,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 17:58:34','2023-09-06 17:58:34','Refunded 767.50 - Refund ID: 0YR443799S8844740',0,'1','WooCommerce','order_note',0,0),(5460,2128,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-06 17:58:34','2023-09-06 17:58:34','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(5461,2132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 14:29:55','2023-09-07 14:29:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5462,2132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 14:29:55','2023-09-07 14:29:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5463,2105,'lcaadmin','laradasciences@gmail.com','','','2023-09-07 16:40:12','2023-09-07 16:40:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5464,2132,'lcaadmin','laradasciences@gmail.com','','','2023-09-07 18:59:21','2023-09-07 18:59:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5465,2134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 23:52:09','2023-09-07 23:52:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5466,2134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 23:52:09','2023-09-07 23:52:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5467,2135,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 23:56:26','2023-09-07 23:56:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5468,2135,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-07 23:56:26','2023-09-07 23:56:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5469,2133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 13:50:38','2023-09-08 13:50:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5470,2133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 13:50:38','2023-09-08 13:50:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5471,2134,'lcaadmin','laradasciences@gmail.com','','','2023-09-08 17:56:36','2023-09-08 17:56:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5472,2135,'lcaadmin','laradasciences@gmail.com','','','2023-09-08 17:58:32','2023-09-08 17:58:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5473,2133,'lcaadmin','laradasciences@gmail.com','','','2023-09-08 17:58:54','2023-09-08 17:58:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5474,2136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 18:29:48','2023-09-08 18:29:48','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5475,2137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 19:11:40','2023-09-08 19:11:40','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5476,2138,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 20:33:27','2023-09-08 20:33:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5477,2138,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-08 20:33:27','2023-09-08 20:33:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5478,2139,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-09 20:53:48','2023-09-09 20:53:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5479,2139,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-09 20:53:48','2023-09-09 20:53:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5480,2136,'lcaadmin','laradasciences@gmail.com','','','2023-09-11 17:31:04','2023-09-11 17:31:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5481,2138,'lcaadmin','laradasciences@gmail.com','','','2023-09-11 17:34:49','2023-09-11 17:34:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5482,2140,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 17:38:41','2023-09-11 17:38:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5483,2140,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 17:38:41','2023-09-11 17:38:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5484,2141,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:04:46','2023-09-11 18:04:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5485,2141,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:04:46','2023-09-11 18:04:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5486,2136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:08:24','2023-09-11 18:08:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5487,2136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:08:24','2023-09-11 18:08:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5488,2142,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:15:02','2023-09-11 18:15:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5489,2142,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:15:02','2023-09-11 18:15:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5490,2143,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:15:06','2023-09-11 18:15:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5491,2143,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:15:06','2023-09-11 18:15:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5492,2144,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:22:49','2023-09-11 18:22:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5493,2144,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-11 18:22:49','2023-09-11 18:22:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5494,2141,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 15:03:33','2023-09-12 15:03:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5495,2142,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 15:04:02','2023-09-12 15:04:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5496,2136,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 15:04:40','2023-09-12 15:04:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5497,2140,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 15:05:32','2023-09-12 15:05:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5498,2139,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 15:07:51','2023-09-12 15:07:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5499,2145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 16:18:25','2023-09-12 16:18:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5500,2145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 16:18:25','2023-09-12 16:18:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5501,2146,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 16:23:42','2023-09-12 16:23:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5502,2146,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 16:23:42','2023-09-12 16:23:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5503,2144,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 17:55:21','2023-09-12 17:55:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5504,2143,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 18:30:00','2023-09-12 18:30:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5505,2146,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 20:40:45','2023-09-12 20:40:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5506,2145,'lcaadmin','laradasciences@gmail.com','','','2023-09-12 20:41:36','2023-09-12 20:41:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5507,2147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 20:54:33','2023-09-12 20:54:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5508,2147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-12 20:54:33','2023-09-12 20:54:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5509,2148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 14:17:17','2023-09-13 14:17:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5510,2148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 14:17:17','2023-09-13 14:17:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5511,2137,'lcaadmin','laradasciences@gmail.com','','','2023-09-13 14:21:19','2023-09-13 14:21:19','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5512,2149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 14:25:56','2023-09-13 14:25:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5513,2149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 14:25:56','2023-09-13 14:25:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5514,2150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 18:14:00','2023-09-13 18:14:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5515,2150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 18:14:00','2023-09-13 18:14:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5516,2137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 18:42:02','2023-09-13 18:42:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5517,2137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-13 18:42:02','2023-09-13 18:42:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5518,2149,'lcaadmin','laradasciences@gmail.com','','','2023-09-13 20:20:06','2023-09-13 20:20:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5519,2150,'lcaadmin','laradasciences@gmail.com','','','2023-09-13 20:20:31','2023-09-13 20:20:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5520,2148,'lcaadmin','laradasciences@gmail.com','','','2023-09-13 20:21:05','2023-09-13 20:21:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5521,2147,'lcaadmin','laradasciences@gmail.com','','','2023-09-13 20:22:24','2023-09-13 20:22:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5522,2151,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 14:57:06','2023-09-14 14:57:06','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5523,2152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 15:12:36','2023-09-14 15:12:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5524,2152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 15:12:36','2023-09-14 15:12:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5525,2153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 16:15:30','2023-09-14 16:15:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5526,2153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 16:15:30','2023-09-14 16:15:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5527,2154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 16:31:51','2023-09-14 16:31:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5528,2154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 16:31:51','2023-09-14 16:31:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5529,2137,'lcaadmin','laradasciences@gmail.com','','','2023-09-14 17:51:37','2023-09-14 17:51:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5530,2153,'lcaadmin','laradasciences@gmail.com','','','2023-09-14 20:06:15','2023-09-14 20:06:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5531,2154,'lcaadmin','laradasciences@gmail.com','','','2023-09-14 20:06:54','2023-09-14 20:06:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5532,2152,'lcaadmin','laradasciences@gmail.com','','','2023-09-14 20:08:18','2023-09-14 20:08:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5533,2155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 20:25:10','2023-09-14 20:25:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5534,2155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-14 20:25:10','2023-09-14 20:25:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5535,2156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 14:00:41','2023-09-15 14:00:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5536,2156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 14:00:41','2023-09-15 14:00:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5537,2157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 16:58:05','2023-09-15 16:58:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5538,2157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 16:58:05','2023-09-15 16:58:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5539,2158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 17:29:29','2023-09-15 17:29:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5540,2158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-15 17:29:30','2023-09-15 17:29:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5541,2158,'lcaadmin','laradasciences@gmail.com','','','2023-09-15 21:03:06','2023-09-15 21:03:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5542,2156,'lcaadmin','laradasciences@gmail.com','','','2023-09-15 21:03:42','2023-09-15 21:03:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5543,2155,'lcaadmin','laradasciences@gmail.com','','','2023-09-15 21:04:51','2023-09-15 21:04:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5544,2159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 13:20:53','2023-09-19 13:20:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5545,2159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 13:20:53','2023-09-19 13:20:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5546,2160,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 13:30:26','2023-09-19 13:30:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5547,2161,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 13:36:51','2023-09-19 13:36:51','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5548,2160,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 15:26:21','2023-09-19 15:26:21','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5549,2161,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 15:26:21','2023-09-19 15:26:21','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5550,2162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 15:44:06','2023-09-19 15:44:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5551,2162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 15:44:06','2023-09-19 15:44:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5552,2163,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 15:46:31','2023-09-19 15:46:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5553,2163,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 15:46:31','2023-09-19 15:46:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5554,2159,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 18:31:36','2023-09-19 18:31:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5555,2163,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 18:32:13','2023-09-19 18:32:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5556,2157,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 18:32:44','2023-09-19 18:32:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5557,2162,'lcaadmin','laradasciences@gmail.com','','','2023-09-19 18:33:51','2023-09-19 18:33:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5558,2164,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 21:15:16','2023-09-19 21:15:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5559,2164,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-19 21:15:16','2023-09-19 21:15:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5560,2164,'lcaadmin','laradasciences@gmail.com','','','2023-09-20 17:18:33','2023-09-20 17:18:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5561,2165,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-20 20:02:02','2023-09-20 20:02:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5562,2165,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-20 20:02:02','2023-09-20 20:02:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5563,2165,'lcaadmin','laradasciences@gmail.com','','','2023-09-21 19:31:02','2023-09-21 19:31:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5564,2166,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-24 16:43:29','2023-09-24 16:43:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5565,2166,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-24 16:43:29','2023-09-24 16:43:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5566,2167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-24 17:45:48','2023-09-24 17:45:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5567,2167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-24 17:45:49','2023-09-24 17:45:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5568,2171,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 15:43:44','2023-09-25 15:43:44','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5569,2173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 16:19:28','2023-09-25 16:19:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5570,2173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 16:19:28','2023-09-25 16:19:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5571,2166,'lcaadmin','laradasciences@gmail.com','','','2023-09-25 17:52:15','2023-09-25 17:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5572,2167,'lcaadmin','laradasciences@gmail.com','','','2023-09-25 17:54:06','2023-09-25 17:54:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5573,2174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 18:18:19','2023-09-25 18:18:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5574,2174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 18:18:19','2023-09-25 18:18:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5575,2175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 19:11:03','2023-09-25 19:11:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5576,2175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 19:11:03','2023-09-25 19:11:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5577,2173,'lcaadmin','laradasciences@gmail.com','','','2023-09-25 19:26:35','2023-09-25 19:26:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5578,2176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 21:17:09','2023-09-25 21:17:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5579,2176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-25 21:17:09','2023-09-25 21:17:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5580,2177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 02:38:50','2023-09-26 02:38:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5581,2177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 02:38:50','2023-09-26 02:38:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5583,2178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:51:02','2023-09-26 15:51:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5584,2178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:51:02','2023-09-26 15:51:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5585,2179,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:55:20','2023-09-26 15:55:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5586,2179,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:55:20','2023-09-26 15:55:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5587,2180,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:56:23','2023-09-26 15:56:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5588,2180,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:56:23','2023-09-26 15:56:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5589,2181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:57:36','2023-09-26 15:57:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5590,2181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 15:57:36','2023-09-26 15:57:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5591,2182,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 16:14:45','2023-09-26 16:14:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5592,2182,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 16:14:45','2023-09-26 16:14:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5593,2172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 17:05:28','2023-09-26 17:05:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5594,2172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 17:05:28','2023-09-26 17:05:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5595,2183,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 17:49:36','2023-09-26 17:49:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5596,2183,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-26 17:49:36','2023-09-26 17:49:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5597,2174,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:23:10','2023-09-27 14:23:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5598,2175,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:24:22','2023-09-27 14:24:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5599,2177,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:25:16','2023-09-27 14:25:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5600,2176,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:26:29','2023-09-27 14:26:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5601,2182,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:27:05','2023-09-27 14:27:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5602,2172,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 14:27:43','2023-09-27 14:27:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5603,2180,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 18:31:23','2023-09-27 18:31:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5604,2184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-27 19:46:07','2023-09-27 19:46:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5605,2184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-27 19:46:07','2023-09-27 19:46:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5606,2178,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 19:56:43','2023-09-27 19:56:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5607,2181,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 19:57:29','2023-09-27 19:57:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5608,2179,'lcaadmin','laradasciences@gmail.com','','','2023-09-27 19:58:04','2023-09-27 19:58:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5609,2184,'lcaadmin','laradasciences@gmail.com','','','2023-09-28 13:42:48','2023-09-28 13:42:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5610,2185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-28 18:15:42','2023-09-28 18:15:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5611,2185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-28 18:15:43','2023-09-28 18:15:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5612,2186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-29 13:23:38','2023-09-29 13:23:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5613,2186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-29 13:23:38','2023-09-29 13:23:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5614,2183,'lcaadmin','laradasciences@gmail.com','','','2023-09-29 13:31:59','2023-09-29 13:31:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5615,2185,'lcaadmin','laradasciences@gmail.com','','','2023-09-29 13:34:45','2023-09-29 13:34:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5616,2187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-29 19:49:38','2023-09-29 19:49:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5617,2187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-09-29 19:49:38','2023-09-29 19:49:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5618,2188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 15:51:08','2023-10-02 15:51:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5619,2188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 15:51:08','2023-10-02 15:51:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5620,2189,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 17:57:40','2023-10-02 17:57:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5621,2189,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 17:57:40','2023-10-02 17:57:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5622,2190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 18:27:00','2023-10-02 18:27:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5623,2190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 18:27:00','2023-10-02 18:27:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5624,2186,'lcaadmin','laradasciences@gmail.com','','','2023-10-02 20:27:05','2023-10-02 20:27:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5625,2187,'lcaadmin','laradasciences@gmail.com','','','2023-10-02 20:27:16','2023-10-02 20:27:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5626,2191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-02 20:46:14','2023-10-02 20:46:14','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5627,2191,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 14:06:46','2023-10-03 14:06:46','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5628,2188,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 14:07:41','2023-10-03 14:07:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5629,2192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-03 14:35:42','2023-10-03 14:35:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5630,2192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-03 14:35:42','2023-10-03 14:35:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5631,2189,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 15:40:16','2023-10-03 15:40:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5632,2191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-03 18:09:32','2023-10-03 18:09:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5633,2191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-03 18:09:32','2023-10-03 18:09:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5634,2190,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 22:25:52','2023-10-03 22:25:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5635,2191,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 22:26:50','2023-10-03 22:26:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5636,2192,'lcaadmin','laradasciences@gmail.com','','','2023-10-03 22:27:35','2023-10-03 22:27:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5637,2193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-04 13:52:15','2023-10-04 13:52:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5638,2193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-04 13:52:15','2023-10-04 13:52:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5639,2193,'lcaadmin','laradasciences@gmail.com','','','2023-10-04 17:34:55','2023-10-04 17:34:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5640,2194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-04 21:22:01','2023-10-04 21:22:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5641,2194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-04 21:22:01','2023-10-04 21:22:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5642,2195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 00:03:26','2023-10-05 00:03:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5643,2195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 00:03:26','2023-10-05 00:03:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5644,2196,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 00:32:35','2023-10-05 00:32:35','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5645,2197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 14:17:42','2023-10-05 14:17:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5646,2197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 14:17:42','2023-10-05 14:17:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5647,2198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 16:42:11','2023-10-05 16:42:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5648,2198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 16:42:11','2023-10-05 16:42:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5649,2199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 16:46:37','2023-10-05 16:46:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5650,2199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-05 16:46:37','2023-10-05 16:46:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5651,2196,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:23:41','2023-10-06 15:23:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5652,2195,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:44:30','2023-10-06 15:44:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5653,2194,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:45:50','2023-10-06 15:45:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5654,2197,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:47:48','2023-10-06 15:47:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5655,2199,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:49:08','2023-10-06 15:49:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5656,2198,'lcaadmin','laradasciences@gmail.com','','','2023-10-06 15:50:19','2023-10-06 15:50:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5657,2196,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-06 17:11:50','2023-10-06 17:11:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5658,2196,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-06 17:11:50','2023-10-06 17:11:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5659,2200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-06 18:53:09','2023-10-06 18:53:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5660,2200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-06 18:53:09','2023-10-06 18:53:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5661,2201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-08 14:30:21','2023-10-08 14:30:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5662,2201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-08 14:30:21','2023-10-08 14:30:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5663,2196,'lcaadmin','laradasciences@gmail.com','','','2023-10-09 13:20:01','2023-10-09 13:20:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5664,2203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-09 15:06:59','2023-10-09 15:06:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5665,2203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-09 15:06:59','2023-10-09 15:06:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5666,2204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-09 19:18:11','2023-10-09 19:18:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5667,2204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-09 19:18:11','2023-10-09 19:18:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5668,2205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 03:05:42','2023-10-10 03:05:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5669,2205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 03:05:42','2023-10-10 03:05:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5670,2200,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 13:04:41','2023-10-10 13:04:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5671,2201,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 13:07:53','2023-10-10 13:07:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5672,2203,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 13:11:08','2023-10-10 13:11:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5673,2206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 13:11:12','2023-10-10 13:11:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5674,2206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 13:11:12','2023-10-10 13:11:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5675,2207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 13:59:54','2023-10-10 13:59:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5676,2207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 13:59:54','2023-10-10 13:59:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5677,2208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 14:03:17','2023-10-10 14:03:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5678,2208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 14:03:17','2023-10-10 14:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5679,2209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 14:51:47','2023-10-10 14:51:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5680,2209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 14:51:47','2023-10-10 14:51:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5681,2210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 17:38:21','2023-10-10 17:38:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5682,2210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-10 17:38:21','2023-10-10 17:38:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5683,2207,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 18:39:51','2023-10-10 18:39:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5684,2206,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 18:40:16','2023-10-10 18:40:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5685,2209,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 18:40:54','2023-10-10 18:40:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5686,2205,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 18:41:48','2023-10-10 18:41:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5687,2208,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 18:42:24','2023-10-10 18:42:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5688,2204,'lcaadmin','laradasciences@gmail.com','','','2023-10-10 19:28:59','2023-10-10 19:28:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5689,2211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-11 15:32:22','2023-10-11 15:32:22','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5690,2210,'lcaadmin','laradasciences@gmail.com','','','2023-10-11 16:01:11','2023-10-11 16:01:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5691,2211,'lcaadmin','laradasciences@gmail.com','','','2023-10-11 18:01:00','2023-10-11 18:01:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5692,2212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 01:36:08','2023-10-12 01:36:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5693,2212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 01:36:08','2023-10-12 01:36:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5694,2213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 14:52:41','2023-10-12 14:52:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5695,2213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 14:52:41','2023-10-12 14:52:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5696,2212,'lcaadmin','laradasciences@gmail.com','','','2023-10-12 16:37:23','2023-10-12 16:37:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5697,2213,'lcaadmin','laradasciences@gmail.com','','','2023-10-12 18:15:56','2023-10-12 18:15:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5698,2211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 21:53:03','2023-10-12 21:53:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5699,2211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-12 21:53:03','2023-10-12 21:53:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5700,2214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 10:24:22','2023-10-13 10:24:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5701,2214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 10:24:22','2023-10-13 10:24:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5702,2214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 15:12:03','2023-10-13 15:12:03','Refunded 382.56 - Refund ID: 9WX56042HK7864313',0,'1','WooCommerce','order_note',0,0),(5703,2214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 15:12:03','2023-10-13 15:12:03','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(5704,2216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 15:29:52','2023-10-13 15:29:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5705,2216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 15:29:52','2023-10-13 15:29:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5706,2211,'lcaadmin','laradasciences@gmail.com','','','2023-10-13 18:02:43','2023-10-13 18:02:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5707,2216,'lcaadmin','laradasciences@gmail.com','','','2023-10-13 18:05:12','2023-10-13 18:05:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5708,2218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 21:11:10','2023-10-13 21:11:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5709,2218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 21:11:10','2023-10-13 21:11:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5710,2219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 21:21:15','2023-10-13 21:21:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5711,2219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-13 21:21:15','2023-10-13 21:21:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5712,2220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-14 20:25:00','2023-10-14 20:25:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5713,2220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-14 20:25:00','2023-10-14 20:25:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5714,2221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 15:14:47','2023-10-16 15:14:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5715,2221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 15:14:47','2023-10-16 15:14:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5716,2218,'lcaadmin','laradasciences@gmail.com','','','2023-10-16 16:51:17','2023-10-16 16:51:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5717,2220,'lcaadmin','laradasciences@gmail.com','','','2023-10-16 16:51:42','2023-10-16 16:51:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5718,2219,'lcaadmin','laradasciences@gmail.com','','','2023-10-16 16:52:50','2023-10-16 16:52:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5719,2223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:23:46','2023-10-16 20:23:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5720,2223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:23:46','2023-10-16 20:23:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5721,2224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:34:18','2023-10-16 20:34:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5722,2224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:34:18','2023-10-16 20:34:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5723,2226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:58:03','2023-10-16 20:58:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5724,2226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 20:58:03','2023-10-16 20:58:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5725,2227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 21:06:07','2023-10-16 21:06:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5726,2227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-16 21:06:07','2023-10-16 21:06:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5727,2228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 17:46:43','2023-10-17 17:46:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5728,2228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 17:46:43','2023-10-17 17:46:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5729,2217,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 18:10:25','2023-10-17 18:10:25','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5730,2229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 18:27:59','2023-10-17 18:27:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5731,2229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 18:27:59','2023-10-17 18:27:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5732,2227,'lcaadmin','laradasciences@gmail.com','','','2023-10-17 18:55:23','2023-10-17 18:55:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5733,2224,'lcaadmin','laradasciences@gmail.com','','','2023-10-17 18:56:18','2023-10-17 18:56:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5734,2223,'lcaadmin','laradasciences@gmail.com','','','2023-10-17 18:57:05','2023-10-17 18:57:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5735,2221,'lcaadmin','laradasciences@gmail.com','','','2023-10-17 18:58:48','2023-10-17 18:58:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5736,2230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 19:28:51','2023-10-17 19:28:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5737,2230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 19:28:51','2023-10-17 19:28:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5738,2231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 20:30:45','2023-10-17 20:30:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5739,2231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-17 20:30:45','2023-10-17 20:30:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5740,2232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-18 14:25:12','2023-10-18 14:25:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5741,2232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-18 14:25:12','2023-10-18 14:25:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5742,2231,'lcaadmin','laradasciences@gmail.com','','','2023-10-18 14:50:30','2023-10-18 14:50:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5743,2228,'lcaadmin','laradasciences@gmail.com','','','2023-10-18 14:51:08','2023-10-18 14:51:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5744,2229,'lcaadmin','laradasciences@gmail.com','','','2023-10-18 14:51:43','2023-10-18 14:51:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5745,2226,'lcaadmin','laradasciences@gmail.com','','','2023-10-18 14:53:22','2023-10-18 14:53:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5746,2232,'lcaadmin','laradasciences@gmail.com','','','2023-10-19 16:58:02','2023-10-19 16:58:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5747,2233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 18:54:25','2023-10-19 18:54:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5748,2233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 18:54:25','2023-10-19 18:54:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5749,2235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 19:08:06','2023-10-19 19:08:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5750,2235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 19:08:06','2023-10-19 19:08:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5751,2235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 20:07:28','2023-10-19 20:07:28','Refunded 15.70 - Refund ID: 8JB96207VV310835K',0,'1','WooCommerce','order_note',0,0),(5752,2235,'lcaadmin','laradasciences@gmail.com','','','2023-10-19 20:07:46','2023-10-19 20:07:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5753,2237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 22:12:22','2023-10-19 22:12:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5754,2237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-19 22:12:22','2023-10-19 22:12:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5755,2238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-20 18:41:03','2023-10-20 18:41:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5756,2238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-20 18:41:03','2023-10-20 18:41:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5757,2233,'lcaadmin','laradasciences@gmail.com','','','2023-10-20 19:09:38','2023-10-20 19:09:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5758,2237,'lcaadmin','laradasciences@gmail.com','','','2023-10-20 19:10:42','2023-10-20 19:10:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5759,2239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-20 23:38:41','2023-10-20 23:38:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5760,2239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-20 23:38:41','2023-10-20 23:38:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5761,2239,'lcaadmin','laradasciences@gmail.com','','','2023-10-23 20:59:46','2023-10-23 20:59:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5762,2240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 03:28:38','2023-10-25 03:28:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5763,2240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 03:28:38','2023-10-25 03:28:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5764,2241,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 15:31:39','2023-10-25 15:31:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5765,2241,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 15:31:39','2023-10-25 15:31:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5766,2241,'lcaadmin','laradasciences@gmail.com','','','2023-10-25 21:49:00','2023-10-25 21:49:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5767,2240,'lcaadmin','laradasciences@gmail.com','','','2023-10-25 21:50:28','2023-10-25 21:50:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5768,2242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 22:41:08','2023-10-25 22:41:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5769,2242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-25 22:41:08','2023-10-25 22:41:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5770,2243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-26 18:32:45','2023-10-26 18:32:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5771,2243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-26 18:32:45','2023-10-26 18:32:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5772,2230,'lcaadmin','laradasciences@gmail.com','','','2023-10-26 18:54:12','2023-10-26 18:54:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5773,2238,'lcaadmin','laradasciences@gmail.com','','','2023-10-26 18:54:48','2023-10-26 18:54:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5774,2242,'lcaadmin','laradasciences@gmail.com','','','2023-10-26 19:05:06','2023-10-26 19:05:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5775,2244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-27 04:32:06','2023-10-27 04:32:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5776,2244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-27 04:32:06','2023-10-27 04:32:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5777,2243,'lcaadmin','laradasciences@gmail.com','','','2023-10-27 13:04:00','2023-10-27 13:04:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5778,2244,'lcaadmin','laradasciences@gmail.com','','','2023-10-27 17:32:13','2023-10-27 17:32:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5779,2245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-30 13:02:20','2023-10-30 13:02:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5780,2245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-30 13:02:20','2023-10-30 13:02:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5781,2245,'lcaadmin','laradasciences@gmail.com','','','2023-10-30 20:05:37','2023-10-30 20:05:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5782,2246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 14:00:34','2023-10-31 14:00:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5783,2246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 14:00:34','2023-10-31 14:00:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5784,2247,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 17:27:07','2023-10-31 17:27:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5785,2247,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 17:27:07','2023-10-31 17:27:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5786,2248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 20:54:46','2023-10-31 20:54:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5787,2248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-10-31 20:54:46','2023-10-31 20:54:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5788,2246,'lcaadmin','laradasciences@gmail.com','','','2023-11-01 13:32:30','2023-11-01 13:32:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5789,2247,'lcaadmin','laradasciences@gmail.com','','','2023-11-01 13:33:13','2023-11-01 13:33:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5790,2249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-01 16:24:29','2023-11-01 16:24:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5791,2249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-01 16:24:29','2023-11-01 16:24:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5792,2250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-01 17:48:46','2023-11-01 17:48:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5793,2250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-01 17:48:46','2023-11-01 17:48:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5794,2251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-01 22:19:57','2023-11-01 22:19:57','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5795,2249,'lcaadmin','laradasciences@gmail.com','','','2023-11-02 12:55:52','2023-11-02 12:55:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5796,2248,'lcaadmin','laradasciences@gmail.com','','','2023-11-02 12:56:32','2023-11-02 12:56:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5797,2252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 15:36:22','2023-11-02 15:36:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5798,2252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 15:36:22','2023-11-02 15:36:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5799,2253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 18:02:11','2023-11-02 18:02:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5800,2254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 18:03:11','2023-11-02 18:03:11','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5801,2255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 19:08:37','2023-11-02 19:08:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5802,2255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 19:08:37','2023-11-02 19:08:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5803,2254,'lcaadmin','laradasciences@gmail.com','','','2023-11-02 20:55:04','2023-11-02 20:55:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5804,2253,'lcaadmin','laradasciences@gmail.com','','','2023-11-02 20:55:08','2023-11-02 20:55:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5805,2252,'lcaadmin','laradasciences@gmail.com','','','2023-11-02 20:56:10','2023-11-02 20:56:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5806,2254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 21:05:06','2023-11-02 21:05:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5807,2254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 21:05:06','2023-11-02 21:05:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5808,2253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 21:05:58','2023-11-02 21:05:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5809,2253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 21:05:58','2023-11-02 21:05:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5810,2256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-02 21:12:54','2023-11-02 21:12:54','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5811,2257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-03 17:12:26','2023-11-03 17:12:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5812,2257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-03 17:12:27','2023-11-03 17:12:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5813,2255,'lcaadmin','laradasciences@gmail.com','','','2023-11-03 17:13:47','2023-11-03 17:13:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5814,2254,'lcaadmin','laradasciences@gmail.com','','','2023-11-03 17:32:01','2023-11-03 17:32:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5815,2253,'lcaadmin','laradasciences@gmail.com','','','2023-11-03 17:34:08','2023-11-03 17:34:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5816,2257,'lcaadmin','laradasciences@gmail.com','','','2023-11-03 21:05:59','2023-11-03 21:05:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5817,2258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-03 21:07:42','2023-11-03 21:07:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5818,2258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-03 21:07:42','2023-11-03 21:07:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5819,2259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-04 21:17:47','2023-11-04 21:17:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5820,2259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-04 21:17:47','2023-11-04 21:17:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5821,2260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-05 18:34:10','2023-11-05 18:34:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5822,2260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-05 18:34:10','2023-11-05 18:34:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5823,2261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-05 18:49:01','2023-11-05 18:49:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5824,2261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-05 18:49:01','2023-11-05 18:49:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5825,2222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-06 19:29:56','2023-11-06 19:29:56','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5826,2250,'lcaadmin','laradasciences@gmail.com','','','2023-11-07 01:09:24','2023-11-07 01:09:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5827,2259,'lcaadmin','laradasciences@gmail.com','','','2023-11-07 01:11:53','2023-11-07 01:11:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5828,2258,'lcaadmin','laradasciences@gmail.com','','','2023-11-07 01:14:22','2023-11-07 01:14:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5829,2261,'lcaadmin','laradasciences@gmail.com','','','2023-11-07 01:15:55','2023-11-07 01:15:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5830,2262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-07 04:00:30','2023-11-07 04:00:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5831,2262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-07 04:00:30','2023-11-07 04:00:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5832,2262,'lcaadmin','laradasciences@gmail.com','','','2023-11-08 16:51:51','2023-11-08 16:51:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5833,2263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-08 17:14:38','2023-11-08 17:14:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5834,2263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-08 17:14:38','2023-11-08 17:14:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5835,2264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-08 21:03:00','2023-11-08 21:03:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5836,2264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-08 21:03:00','2023-11-08 21:03:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5837,2265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 16:23:36','2023-11-09 16:23:36','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5838,2266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 16:25:51','2023-11-09 16:25:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5839,2266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 16:25:51','2023-11-09 16:25:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5840,2263,'lcaadmin','laradasciences@gmail.com','','','2023-11-09 18:27:06','2023-11-09 18:27:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5841,2260,'lcaadmin','laradasciences@gmail.com','','','2023-11-09 18:27:56','2023-11-09 18:27:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5842,2268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 21:44:46','2023-11-09 21:44:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5843,2268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 21:44:46','2023-11-09 21:44:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5844,2269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 21:48:54','2023-11-09 21:48:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5845,2269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 21:48:54','2023-11-09 21:48:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5846,2270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:12:39','2023-11-09 22:12:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5847,2270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:12:39','2023-11-09 22:12:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5848,2271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:32:15','2023-11-09 22:32:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5849,2271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:32:15','2023-11-09 22:32:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5850,2266,'lcaadmin','laradasciences@gmail.com','','','2023-11-09 22:51:42','2023-11-09 22:51:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5851,2272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:54:19','2023-11-09 22:54:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5852,2272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-09 22:54:19','2023-11-09 22:54:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5853,2264,'lcaadmin','laradasciences@gmail.com','','','2023-11-09 23:00:04','2023-11-09 23:00:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5854,2273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 16:00:39','2023-11-10 16:00:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5855,2273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 16:00:39','2023-11-10 16:00:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5856,2274,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 17:29:00','2023-11-10 17:29:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5857,2274,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 17:29:00','2023-11-10 17:29:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5858,2275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 19:39:46','2023-11-10 19:39:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5859,2275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 19:39:46','2023-11-10 19:39:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5860,1702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 20:08:38','2023-11-10 20:08:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5861,1702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-10 20:08:38','2023-11-10 20:08:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5862,2268,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:07:04','2023-11-11 00:07:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5863,2269,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:08:05','2023-11-11 00:08:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5864,2273,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:09:00','2023-11-11 00:09:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5865,2270,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:09:41','2023-11-11 00:09:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5866,2271,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:10:41','2023-11-11 00:10:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5867,2275,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:12:41','2023-11-11 00:12:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5868,2272,'lcaadmin','laradasciences@gmail.com','','','2023-11-11 00:13:20','2023-11-11 00:13:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5869,2276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-11 05:15:15','2023-11-11 05:15:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5870,2276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-11 05:15:15','2023-11-11 05:15:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5871,2277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 12:57:28','2023-11-13 12:57:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5872,2277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 12:57:28','2023-11-13 12:57:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5873,2278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 14:36:22','2023-11-13 14:36:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5874,2278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 14:36:22','2023-11-13 14:36:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5875,2279,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 16:51:22','2023-11-13 16:51:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5876,2279,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 16:51:22','2023-11-13 16:51:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5878,2276,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 17:25:21','2023-11-13 17:25:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5879,2256,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 21:03:00','2023-11-13 21:03:00','Order status changed from Waiting for approval to Approved.',0,'1','WooCommerce','order_note',0,0),(5880,2279,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 21:04:52','2023-11-13 21:04:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5881,2278,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 21:09:38','2023-11-13 21:09:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5882,2277,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 21:12:04','2023-11-13 21:12:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5883,2256,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 21:31:36','2023-11-13 21:31:36','Order status changed from Approved to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5884,2256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 21:59:23','2023-11-13 21:59:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5885,2256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-13 21:59:23','2023-11-13 21:59:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5886,2251,'lcaadmin','laradasciences@gmail.com','','','2023-11-13 22:42:26','2023-11-13 22:42:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5887,2284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 01:36:39','2023-11-14 01:36:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5888,2284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 01:36:39','2023-11-14 01:36:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5889,2251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 16:26:56','2023-11-14 16:26:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5890,2251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 16:26:56','2023-11-14 16:26:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5891,2285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 20:39:00','2023-11-14 20:39:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5892,2285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 20:39:00','2023-11-14 20:39:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5893,2286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 21:29:36','2023-11-14 21:29:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5894,2286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-14 21:29:36','2023-11-14 21:29:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5895,2287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 16:31:41','2023-11-15 16:31:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5896,2287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 16:31:41','2023-11-15 16:31:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5897,2288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 16:52:35','2023-11-15 16:52:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5898,2288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 16:52:35','2023-11-15 16:52:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5899,2289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 17:21:43','2023-11-15 17:21:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5900,2289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 17:21:43','2023-11-15 17:21:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5901,2286,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 17:36:44','2023-11-15 17:36:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5902,2285,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 17:39:58','2023-11-15 17:39:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5903,2251,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 17:40:40','2023-11-15 17:40:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5904,1702,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 17:41:24','2023-11-15 17:41:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5905,2290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 17:44:05','2023-11-15 17:44:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5906,2290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 17:44:05','2023-11-15 17:44:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5907,2287,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:16:09','2023-11-15 19:16:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5908,2274,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:19:11','2023-11-15 19:19:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5909,2284,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:20:11','2023-11-15 19:20:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5910,2289,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:39:08','2023-11-15 19:39:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5911,2290,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:40:04','2023-11-15 19:40:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5912,2288,'lcaadmin','laradasciences@gmail.com','','','2023-11-15 19:40:50','2023-11-15 19:40:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5913,2291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-15 20:54:34','2023-11-15 20:54:34','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5914,2292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 13:09:30','2023-11-16 13:09:30','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5915,2291,'lcaadmin','laradasciences@gmail.com','','','2023-11-16 13:58:15','2023-11-16 13:58:15','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5916,2292,'lcaadmin','laradasciences@gmail.com','','','2023-11-16 13:58:21','2023-11-16 13:58:21','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5917,2293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 16:38:08','2023-11-16 16:38:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5918,2293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 16:38:08','2023-11-16 16:38:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5919,2292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 20:10:00','2023-11-16 20:10:00','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(5920,2294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 23:25:09','2023-11-16 23:25:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5921,2294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-16 23:25:09','2023-11-16 23:25:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5922,2295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 01:17:15','2023-11-17 01:17:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5923,2295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 01:17:15','2023-11-17 01:17:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5924,2293,'lcaadmin','laradasciences@gmail.com','','','2023-11-17 14:05:19','2023-11-17 14:05:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5925,2296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 15:44:06','2023-11-17 15:44:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5926,2296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 15:44:06','2023-11-17 15:44:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5927,2292,'lcaadmin','laradasciences@gmail.com','','','2023-11-17 18:45:59','2023-11-17 18:45:59','Order status changed from Cancelled to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5928,2292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 18:54:10','2023-11-17 18:54:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5929,2292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 18:54:10','2023-11-17 18:54:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5930,2294,'lcaadmin','laradasciences@gmail.com','','','2023-11-17 20:46:29','2023-11-17 20:46:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5931,2295,'lcaadmin','laradasciences@gmail.com','','','2023-11-17 20:47:16','2023-11-17 20:47:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5932,2296,'lcaadmin','laradasciences@gmail.com','','','2023-11-17 20:48:18','2023-11-17 20:48:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5933,2297,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 21:58:52','2023-11-17 21:58:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5934,2297,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-17 21:58:52','2023-11-17 21:58:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5935,2299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 15:26:44','2023-11-20 15:26:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5936,2299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 15:26:44','2023-11-20 15:26:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5937,2300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 15:50:15','2023-11-20 15:50:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5938,2300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 15:50:15','2023-11-20 15:50:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5939,2291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 17:59:27','2023-11-20 17:59:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5940,2291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-20 17:59:27','2023-11-20 17:59:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5941,2292,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:18:21','2023-11-21 00:18:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5942,2297,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:19:08','2023-11-21 00:19:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5943,2300,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:20:04','2023-11-21 00:20:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5944,2299,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:21:15','2023-11-21 00:21:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5945,2291,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:22:31','2023-11-21 00:22:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5946,2256,'lcaadmin','laradasciences@gmail.com','','','2023-11-21 00:22:45','2023-11-21 00:22:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5947,2301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-21 16:28:03','2023-11-21 16:28:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5948,2301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-21 16:28:03','2023-11-21 16:28:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5949,2302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 00:39:40','2023-11-22 00:39:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5950,2302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 00:39:40','2023-11-22 00:39:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5951,2301,'lcaadmin','laradasciences@gmail.com','','','2023-11-22 15:54:18','2023-11-22 15:54:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5952,2298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 18:06:26','2023-11-22 18:06:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5953,2298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 18:06:27','2023-11-22 18:06:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5954,2303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 18:15:25','2023-11-22 18:15:25','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(5955,2304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 19:54:38','2023-11-22 19:54:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5956,2304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 19:54:38','2023-11-22 19:54:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5957,2303,'lcaadmin','laradasciences@gmail.com','','','2023-11-22 20:41:00','2023-11-22 20:41:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(5958,2303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 21:44:04','2023-11-22 21:44:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5959,2303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-22 21:44:04','2023-11-22 21:44:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5960,2302,'lcaadmin','laradasciences@gmail.com','','','2023-11-22 22:07:57','2023-11-22 22:07:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5961,2298,'lcaadmin','laradasciences@gmail.com','','','2023-11-22 22:10:27','2023-11-22 22:10:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5962,2304,'lcaadmin','laradasciences@gmail.com','','','2023-11-22 22:11:40','2023-11-22 22:11:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5963,2305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-25 02:59:43','2023-11-25 02:59:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5964,2305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-25 02:59:43','2023-11-25 02:59:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5965,2306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-26 12:30:53','2023-11-26 12:30:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5966,2306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-26 12:30:53','2023-11-26 12:30:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5967,2307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-26 20:12:43','2023-11-26 20:12:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5968,2307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-26 20:12:43','2023-11-26 20:12:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5969,2306,'lcaadmin','laradasciences@gmail.com','','','2023-11-27 19:14:56','2023-11-27 19:14:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5970,2305,'lcaadmin','laradasciences@gmail.com','','','2023-11-27 19:16:07','2023-11-27 19:16:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5971,2303,'lcaadmin','laradasciences@gmail.com','','','2023-11-27 19:16:57','2023-11-27 19:16:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5972,2308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 04:05:52','2023-11-28 04:05:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5973,2308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 04:05:52','2023-11-28 04:05:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5974,2307,'lcaadmin','laradasciences@gmail.com','','','2023-11-28 17:18:10','2023-11-28 17:18:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5975,2309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 18:16:47','2023-11-28 18:16:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5976,2309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 18:16:47','2023-11-28 18:16:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5977,2310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 18:22:37','2023-11-28 18:22:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5978,2310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-28 18:22:37','2023-11-28 18:22:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5979,2311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-29 03:32:02','2023-11-29 03:32:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5980,2311,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-29 03:32:02','2023-11-29 03:32:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5981,2318,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-29 17:59:43','2023-11-29 17:59:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5982,2318,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-11-29 17:59:43','2023-11-29 17:59:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5983,2318,'lcaadmin','laradasciences@gmail.com','','','2023-11-30 16:49:23','2023-11-30 16:49:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5984,2311,'lcaadmin','laradasciences@gmail.com','','','2023-11-30 16:49:57','2023-11-30 16:49:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5985,2310,'lcaadmin','laradasciences@gmail.com','','','2023-11-30 16:55:32','2023-11-30 16:55:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5986,2309,'lcaadmin','laradasciences@gmail.com','','','2023-11-30 16:56:34','2023-11-30 16:56:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5987,2308,'lcaadmin','laradasciences@gmail.com','','','2023-11-30 19:09:52','2023-11-30 19:09:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5988,2319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 00:10:48','2023-12-01 00:10:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5989,2319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 00:10:48','2023-12-01 00:10:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5990,2320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 15:00:05','2023-12-01 15:00:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5991,2320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 15:00:05','2023-12-01 15:00:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5992,2321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 15:56:04','2023-12-01 15:56:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5993,2321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-01 15:56:04','2023-12-01 15:56:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5994,2319,'lcaadmin','laradasciences@gmail.com','','','2023-12-01 17:39:41','2023-12-01 17:39:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5995,2330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-02 00:00:36','2023-12-02 00:00:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(5996,2330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-02 00:00:36','2023-12-02 00:00:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(5997,2320,'lcaadmin','laradasciences@gmail.com','','','2023-12-02 00:11:20','2023-12-02 00:11:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5998,2321,'lcaadmin','laradasciences@gmail.com','','','2023-12-02 00:11:54','2023-12-02 00:11:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(5999,2331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-02 01:41:27','2023-12-02 01:41:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6000,2331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-02 01:41:27','2023-12-02 01:41:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6001,2332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-04 02:59:21','2023-12-04 02:59:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6002,2332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-04 02:59:21','2023-12-04 02:59:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6003,2333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-04 23:08:58','2023-12-04 23:08:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6004,2333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-04 23:08:58','2023-12-04 23:08:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6005,2332,'lcaadmin','laradasciences@gmail.com','','','2023-12-05 00:58:58','2023-12-05 00:58:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6006,2331,'lcaadmin','laradasciences@gmail.com','','','2023-12-05 01:01:36','2023-12-05 01:01:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6007,2330,'lcaadmin','laradasciences@gmail.com','','','2023-12-05 01:02:41','2023-12-05 01:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6008,2334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-05 16:57:56','2023-12-05 16:57:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6009,2334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-05 16:57:56','2023-12-05 16:57:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6010,2335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-06 01:32:21','2023-12-06 01:32:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6011,2335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-06 01:32:21','2023-12-06 01:32:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6012,2333,'lcaadmin','laradasciences@gmail.com','','','2023-12-06 16:04:21','2023-12-06 16:04:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6013,2334,'lcaadmin','laradasciences@gmail.com','','','2023-12-06 16:05:25','2023-12-06 16:05:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6014,2335,'lcaadmin','laradasciences@gmail.com','','','2023-12-06 19:40:51','2023-12-06 19:40:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6015,2336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-07 15:14:26','2023-12-07 15:14:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6016,2336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-07 15:14:26','2023-12-07 15:14:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6017,2337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-07 15:45:28','2023-12-07 15:45:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6018,2337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-07 15:45:28','2023-12-07 15:45:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6019,2338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 15:15:45','2023-12-08 15:15:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6020,2338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 15:15:46','2023-12-08 15:15:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6021,2339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 17:09:58','2023-12-08 17:09:58','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6022,2340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 17:12:12','2023-12-08 17:12:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6023,2340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 17:12:12','2023-12-08 17:12:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6024,2341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 17:46:23','2023-12-08 17:46:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6025,2341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-08 17:46:23','2023-12-08 17:46:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6026,2337,'lcaadmin','laradasciences@gmail.com','','','2023-12-08 19:31:05','2023-12-08 19:31:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6027,2336,'lcaadmin','laradasciences@gmail.com','','','2023-12-08 19:50:31','2023-12-08 19:50:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6028,2342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-11 13:52:03','2023-12-11 13:52:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6029,2342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-11 13:52:03','2023-12-11 13:52:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6030,2319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-11 16:31:34','2023-12-11 16:31:34','Payment reversed via IPN. Order status changed from Completed to On hold.',0,'1','WooCommerce','order_note',0,0),(6031,2342,'lcaadmin','laradasciences@gmail.com','','','2023-12-11 22:35:52','2023-12-11 22:35:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6032,2341,'lcaadmin','laradasciences@gmail.com','','','2023-12-11 22:44:25','2023-12-11 22:44:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6033,2340,'lcaadmin','laradasciences@gmail.com','','','2023-12-11 22:44:59','2023-12-11 22:44:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6034,2343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 20:32:26','2023-12-12 20:32:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6035,2343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 20:32:26','2023-12-12 20:32:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6036,2344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 21:27:53','2023-12-12 21:27:53','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6037,2345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 21:52:35','2023-12-12 21:52:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6038,2345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 21:52:35','2023-12-12 21:52:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6039,2346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 22:51:57','2023-12-12 22:51:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6040,2346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-12 22:51:57','2023-12-12 22:51:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6041,2344,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 01:55:39','2023-12-13 01:55:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6042,2344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 16:37:33','2023-12-13 16:37:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6043,2344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 16:37:33','2023-12-13 16:37:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6044,2347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 18:11:53','2023-12-13 18:11:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6045,2347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 18:11:53','2023-12-13 18:11:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6046,2346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:08:56','2023-12-13 19:08:56','Refunded 510.96 - Refund ID: 80L36535AG5555344',0,'1','WooCommerce','order_note',0,0),(6047,2346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:08:56','2023-12-13 19:08:56','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(6048,2347,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 19:11:35','2023-12-13 19:11:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6049,2345,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 19:12:29','2023-12-13 19:12:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6050,2343,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 19:14:31','2023-12-13 19:14:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6051,2338,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 19:14:36','2023-12-13 19:14:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6052,2349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:24:27','2023-12-13 19:24:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6053,2349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:24:27','2023-12-13 19:24:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6054,2350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:29:56','2023-12-13 19:29:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6055,2350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:29:56','2023-12-13 19:29:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6056,2351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:34:01','2023-12-13 19:34:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6057,2351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:34:01','2023-12-13 19:34:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6058,2352,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:56:17','2023-12-13 19:56:17','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6059,2353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 19:57:14','2023-12-13 19:57:14','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6060,2354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 20:47:58','2023-12-13 20:47:58','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6061,2354,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 20:57:29','2023-12-13 20:57:29','Order status changed from Waiting for approval to Approved.',0,'1','WooCommerce','order_note',0,0),(6062,2344,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 20:59:23','2023-12-13 20:59:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6063,2352,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 22:01:28','2023-12-13 22:01:28','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6064,2353,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 22:01:34','2023-12-13 22:01:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6065,2350,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 22:02:40','2023-12-13 22:02:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6066,2351,'lcaadmin','laradasciences@gmail.com','','','2023-12-13 22:04:59','2023-12-13 22:04:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6067,2353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:05:13','2023-12-13 22:05:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6068,2353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:05:13','2023-12-13 22:05:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6069,2352,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:06:32','2023-12-13 22:06:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6070,2352,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:06:32','2023-12-13 22:06:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6071,2355,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:58:54','2023-12-13 22:58:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6072,2355,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-13 22:58:54','2023-12-13 22:58:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6073,2356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-14 15:37:03','2023-12-14 15:37:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6074,2356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-14 15:37:03','2023-12-14 15:37:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6075,2353,'lcaadmin','laradasciences@gmail.com','','','2023-12-14 19:05:08','2023-12-14 19:05:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6076,2355,'lcaadmin','laradasciences@gmail.com','','','2023-12-14 19:06:36','2023-12-14 19:06:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6077,2352,'lcaadmin','laradasciences@gmail.com','','','2023-12-14 23:14:07','2023-12-14 23:14:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6078,2356,'lcaadmin','laradasciences@gmail.com','','','2023-12-14 23:18:22','2023-12-14 23:18:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6079,2357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-14 23:23:59','2023-12-14 23:23:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6080,2357,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-14 23:23:59','2023-12-14 23:23:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6081,2358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 14:20:23','2023-12-15 14:20:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6082,2358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 14:20:23','2023-12-15 14:20:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6083,2359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 18:43:29','2023-12-15 18:43:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6084,2359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 18:43:29','2023-12-15 18:43:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6085,2360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 18:46:08','2023-12-15 18:46:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6086,2360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 18:46:08','2023-12-15 18:46:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6087,2361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 21:14:56','2023-12-15 21:14:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6088,2361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-15 21:14:56','2023-12-15 21:14:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6089,2354,'lcaadmin','laradasciences@gmail.com','','','2023-12-15 23:42:50','2023-12-15 23:42:50','Order status changed from Approved to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6090,2357,'lcaadmin','laradasciences@gmail.com','','','2023-12-15 23:46:16','2023-12-15 23:46:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6091,2360,'lcaadmin','laradasciences@gmail.com','','','2023-12-15 23:47:13','2023-12-15 23:47:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6092,2359,'lcaadmin','laradasciences@gmail.com','','','2023-12-15 23:47:45','2023-12-15 23:47:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6093,2362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-18 22:42:43','2023-12-18 22:42:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6094,2362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-18 22:42:43','2023-12-18 22:42:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6095,2361,'lcaadmin','laradasciences@gmail.com','','','2023-12-18 22:50:06','2023-12-18 22:50:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6096,2363,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-18 23:13:08','2023-12-18 23:13:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6097,2363,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-18 23:13:08','2023-12-18 23:13:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6098,2364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-19 14:39:44','2023-12-19 14:39:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6099,2364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-19 14:39:44','2023-12-19 14:39:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6100,2365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-19 19:41:48','2023-12-19 19:41:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6101,2365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-19 19:41:48','2023-12-19 19:41:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6102,2366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 13:43:23','2023-12-20 13:43:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6103,2366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 13:43:23','2023-12-20 13:43:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6104,2367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 15:08:09','2023-12-20 15:08:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6105,2367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 15:08:09','2023-12-20 15:08:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6106,2354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 19:08:31','2023-12-20 19:08:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6107,2354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-20 19:08:31','2023-12-20 19:08:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6108,2368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 17:18:44','2023-12-21 17:18:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6109,2368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 17:18:44','2023-12-21 17:18:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6110,2369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 17:27:55','2023-12-21 17:27:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6111,2369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 17:27:55','2023-12-21 17:27:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6112,2354,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:19:20','2023-12-21 19:19:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6113,2366,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:20:49','2023-12-21 19:20:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6114,2367,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:21:27','2023-12-21 19:21:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6115,2364,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:22:13','2023-12-21 19:22:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6116,2365,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:23:08','2023-12-21 19:23:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6117,2362,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:24:04','2023-12-21 19:24:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6118,2363,'lcaadmin','laradasciences@gmail.com','','','2023-12-21 19:25:00','2023-12-21 19:25:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6119,2370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 20:11:17','2023-12-21 20:11:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6120,2370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-21 20:11:17','2023-12-21 20:11:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6121,2371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-25 14:22:45','2023-12-25 14:22:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6122,2371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-25 14:22:45','2023-12-25 14:22:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6123,2372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-26 18:04:47','2023-12-26 18:04:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6124,2372,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-26 18:04:47','2023-12-26 18:04:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6125,2373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 14:38:36','2023-12-28 14:38:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6126,2373,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 14:38:36','2023-12-28 14:38:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6127,2372,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:06:48','2023-12-28 15:06:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6128,2371,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:08:02','2023-12-28 15:08:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6129,2370,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:09:48','2023-12-28 15:09:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6130,2349,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:10:30','2023-12-28 15:10:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6131,2358,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:10:54','2023-12-28 15:10:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6132,2368,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:11:49','2023-12-28 15:11:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6133,2369,'lcaadmin','laradasciences@gmail.com','','','2023-12-28 15:13:22','2023-12-28 15:13:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6134,2374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 23:19:51','2023-12-28 23:19:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6135,2374,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 23:19:51','2023-12-28 23:19:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6136,2375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 23:40:06','2023-12-28 23:40:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6137,2375,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-28 23:40:06','2023-12-28 23:40:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6138,2376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-29 02:52:28','2023-12-29 02:52:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6139,2376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-29 02:52:28','2023-12-29 02:52:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6140,2373,'lcaadmin','laradasciences@gmail.com','','','2023-12-29 03:12:41','2023-12-29 03:12:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6141,2377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-30 19:52:25','2023-12-30 19:52:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6142,2377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-30 19:52:25','2023-12-30 19:52:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6143,2378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-30 21:48:30','2023-12-30 21:48:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6144,2378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2023-12-30 21:48:30','2023-12-30 21:48:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6145,2379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-01 00:32:44','2024-01-01 00:32:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6146,2379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-01 00:32:44','2024-01-01 00:32:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6147,2380,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 03:21:19','2024-01-02 03:21:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6148,2380,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 03:21:19','2024-01-02 03:21:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6149,2381,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 15:38:34','2024-01-02 15:38:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6150,2381,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 15:38:34','2024-01-02 15:38:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6151,2382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 16:07:30','2024-01-02 16:07:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6152,2382,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 16:07:31','2024-01-02 16:07:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6153,2383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 16:57:04','2024-01-02 16:57:04','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6154,2383,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 18:23:04','2024-01-02 18:23:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6155,2375,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 18:41:30','2024-01-02 18:41:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6156,2374,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 18:43:07','2024-01-02 18:43:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6157,2376,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 19:10:51','2024-01-02 19:10:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6158,2378,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 19:11:39','2024-01-02 19:11:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6159,2377,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 19:13:21','2024-01-02 19:13:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6160,2384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 20:46:52','2024-01-02 20:46:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6161,2384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-02 20:46:52','2024-01-02 20:46:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6162,2380,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 21:01:42','2024-01-02 21:01:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6163,2379,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 21:02:54','2024-01-02 21:02:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6164,2381,'lcaadmin','laradasciences@gmail.com','','','2024-01-02 21:56:13','2024-01-02 21:56:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6165,2384,'lcaadmin','laradasciences@gmail.com','','','2024-01-03 18:03:16','2024-01-03 18:03:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6166,2382,'lcaadmin','laradasciences@gmail.com','','','2024-01-03 18:05:58','2024-01-03 18:05:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6167,2385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-03 20:41:01','2024-01-03 20:41:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6168,2385,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-03 20:41:01','2024-01-03 20:41:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6169,2386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 14:42:24','2024-01-04 14:42:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6170,2386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 14:42:24','2024-01-04 14:42:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6171,2387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 16:45:13','2024-01-04 16:45:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6172,2387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 16:45:13','2024-01-04 16:45:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6173,2388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 23:09:38','2024-01-04 23:09:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6174,2388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-04 23:09:38','2024-01-04 23:09:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6175,2389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-05 18:21:35','2024-01-05 18:21:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6176,2389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-05 18:21:35','2024-01-05 18:21:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6177,2388,'lcaadmin','laradasciences@gmail.com','','','2024-01-05 18:55:00','2024-01-05 18:55:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6178,2387,'lcaadmin','laradasciences@gmail.com','','','2024-01-05 18:57:55','2024-01-05 18:57:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6179,2386,'lcaadmin','laradasciences@gmail.com','','','2024-01-05 19:11:01','2024-01-05 19:11:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6180,2385,'lcaadmin','laradasciences@gmail.com','','','2024-01-05 19:13:40','2024-01-05 19:13:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6181,2389,'lcaadmin','laradasciences@gmail.com','','','2024-01-08 16:00:27','2024-01-08 16:00:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6182,2383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-08 19:26:24','2024-01-08 19:26:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6183,2383,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-08 19:26:24','2024-01-08 19:26:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6184,2390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 02:10:07','2024-01-09 02:10:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6185,2390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 02:10:07','2024-01-09 02:10:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6186,2391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 04:06:59','2024-01-09 04:06:59','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6187,2383,'lcaadmin','laradasciences@gmail.com','','','2024-01-09 20:08:29','2024-01-09 20:08:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6188,2392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 20:30:24','2024-01-09 20:30:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6189,2392,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 20:30:24','2024-01-09 20:30:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6190,2393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 21:08:54','2024-01-09 21:08:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6191,2393,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 21:08:54','2024-01-09 21:08:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6192,2394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-09 21:44:26','2024-01-09 21:44:26','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6193,2391,'lcaadmin','laradasciences@gmail.com','','','2024-01-10 18:20:27','2024-01-10 18:20:27','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6194,2394,'lcaadmin','laradasciences@gmail.com','','','2024-01-10 18:30:25','2024-01-10 18:30:25','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6195,2390,'lcaadmin','laradasciences@gmail.com','','','2024-01-10 18:43:26','2024-01-10 18:43:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6196,2394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 01:50:16','2024-01-11 01:50:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6197,2394,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 01:50:16','2024-01-11 01:50:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6198,2395,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:27:44','2024-01-11 16:27:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6199,2395,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:27:44','2024-01-11 16:27:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6200,2396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:32:10','2024-01-11 16:32:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6201,2396,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:32:10','2024-01-11 16:32:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6202,2397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:40:36','2024-01-11 16:40:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6203,2397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 16:40:36','2024-01-11 16:40:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6204,2395,'lcaadmin','laradasciences@gmail.com','','','2024-01-11 19:11:23','2024-01-11 19:11:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6205,2394,'lcaadmin','laradasciences@gmail.com','','','2024-01-11 19:13:26','2024-01-11 19:13:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6206,2397,'lcaadmin','laradasciences@gmail.com','','','2024-01-11 19:23:26','2024-01-11 19:23:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6207,2396,'lcaadmin','laradasciences@gmail.com','','','2024-01-11 19:25:04','2024-01-11 19:25:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6208,2415,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 21:35:11','2024-01-11 21:35:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6209,2415,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 21:35:11','2024-01-11 21:35:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6210,2416,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 21:50:47','2024-01-11 21:50:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6211,2416,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-11 21:50:47','2024-01-11 21:50:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6212,2417,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-12 16:01:12','2024-01-12 16:01:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6213,2417,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-12 16:01:12','2024-01-12 16:01:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6214,2418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-12 19:28:58','2024-01-12 19:28:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6215,2418,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-12 19:28:59','2024-01-12 19:28:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6216,2415,'lcaadmin','laradasciences@gmail.com','','','2024-01-12 23:48:06','2024-01-12 23:48:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6217,2417,'lcaadmin','laradasciences@gmail.com','','','2024-01-12 23:48:56','2024-01-12 23:48:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6218,2416,'lcaadmin','laradasciences@gmail.com','','','2024-01-12 23:49:42','2024-01-12 23:49:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6219,2419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 16:12:55','2024-01-13 16:12:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6220,2419,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 16:12:55','2024-01-13 16:12:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6221,2420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 20:05:22','2024-01-13 20:05:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6222,2420,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 20:05:22','2024-01-13 20:05:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6223,2421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 23:50:03','2024-01-13 23:50:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6224,2421,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 23:50:03','2024-01-13 23:50:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6225,2422,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 23:56:33','2024-01-13 23:56:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6226,2422,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-13 23:56:33','2024-01-13 23:56:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6227,2423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 01:09:46','2024-01-14 01:09:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6228,2423,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 01:09:46','2024-01-14 01:09:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6229,2424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 02:15:58','2024-01-14 02:15:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6230,2424,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 02:15:58','2024-01-14 02:15:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6231,2425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 20:01:21','2024-01-14 20:01:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6232,2425,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-14 20:01:21','2024-01-14 20:01:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6233,2426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 16:43:39','2024-01-15 16:43:39','waiting admin approval Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6234,2427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 17:54:52','2024-01-15 17:54:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6235,2427,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 17:54:52','2024-01-15 17:54:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6236,2428,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 18:49:34','2024-01-15 18:49:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6237,2428,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 18:49:34','2024-01-15 18:49:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6238,2429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 19:09:45','2024-01-15 19:09:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6239,2429,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-15 19:09:45','2024-01-15 19:09:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6240,2430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 20:38:08','2024-01-17 20:38:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6241,2430,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 20:38:08','2024-01-17 20:38:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6242,2431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 21:56:32','2024-01-17 21:56:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6243,2431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 21:56:32','2024-01-17 21:56:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6244,2426,'lcaadmin','laradasciences@gmail.com','','','2024-01-17 23:12:42','2024-01-17 23:12:42','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6245,2426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 23:16:14','2024-01-17 23:16:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6246,2426,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-17 23:16:14','2024-01-17 23:16:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6247,2432,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-18 20:29:30','2024-01-18 20:29:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6248,2432,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-18 20:29:30','2024-01-18 20:29:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6249,2433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 05:24:22','2024-01-19 05:24:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6250,2433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 05:24:22','2024-01-19 05:24:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6251,2434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 18:52:55','2024-01-19 18:52:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6252,2434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 18:52:55','2024-01-19 18:52:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6253,2435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:07:00','2024-01-19 19:07:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6254,2435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:07:00','2024-01-19 19:07:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6255,2436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:31:17','2024-01-19 19:31:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6256,2436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:31:17','2024-01-19 19:31:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6257,2437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:46:13','2024-01-19 19:46:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6258,2437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 19:46:13','2024-01-19 19:46:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6259,2438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 21:27:11','2024-01-19 21:27:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6260,2438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-19 21:27:11','2024-01-19 21:27:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6261,2439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-20 21:27:05','2024-01-20 21:27:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6262,2439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-20 21:27:05','2024-01-20 21:27:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6263,2440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-21 20:40:31','2024-01-21 20:40:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6264,2440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-21 20:40:31','2024-01-21 20:40:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6265,2441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-22 23:58:52','2024-01-22 23:58:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6266,2441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-22 23:58:52','2024-01-22 23:58:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6267,2427,'lcaadmin','laradasciences@gmail.com','','','2024-01-23 14:34:36','2024-01-23 14:34:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6268,2442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-23 21:45:39','2024-01-23 21:45:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6269,2442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-23 21:45:39','2024-01-23 21:45:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6270,2433,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 00:03:47','2024-01-24 00:03:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6271,2418,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 00:04:45','2024-01-24 00:04:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6272,2436,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 00:08:47','2024-01-24 00:08:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6273,2435,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 00:09:59','2024-01-24 00:09:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6274,2443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-24 05:06:52','2024-01-24 05:06:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6275,2443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-24 05:06:52','2024-01-24 05:06:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6276,2440,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 17:25:03','2024-01-24 17:25:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6277,2441,'lcaadmin','laradasciences@gmail.com','','','2024-01-24 17:26:16','2024-01-24 17:26:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6278,2445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-24 20:47:11','2024-01-24 20:47:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6279,2445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-24 20:47:11','2024-01-24 20:47:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6280,2446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-25 12:04:20','2024-01-25 12:04:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6281,2446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-25 12:04:20','2024-01-25 12:04:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6282,2392,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:13:14','2024-01-25 19:13:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6283,2393,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:13:47','2024-01-25 19:13:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6284,2419,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:15:21','2024-01-25 19:15:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6285,2420,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:16:56','2024-01-25 19:16:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6286,2421,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:18:02','2024-01-25 19:18:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6287,2422,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:18:51','2024-01-25 19:18:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6288,2423,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:20:16','2024-01-25 19:20:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6289,2424,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:21:07','2024-01-25 19:21:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6290,2425,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:22:41','2024-01-25 19:22:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6291,2426,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:24:04','2024-01-25 19:24:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6292,2428,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:24:55','2024-01-25 19:24:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6293,2429,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:26:21','2024-01-25 19:26:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6294,2430,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:28:00','2024-01-25 19:28:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6295,2431,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:29:58','2024-01-25 19:29:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6296,2432,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:31:16','2024-01-25 19:31:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6297,2434,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:32:28','2024-01-25 19:32:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6298,2437,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:33:31','2024-01-25 19:33:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6299,2438,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:34:25','2024-01-25 19:34:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6300,2439,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:35:05','2024-01-25 19:35:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6301,2442,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:40:03','2024-01-25 19:40:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6302,2443,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:42:04','2024-01-25 19:42:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6303,2446,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 19:43:51','2024-01-25 19:43:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6304,2445,'lcaadmin','laradasciences@gmail.com','','','2024-01-25 20:24:00','2024-01-25 20:24:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6305,2447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 00:20:41','2024-01-26 00:20:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6306,2447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 00:20:41','2024-01-26 00:20:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6307,2449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 21:18:36','2024-01-26 21:18:36','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6308,2450,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 21:19:37','2024-01-26 21:19:37','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6309,2451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 21:38:35','2024-01-26 21:38:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6310,2451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-26 21:38:35','2024-01-26 21:38:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6311,2452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-27 01:38:31','2024-01-27 01:38:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6312,2452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-27 01:38:31','2024-01-27 01:38:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6313,2453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-27 01:39:03','2024-01-27 01:39:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6314,2453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-27 01:39:03','2024-01-27 01:39:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6315,2454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-29 14:03:17','2024-01-29 14:03:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6316,2454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-29 14:03:17','2024-01-29 14:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6317,2447,'lcaadmin','laradasciences@gmail.com','','','2024-01-29 16:00:18','2024-01-29 16:00:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6318,2453,'lcaadmin','laradasciences@gmail.com','','','2024-01-30 03:53:07','2024-01-30 03:53:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6319,2451,'lcaadmin','laradasciences@gmail.com','','','2024-01-30 03:56:47','2024-01-30 03:56:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6320,2454,'lcaadmin','laradasciences@gmail.com','','','2024-01-30 04:05:23','2024-01-30 04:05:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6321,2455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-30 18:05:31','2024-01-30 18:05:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6322,2455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-30 18:05:31','2024-01-30 18:05:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6323,2456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-30 19:24:33','2024-01-30 19:24:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6324,2456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-30 19:24:33','2024-01-30 19:24:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6325,2457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 00:31:16','2024-01-31 00:31:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6326,2457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 00:31:16','2024-01-31 00:31:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6327,2458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 14:39:43','2024-01-31 14:39:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6328,2458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 14:39:43','2024-01-31 14:39:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6329,2444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:24:49','2024-01-31 18:24:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6330,2444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:24:49','2024-01-31 18:24:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6331,2459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:46:05','2024-01-31 18:46:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6332,2459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:46:05','2024-01-31 18:46:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6333,2460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:50:18','2024-01-31 18:50:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6334,2460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 18:50:19','2024-01-31 18:50:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6335,2461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 23:43:39','2024-01-31 23:43:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6336,2461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-01-31 23:43:39','2024-01-31 23:43:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6337,2455,'lcaadmin','laradasciences@gmail.com','','','2024-02-01 15:44:48','2024-02-01 15:44:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6338,2456,'lcaadmin','laradasciences@gmail.com','','','2024-02-01 15:46:13','2024-02-01 15:46:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6339,2457,'lcaadmin','laradasciences@gmail.com','','','2024-02-01 15:47:07','2024-02-01 15:47:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6340,2458,'lcaadmin','laradasciences@gmail.com','','','2024-02-01 15:50:47','2024-02-01 15:50:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6341,2462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-01 17:08:40','2024-02-01 17:08:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6342,2462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-01 17:08:40','2024-02-01 17:08:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6343,2464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-01 18:31:01','2024-02-01 18:31:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6344,2464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-01 18:31:01','2024-02-01 18:31:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6345,2465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 15:23:27','2024-02-02 15:23:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6346,2465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 15:23:27','2024-02-02 15:23:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6347,2466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 18:33:24','2024-02-02 18:33:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6348,2466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 18:33:24','2024-02-02 18:33:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6349,2467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 19:42:43','2024-02-02 19:42:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6350,2467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 19:42:43','2024-02-02 19:42:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6351,2468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:02:36','2024-02-02 20:02:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6352,2468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:02:36','2024-02-02 20:02:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6353,2468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:07:29','2024-02-02 20:07:29','Refunded 1014.58 - Refund ID: 1HP12013MJ330600P',0,'1','WooCommerce','order_note',0,0),(6354,2468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:07:29','2024-02-02 20:07:29','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(6355,2470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:18:51','2024-02-02 20:18:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6356,2470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 20:18:51','2024-02-02 20:18:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6357,2459,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:45:39','2024-02-02 20:45:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6358,2461,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:47:17','2024-02-02 20:47:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6359,2460,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:48:02','2024-02-02 20:48:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6360,2462,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:48:40','2024-02-02 20:48:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6361,2464,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:49:26','2024-02-02 20:49:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6362,2465,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:51:38','2024-02-02 20:51:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6363,2466,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 20:52:49','2024-02-02 20:52:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6364,2471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 21:31:29','2024-02-02 21:31:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6365,2471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-02 21:31:29','2024-02-02 21:31:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6366,2444,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 22:01:09','2024-02-02 22:01:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6367,2452,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 22:01:34','2024-02-02 22:01:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6368,2467,'lcaadmin','laradasciences@gmail.com','','','2024-02-02 22:03:28','2024-02-02 22:03:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6369,2472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-03 05:33:50','2024-02-03 05:33:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6370,2472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-03 05:33:50','2024-02-03 05:33:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6371,2473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-03 20:31:19','2024-02-03 20:31:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6372,2473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-03 20:31:19','2024-02-03 20:31:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6373,2474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-05 19:56:52','2024-02-05 19:56:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6374,2474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-05 19:56:52','2024-02-05 19:56:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6375,2470,'lcaadmin','laradasciences@gmail.com','','','2024-02-05 20:28:33','2024-02-05 20:28:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6376,2471,'lcaadmin','laradasciences@gmail.com','','','2024-02-05 20:34:53','2024-02-05 20:34:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6377,2472,'lcaadmin','laradasciences@gmail.com','','','2024-02-05 20:35:43','2024-02-05 20:35:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6378,2473,'lcaadmin','laradasciences@gmail.com','','','2024-02-06 00:37:35','2024-02-06 00:37:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6379,2475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-06 22:17:29','2024-02-06 22:17:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6380,2475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-06 22:17:29','2024-02-06 22:17:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6381,2474,'lcaadmin','laradasciences@gmail.com','','','2024-02-07 14:17:59','2024-02-07 14:17:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6382,2476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-07 19:58:59','2024-02-07 19:58:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6383,2476,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-07 19:58:59','2024-02-07 19:58:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6384,2475,'lcaadmin','laradasciences@gmail.com','','','2024-02-08 16:02:17','2024-02-08 16:02:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6385,2476,'lcaadmin','laradasciences@gmail.com','','','2024-02-09 21:34:52','2024-02-09 21:34:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6386,2478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-10 16:50:17','2024-02-10 16:50:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6387,2478,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-10 16:50:17','2024-02-10 16:50:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6388,2479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-11 20:50:17','2024-02-11 20:50:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6389,2479,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-11 20:50:17','2024-02-11 20:50:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6390,2480,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 15:45:50','2024-02-12 15:45:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6391,2480,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 15:45:50','2024-02-12 15:45:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6392,2481,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 19:26:36','2024-02-12 19:26:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6393,2481,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 19:26:36','2024-02-12 19:26:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6394,2479,'lcaadmin','laradasciences@gmail.com','','','2024-02-12 21:05:36','2024-02-12 21:05:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6395,2478,'lcaadmin','laradasciences@gmail.com','','','2024-02-12 21:06:25','2024-02-12 21:06:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6396,2482,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 22:02:53','2024-02-12 22:02:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6397,2482,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 22:02:54','2024-02-12 22:02:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6398,2483,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 22:46:22','2024-02-12 22:46:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6399,2483,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-12 22:46:22','2024-02-12 22:46:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6400,2483,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 17:02:52','2024-02-13 17:02:52','Refunded 43.27 - Refund ID: 198283500A1562149',0,'1','WooCommerce','order_note',0,0),(6401,2485,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 17:53:19','2024-02-13 17:53:19','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6402,2486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 17:54:33','2024-02-13 17:54:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6403,2486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 17:54:33','2024-02-13 17:54:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6404,2487,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 18:28:45','2024-02-13 18:28:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6405,2487,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-13 18:28:45','2024-02-13 18:28:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6406,2487,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 17:53:43','2024-02-14 17:53:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6407,2486,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 17:58:42','2024-02-14 17:58:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6408,2482,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 18:08:23','2024-02-14 18:08:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6409,2483,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 18:09:14','2024-02-14 18:09:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6410,2481,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 18:11:04','2024-02-14 18:11:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6411,2480,'lcaadmin','laradasciences@gmail.com','','','2024-02-14 18:12:05','2024-02-14 18:12:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6412,2488,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-14 19:14:23','2024-02-14 19:14:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6413,2488,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-14 19:14:23','2024-02-14 19:14:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6414,2489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 18:02:43','2024-02-15 18:02:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6415,2489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 18:02:43','2024-02-15 18:02:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6416,2490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 18:51:06','2024-02-15 18:51:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6417,2490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 18:51:06','2024-02-15 18:51:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6418,2488,'lcaadmin','laradasciences@gmail.com','','','2024-02-15 18:52:03','2024-02-15 18:52:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6419,2491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 19:48:10','2024-02-15 19:48:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6420,2491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-15 19:48:10','2024-02-15 19:48:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6421,2492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 14:59:54','2024-02-16 14:59:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6422,2492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 14:59:54','2024-02-16 14:59:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6423,2493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 15:15:43','2024-02-16 15:15:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6424,2493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 15:15:43','2024-02-16 15:15:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6425,2494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 15:44:23','2024-02-16 15:44:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6426,2494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 15:44:23','2024-02-16 15:44:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6427,2495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 17:26:48','2024-02-16 17:26:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6428,2495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 17:26:48','2024-02-16 17:26:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6429,2489,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 18:08:19','2024-02-16 18:08:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6430,2490,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 18:09:36','2024-02-16 18:09:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6431,2491,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 18:11:44','2024-02-16 18:11:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6432,2495,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 21:58:50','2024-02-16 21:58:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6433,2494,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 21:59:27','2024-02-16 21:59:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6434,2492,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 22:00:08','2024-02-16 22:00:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6435,2493,'lcaadmin','laradasciences@gmail.com','','','2024-02-16 22:00:43','2024-02-16 22:00:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6436,2496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 22:54:40','2024-02-16 22:54:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6437,2496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-16 22:54:40','2024-02-16 22:54:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6438,2497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 00:28:24','2024-02-17 00:28:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6439,2497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 00:28:24','2024-02-17 00:28:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6440,2498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 18:07:51','2024-02-17 18:07:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6441,2498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 18:07:51','2024-02-17 18:07:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6442,2499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 22:48:41','2024-02-17 22:48:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6443,2499,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 22:48:41','2024-02-17 22:48:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6444,2500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 23:37:04','2024-02-17 23:37:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6445,2500,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-17 23:37:04','2024-02-17 23:37:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6446,2498,'lcaadmin','laradasciences@gmail.com','','','2024-02-19 20:20:04','2024-02-19 20:20:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6447,2500,'lcaadmin','laradasciences@gmail.com','','','2024-02-19 20:21:01','2024-02-19 20:21:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6448,2496,'lcaadmin','laradasciences@gmail.com','','','2024-02-19 20:24:30','2024-02-19 20:24:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6449,2499,'lcaadmin','laradasciences@gmail.com','','','2024-02-19 20:25:13','2024-02-19 20:25:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6450,2497,'lcaadmin','laradasciences@gmail.com','','','2024-02-19 20:26:08','2024-02-19 20:26:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6451,2501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-21 17:43:53','2024-02-21 17:43:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6452,2501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-21 17:43:54','2024-02-21 17:43:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6453,2502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-21 23:33:10','2024-02-21 23:33:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6454,2502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-21 23:33:10','2024-02-21 23:33:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6455,2503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 15:42:44','2024-02-23 15:42:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6456,2503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 15:42:44','2024-02-23 15:42:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6457,2477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 18:30:41','2024-02-23 18:30:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6458,2477,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 18:30:41','2024-02-23 18:30:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6459,2504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 21:49:56','2024-02-23 21:49:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6460,2504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-23 21:49:56','2024-02-23 21:49:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6461,2477,'lcaadmin','laradasciences@gmail.com','','','2024-02-23 21:59:25','2024-02-23 21:59:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6462,2503,'lcaadmin','laradasciences@gmail.com','','','2024-02-23 22:00:51','2024-02-23 22:00:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6463,2501,'lcaadmin','laradasciences@gmail.com','','','2024-02-23 22:02:54','2024-02-23 22:02:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6464,2505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-24 15:08:31','2024-02-24 15:08:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6465,2505,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-24 15:08:31','2024-02-24 15:08:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6466,2506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 15:47:07','2024-02-26 15:47:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6467,2506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 15:47:07','2024-02-26 15:47:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6468,2507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 15:53:31','2024-02-26 15:53:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6469,2507,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 15:53:31','2024-02-26 15:53:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6470,2508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 19:01:36','2024-02-26 19:01:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6471,2508,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 19:01:36','2024-02-26 19:01:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6472,2509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 23:27:41','2024-02-26 23:27:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6473,2509,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-26 23:27:41','2024-02-26 23:27:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6474,2510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-27 02:04:13','2024-02-27 02:04:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6475,2510,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-27 02:04:13','2024-02-27 02:04:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6476,2504,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 02:11:29','2024-02-27 02:11:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6477,2505,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 02:12:43','2024-02-27 02:12:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6478,2512,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-27 18:53:12','2024-02-27 18:53:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6479,2512,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-27 18:53:12','2024-02-27 18:53:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6480,2508,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 20:11:02','2024-02-27 20:11:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6481,2507,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 20:12:30','2024-02-27 20:12:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6482,2502,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 20:14:06','2024-02-27 20:14:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6483,2506,'lcaadmin','laradasciences@gmail.com','','','2024-02-27 20:14:18','2024-02-27 20:14:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6484,2513,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-28 14:10:51','2024-02-28 14:10:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6485,2513,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-28 14:10:51','2024-02-28 14:10:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6486,2514,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-28 19:50:20','2024-02-28 19:50:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6487,2514,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-28 19:50:20','2024-02-28 19:50:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6488,2512,'lcaadmin','laradasciences@gmail.com','','','2024-02-28 21:04:26','2024-02-28 21:04:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6489,2510,'lcaadmin','laradasciences@gmail.com','','','2024-02-28 21:06:45','2024-02-28 21:06:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6490,2509,'lcaadmin','laradasciences@gmail.com','','','2024-02-28 21:08:27','2024-02-28 21:08:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6491,2511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 19:20:54','2024-02-29 19:20:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6492,2511,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 19:20:54','2024-02-29 19:20:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6493,2513,'lcaadmin','laradasciences@gmail.com','','','2024-02-29 20:36:47','2024-02-29 20:36:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6494,2515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 20:38:55','2024-02-29 20:38:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6495,2515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 20:38:55','2024-02-29 20:38:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6496,2516,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 20:41:37','2024-02-29 20:41:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6497,2516,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-02-29 20:41:37','2024-02-29 20:41:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6498,2514,'lcaadmin','laradasciences@gmail.com','','','2024-02-29 20:47:18','2024-02-29 20:47:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6499,2517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-01 13:37:28','2024-03-01 13:37:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6500,2517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-01 13:37:28','2024-03-01 13:37:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6501,2517,'lcaadmin','laradasciences@gmail.com','','','2024-03-01 23:45:39','2024-03-01 23:45:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6502,2515,'lcaadmin','laradasciences@gmail.com','','','2024-03-01 23:46:37','2024-03-01 23:46:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6503,2511,'lcaadmin','laradasciences@gmail.com','','','2024-03-01 23:47:04','2024-03-01 23:47:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6504,2516,'lcaadmin','laradasciences@gmail.com','','','2024-03-01 23:47:33','2024-03-01 23:47:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6505,2518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-03 15:11:49','2024-03-03 15:11:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6506,2518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-03 15:11:49','2024-03-03 15:11:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6507,2519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-04 19:01:40','2024-03-04 19:01:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6508,2519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-04 19:01:40','2024-03-04 19:01:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6509,2520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-04 22:28:49','2024-03-04 22:28:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6510,2520,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-04 22:28:49','2024-03-04 22:28:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6511,2519,'lcaadmin','laradasciences@gmail.com','','','2024-03-05 02:42:40','2024-03-05 02:42:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6512,2518,'lcaadmin','laradasciences@gmail.com','','','2024-03-05 02:43:46','2024-03-05 02:43:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6513,2522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 19:16:02','2024-03-05 19:16:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6514,2522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 19:16:02','2024-03-05 19:16:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6515,2522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 19:32:19','2024-03-05 19:32:19','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(6516,2524,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 20:12:38','2024-03-05 20:12:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6517,2524,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 20:12:38','2024-03-05 20:12:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6518,2525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 20:21:30','2024-03-05 20:21:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6519,2525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 20:21:30','2024-03-05 20:21:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6520,2525,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 21:31:29','2024-03-05 21:31:29','Refunded 79.51 - Refund ID: 01U854086S956660P',0,'1','WooCommerce','order_note',0,0),(6521,2528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 22:00:24','2024-03-05 22:00:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6522,2528,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-05 22:00:24','2024-03-05 22:00:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6523,2529,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 00:19:35','2024-03-06 00:19:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6524,2529,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 00:19:35','2024-03-06 00:19:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6525,2530,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 16:10:12','2024-03-06 16:10:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6526,2530,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 16:10:12','2024-03-06 16:10:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6527,2531,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 16:14:30','2024-03-06 16:14:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6528,2531,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 16:14:30','2024-03-06 16:14:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6529,2532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 18:37:00','2024-03-06 18:37:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6530,2532,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-06 18:37:00','2024-03-06 18:37:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6531,2533,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-07 16:49:28','2024-03-07 16:49:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6532,2533,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-07 16:49:28','2024-03-07 16:49:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6533,2520,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:04:05','2024-03-07 18:04:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6534,2525,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:05:45','2024-03-07 18:05:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6535,2524,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:07:19','2024-03-07 18:07:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6536,2528,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:09:21','2024-03-07 18:09:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6537,2529,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:19:06','2024-03-07 18:19:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6538,2530,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:21:34','2024-03-07 18:21:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6539,2532,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:24:54','2024-03-07 18:24:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6540,2531,'lcaadmin','laradasciences@gmail.com','','','2024-03-07 18:25:38','2024-03-07 18:25:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6541,2534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 01:51:15','2024-03-08 01:51:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6542,2534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 01:51:15','2024-03-08 01:51:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6543,2535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 17:39:24','2024-03-08 17:39:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6544,2535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 17:39:24','2024-03-08 17:39:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6545,2536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 18:26:39','2024-03-08 18:26:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6546,2536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-08 18:26:39','2024-03-08 18:26:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6547,2534,'lcaadmin','laradasciences@gmail.com','','','2024-03-08 19:37:12','2024-03-08 19:37:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6548,2533,'lcaadmin','laradasciences@gmail.com','','','2024-03-08 19:42:32','2024-03-08 19:42:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6549,2537,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-09 16:46:02','2024-03-09 16:46:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6550,2537,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-09 16:46:02','2024-03-09 16:46:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6551,2538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-09 20:15:12','2024-03-09 20:15:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6552,2538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-09 20:15:12','2024-03-09 20:15:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6553,2539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-11 15:04:32','2024-03-11 15:04:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6554,2539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-11 15:04:33','2024-03-11 15:04:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6555,2535,'lcaadmin','laradasciences@gmail.com','','','2024-03-11 16:38:55','2024-03-11 16:38:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6556,2536,'lcaadmin','laradasciences@gmail.com','','','2024-03-11 16:42:52','2024-03-11 16:42:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6557,2537,'lcaadmin','laradasciences@gmail.com','','','2024-03-11 21:11:29','2024-03-11 21:11:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6558,2538,'lcaadmin','laradasciences@gmail.com','','','2024-03-11 21:14:06','2024-03-11 21:14:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6559,2541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-11 21:52:13','2024-03-11 21:52:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6560,2541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-11 21:52:13','2024-03-11 21:52:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6561,2542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-12 00:27:34','2024-03-12 00:27:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6562,2542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-12 00:27:34','2024-03-12 00:27:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6563,2539,'lcaadmin','laradasciences@gmail.com','','','2024-03-12 19:06:42','2024-03-12 19:06:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6564,2541,'lcaadmin','laradasciences@gmail.com','','','2024-03-12 19:09:07','2024-03-12 19:09:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6565,2542,'lcaadmin','laradasciences@gmail.com','','','2024-03-13 21:10:43','2024-03-13 21:10:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6566,2543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 15:21:25','2024-03-15 15:21:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6567,2543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 15:21:26','2024-03-15 15:21:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6568,2544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 16:51:13','2024-03-15 16:51:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6569,2544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 16:51:13','2024-03-15 16:51:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6570,2545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 18:30:56','2024-03-15 18:30:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6571,2545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 18:30:56','2024-03-15 18:30:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6572,2546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 19:04:20','2024-03-15 19:04:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6573,2546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 19:04:20','2024-03-15 19:04:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6574,2547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 19:29:02','2024-03-15 19:29:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6575,2547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 19:29:02','2024-03-15 19:29:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6576,2544,'lcaadmin','laradasciences@gmail.com','','','2024-03-15 19:36:19','2024-03-15 19:36:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6577,2543,'lcaadmin','laradasciences@gmail.com','','','2024-03-15 19:37:30','2024-03-15 19:37:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6578,2548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 21:40:52','2024-03-15 21:40:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6579,2548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-15 21:40:52','2024-03-15 21:40:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6580,2546,'lcaadmin','laradasciences@gmail.com','','','2024-03-16 00:26:31','2024-03-16 00:26:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6581,2545,'lcaadmin','laradasciences@gmail.com','','','2024-03-16 00:28:00','2024-03-16 00:28:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6582,2547,'lcaadmin','laradasciences@gmail.com','','','2024-03-16 00:29:29','2024-03-16 00:29:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6583,2549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-16 17:49:26','2024-03-16 17:49:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6584,2549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-16 17:49:26','2024-03-16 17:49:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6585,2550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-16 18:31:48','2024-03-16 18:31:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6586,2550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-16 18:31:48','2024-03-16 18:31:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6587,2551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 14:09:57','2024-03-17 14:09:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6588,2551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 14:09:58','2024-03-17 14:09:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6589,2552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 15:48:42','2024-03-17 15:48:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6590,2552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 15:48:42','2024-03-17 15:48:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6591,2553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 16:57:25','2024-03-17 16:57:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6592,2553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-17 16:57:25','2024-03-17 16:57:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6593,2554,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 17:50:24','2024-03-18 17:50:24','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6594,2555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 17:54:12','2024-03-18 17:54:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6595,2555,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 17:54:12','2024-03-18 17:54:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6596,2556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:02:45','2024-03-18 18:02:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6597,2556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:02:45','2024-03-18 18:02:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6598,2557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:10:06','2024-03-18 18:10:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6599,2557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:10:06','2024-03-18 18:10:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6600,2558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:17:12','2024-03-18 18:17:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6601,2558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-18 18:17:12','2024-03-18 18:17:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6602,2550,'lcaadmin','laradasciences@gmail.com','','','2024-03-18 18:43:33','2024-03-18 18:43:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6603,2548,'lcaadmin','laradasciences@gmail.com','','','2024-03-18 18:44:19','2024-03-18 18:44:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6604,2549,'lcaadmin','laradasciences@gmail.com','','','2024-03-18 18:49:26','2024-03-18 18:49:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6605,2551,'lcaadmin','laradasciences@gmail.com','','','2024-03-18 18:53:07','2024-03-18 18:53:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6606,2552,'lcaadmin','laradasciences@gmail.com','','','2024-03-18 18:54:03','2024-03-18 18:54:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6607,2559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 13:36:51','2024-03-19 13:36:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6608,2559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 13:36:51','2024-03-19 13:36:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6609,2560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 16:24:07','2024-03-19 16:24:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6610,2560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 16:24:07','2024-03-19 16:24:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6611,2564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 19:37:23','2024-03-19 19:37:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6612,2564,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 19:37:23','2024-03-19 19:37:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6613,2553,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:42:05','2024-03-19 19:42:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6614,2565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 19:42:26','2024-03-19 19:42:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6615,2565,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-19 19:42:26','2024-03-19 19:42:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6616,2555,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:42:57','2024-03-19 19:42:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6617,2557,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:43:53','2024-03-19 19:43:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6618,2556,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:44:42','2024-03-19 19:44:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6619,2558,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:45:37','2024-03-19 19:45:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6620,2559,'lcaadmin','laradasciences@gmail.com','','','2024-03-19 19:47:34','2024-03-19 19:47:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6621,2565,'lcaadmin','laradasciences@gmail.com','','','2024-03-20 18:36:30','2024-03-20 18:36:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6622,2564,'lcaadmin','laradasciences@gmail.com','','','2024-03-20 18:38:04','2024-03-20 18:38:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6623,2560,'lcaadmin','laradasciences@gmail.com','','','2024-03-20 18:39:10','2024-03-20 18:39:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6624,2566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-21 22:44:00','2024-03-21 22:44:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6625,2566,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-21 22:44:00','2024-03-21 22:44:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6626,2567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-22 16:41:15','2024-03-22 16:41:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6627,2567,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-22 16:41:15','2024-03-22 16:41:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6628,2567,'lcaadmin','laradasciences@gmail.com','','','2024-03-22 19:13:34','2024-03-22 19:13:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6629,2566,'lcaadmin','laradasciences@gmail.com','','','2024-03-22 19:14:01','2024-03-22 19:14:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6630,2568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-22 22:32:41','2024-03-22 22:32:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6631,2568,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-22 22:32:41','2024-03-22 22:32:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6632,2569,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-25 12:51:35','2024-03-25 12:51:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6633,2569,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-25 12:51:35','2024-03-25 12:51:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6634,2570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-25 16:44:40','2024-03-25 16:44:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6635,2570,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-25 16:44:40','2024-03-25 16:44:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6636,2569,'lcaadmin','laradasciences@gmail.com','','','2024-03-26 01:58:12','2024-03-26 01:58:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6637,2570,'lcaadmin','laradasciences@gmail.com','','','2024-03-26 01:58:50','2024-03-26 01:58:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6638,2568,'lcaadmin','laradasciences@gmail.com','','','2024-03-26 01:59:30','2024-03-26 01:59:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6639,2571,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-26 19:24:32','2024-03-26 19:24:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6640,2571,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-03-26 19:24:32','2024-03-26 19:24:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6641,2571,'lcaadmin','laradasciences@gmail.com','','','2024-03-27 18:05:28','2024-03-27 18:05:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6642,2572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 15:34:02','2024-04-01 15:34:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6643,2572,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 15:34:02','2024-04-01 15:34:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6644,2574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 19:57:19','2024-04-01 19:57:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6645,2574,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 19:57:19','2024-04-01 19:57:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6646,2575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 21:29:20','2024-04-01 21:29:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6647,2575,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-01 21:29:20','2024-04-01 21:29:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6648,2572,'lcaadmin','laradasciences@gmail.com','','','2024-04-02 01:07:55','2024-04-02 01:07:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6649,2576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 16:26:48','2024-04-02 16:26:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6650,2576,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 16:26:48','2024-04-02 16:26:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6651,2577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 21:45:43','2024-04-02 21:45:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6652,2577,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 21:45:44','2024-04-02 21:45:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6653,2578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 22:19:26','2024-04-02 22:19:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6654,2578,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-02 22:19:26','2024-04-02 22:19:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6655,2576,'lcaadmin','laradasciences@gmail.com','','','2024-04-03 17:31:33','2024-04-03 17:31:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6656,2575,'lcaadmin','laradasciences@gmail.com','','','2024-04-03 18:07:27','2024-04-03 18:07:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6657,2574,'lcaadmin','laradasciences@gmail.com','','','2024-04-03 18:08:51','2024-04-03 18:08:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6658,2577,'lcaadmin','laradasciences@gmail.com','','','2024-04-03 19:36:39','2024-04-03 19:36:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6659,2578,'lcaadmin','laradasciences@gmail.com','','','2024-04-03 19:37:20','2024-04-03 19:37:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6660,2579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-03 19:54:07','2024-04-03 19:54:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6661,2579,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-03 19:54:07','2024-04-03 19:54:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6662,2580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-04 18:28:01','2024-04-04 18:28:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6663,2580,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-04 18:28:01','2024-04-04 18:28:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6664,2579,'lcaadmin','laradasciences@gmail.com','','','2024-04-04 18:56:59','2024-04-04 18:56:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6665,2581,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-05 03:13:08','2024-04-05 03:13:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6666,2581,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-05 03:13:08','2024-04-05 03:13:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6667,2580,'lcaadmin','laradasciences@gmail.com','','','2024-04-05 14:25:51','2024-04-05 14:25:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6668,2582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-05 21:13:41','2024-04-05 21:13:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6669,2582,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-05 21:13:41','2024-04-05 21:13:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6670,2581,'lcaadmin','laradasciences@gmail.com','','','2024-04-08 04:00:32','2024-04-08 04:00:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6671,2583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 04:28:18','2024-04-08 04:28:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6672,2583,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 04:28:18','2024-04-08 04:28:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6673,2585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 15:23:52','2024-04-08 15:23:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6674,2585,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 15:23:52','2024-04-08 15:23:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6675,2586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 17:01:01','2024-04-08 17:01:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6676,2586,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 17:01:01','2024-04-08 17:01:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6677,2587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 19:27:16','2024-04-08 19:27:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6678,2587,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 19:27:16','2024-04-08 19:27:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6679,2588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 21:45:09','2024-04-08 21:45:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6680,2588,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-08 21:45:09','2024-04-08 21:45:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6681,2588,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:19:49','2024-04-09 20:19:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6682,2587,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:20:29','2024-04-09 20:20:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6683,2586,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:23:02','2024-04-09 20:23:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6684,2585,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:23:52','2024-04-09 20:23:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6685,2583,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:28:59','2024-04-09 20:28:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6686,2582,'lcaadmin','laradasciences@gmail.com','','','2024-04-09 20:29:44','2024-04-09 20:29:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6687,2589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-10 23:11:39','2024-04-10 23:11:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6688,2589,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-10 23:11:39','2024-04-10 23:11:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6689,2590,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-11 18:49:33','2024-04-11 18:49:33','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6690,2590,'lcaadmin','laradasciences@gmail.com','','','2024-04-11 18:53:16','2024-04-11 18:53:16','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6691,2590,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-11 18:57:37','2024-04-11 18:57:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6692,2590,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-11 18:57:37','2024-04-11 18:57:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6693,2589,'lcaadmin','laradasciences@gmail.com','','','2024-04-11 19:37:30','2024-04-11 19:37:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6694,2593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-12 16:13:36','2024-04-12 16:13:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6695,2593,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-12 16:13:36','2024-04-12 16:13:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6696,2590,'lcaadmin','laradasciences@gmail.com','','','2024-04-12 20:15:36','2024-04-12 20:15:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6697,2594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-12 21:07:10','2024-04-12 21:07:10','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6698,2595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-13 00:06:25','2024-04-13 00:06:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6699,2595,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-13 00:06:25','2024-04-13 00:06:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6700,2596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:03:05','2024-04-14 23:03:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6701,2596,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:03:05','2024-04-14 23:03:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6702,2597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:09:29','2024-04-14 23:09:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6703,2597,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:09:29','2024-04-14 23:09:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6704,2598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:39:28','2024-04-14 23:39:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6705,2598,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:39:28','2024-04-14 23:39:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6706,2599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:41:28','2024-04-14 23:41:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6707,2599,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-14 23:41:28','2024-04-14 23:41:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6708,2600,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 17:06:36','2024-04-15 17:06:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6709,2600,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 17:06:36','2024-04-15 17:06:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6710,2594,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 17:29:59','2024-04-15 17:29:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6711,2594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 19:16:01','2024-04-15 19:16:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6712,2594,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 19:16:01','2024-04-15 19:16:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6713,2599,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:28:55','2024-04-15 20:28:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6714,2598,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:29:53','2024-04-15 20:29:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6715,2596,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:33:39','2024-04-15 20:33:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6716,2597,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:35:07','2024-04-15 20:35:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6717,2595,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:36:14','2024-04-15 20:36:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6718,2600,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 20:36:49','2024-04-15 20:36:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6719,2601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 21:28:04','2024-04-15 21:28:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6720,2601,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-15 21:28:04','2024-04-15 21:28:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6721,2594,'lcaadmin','laradasciences@gmail.com','','','2024-04-15 21:59:15','2024-04-15 21:59:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6722,2602,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 14:22:25','2024-04-16 14:22:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6723,2602,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 14:22:25','2024-04-16 14:22:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6724,2603,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 14:59:25','2024-04-16 14:59:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6725,2603,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 14:59:25','2024-04-16 14:59:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6726,2604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 15:38:49','2024-04-16 15:38:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6727,2604,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 15:38:49','2024-04-16 15:38:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6728,2605,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 17:52:50','2024-04-16 17:52:50','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6729,2606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 17:59:34','2024-04-16 17:59:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6730,2606,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 17:59:34','2024-04-16 17:59:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6731,2607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 20:46:39','2024-04-16 20:46:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6732,2607,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 20:46:39','2024-04-16 20:46:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6733,2608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 21:26:27','2024-04-16 21:26:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6734,2608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-16 21:26:27','2024-04-16 21:26:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6735,2593,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 22:58:54','2024-04-16 22:58:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6736,2601,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 23:12:45','2024-04-16 23:12:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6737,2602,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 23:13:49','2024-04-16 23:13:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6738,2603,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 23:15:38','2024-04-16 23:15:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6739,2604,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 23:22:12','2024-04-16 23:22:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6740,2606,'lcaadmin','laradasciences@gmail.com','','','2024-04-16 23:24:25','2024-04-16 23:24:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6741,2609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-17 15:08:13','2024-04-17 15:08:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6742,2609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-17 15:08:13','2024-04-17 15:08:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6743,2609,'lcaadmin','laradasciences@gmail.com','','','2024-04-17 23:41:15','2024-04-17 23:41:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6744,2608,'lcaadmin','laradasciences@gmail.com','','','2024-04-17 23:43:50','2024-04-17 23:43:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6745,2607,'lcaadmin','laradasciences@gmail.com','','','2024-04-17 23:44:38','2024-04-17 23:44:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6746,2610,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-19 17:26:46','2024-04-19 17:26:46','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6747,2610,'lcaadmin','laradasciences@gmail.com','','','2024-04-19 21:43:51','2024-04-19 21:43:51','Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(6748,2611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-20 20:07:10','2024-04-20 20:07:10','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6749,2612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-21 12:44:02','2024-04-21 12:44:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6750,2612,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-21 12:44:02','2024-04-21 12:44:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6751,2613,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-21 18:40:19','2024-04-21 18:40:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6752,2613,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-21 18:40:19','2024-04-21 18:40:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6753,2611,'lcaadmin','laradasciences@gmail.com','','','2024-04-22 16:33:49','2024-04-22 16:33:49','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6754,2611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-22 17:06:31','2024-04-22 17:06:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6755,2611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-22 17:06:31','2024-04-22 17:06:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6756,2615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-22 18:36:33','2024-04-22 18:36:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6757,2615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-22 18:36:33','2024-04-22 18:36:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6758,2613,'lcaadmin','laradasciences@gmail.com','','','2024-04-22 18:39:32','2024-04-22 18:39:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6759,2612,'lcaadmin','laradasciences@gmail.com','','','2024-04-22 18:40:47','2024-04-22 18:40:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6760,2611,'lcaadmin','laradasciences@gmail.com','','','2024-04-23 17:21:10','2024-04-23 17:21:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6761,2615,'lcaadmin','laradasciences@gmail.com','','','2024-04-23 17:22:27','2024-04-23 17:22:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6762,2616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-23 23:05:40','2024-04-23 23:05:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6763,2616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-23 23:05:40','2024-04-23 23:05:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6764,2617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-24 17:58:23','2024-04-24 17:58:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6765,2617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-24 17:58:23','2024-04-24 17:58:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6766,2617,'lcaadmin','laradasciences@gmail.com','','','2024-04-26 03:41:47','2024-04-26 03:41:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6767,2616,'lcaadmin','laradasciences@gmail.com','','','2024-04-26 03:42:13','2024-04-26 03:42:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6768,2618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 19:02:33','2024-04-26 19:02:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6769,2618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 19:02:33','2024-04-26 19:02:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6770,2619,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 20:37:00','2024-04-26 20:37:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6771,2619,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 20:37:00','2024-04-26 20:37:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6772,2620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 20:50:09','2024-04-26 20:50:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6773,2620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-26 20:50:09','2024-04-26 20:50:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6774,2621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-29 12:19:58','2024-04-29 12:19:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6775,2621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-29 12:19:58','2024-04-29 12:19:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6776,2618,'lcaadmin','laradasciences@gmail.com','','','2024-04-29 17:07:47','2024-04-29 17:07:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6777,2619,'lcaadmin','laradasciences@gmail.com','','','2024-04-29 17:09:01','2024-04-29 17:09:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6778,2620,'lcaadmin','laradasciences@gmail.com','','','2024-04-29 17:09:36','2024-04-29 17:09:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6779,2621,'lcaadmin','laradasciences@gmail.com','','','2024-04-30 02:35:45','2024-04-30 02:35:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6780,2623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-30 14:16:44','2024-04-30 14:16:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6781,2623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-30 14:16:44','2024-04-30 14:16:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6782,2624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-30 16:02:35','2024-04-30 16:02:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6783,2624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-04-30 16:02:35','2024-04-30 16:02:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6784,2623,'lcaadmin','laradasciences@gmail.com','','','2024-04-30 19:14:21','2024-04-30 19:14:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6785,2625,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 18:57:35','2024-05-01 18:57:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6786,2625,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 18:57:35','2024-05-01 18:57:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6787,2624,'lcaadmin','laradasciences@gmail.com','','','2024-05-01 20:00:01','2024-05-01 20:00:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6788,2626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:10:04','2024-05-01 22:10:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6789,2626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:10:04','2024-05-01 22:10:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6790,2627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:39:29','2024-05-01 22:39:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6791,2627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:39:29','2024-05-01 22:39:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6792,2628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:42:38','2024-05-01 22:42:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6793,2628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:42:38','2024-05-01 22:42:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6794,2629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:44:01','2024-05-01 22:44:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6795,2629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-01 22:44:01','2024-05-01 22:44:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6796,2630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 13:37:03','2024-05-02 13:37:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6797,2630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 13:37:03','2024-05-02 13:37:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6798,2614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 16:15:49','2024-05-02 16:15:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6799,2614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 16:15:49','2024-05-02 16:15:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6800,2632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 17:45:02','2024-05-02 17:45:02','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6801,2633,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 17:49:43','2024-05-02 17:49:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6802,2633,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 17:49:43','2024-05-02 17:49:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6803,2634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 22:04:37','2024-05-02 22:04:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6804,2634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 22:04:37','2024-05-02 22:04:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6805,2635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 22:25:53','2024-05-02 22:25:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6806,2635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-02 22:25:53','2024-05-02 22:25:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6807,2636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-03 02:17:10','2024-05-03 02:17:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6808,2636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-03 02:17:10','2024-05-03 02:17:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6809,2625,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 04:04:32','2024-05-03 04:04:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6810,2626,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 04:06:53','2024-05-03 04:06:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6811,2630,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 04:08:39','2024-05-03 04:08:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6812,2614,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 04:11:16','2024-05-03 04:11:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6813,2636,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 17:07:21','2024-05-03 17:07:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6814,2627,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 19:44:19','2024-05-03 19:44:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6815,2628,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 19:45:00','2024-05-03 19:45:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6816,2629,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 19:45:24','2024-05-03 19:45:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6817,2634,'lcaadmin','laradasciences@gmail.com','','','2024-05-03 19:46:06','2024-05-03 19:46:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6818,2637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-03 20:01:26','2024-05-03 20:01:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6819,2637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-03 20:01:26','2024-05-03 20:01:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6820,2638,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-05 02:59:13','2024-05-05 02:59:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6821,2638,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-05 02:59:13','2024-05-05 02:59:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6822,2639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 15:18:40','2024-05-06 15:18:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6823,2639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 15:18:40','2024-05-06 15:18:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6824,2632,'lcaadmin','laradasciences@gmail.com','','','2024-05-06 16:40:08','2024-05-06 16:40:08','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6825,2632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 17:23:09','2024-05-06 17:23:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6826,2632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 17:23:09','2024-05-06 17:23:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6827,2640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 17:55:55','2024-05-06 17:55:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6828,2640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-06 17:55:55','2024-05-06 17:55:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6829,2633,'lcaadmin','laradasciences@gmail.com','','','2024-05-07 00:11:10','2024-05-07 00:11:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6830,2637,'lcaadmin','laradasciences@gmail.com','','','2024-05-07 00:13:02','2024-05-07 00:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6831,2638,'lcaadmin','laradasciences@gmail.com','','','2024-05-07 00:13:35','2024-05-07 00:13:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6832,2639,'lcaadmin','laradasciences@gmail.com','','','2024-05-07 00:15:56','2024-05-07 00:15:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6833,2635,'lcaadmin','laradasciences@gmail.com','','','2024-05-07 00:16:14','2024-05-07 00:16:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6834,2641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 00:21:01','2024-05-07 00:21:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6835,2641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 00:21:01','2024-05-07 00:21:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6836,2642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 12:01:30','2024-05-07 12:01:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6837,2642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 12:01:30','2024-05-07 12:01:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6838,2643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 13:02:30','2024-05-07 13:02:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6839,2643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 13:02:30','2024-05-07 13:02:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6840,2644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 14:30:19','2024-05-07 14:30:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6841,2644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-07 14:30:19','2024-05-07 14:30:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6842,2640,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:31:32','2024-05-08 00:31:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6843,2632,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:32:16','2024-05-08 00:32:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6844,2641,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:33:11','2024-05-08 00:33:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6845,2642,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:34:01','2024-05-08 00:34:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6846,2644,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:36:43','2024-05-08 00:36:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6847,2643,'lcaadmin','laradasciences@gmail.com','','','2024-05-08 00:37:15','2024-05-08 00:37:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6848,2646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 04:49:08','2024-05-08 04:49:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6849,2646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 04:49:08','2024-05-08 04:49:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6850,2647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 13:23:15','2024-05-08 13:23:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6851,2647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 13:23:15','2024-05-08 13:23:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6852,2648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 14:12:10','2024-05-08 14:12:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6853,2648,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 14:12:10','2024-05-08 14:12:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6854,2649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 17:59:34','2024-05-08 17:59:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6855,2649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 17:59:34','2024-05-08 17:59:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6856,2650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 20:03:46','2024-05-08 20:03:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6857,2650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-08 20:03:46','2024-05-08 20:03:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6858,2650,'lcaadmin','laradasciences@gmail.com','','','2024-05-09 15:19:00','2024-05-09 15:19:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6859,2649,'lcaadmin','laradasciences@gmail.com','','','2024-05-09 15:19:34','2024-05-09 15:19:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6860,2647,'lcaadmin','laradasciences@gmail.com','','','2024-05-09 15:21:05','2024-05-09 15:21:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6861,2648,'lcaadmin','laradasciences@gmail.com','','','2024-05-09 15:21:39','2024-05-09 15:21:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6862,2646,'lcaadmin','laradasciences@gmail.com','','','2024-05-09 15:22:03','2024-05-09 15:22:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6863,2651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-09 20:30:12','2024-05-09 20:30:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6864,2651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-09 20:30:12','2024-05-09 20:30:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6865,2653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 13:05:36','2024-05-10 13:05:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6866,2653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 13:05:36','2024-05-10 13:05:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6867,2654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 14:29:45','2024-05-10 14:29:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6868,2654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 14:29:45','2024-05-10 14:29:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6869,2645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 16:57:25','2024-05-10 16:57:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6870,2645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 16:57:25','2024-05-10 16:57:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6871,2655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 18:41:05','2024-05-10 18:41:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6872,2655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 18:41:05','2024-05-10 18:41:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6873,2656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 19:24:41','2024-05-10 19:24:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6874,2656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-10 19:24:41','2024-05-10 19:24:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6875,2651,'lcaadmin','laradasciences@gmail.com','','','2024-05-11 19:00:35','2024-05-11 19:00:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6876,2653,'lcaadmin','laradasciences@gmail.com','','','2024-05-11 19:01:39','2024-05-11 19:01:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6877,2654,'lcaadmin','laradasciences@gmail.com','','','2024-05-11 19:02:56','2024-05-11 19:02:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6878,2645,'lcaadmin','laradasciences@gmail.com','','','2024-05-11 19:03:22','2024-05-11 19:03:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6879,2655,'lcaadmin','laradasciences@gmail.com','','','2024-05-11 19:04:11','2024-05-11 19:04:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6880,2656,'lcaadmin','laradasciences@gmail.com','','','2024-05-14 22:52:24','2024-05-14 22:52:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6881,2657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-15 16:43:29','2024-05-15 16:43:29','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6882,2657,'lcaadmin','laradasciences@gmail.com','','','2024-05-15 20:50:48','2024-05-15 20:50:48','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6883,2659,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 13:40:15','2024-05-16 13:40:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6884,2659,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 13:40:15','2024-05-16 13:40:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6885,2660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 14:45:27','2024-05-16 14:45:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6886,2660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 14:45:27','2024-05-16 14:45:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6887,2661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 17:42:10','2024-05-16 17:42:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6888,2661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 17:42:10','2024-05-16 17:42:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6889,2662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 19:29:40','2024-05-16 19:29:40','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6890,2659,'lcaadmin','laradasciences@gmail.com','','','2024-05-16 21:39:46','2024-05-16 21:39:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6891,2660,'lcaadmin','laradasciences@gmail.com','','','2024-05-16 21:41:12','2024-05-16 21:41:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6892,2664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 23:14:47','2024-05-16 23:14:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6893,2664,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-16 23:14:47','2024-05-16 23:14:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6894,2663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-17 15:11:43','2024-05-17 15:11:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6895,2663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-17 15:11:43','2024-05-17 15:11:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6896,2662,'lcaadmin','laradasciences@gmail.com','','','2024-05-20 12:47:41','2024-05-20 12:47:41','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6897,2664,'lcaadmin','laradasciences@gmail.com','','','2024-05-20 12:49:11','2024-05-20 12:49:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6898,2663,'lcaadmin','laradasciences@gmail.com','','','2024-05-20 12:49:43','2024-05-20 12:49:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6899,2662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-20 16:22:10','2024-05-20 16:22:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6900,2662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-20 16:22:10','2024-05-20 16:22:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6901,2665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-20 21:24:30','2024-05-20 21:24:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6902,2665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-20 21:24:30','2024-05-20 21:24:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6903,2662,'lcaadmin','laradasciences@gmail.com','','','2024-05-20 23:06:48','2024-05-20 23:06:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6904,2666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 14:22:22','2024-05-21 14:22:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6905,2666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 14:22:22','2024-05-21 14:22:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6906,2657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 15:23:31','2024-05-21 15:23:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6907,2657,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 15:23:31','2024-05-21 15:23:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6908,2667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 16:24:54','2024-05-21 16:24:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6909,2667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 16:24:54','2024-05-21 16:24:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6910,2668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:27:30','2024-05-21 19:27:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6911,2668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:27:30','2024-05-21 19:27:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6912,2669,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:35:56','2024-05-21 19:35:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6913,2669,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:35:56','2024-05-21 19:35:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6914,2670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:41:21','2024-05-21 19:41:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6915,2670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:41:21','2024-05-21 19:41:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6916,2671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:56:27','2024-05-21 19:56:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6917,2671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-21 19:56:27','2024-05-21 19:56:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6918,2666,'lcaadmin','laradasciences@gmail.com','','','2024-05-21 20:11:27','2024-05-21 20:11:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6919,2661,'lcaadmin','laradasciences@gmail.com','','','2024-05-21 20:12:06','2024-05-21 20:12:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6920,2665,'lcaadmin','laradasciences@gmail.com','','','2024-05-21 20:12:35','2024-05-21 20:12:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6921,2667,'lcaadmin','laradasciences@gmail.com','','','2024-05-21 20:13:14','2024-05-21 20:13:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6922,2657,'lcaadmin','laradasciences@gmail.com','','','2024-05-22 18:49:54','2024-05-22 18:49:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6923,2669,'lcaadmin','laradasciences@gmail.com','','','2024-05-22 18:51:21','2024-05-22 18:51:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6924,2670,'lcaadmin','laradasciences@gmail.com','','','2024-05-22 18:51:57','2024-05-22 18:51:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6925,2668,'lcaadmin','laradasciences@gmail.com','','','2024-05-22 18:52:37','2024-05-22 18:52:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6926,2673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-23 22:32:33','2024-05-23 22:32:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6927,2673,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-23 22:32:33','2024-05-23 22:32:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6928,2674,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-24 15:02:45','2024-05-24 15:02:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6929,2674,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-24 15:02:45','2024-05-24 15:02:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6930,2675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-25 11:55:52','2024-05-25 11:55:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6931,2675,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-25 11:55:52','2024-05-25 11:55:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6932,2676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-25 11:58:55','2024-05-25 11:58:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6933,2676,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-25 11:58:55','2024-05-25 11:58:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6934,2673,'lcaadmin','laradasciences@gmail.com','','','2024-05-28 13:51:17','2024-05-28 13:51:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6935,2674,'lcaadmin','laradasciences@gmail.com','','','2024-05-28 13:52:57','2024-05-28 13:52:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6936,2677,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-29 05:05:51','2024-05-29 05:05:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6937,2677,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-29 05:05:52','2024-05-29 05:05:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6938,2680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-29 21:27:05','2024-05-29 21:27:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6939,2680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-29 21:27:06','2024-05-29 21:27:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6940,2677,'lcaadmin','laradasciences@gmail.com','','','2024-05-30 01:52:47','2024-05-30 01:52:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6941,2671,'lcaadmin','laradasciences@gmail.com','','','2024-05-30 01:53:44','2024-05-30 01:53:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6942,2675,'lcaadmin','laradasciences@gmail.com','','','2024-05-30 01:54:00','2024-05-30 01:54:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6943,2676,'lcaadmin','laradasciences@gmail.com','','','2024-05-30 01:54:15','2024-05-30 01:54:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6944,2682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-30 16:38:38','2024-05-30 16:38:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6945,2682,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-30 16:38:38','2024-05-30 16:38:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6946,2684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-30 23:56:53','2024-05-30 23:56:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6947,2684,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-30 23:56:53','2024-05-30 23:56:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6948,2685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-31 17:50:56','2024-05-31 17:50:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6949,2685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-05-31 17:50:56','2024-05-31 17:50:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6950,2685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 05:53:58','2024-06-01 05:53:58','Refunded 622.42 - Refund ID: 7AK2922698086193H',0,'1','WooCommerce','order_note',0,0),(6951,2685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 05:53:58','2024-06-01 05:53:58','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(6952,2680,'lcaadmin','laradasciences@gmail.com','','','2024-06-01 06:01:49','2024-06-01 06:01:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6953,2682,'lcaadmin','laradasciences@gmail.com','','','2024-06-01 06:03:56','2024-06-01 06:03:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6954,2684,'lcaadmin','laradasciences@gmail.com','','','2024-06-01 06:07:39','2024-06-01 06:07:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6955,2687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:41:09','2024-06-01 11:41:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6956,2687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:41:09','2024-06-01 11:41:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6957,2688,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:44:44','2024-06-01 11:44:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6958,2688,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:44:44','2024-06-01 11:44:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6959,2689,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:48:34','2024-06-01 11:48:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6960,2689,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 11:48:34','2024-06-01 11:48:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6961,2690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 15:12:06','2024-06-01 15:12:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6962,2690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-01 15:12:06','2024-06-01 15:12:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6963,2691,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:52:03','2024-06-03 13:52:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6964,2691,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:52:03','2024-06-03 13:52:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6965,2692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:53:58','2024-06-03 13:53:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6966,2692,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:53:58','2024-06-03 13:53:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6967,2693,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:54:50','2024-06-03 13:54:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6968,2693,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 13:54:50','2024-06-03 13:54:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6969,2694,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 17:43:24','2024-06-03 17:43:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6970,2694,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 17:43:24','2024-06-03 17:43:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6971,2695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 17:56:53','2024-06-03 17:56:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6972,2695,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-03 17:56:53','2024-06-03 17:56:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6973,2691,'lcaadmin','laradasciences@gmail.com','','','2024-06-03 18:06:07','2024-06-03 18:06:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6974,2688,'lcaadmin','laradasciences@gmail.com','','','2024-06-03 18:06:51','2024-06-03 18:06:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6975,2690,'lcaadmin','laradasciences@gmail.com','','','2024-06-03 18:07:31','2024-06-03 18:07:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6976,2689,'lcaadmin','laradasciences@gmail.com','','','2024-06-03 18:08:02','2024-06-03 18:08:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6977,2696,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-04 19:53:57','2024-06-04 19:53:57','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6978,2696,'lcaadmin','laradasciences@gmail.com','','','2024-06-04 21:08:37','2024-06-04 21:08:37','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6979,2693,'lcaadmin','laradasciences@gmail.com','','','2024-06-04 21:14:12','2024-06-04 21:14:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6980,2692,'lcaadmin','laradasciences@gmail.com','','','2024-06-04 21:14:45','2024-06-04 21:14:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6981,2694,'lcaadmin','laradasciences@gmail.com','','','2024-06-04 21:15:40','2024-06-04 21:15:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6982,2697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-04 21:16:33','2024-06-04 21:16:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6983,2697,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-04 21:16:33','2024-06-04 21:16:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6984,2695,'lcaadmin','laradasciences@gmail.com','','','2024-06-04 21:17:01','2024-06-04 21:17:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6985,2698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-05 18:47:38','2024-06-05 18:47:38','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(6986,2699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-05 21:03:08','2024-06-05 21:03:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6987,2699,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-05 21:03:08','2024-06-05 21:03:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6988,2698,'lcaadmin','laradasciences@gmail.com','','','2024-06-05 21:28:02','2024-06-05 21:28:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(6989,2698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-05 21:51:15','2024-06-05 21:51:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6990,2698,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-05 21:51:15','2024-06-05 21:51:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6991,2697,'lcaadmin','laradasciences@gmail.com','','','2024-06-06 02:05:39','2024-06-06 02:05:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6992,2687,'lcaadmin','laradasciences@gmail.com','','','2024-06-06 02:06:32','2024-06-06 02:06:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(6993,2700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 11:11:46','2024-06-06 11:11:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6994,2700,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 11:11:46','2024-06-06 11:11:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6995,2701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 16:11:09','2024-06-06 16:11:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6996,2701,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 16:11:09','2024-06-06 16:11:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6997,2702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 19:27:27','2024-06-06 19:27:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(6998,2702,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 19:27:27','2024-06-06 19:27:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(6999,2703,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 20:13:44','2024-06-06 20:13:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7000,2703,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 20:13:44','2024-06-06 20:13:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7001,2703,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-06 21:21:29','2024-06-06 21:21:29','Refunded 14.17 - Refund ID: 5V8725826V538702H',0,'1','WooCommerce','order_note',0,0),(7002,2703,'lcaadmin','laradasciences@gmail.com','','','2024-06-06 21:22:10','2024-06-06 21:22:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7003,2705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 11:07:34','2024-06-07 11:07:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7004,2705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 11:07:34','2024-06-07 11:07:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7005,2706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 16:17:54','2024-06-07 16:17:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7006,2706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 16:17:54','2024-06-07 16:17:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7007,2699,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:43:22','2024-06-07 21:43:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7008,2698,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:43:52','2024-06-07 21:43:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7009,2700,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:44:35','2024-06-07 21:44:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7010,2701,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:45:16','2024-06-07 21:45:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7011,2702,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:46:03','2024-06-07 21:46:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7012,2705,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:46:48','2024-06-07 21:46:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7013,2706,'lcaadmin','laradasciences@gmail.com','','','2024-06-07 21:47:08','2024-06-07 21:47:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7014,2707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 23:05:55','2024-06-07 23:05:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7015,2707,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 23:05:55','2024-06-07 23:05:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7016,2696,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 23:21:01','2024-06-07 23:21:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7017,2696,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-07 23:21:01','2024-06-07 23:21:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7018,2708,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-09 03:35:33','2024-06-09 03:35:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7019,2708,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-09 03:35:33','2024-06-09 03:35:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7020,2709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-09 15:00:26','2024-06-09 15:00:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7021,2709,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-09 15:00:26','2024-06-09 15:00:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7022,2696,'lcaadmin','laradasciences@gmail.com','','','2024-06-10 21:09:24','2024-06-10 21:09:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7023,2707,'lcaadmin','laradasciences@gmail.com','','','2024-06-10 21:09:40','2024-06-10 21:09:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7024,2709,'lcaadmin','laradasciences@gmail.com','','','2024-06-10 21:10:16','2024-06-10 21:10:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7025,2708,'lcaadmin','laradasciences@gmail.com','','','2024-06-10 21:11:27','2024-06-10 21:11:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7026,2710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-11 19:08:41','2024-06-11 19:08:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7027,2710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-11 19:08:41','2024-06-11 19:08:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7028,2711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-12 20:51:16','2024-06-12 20:51:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7029,2711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-12 20:51:16','2024-06-12 20:51:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7030,2710,'lcaadmin','laradasciences@gmail.com','','','2024-06-13 00:49:54','2024-06-13 00:49:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7031,2711,'lcaadmin','laradasciences@gmail.com','','','2024-06-13 21:18:17','2024-06-13 21:18:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7032,2712,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-14 14:38:39','2024-06-14 14:38:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7033,2712,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-14 14:38:39','2024-06-14 14:38:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7034,2713,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-14 22:11:58','2024-06-14 22:11:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7035,2713,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-14 22:11:58','2024-06-14 22:11:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7036,2714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-15 12:40:52','2024-06-15 12:40:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7037,2714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-15 12:40:52','2024-06-15 12:40:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7038,2715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-15 15:37:22','2024-06-15 15:37:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7039,2715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-15 15:37:22','2024-06-15 15:37:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7040,2716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-16 19:21:14','2024-06-16 19:21:14','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7041,2717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-17 20:33:20','2024-06-17 20:33:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7042,2717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-17 20:33:20','2024-06-17 20:33:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7043,2718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-17 21:12:57','2024-06-17 21:12:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7044,2718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-17 21:12:57','2024-06-17 21:12:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7045,2716,'lca_orders','orders@laradasciences.com','','','2024-06-18 04:41:56','2024-06-18 04:41:56','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7046,2714,'lca_orders','orders@laradasciences.com','','','2024-06-18 04:43:59','2024-06-18 04:43:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7047,2713,'lca_orders','orders@laradasciences.com','','','2024-06-18 04:44:55','2024-06-18 04:44:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7048,2715,'lca_orders','orders@laradasciences.com','','','2024-06-18 04:45:36','2024-06-18 04:45:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7049,2720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 06:29:49','2024-06-18 06:29:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7050,2720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 06:29:49','2024-06-18 06:29:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7051,2721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 14:50:37','2024-06-18 14:50:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7052,2721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 14:50:37','2024-06-18 14:50:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7053,2722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:10:17','2024-06-18 18:10:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7054,2722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:10:17','2024-06-18 18:10:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7055,2723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:19:25','2024-06-18 18:19:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7056,2723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:19:25','2024-06-18 18:19:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7057,2724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:32:55','2024-06-18 18:32:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7058,2724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:32:55','2024-06-18 18:32:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7059,2725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:47:20','2024-06-18 18:47:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7060,2725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-18 18:47:20','2024-06-18 18:47:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7061,2720,'lcaadmin','laradasciences@gmail.com','','','2024-06-18 19:30:58','2024-06-18 19:30:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7062,2721,'lcaadmin','laradasciences@gmail.com','','','2024-06-18 19:34:23','2024-06-18 19:34:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7063,2723,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 02:44:30','2024-06-19 02:44:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7064,2724,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 02:45:24','2024-06-19 02:45:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7065,2722,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 02:46:04','2024-06-19 02:46:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7066,2726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-19 15:07:11','2024-06-19 15:07:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7067,2726,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-19 15:07:11','2024-06-19 15:07:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7068,2718,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 16:20:17','2024-06-19 16:20:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7069,2717,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 16:21:26','2024-06-19 16:21:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7070,2725,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 16:22:31','2024-06-19 16:22:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7071,2712,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 23:24:51','2024-06-19 23:24:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7072,2726,'lcaadmin','laradasciences@gmail.com','','','2024-06-19 23:26:06','2024-06-19 23:26:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7073,2727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:19:08','2024-06-20 18:19:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7074,2727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:19:08','2024-06-20 18:19:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7075,2716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:21:01','2024-06-20 18:21:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7076,2716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:21:01','2024-06-20 18:21:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7077,2728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:54:50','2024-06-20 18:54:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7078,2728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 18:54:50','2024-06-20 18:54:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7079,2729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 19:52:00','2024-06-20 19:52:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7080,2729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-20 19:52:00','2024-06-20 19:52:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7081,2729,'lcaadmin','laradasciences@gmail.com','','','2024-06-21 03:59:51','2024-06-21 03:59:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7082,2716,'lcaadmin','laradasciences@gmail.com','','','2024-06-21 04:01:20','2024-06-21 04:01:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7083,2728,'lcaadmin','laradasciences@gmail.com','','','2024-06-21 04:02:38','2024-06-21 04:02:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7084,2727,'lcaadmin','laradasciences@gmail.com','','','2024-06-21 04:03:33','2024-06-21 04:03:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7085,2730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 17:09:19','2024-06-22 17:09:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7086,2730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 17:09:19','2024-06-22 17:09:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7087,2731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 19:43:13','2024-06-22 19:43:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7088,2731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 19:43:13','2024-06-22 19:43:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7089,2732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 20:55:43','2024-06-22 20:55:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7090,2732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-22 20:55:43','2024-06-22 20:55:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7091,2733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 15:15:09','2024-06-24 15:15:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7092,2733,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 15:15:09','2024-06-24 15:15:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7093,2735,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:21:48','2024-06-24 18:21:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7094,2735,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:21:48','2024-06-24 18:21:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7095,2736,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:26:57','2024-06-24 18:26:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7096,2736,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:26:57','2024-06-24 18:26:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7097,2737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:30:28','2024-06-24 18:30:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7098,2737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 18:30:28','2024-06-24 18:30:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7099,2738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 21:15:05','2024-06-24 21:15:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7100,2738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 21:15:05','2024-06-24 21:15:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7101,2739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 22:24:05','2024-06-24 22:24:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7102,2739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-24 22:24:05','2024-06-24 22:24:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7103,2740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-25 18:46:45','2024-06-25 18:46:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7104,2740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-25 18:46:45','2024-06-25 18:46:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7105,2741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-25 20:24:34','2024-06-25 20:24:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7106,2741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-25 20:24:35','2024-06-25 20:24:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7107,2730,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:49:46','2024-06-26 01:49:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7108,2731,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:50:21','2024-06-26 01:50:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7109,2732,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:51:14','2024-06-26 01:51:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7110,2733,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:55:03','2024-06-26 01:55:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7111,2736,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:55:33','2024-06-26 01:55:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7112,2735,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:56:06','2024-06-26 01:56:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7113,2737,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:56:44','2024-06-26 01:56:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7114,2739,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:57:09','2024-06-26 01:57:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7115,2738,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:57:49','2024-06-26 01:57:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7116,2740,'lcaadmin','laradasciences@gmail.com','','','2024-06-26 01:59:07','2024-06-26 01:59:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7117,2742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-26 18:29:24','2024-06-26 18:29:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7118,2742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-26 18:29:24','2024-06-26 18:29:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7119,2743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-27 05:46:42','2024-06-27 05:46:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7120,2743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-27 05:46:42','2024-06-27 05:46:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7121,2744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-27 16:53:10','2024-06-27 16:53:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7122,2744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-27 16:53:10','2024-06-27 16:53:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7123,2744,'lcaadmin','laradasciences@gmail.com','','','2024-06-27 19:05:56','2024-06-27 19:05:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7124,2743,'lcaadmin','laradasciences@gmail.com','','','2024-06-27 19:06:55','2024-06-27 19:06:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7125,2742,'lcaadmin','laradasciences@gmail.com','','','2024-06-27 19:07:37','2024-06-27 19:07:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7126,2741,'lcaadmin','laradasciences@gmail.com','','','2024-06-27 19:08:20','2024-06-27 19:08:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7127,2745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 15:10:26','2024-06-28 15:10:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7128,2745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 15:10:26','2024-06-28 15:10:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7129,2746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 18:23:33','2024-06-28 18:23:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7130,2746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 18:23:33','2024-06-28 18:23:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7131,2747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 20:13:52','2024-06-28 20:13:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7132,2747,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 20:13:52','2024-06-28 20:13:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7133,2748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 21:24:08','2024-06-28 21:24:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7134,2748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-28 21:24:08','2024-06-28 21:24:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7135,2749,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-29 09:05:05','2024-06-29 09:05:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7136,2749,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-29 09:05:05','2024-06-29 09:05:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7137,2750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-29 17:56:26','2024-06-29 17:56:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7138,2750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-29 17:56:26','2024-06-29 17:56:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7139,2751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-30 00:24:17','2024-06-30 00:24:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7140,2751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-06-30 00:24:17','2024-06-30 00:24:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7141,2734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-01 21:39:46','2024-07-01 21:39:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7142,2734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-01 21:39:46','2024-07-01 21:39:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7143,2745,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:49:49','2024-07-02 03:49:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7144,2747,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:50:54','2024-07-02 03:50:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7145,2748,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:52:00','2024-07-02 03:52:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7146,2746,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:52:22','2024-07-02 03:52:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7147,2750,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:52:54','2024-07-02 03:52:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7148,2749,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 03:53:39','2024-07-02 03:53:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7149,2751,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 21:10:25','2024-07-02 21:10:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7150,2734,'lcaadmin','laradasciences@gmail.com','','','2024-07-02 21:10:46','2024-07-02 21:10:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7151,2752,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-04 07:49:10','2024-07-04 07:49:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7152,2752,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-04 07:49:10','2024-07-04 07:49:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7153,2753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-07 16:36:30','2024-07-07 16:36:30','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7154,2754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-07 21:01:35','2024-07-07 21:01:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7155,2754,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-07 21:01:35','2024-07-07 21:01:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7156,2755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 01:49:19','2024-07-08 01:49:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7157,2755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 01:49:20','2024-07-08 01:49:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7158,2756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 13:37:44','2024-07-08 13:37:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7159,2756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 13:37:44','2024-07-08 13:37:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7160,2753,'lcaadmin','laradasciences@gmail.com','','','2024-07-08 17:57:09','2024-07-08 17:57:09','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7161,2753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 19:08:05','2024-07-08 19:08:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7162,2753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 19:08:05','2024-07-08 19:08:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7163,2757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 20:38:31','2024-07-08 20:38:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7164,2757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-08 20:38:31','2024-07-08 20:38:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7165,2758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:16:44','2024-07-09 16:16:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7166,2758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:16:44','2024-07-09 16:16:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7167,2759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:24:03','2024-07-09 16:24:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7168,2759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:24:03','2024-07-09 16:24:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7169,2760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:34:55','2024-07-09 16:34:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7170,2760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 16:34:55','2024-07-09 16:34:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7171,2761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 20:12:55','2024-07-09 20:12:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7172,2761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-09 20:12:55','2024-07-09 20:12:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7173,2762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 01:01:04','2024-07-10 01:01:04','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7174,2763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 01:03:29','2024-07-10 01:03:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7175,2763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 01:03:29','2024-07-10 01:03:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7176,2764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 21:51:45','2024-07-10 21:51:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7177,2764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 21:51:45','2024-07-10 21:51:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7178,2765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 22:04:37','2024-07-10 22:04:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7179,2765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-10 22:04:37','2024-07-10 22:04:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7180,2752,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 00:21:15','2024-07-11 00:21:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7181,2754,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:20:26','2024-07-11 02:20:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7182,2755,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:23:03','2024-07-11 02:23:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7183,2756,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:33:28','2024-07-11 02:33:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7184,2753,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:33:59','2024-07-11 02:33:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7185,2757,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:35:30','2024-07-11 02:35:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7186,2758,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:37:42','2024-07-11 02:37:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7187,2759,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:38:17','2024-07-11 02:38:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7188,2760,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:38:49','2024-07-11 02:38:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7189,2761,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:39:40','2024-07-11 02:39:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7190,2763,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 02:40:40','2024-07-11 02:40:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7191,2766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-11 12:45:39','2024-07-11 12:45:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7192,2766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-11 12:45:39','2024-07-11 12:45:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7193,2767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-11 18:06:22','2024-07-11 18:06:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7194,2767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-11 18:06:22','2024-07-11 18:06:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7195,2766,'lcaadmin','laradasciences@gmail.com','','','2024-07-11 18:16:25','2024-07-11 18:16:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7196,2768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-11 21:54:19','2024-07-11 21:54:19','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7197,2770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 04:58:05','2024-07-12 04:58:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7198,2770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 04:58:05','2024-07-12 04:58:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7199,2764,'lcaadmin','laradasciences@gmail.com','','','2024-07-12 18:02:10','2024-07-12 18:02:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7200,2767,'lcaadmin','laradasciences@gmail.com','','','2024-07-12 18:03:35','2024-07-12 18:03:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7201,2765,'lcaadmin','laradasciences@gmail.com','','','2024-07-12 18:04:24','2024-07-12 18:04:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7202,2770,'lcaadmin','laradasciences@gmail.com','','','2024-07-12 18:07:44','2024-07-12 18:07:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7203,2771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 20:02:28','2024-07-12 20:02:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7204,2771,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 20:02:28','2024-07-12 20:02:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7205,2772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 21:08:02','2024-07-12 21:08:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7206,2772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-12 21:08:02','2024-07-12 21:08:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7207,2773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-14 20:38:13','2024-07-14 20:38:13','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7208,2774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-15 05:36:38','2024-07-15 05:36:38','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7209,2775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-15 11:04:29','2024-07-15 11:04:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7210,2775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-15 11:04:29','2024-07-15 11:04:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7211,2774,'lcaadmin','laradasciences@gmail.com','','','2024-07-15 16:10:52','2024-07-15 16:10:52','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7212,2773,'lcaadmin','laradasciences@gmail.com','','','2024-07-15 16:10:57','2024-07-15 16:10:57','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7213,2768,'lcaadmin','laradasciences@gmail.com','','','2024-07-15 16:14:13','2024-07-15 16:14:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7214,2773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 14:20:15','2024-07-16 14:20:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7215,2773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 14:20:15','2024-07-16 14:20:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7216,2775,'lcaadmin','laradasciences@gmail.com','','','2024-07-16 16:31:25','2024-07-16 16:31:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7217,2772,'lcaadmin','laradasciences@gmail.com','','','2024-07-16 18:55:42','2024-07-16 18:55:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7218,2771,'lcaadmin','laradasciences@gmail.com','','','2024-07-16 18:57:03','2024-07-16 18:57:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7219,2779,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 19:07:58','2024-07-16 19:07:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7220,2779,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 19:07:58','2024-07-16 19:07:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7221,2780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:04:25','2024-07-16 21:04:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7222,2780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:04:25','2024-07-16 21:04:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7223,2774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:11:09','2024-07-16 21:11:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7224,2774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:11:09','2024-07-16 21:11:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7225,2781,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:15:21','2024-07-16 21:15:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7226,2781,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:15:21','2024-07-16 21:15:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7227,2782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:23:16','2024-07-16 21:23:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7228,2782,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 21:23:16','2024-07-16 21:23:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7229,2783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 23:59:45','2024-07-16 23:59:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7230,2783,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-16 23:59:45','2024-07-16 23:59:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7231,2773,'lcaadmin','laradasciences@gmail.com','','','2024-07-17 15:37:03','2024-07-17 15:37:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7232,2784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-17 18:23:26','2024-07-17 18:23:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7233,2784,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-17 18:23:26','2024-07-17 18:23:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7234,2768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-17 23:01:31','2024-07-17 23:01:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7235,2768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-17 23:01:31','2024-07-17 23:01:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7236,2779,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:37:43','2024-07-18 04:37:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7237,2780,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:38:49','2024-07-18 04:38:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7238,2783,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:40:46','2024-07-18 04:40:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7239,2781,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:43:57','2024-07-18 04:43:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7240,2782,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:44:58','2024-07-18 04:44:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7241,2784,'lcaadmin','laradasciences@gmail.com','','','2024-07-18 04:46:51','2024-07-18 04:46:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7242,2785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-18 17:36:08','2024-07-18 17:36:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7243,2785,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-18 17:36:08','2024-07-18 17:36:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7244,2787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 00:30:41','2024-07-19 00:30:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7245,2787,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 00:30:41','2024-07-19 00:30:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7246,2788,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 14:41:23','2024-07-19 14:41:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7247,2788,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 14:41:24','2024-07-19 14:41:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7248,2789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 17:24:36','2024-07-19 17:24:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7249,2789,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 17:24:36','2024-07-19 17:24:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7250,2768,'lcaadmin','laradasciences@gmail.com','','','2024-07-19 19:19:47','2024-07-19 19:19:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7251,2785,'lcaadmin','laradasciences@gmail.com','','','2024-07-19 19:20:27','2024-07-19 19:20:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7252,2774,'lcaadmin','laradasciences@gmail.com','','','2024-07-19 19:21:14','2024-07-19 19:21:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7253,2787,'lcaadmin','laradasciences@gmail.com','','','2024-07-19 19:21:41','2024-07-19 19:21:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7254,2788,'lcaadmin','laradasciences@gmail.com','','','2024-07-19 19:22:37','2024-07-19 19:22:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7255,2790,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 19:51:59','2024-07-19 19:51:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7256,2790,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 19:51:59','2024-07-19 19:51:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7257,2791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 19:54:45','2024-07-19 19:54:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7258,2791,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-19 19:54:45','2024-07-19 19:54:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7259,2789,'lcaadmin','laradasciences@gmail.com','','','2024-07-20 02:20:59','2024-07-20 02:20:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7260,2790,'lcaadmin','laradasciences@gmail.com','','','2024-07-20 02:21:28','2024-07-20 02:21:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7261,2791,'lcaadmin','laradasciences@gmail.com','','','2024-07-20 02:21:53','2024-07-20 02:21:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7262,2792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-21 14:12:06','2024-07-21 14:12:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7263,2792,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-21 14:12:06','2024-07-21 14:12:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7264,2793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 12:49:57','2024-07-22 12:49:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7265,2793,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 12:49:57','2024-07-22 12:49:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7266,2794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 13:07:43','2024-07-22 13:07:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7267,2794,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 13:07:43','2024-07-22 13:07:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7268,2795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 13:47:40','2024-07-22 13:47:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7269,2795,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 13:47:40','2024-07-22 13:47:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7270,2796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 15:51:26','2024-07-22 15:51:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7271,2796,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 15:51:26','2024-07-22 15:51:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7272,2797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 20:43:30','2024-07-22 20:43:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7273,2797,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 20:43:30','2024-07-22 20:43:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7274,2798,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 20:52:08','2024-07-22 20:52:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7275,2798,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-22 20:52:09','2024-07-22 20:52:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7276,2795,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 15:49:10','2024-07-23 15:49:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7277,2796,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 15:50:00','2024-07-23 15:50:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7278,2794,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 15:50:47','2024-07-23 15:50:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7279,2792,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 15:52:13','2024-07-23 15:52:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7280,2798,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 18:19:08','2024-07-23 18:19:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7281,2797,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 18:20:43','2024-07-23 18:20:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7282,2793,'lcaadmin','laradasciences@gmail.com','','','2024-07-23 20:52:15','2024-07-23 20:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7283,2804,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 21:58:42','2024-07-23 21:58:42','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7284,2805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:00:12','2024-07-23 22:00:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7285,2805,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:00:12','2024-07-23 22:00:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7286,2806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:19:22','2024-07-23 22:19:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7287,2806,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:19:22','2024-07-23 22:19:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7288,2807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:38:15','2024-07-23 22:38:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7289,2807,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-23 22:38:15','2024-07-23 22:38:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7290,2808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 00:05:33','2024-07-24 00:05:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7291,2808,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 00:05:33','2024-07-24 00:05:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7292,2806,'lcaadmin','laradasciences@gmail.com','','','2024-07-24 16:50:21','2024-07-24 16:50:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7293,2805,'lcaadmin','laradasciences@gmail.com','','','2024-07-24 16:51:11','2024-07-24 16:51:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7294,2808,'lcaadmin','laradasciences@gmail.com','','','2024-07-24 18:57:01','2024-07-24 18:57:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7295,2807,'lcaadmin','laradasciences@gmail.com','','','2024-07-24 18:58:06','2024-07-24 18:58:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7296,2809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 21:36:20','2024-07-24 21:36:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7297,2809,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 21:36:20','2024-07-24 21:36:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7298,2810,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 21:39:16','2024-07-24 21:39:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7299,2810,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-24 21:39:16','2024-07-24 21:39:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7300,2811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-25 19:28:36','2024-07-25 19:28:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7301,2811,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-25 19:28:36','2024-07-25 19:28:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7302,2812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-25 20:27:00','2024-07-25 20:27:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7303,2812,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-25 20:27:00','2024-07-25 20:27:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7304,2810,'lcaadmin','laradasciences@gmail.com','','','2024-07-25 21:03:37','2024-07-25 21:03:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7305,2811,'lcaadmin','laradasciences@gmail.com','','','2024-07-26 00:05:07','2024-07-26 00:05:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7306,2812,'lcaadmin','laradasciences@gmail.com','','','2024-07-26 19:38:40','2024-07-26 19:38:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7307,2813,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-29 15:32:25','2024-07-29 15:32:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7308,2813,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-29 15:32:25','2024-07-29 15:32:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7309,2814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-29 16:59:52','2024-07-29 16:59:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7310,2814,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-29 16:59:52','2024-07-29 16:59:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7311,2809,'lcaadmin','laradasciences@gmail.com','','','2024-07-29 18:00:43','2024-07-29 18:00:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7312,2813,'lcaadmin','laradasciences@gmail.com','','','2024-07-29 18:13:12','2024-07-29 18:13:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7313,2815,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-30 18:07:22','2024-07-30 18:07:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7314,2815,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-30 18:07:22','2024-07-30 18:07:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7315,2815,'lcaadmin','laradasciences@gmail.com','','','2024-07-30 22:21:33','2024-07-30 22:21:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7316,2814,'lcaadmin','laradasciences@gmail.com','','','2024-07-30 22:22:15','2024-07-30 22:22:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7317,2816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-31 21:01:21','2024-07-31 21:01:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7318,2816,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-07-31 21:01:21','2024-07-31 21:01:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7319,2817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 06:31:33','2024-08-01 06:31:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7320,2817,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 06:31:33','2024-08-01 06:31:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7321,2818,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 13:26:01','2024-08-01 13:26:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7322,2818,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 13:26:01','2024-08-01 13:26:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7323,2819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 15:19:06','2024-08-01 15:19:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7324,2819,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-01 15:19:06','2024-08-01 15:19:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7325,2818,'lcaadmin','laradasciences@gmail.com','','','2024-08-02 14:05:25','2024-08-02 14:05:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7326,2819,'lcaadmin','laradasciences@gmail.com','','','2024-08-02 14:05:55','2024-08-02 14:05:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7327,2817,'lcaadmin','laradasciences@gmail.com','','','2024-08-02 14:06:33','2024-08-02 14:06:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7328,2816,'lcaadmin','laradasciences@gmail.com','','','2024-08-02 14:06:44','2024-08-02 14:06:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7329,2838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-02 21:36:50','2024-08-02 21:36:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7330,2838,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-02 21:36:50','2024-08-02 21:36:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7331,2839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-02 23:27:02','2024-08-02 23:27:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7332,2839,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-02 23:27:02','2024-08-02 23:27:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7333,2840,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-03 13:40:41','2024-08-03 13:40:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7334,2840,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-03 13:40:41','2024-08-03 13:40:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7335,2841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-05 15:14:08','2024-08-05 15:14:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7336,2841,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-05 15:14:08','2024-08-05 15:14:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7337,2839,'lcaadmin','laradasciences@gmail.com','','','2024-08-05 17:06:20','2024-08-05 17:06:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7338,2838,'lcaadmin','laradasciences@gmail.com','','','2024-08-05 17:12:50','2024-08-05 17:12:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7339,2840,'lcaadmin','laradasciences@gmail.com','','','2024-08-05 17:13:36','2024-08-05 17:13:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7340,2843,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-05 21:48:34','2024-08-05 21:48:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7341,2843,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-05 21:48:34','2024-08-05 21:48:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7342,2841,'lcaadmin','laradasciences@gmail.com','','','2024-08-05 23:07:50','2024-08-05 23:07:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7343,2844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-06 19:06:21','2024-08-06 19:06:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7344,2844,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-06 19:06:21','2024-08-06 19:06:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7345,2845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-07 04:34:35','2024-08-07 04:34:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7346,2845,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-07 04:34:35','2024-08-07 04:34:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7347,2845,'lcaadmin','laradasciences@gmail.com','','','2024-08-07 22:13:39','2024-08-07 22:13:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7348,2844,'lcaadmin','laradasciences@gmail.com','','','2024-08-07 22:17:02','2024-08-07 22:17:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7349,2843,'lcaadmin','laradasciences@gmail.com','','','2024-08-07 22:18:55','2024-08-07 22:18:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7350,2846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 15:53:36','2024-08-08 15:53:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7351,2846,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 15:53:36','2024-08-08 15:53:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7352,2847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 16:12:29','2024-08-08 16:12:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7353,2847,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 16:12:29','2024-08-08 16:12:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7354,2848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 17:54:28','2024-08-08 17:54:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7355,2848,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-08 17:54:28','2024-08-08 17:54:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7356,2856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-09 15:18:37','2024-08-09 15:18:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7357,2856,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-09 15:18:37','2024-08-09 15:18:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7358,2857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-09 20:15:34','2024-08-09 20:15:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7359,2857,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-09 20:15:34','2024-08-09 20:15:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7360,2858,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-11 14:33:56','2024-08-11 14:33:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7361,2858,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-11 14:33:56','2024-08-11 14:33:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7362,2859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-11 21:16:18','2024-08-11 21:16:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7363,2859,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-11 21:16:18','2024-08-11 21:16:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7364,2848,'lcaadmin','laradasciences@gmail.com','','','2024-08-12 12:15:38','2024-08-12 12:15:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7365,2847,'lcaadmin','laradasciences@gmail.com','','','2024-08-12 12:16:49','2024-08-12 12:16:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7366,2846,'lcaadmin','laradasciences@gmail.com','','','2024-08-12 12:17:43','2024-08-12 12:17:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7367,2860,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-12 17:21:28','2024-08-12 17:21:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7368,2860,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-12 17:21:28','2024-08-12 17:21:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7369,2857,'lcaadmin','laradasciences@gmail.com','','','2024-08-13 03:01:46','2024-08-13 03:01:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7370,2858,'lcaadmin','laradasciences@gmail.com','','','2024-08-13 03:02:21','2024-08-13 03:02:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7371,2859,'lcaadmin','laradasciences@gmail.com','','','2024-08-13 03:09:13','2024-08-13 03:09:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7372,2861,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 14:17:58','2024-08-13 14:17:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7373,2861,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 14:17:58','2024-08-13 14:17:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7374,2862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 14:22:09','2024-08-13 14:22:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7375,2862,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 14:22:09','2024-08-13 14:22:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7376,2863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 15:01:47','2024-08-13 15:01:47','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7377,2863,'lcaadmin','laradasciences@gmail.com','','','2024-08-13 17:31:59','2024-08-13 17:31:59','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7378,2864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 17:35:38','2024-08-13 17:35:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7379,2864,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-13 17:35:38','2024-08-13 17:35:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7380,2860,'lcaadmin','laradasciences@gmail.com','','','2024-08-13 17:36:50','2024-08-13 17:36:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7381,2856,'lcaadmin','laradasciences@gmail.com','','','2024-08-14 13:27:34','2024-08-14 13:27:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7382,2861,'lcaadmin','laradasciences@gmail.com','','','2024-08-14 13:28:40','2024-08-14 13:28:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7383,2862,'lcaadmin','laradasciences@gmail.com','','','2024-08-14 13:29:14','2024-08-14 13:29:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7384,2865,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-14 17:52:26','2024-08-14 17:52:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7385,2865,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-14 17:52:26','2024-08-14 17:52:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7386,2866,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-14 21:12:32','2024-08-14 21:12:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7387,2866,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-14 21:12:32','2024-08-14 21:12:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7388,2865,'lcaadmin','laradasciences@gmail.com','','','2024-08-14 22:30:40','2024-08-14 22:30:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7389,2864,'lcaadmin','laradasciences@gmail.com','','','2024-08-14 22:31:39','2024-08-14 22:31:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7390,2867,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-15 22:29:46','2024-08-15 22:29:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7391,2867,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-15 22:29:47','2024-08-15 22:29:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7392,2868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 00:26:19','2024-08-16 00:26:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7393,2868,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 00:26:19','2024-08-16 00:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7394,2866,'lcaadmin','laradasciences@gmail.com','','','2024-08-16 13:41:22','2024-08-16 13:41:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7395,2869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 17:18:07','2024-08-16 17:18:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7396,2869,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 17:18:07','2024-08-16 17:18:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7397,2870,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 18:01:05','2024-08-16 18:01:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7398,2870,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 18:01:05','2024-08-16 18:01:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7399,2871,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 23:12:37','2024-08-16 23:12:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7400,2871,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-16 23:12:37','2024-08-16 23:12:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7401,2870,'lcaadmin','laradasciences@gmail.com','','','2024-08-17 01:34:34','2024-08-17 01:34:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7402,2869,'lcaadmin','laradasciences@gmail.com','','','2024-08-17 01:35:11','2024-08-17 01:35:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7403,2868,'lcaadmin','laradasciences@gmail.com','','','2024-08-17 01:36:20','2024-08-17 01:36:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7404,2867,'lcaadmin','laradasciences@gmail.com','','','2024-08-17 01:37:51','2024-08-17 01:37:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7405,2863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-17 18:43:57','2024-08-17 18:43:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7406,2863,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-17 18:43:57','2024-08-17 18:43:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7407,2873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:18:16','2024-08-18 14:18:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7408,2873,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:18:16','2024-08-18 14:18:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7409,2874,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:25:39','2024-08-18 14:25:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7410,2874,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:25:39','2024-08-18 14:25:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7411,2875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:30:31','2024-08-18 14:30:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7412,2875,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 14:30:31','2024-08-18 14:30:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7413,2876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 21:42:28','2024-08-18 21:42:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7414,2876,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 21:42:28','2024-08-18 21:42:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7415,2877,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 22:07:11','2024-08-18 22:07:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7416,2877,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-18 22:07:11','2024-08-18 22:07:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7417,2878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-19 01:30:38','2024-08-19 01:30:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7418,2878,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-19 01:30:38','2024-08-19 01:30:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7419,2879,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-19 01:33:21','2024-08-19 01:33:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7420,2879,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-19 01:33:21','2024-08-19 01:33:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7421,2871,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 18:28:21','2024-08-19 18:28:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7422,2863,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 19:59:37','2024-08-19 19:59:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7423,2877,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 20:01:49','2024-08-19 20:01:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7424,2873,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 20:02:36','2024-08-19 20:02:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7425,2876,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 20:03:10','2024-08-19 20:03:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7426,2874,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 23:08:59','2024-08-19 23:08:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7427,2875,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 23:10:06','2024-08-19 23:10:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7428,2879,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 23:11:37','2024-08-19 23:11:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7429,2878,'lcaadmin','laradasciences@gmail.com','','','2024-08-19 23:12:08','2024-08-19 23:12:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7430,2880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-20 22:32:16','2024-08-20 22:32:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7431,2880,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-20 22:32:16','2024-08-20 22:32:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7432,2881,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 16:40:35','2024-08-21 16:40:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7433,2881,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 16:40:35','2024-08-21 16:40:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7434,2882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 17:26:41','2024-08-21 17:26:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7435,2882,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 17:26:41','2024-08-21 17:26:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7436,2883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 22:39:03','2024-08-21 22:39:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7437,2883,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-21 22:39:03','2024-08-21 22:39:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7438,2882,'lcaadmin','laradasciences@gmail.com','','','2024-08-22 20:12:36','2024-08-22 20:12:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7439,2886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-22 20:56:52','2024-08-22 20:56:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7440,2886,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-22 20:56:52','2024-08-22 20:56:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7441,2887,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 02:49:41','2024-08-23 02:49:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7442,2887,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 02:49:41','2024-08-23 02:49:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7443,2888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 03:29:01','2024-08-23 03:29:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7444,2888,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 03:29:01','2024-08-23 03:29:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7445,2883,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 19:57:28','2024-08-23 19:57:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7446,2881,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 19:59:11','2024-08-23 19:59:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7447,2880,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 20:00:12','2024-08-23 20:00:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7448,2887,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 20:02:00','2024-08-23 20:02:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7449,2888,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 20:05:30','2024-08-23 20:05:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7450,2886,'lcaadmin','laradasciences@gmail.com','','','2024-08-23 21:11:47','2024-08-23 21:11:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7451,2889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 22:05:13','2024-08-23 22:05:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7452,2889,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-23 22:05:13','2024-08-23 22:05:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7453,2890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-25 12:53:48','2024-08-25 12:53:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7454,2890,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-25 12:53:48','2024-08-25 12:53:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7455,2891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 00:47:25','2024-08-26 00:47:25','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7456,2891,'lcaadmin','laradasciences@gmail.com','','','2024-08-26 15:47:31','2024-08-26 15:47:31','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7457,2893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 16:27:12','2024-08-26 16:27:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7458,2893,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 16:27:12','2024-08-26 16:27:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7459,2889,'lcaadmin','laradasciences@gmail.com','','','2024-08-26 20:56:51','2024-08-26 20:56:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7460,2890,'lcaadmin','laradasciences@gmail.com','','','2024-08-26 20:58:24','2024-08-26 20:58:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7461,2894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 21:34:30','2024-08-26 21:34:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7462,2894,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 21:34:30','2024-08-26 21:34:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7463,2895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 21:51:37','2024-08-26 21:51:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7464,2895,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-26 21:51:37','2024-08-26 21:51:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7465,2896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-27 00:04:39','2024-08-27 00:04:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7466,2896,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-27 00:04:39','2024-08-27 00:04:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7467,2891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-27 20:04:59','2024-08-27 20:04:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7468,2891,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-27 20:04:59','2024-08-27 20:04:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7469,2897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 13:10:46','2024-08-28 13:10:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7470,2897,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 13:10:46','2024-08-28 13:10:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7471,2898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 15:49:54','2024-08-28 15:49:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7472,2898,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 15:49:54','2024-08-28 15:49:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7473,2894,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 15:51:26','2024-08-28 15:51:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7474,2895,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 15:53:43','2024-08-28 15:53:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7475,2896,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 16:05:59','2024-08-28 16:05:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7476,2893,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 16:20:55','2024-08-28 16:20:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7477,2891,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 16:26:13','2024-08-28 16:26:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7478,2899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 17:43:35','2024-08-28 17:43:35','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7479,2900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-28 18:24:37','2024-08-28 18:24:37','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7480,2899,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 20:41:35','2024-08-28 20:41:35','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7481,2897,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 20:49:57','2024-08-28 20:49:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7482,2898,'lcaadmin','laradasciences@gmail.com','','','2024-08-28 20:50:50','2024-08-28 20:50:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7483,2900,'lcaadmin','laradasciences@gmail.com','','','2024-08-29 16:24:26','2024-08-29 16:24:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7484,2901,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-29 16:37:32','2024-08-29 16:37:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7485,2901,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-29 16:37:32','2024-08-29 16:37:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7486,2902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-29 20:30:26','2024-08-29 20:30:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7487,2902,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-29 20:30:26','2024-08-29 20:30:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7488,2902,'lcaadmin','laradasciences@gmail.com','','','2024-08-30 16:28:12','2024-08-30 16:28:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7489,2901,'lcaadmin','laradasciences@gmail.com','','','2024-08-30 16:29:28','2024-08-30 16:29:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7490,2903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 16:42:42','2024-08-30 16:42:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7491,2903,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 16:42:42','2024-08-30 16:42:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7492,2904,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 17:43:55','2024-08-30 17:43:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7493,2904,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 17:43:55','2024-08-30 17:43:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7494,2905,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 18:45:58','2024-08-30 18:45:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7495,2905,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-30 18:45:58','2024-08-30 18:45:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7496,2900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-31 18:29:34','2024-08-31 18:29:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7497,2900,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-31 18:29:34','2024-08-31 18:29:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7498,2899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-31 18:33:02','2024-08-31 18:33:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7499,2899,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-08-31 18:33:02','2024-08-31 18:33:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7500,2906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-02 14:57:30','2024-09-02 14:57:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7501,2906,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-02 14:57:30','2024-09-02 14:57:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7502,2907,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-03 15:20:36','2024-09-03 15:20:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7503,2907,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-03 15:20:36','2024-09-03 15:20:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7504,2908,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-03 16:41:38','2024-09-03 16:41:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7505,2908,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-03 16:41:38','2024-09-03 16:41:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7506,2905,'lcaadmin','laradasciences@gmail.com','','','2024-09-03 20:38:01','2024-09-03 20:38:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7507,2904,'lcaadmin','laradasciences@gmail.com','','','2024-09-03 20:39:26','2024-09-03 20:39:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7508,2903,'lcaadmin','laradasciences@gmail.com','','','2024-09-03 20:45:37','2024-09-03 20:45:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7509,2911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 16:31:47','2024-09-04 16:31:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7510,2911,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 16:31:48','2024-09-04 16:31:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7511,2912,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 16:39:11','2024-09-04 16:39:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7512,2912,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 16:39:11','2024-09-04 16:39:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7513,2913,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 18:32:53','2024-09-04 18:32:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7514,2913,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-04 18:32:53','2024-09-04 18:32:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7515,2913,'lcaadmin','laradasciences@gmail.com','','','2024-09-05 19:40:43','2024-09-05 19:40:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7516,2911,'lcaadmin','laradasciences@gmail.com','','','2024-09-05 19:40:59','2024-09-05 19:40:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7517,2914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-05 22:12:14','2024-09-05 22:12:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7518,2914,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-05 22:12:15','2024-09-05 22:12:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7519,2915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-06 15:46:03','2024-09-06 15:46:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7520,2915,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-06 15:46:03','2024-09-06 15:46:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7521,2916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-07 16:32:15','2024-09-07 16:32:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7522,2916,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-07 16:32:15','2024-09-07 16:32:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7523,2917,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-09 13:47:04','2024-09-09 13:47:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7524,2917,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-09 13:47:04','2024-09-09 13:47:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7525,2899,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:11:44','2024-09-09 17:11:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7526,2900,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:12:28','2024-09-09 17:12:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7527,2906,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:13:34','2024-09-09 17:13:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7528,2907,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:14:27','2024-09-09 17:14:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7529,2908,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:16:19','2024-09-09 17:16:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7530,2912,'lcaadmin','laradasciences@gmail.com','','','2024-09-09 17:17:35','2024-09-09 17:17:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7531,2918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-10 06:02:13','2024-09-10 06:02:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7532,2918,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-10 06:02:13','2024-09-10 06:02:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7533,2919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-10 18:20:01','2024-09-10 18:20:01','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7534,2920,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-10 20:46:09','2024-09-10 20:46:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7535,2920,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-10 20:46:09','2024-09-10 20:46:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7536,2914,'lcaadmin','laradasciences@gmail.com','','','2024-09-10 23:41:00','2024-09-10 23:41:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7537,2916,'lcaadmin','laradasciences@gmail.com','','','2024-09-10 23:42:04','2024-09-10 23:42:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7538,2915,'lcaadmin','laradasciences@gmail.com','','','2024-09-10 23:42:10','2024-09-10 23:42:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7539,2917,'lcaadmin','laradasciences@gmail.com','','','2024-09-10 23:42:37','2024-09-10 23:42:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7540,2919,'lcaadmin','laradasciences@gmail.com','','','2024-09-10 23:43:00','2024-09-10 23:43:00','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7541,2920,'lcaadmin','laradasciences@gmail.com','','','2024-09-11 18:16:10','2024-09-11 18:16:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7542,2918,'lcaadmin','laradasciences@gmail.com','','','2024-09-11 19:00:32','2024-09-11 19:00:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7543,2919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-11 21:19:20','2024-09-11 21:19:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7544,2919,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-11 21:19:20','2024-09-11 21:19:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7545,2922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-11 23:05:07','2024-09-11 23:05:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7546,2922,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-11 23:05:07','2024-09-11 23:05:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7547,2924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-12 17:17:38','2024-09-12 17:17:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7548,2924,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-12 17:17:38','2024-09-12 17:17:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7549,2925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-12 21:22:25','2024-09-12 21:22:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7550,2925,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-12 21:22:25','2024-09-12 21:22:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7551,2926,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-13 18:32:18','2024-09-13 18:32:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7552,2926,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-13 18:32:18','2024-09-13 18:32:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7553,2927,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-13 18:52:17','2024-09-13 18:52:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7554,2927,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-13 18:52:17','2024-09-13 18:52:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7555,2919,'lcaadmin','laradasciences@gmail.com','','','2024-09-13 21:00:21','2024-09-13 21:00:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7556,2922,'lcaadmin','laradasciences@gmail.com','','','2024-09-13 21:01:02','2024-09-13 21:01:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7557,2924,'lcaadmin','laradasciences@gmail.com','','','2024-09-13 21:02:41','2024-09-13 21:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7558,2925,'lcaadmin','laradasciences@gmail.com','','','2024-09-13 21:03:07','2024-09-13 21:03:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7559,2933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-14 02:11:20','2024-09-14 02:11:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7560,2933,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-14 02:11:20','2024-09-14 02:11:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7561,2934,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-14 18:31:46','2024-09-14 18:31:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7562,2934,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-14 18:31:46','2024-09-14 18:31:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7563,2935,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 15:27:09','2024-09-16 15:27:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7564,2935,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 15:27:09','2024-09-16 15:27:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7565,2936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 17:43:43','2024-09-16 17:43:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7566,2936,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 17:43:43','2024-09-16 17:43:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7567,2937,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 22:04:56','2024-09-16 22:04:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7568,2937,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-16 22:04:56','2024-09-16 22:04:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7569,2938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-17 13:32:01','2024-09-17 13:32:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7570,2938,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-17 13:32:01','2024-09-17 13:32:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7571,2939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-17 19:57:14','2024-09-17 19:57:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7572,2939,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-17 19:57:14','2024-09-17 19:57:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7573,2926,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 13:50:16','2024-09-18 13:50:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7574,2935,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 13:51:02','2024-09-18 13:51:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7575,2936,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 13:52:12','2024-09-18 13:52:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7576,2927,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:00:48','2024-09-18 19:00:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7577,2933,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:01:44','2024-09-18 19:01:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7578,2934,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:02:18','2024-09-18 19:02:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7579,2937,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:03:05','2024-09-18 19:03:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7580,2938,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:03:42','2024-09-18 19:03:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7581,2939,'lcaadmin','laradasciences@gmail.com','','','2024-09-18 19:03:58','2024-09-18 19:03:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7582,2940,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-18 21:11:04','2024-09-18 21:11:04','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7583,2941,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-18 21:14:55','2024-09-18 21:14:55','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7584,2942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-18 21:17:47','2024-09-18 21:17:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7585,2942,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-18 21:17:47','2024-09-18 21:17:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7586,2943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 11:51:31','2024-09-19 11:51:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7587,2943,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 11:51:31','2024-09-19 11:51:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7588,2944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 12:49:03','2024-09-19 12:49:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7589,2944,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 12:49:03','2024-09-19 12:49:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7590,2945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 16:47:06','2024-09-19 16:47:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7591,2945,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 16:47:06','2024-09-19 16:47:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7592,2942,'lcaadmin','laradasciences@gmail.com','','','2024-09-19 18:45:09','2024-09-19 18:45:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7593,2944,'lcaadmin','laradasciences@gmail.com','','','2024-09-19 18:51:11','2024-09-19 18:51:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7594,2943,'lcaadmin','laradasciences@gmail.com','','','2024-09-19 18:52:11','2024-09-19 18:52:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7595,2947,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 20:33:08','2024-09-19 20:33:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7596,2947,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-19 20:33:08','2024-09-19 20:33:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7597,2948,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-20 14:47:58','2024-09-20 14:47:58','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7598,2949,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-20 15:04:02','2024-09-20 15:04:02','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7599,2952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 13:37:13','2024-09-23 13:37:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7600,2952,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 13:37:13','2024-09-23 13:37:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7601,2953,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 14:14:58','2024-09-23 14:14:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7602,2953,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 14:14:58','2024-09-23 14:14:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7603,2954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 21:19:51','2024-09-23 21:19:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7604,2954,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 21:19:51','2024-09-23 21:19:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7605,2952,'lcaadmin','laradasciences@gmail.com','','','2024-09-23 22:01:10','2024-09-23 22:01:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7606,2953,'lcaadmin','laradasciences@gmail.com','','','2024-09-23 22:02:05','2024-09-23 22:02:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7607,2955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 22:06:38','2024-09-23 22:06:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7608,2955,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 22:06:38','2024-09-23 22:06:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7609,2956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 23:10:58','2024-09-23 23:10:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7610,2956,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-23 23:10:58','2024-09-23 23:10:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7611,2945,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:30:33','2024-09-24 18:30:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7612,2947,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:31:10','2024-09-24 18:31:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7613,2954,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:32:23','2024-09-24 18:32:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7614,2955,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:35:06','2024-09-24 18:35:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7615,2956,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:37:16','2024-09-24 18:37:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7616,2956,'lcaadmin','laradasciences@gmail.com','','','2024-09-24 18:39:43','2024-09-24 18:39:43','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(7617,2959,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 14:21:24','2024-09-26 14:21:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7618,2959,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 14:21:24','2024-09-26 14:21:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7619,2960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 15:47:04','2024-09-26 15:47:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7620,2960,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 15:47:04','2024-09-26 15:47:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7621,2961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 21:14:38','2024-09-26 21:14:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7622,2961,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-26 21:14:38','2024-09-26 21:14:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7623,2962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-27 02:46:35','2024-09-27 02:46:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7624,2962,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-27 02:46:35','2024-09-27 02:46:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7625,2960,'lcaadmin','laradasciences@gmail.com','','','2024-09-27 04:23:45','2024-09-27 04:23:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7626,2959,'lcaadmin','laradasciences@gmail.com','','','2024-09-27 04:24:47','2024-09-27 04:24:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7627,2964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-30 15:18:05','2024-09-30 15:18:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7628,2964,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-09-30 15:18:05','2024-09-30 15:18:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7629,2961,'lcaadmin','laradasciences@gmail.com','','','2024-09-30 20:35:38','2024-09-30 20:35:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7630,2962,'lcaadmin','laradasciences@gmail.com','','','2024-09-30 20:38:18','2024-09-30 20:38:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7631,2965,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-01 03:23:34','2024-10-01 03:23:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7632,2965,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-01 03:23:34','2024-10-01 03:23:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7633,2966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-01 14:40:24','2024-10-01 14:40:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7634,2966,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-01 14:40:24','2024-10-01 14:40:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7635,2964,'lcaadmin','laradasciences@gmail.com','','','2024-10-01 21:27:55','2024-10-01 21:27:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7636,2965,'lcaadmin','laradasciences@gmail.com','','','2024-10-01 21:29:51','2024-10-01 21:29:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7637,2966,'lcaadmin','laradasciences@gmail.com','','','2024-10-01 21:30:55','2024-10-01 21:30:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7638,2967,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-02 16:15:53','2024-10-02 16:15:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7639,2967,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-02 16:15:53','2024-10-02 16:15:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7640,2967,'lcaadmin','laradasciences@gmail.com','','','2024-10-02 22:19:52','2024-10-02 22:19:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7641,2968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-03 01:45:30','2024-10-03 01:45:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7642,2968,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-03 01:45:30','2024-10-03 01:45:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7643,2970,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-04 14:51:14','2024-10-04 14:51:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7644,2970,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-04 14:51:14','2024-10-04 14:51:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7645,2968,'lcaadmin','laradasciences@gmail.com','','','2024-10-04 22:45:33','2024-10-04 22:45:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7646,2970,'lcaadmin','laradasciences@gmail.com','','','2024-10-04 22:51:07','2024-10-04 22:51:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7647,2971,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 14:48:34','2024-10-05 14:48:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7648,2971,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 14:48:34','2024-10-05 14:48:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7649,2972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 19:14:59','2024-10-05 19:14:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7650,2972,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 19:14:59','2024-10-05 19:14:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7651,2973,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 22:23:15','2024-10-05 22:23:15','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7652,2974,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 22:27:34','2024-10-05 22:27:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7653,2974,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-05 22:27:34','2024-10-05 22:27:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7654,2975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-06 23:55:19','2024-10-06 23:55:19','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7655,2976,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 03:00:31','2024-10-07 03:00:31','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7656,2975,'lcaadmin','laradasciences@gmail.com','','','2024-10-07 16:22:02','2024-10-07 16:22:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7657,2976,'lcaadmin','laradasciences@gmail.com','','','2024-10-07 16:22:13','2024-10-07 16:22:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7658,2977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 17:08:59','2024-10-07 17:08:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7659,2977,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 17:08:59','2024-10-07 17:08:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7660,2978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 20:12:09','2024-10-07 20:12:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7661,2978,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 20:12:09','2024-10-07 20:12:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7662,2971,'lcaadmin','laradasciences@gmail.com','','','2024-10-07 20:37:45','2024-10-07 20:37:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7663,2980,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 21:31:59','2024-10-07 21:31:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7664,2980,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 21:31:59','2024-10-07 21:31:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7665,2976,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 21:38:31','2024-10-07 21:38:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7666,2976,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-07 21:38:31','2024-10-07 21:38:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7667,2975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-08 00:22:18','2024-10-08 00:22:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7668,2975,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-08 00:22:18','2024-10-08 00:22:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7669,2975,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:12:57','2024-10-10 00:12:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7670,2976,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:17:22','2024-10-10 00:17:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7671,2980,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:18:32','2024-10-10 00:18:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7672,2972,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:19:47','2024-10-10 00:19:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7673,2978,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:21:14','2024-10-10 00:21:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7674,2977,'lcaadmin','laradasciences@gmail.com','','','2024-10-10 00:24:04','2024-10-10 00:24:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7675,2982,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-11 03:27:21','2024-10-11 03:27:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7676,2982,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-11 03:27:21','2024-10-11 03:27:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7677,2974,'lcaadmin','laradasciences@gmail.com','','','2024-10-11 20:42:03','2024-10-11 20:42:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7678,2982,'lcaadmin','laradasciences@gmail.com','','','2024-10-11 20:44:54','2024-10-11 20:44:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7679,2981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-13 14:09:09','2024-10-13 14:09:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7680,2981,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-13 14:09:09','2024-10-13 14:09:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7681,2983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-13 18:04:28','2024-10-13 18:04:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7682,2983,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-13 18:04:28','2024-10-13 18:04:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7683,2984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 00:42:16','2024-10-14 00:42:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7684,2984,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 00:42:16','2024-10-14 00:42:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7685,2985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 18:40:12','2024-10-14 18:40:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7686,2985,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 18:40:13','2024-10-14 18:40:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7687,2986,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 19:05:23','2024-10-14 19:05:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7688,2986,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-14 19:05:23','2024-10-14 19:05:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7689,2987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 12:16:12','2024-10-15 12:16:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7690,2987,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 12:16:12','2024-10-15 12:16:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7691,2988,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 14:12:11','2024-10-15 14:12:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7692,2988,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 14:12:11','2024-10-15 14:12:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7693,2989,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 14:47:14','2024-10-15 14:47:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7694,2989,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 14:47:14','2024-10-15 14:47:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7695,2990,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 16:26:52','2024-10-15 16:26:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7696,2990,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 16:26:52','2024-10-15 16:26:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7697,2991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 18:06:13','2024-10-15 18:06:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7698,2991,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 18:06:13','2024-10-15 18:06:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7699,2992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 18:15:50','2024-10-15 18:15:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7700,2992,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 18:15:50','2024-10-15 18:15:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7701,2993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 19:07:57','2024-10-15 19:07:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7702,2993,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 19:07:57','2024-10-15 19:07:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7703,2994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 19:27:36','2024-10-15 19:27:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7704,2994,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 19:27:36','2024-10-15 19:27:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7705,2995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 23:55:59','2024-10-15 23:55:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7706,2995,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-15 23:55:59','2024-10-15 23:55:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7707,2983,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:36:20','2024-10-16 00:36:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7708,2981,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:36:54','2024-10-16 00:36:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7709,2984,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:38:46','2024-10-16 00:38:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7710,2985,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:44:14','2024-10-16 00:44:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7711,2986,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:44:47','2024-10-16 00:44:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7712,2988,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:45:36','2024-10-16 00:45:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7713,2989,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:46:19','2024-10-16 00:46:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7714,2987,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:47:29','2024-10-16 00:47:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7715,2990,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:49:02','2024-10-16 00:49:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7716,2992,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:49:35','2024-10-16 00:49:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7717,2991,'lcaadmin','laradasciences@gmail.com','','','2024-10-16 00:50:13','2024-10-16 00:50:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7718,2997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 03:05:58','2024-10-16 03:05:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7719,2997,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 03:05:58','2024-10-16 03:05:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7720,2998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 19:25:33','2024-10-16 19:25:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7721,2998,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 19:25:33','2024-10-16 19:25:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7722,2999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 20:46:36','2024-10-16 20:46:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7723,2999,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-16 20:46:36','2024-10-16 20:46:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7724,3000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 15:01:10','2024-10-17 15:01:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7725,3000,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 15:01:10','2024-10-17 15:01:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7726,2993,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:07:07','2024-10-17 16:07:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7727,2994,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:08:55','2024-10-17 16:08:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7728,2995,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:29:25','2024-10-17 16:29:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7729,2997,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:31:39','2024-10-17 16:31:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7730,3001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 16:49:09','2024-10-17 16:49:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7731,3001,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 16:49:09','2024-10-17 16:49:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7732,2998,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:51:23','2024-10-17 16:51:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7733,2999,'lcaadmin','laradasciences@gmail.com','','','2024-10-17 16:52:50','2024-10-17 16:52:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7734,3002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 17:49:38','2024-10-17 17:49:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7735,3002,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 17:49:38','2024-10-17 17:49:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7736,3003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-17 22:06:46','2024-10-17 22:06:46','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7737,3004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-18 13:44:39','2024-10-18 13:44:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7738,3004,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-18 13:44:39','2024-10-18 13:44:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7739,3000,'lcaadmin','laradasciences@gmail.com','','','2024-10-18 23:33:34','2024-10-18 23:33:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7740,3002,'lcaadmin','laradasciences@gmail.com','','','2024-10-18 23:34:14','2024-10-18 23:34:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7741,3001,'lcaadmin','laradasciences@gmail.com','','','2024-10-18 23:34:48','2024-10-18 23:34:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7742,3004,'lcaadmin','laradasciences@gmail.com','','','2024-10-18 23:37:27','2024-10-18 23:37:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7743,3005,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 16:11:29','2024-10-21 16:11:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7744,3005,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 16:11:29','2024-10-21 16:11:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7745,3006,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 16:52:39','2024-10-21 16:52:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7746,3006,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 16:52:39','2024-10-21 16:52:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7747,3007,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 18:40:49','2024-10-21 18:40:49','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7748,3008,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 18:42:08','2024-10-21 18:42:08','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7749,3009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 18:42:42','2024-10-21 18:42:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7750,3009,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 18:42:42','2024-10-21 18:42:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7751,3010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 20:12:30','2024-10-21 20:12:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7752,3010,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-21 20:12:30','2024-10-21 20:12:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7753,3011,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-22 12:25:37','2024-10-22 12:25:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7754,3011,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-22 12:25:37','2024-10-22 12:25:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7755,3005,'lcaadmin','laradasciences@gmail.com','','','2024-10-22 13:49:03','2024-10-22 13:49:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7756,3003,'lcaadmin','laradasciences@gmail.com','','','2024-10-22 17:08:02','2024-10-22 17:08:02','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7757,3003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-22 17:11:49','2024-10-22 17:11:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7758,3003,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-22 17:11:49','2024-10-22 17:11:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7759,3009,'lcaadmin','laradasciences@gmail.com','','','2024-10-22 17:18:59','2024-10-22 17:18:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7760,3012,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 00:13:46','2024-10-23 00:13:46','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7761,3012,'lcaadmin','laradasciences@gmail.com','','','2024-10-23 02:58:39','2024-10-23 02:58:39','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7762,3006,'lcaadmin','laradasciences@gmail.com','','','2024-10-23 02:59:35','2024-10-23 02:59:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7763,3010,'lcaadmin','laradasciences@gmail.com','','','2024-10-23 03:00:19','2024-10-23 03:00:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7764,3011,'lcaadmin','laradasciences@gmail.com','','','2024-10-23 03:02:05','2024-10-23 03:02:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7765,3003,'lcaadmin','laradasciences@gmail.com','','','2024-10-23 03:02:48','2024-10-23 03:02:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7766,3013,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 15:59:25','2024-10-23 15:59:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7767,3013,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 15:59:25','2024-10-23 15:59:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7768,3014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 20:40:24','2024-10-23 20:40:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7769,3014,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 20:40:24','2024-10-23 20:40:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7770,3015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 22:19:31','2024-10-23 22:19:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7771,3015,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-23 22:19:31','2024-10-23 22:19:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7772,3016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 04:10:04','2024-10-24 04:10:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7773,3016,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 04:10:04','2024-10-24 04:10:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7774,3017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 21:12:10','2024-10-24 21:12:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7775,3017,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 21:12:10','2024-10-24 21:12:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7776,3012,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 22:43:30','2024-10-24 22:43:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7777,3012,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-24 22:43:30','2024-10-24 22:43:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7778,3013,'lcaadmin','laradasciences@gmail.com','','','2024-10-25 00:34:03','2024-10-25 00:34:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7779,3014,'lcaadmin','laradasciences@gmail.com','','','2024-10-25 00:35:46','2024-10-25 00:35:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7780,3016,'lcaadmin','laradasciences@gmail.com','','','2024-10-25 00:37:12','2024-10-25 00:37:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7781,3015,'lcaadmin','laradasciences@gmail.com','','','2024-10-25 00:38:19','2024-10-25 00:38:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7782,3019,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-25 14:57:51','2024-10-25 14:57:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7783,3019,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-25 14:57:51','2024-10-25 14:57:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7784,3020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-27 23:47:53','2024-10-27 23:47:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7785,3020,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-27 23:47:53','2024-10-27 23:47:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7786,3019,'lcaadmin','laradasciences@gmail.com','','','2024-10-28 14:04:56','2024-10-28 14:04:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7787,3012,'lcaadmin','laradasciences@gmail.com','','','2024-10-28 14:06:26','2024-10-28 14:06:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7788,3017,'lcaadmin','laradasciences@gmail.com','','','2024-10-28 14:07:08','2024-10-28 14:07:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7789,3021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-28 20:10:00','2024-10-28 20:10:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7790,3021,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-28 20:10:01','2024-10-28 20:10:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7791,3022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-29 17:09:31','2024-10-29 17:09:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7792,3022,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-29 17:09:31','2024-10-29 17:09:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7793,3020,'lcaadmin','laradasciences@gmail.com','','','2024-10-29 20:43:51','2024-10-29 20:43:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7794,3021,'lcaadmin','laradasciences@gmail.com','','','2024-10-29 20:55:42','2024-10-29 20:55:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7795,3022,'lcaadmin','laradasciences@gmail.com','','','2024-10-29 20:56:44','2024-10-29 20:56:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7796,3023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-30 12:09:18','2024-10-30 12:09:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7797,3023,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-30 12:09:18','2024-10-30 12:09:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7798,3024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-30 19:50:59','2024-10-30 19:50:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7799,3024,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-10-30 19:50:59','2024-10-30 19:50:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7800,3025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-01 17:04:53','2024-11-01 17:04:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7801,3025,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-01 17:04:53','2024-11-01 17:04:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7802,3024,'lcaadmin','laradasciences@gmail.com','','','2024-11-04 14:12:54','2024-11-04 14:12:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7803,3023,'lcaadmin','laradasciences@gmail.com','','','2024-11-04 14:15:15','2024-11-04 14:15:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7804,3027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-04 21:40:22','2024-11-04 21:40:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7805,3027,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-04 21:40:22','2024-11-04 21:40:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7806,3028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 01:08:06','2024-11-05 01:08:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7807,3028,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 01:08:06','2024-11-05 01:08:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7808,3029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 17:16:58','2024-11-05 17:16:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7809,3029,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 17:16:58','2024-11-05 17:16:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7810,3030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 21:50:38','2024-11-05 21:50:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7811,3030,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-05 21:50:38','2024-11-05 21:50:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7812,3031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-06 16:53:41','2024-11-06 16:53:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7813,3031,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-06 16:53:41','2024-11-06 16:53:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7814,3027,'lcaadmin','laradasciences@gmail.com','','','2024-11-06 22:41:48','2024-11-06 22:41:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7815,3029,'lcaadmin','laradasciences@gmail.com','','','2024-11-06 22:42:19','2024-11-06 22:42:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7816,3030,'lcaadmin','laradasciences@gmail.com','','','2024-11-06 22:43:23','2024-11-06 22:43:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7817,3031,'lcaadmin','laradasciences@gmail.com','','','2024-11-06 22:57:07','2024-11-06 22:57:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7818,3032,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-07 15:38:19','2024-11-07 15:38:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7819,3032,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-07 15:38:19','2024-11-07 15:38:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7820,3033,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-07 20:27:10','2024-11-07 20:27:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7821,3033,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-07 20:27:10','2024-11-07 20:27:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7822,3034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-08 14:22:37','2024-11-08 14:22:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7823,3034,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-08 14:22:37','2024-11-08 14:22:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7824,3035,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-10 14:59:45','2024-11-10 14:59:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7825,3035,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-10 14:59:45','2024-11-10 14:59:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7826,3034,'lcaadmin','laradasciences@gmail.com','','','2024-11-11 12:58:25','2024-11-11 12:58:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7827,3033,'lcaadmin','laradasciences@gmail.com','','','2024-11-11 13:00:37','2024-11-11 13:00:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7828,3032,'lcaadmin','laradasciences@gmail.com','','','2024-11-11 13:02:21','2024-11-11 13:02:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7829,3025,'lcaadmin','laradasciences@gmail.com','','','2024-11-11 13:03:43','2024-11-11 13:03:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7830,3028,'lcaadmin','laradasciences@gmail.com','','','2024-11-11 13:04:22','2024-11-11 13:04:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7831,3036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 17:04:00','2024-11-11 17:04:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7832,3036,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 17:04:00','2024-11-11 17:04:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7833,3037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 17:45:59','2024-11-11 17:45:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7834,3037,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 17:45:59','2024-11-11 17:45:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7835,3038,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 19:34:32','2024-11-11 19:34:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7836,3038,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 19:34:32','2024-11-11 19:34:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7837,3039,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:06:58','2024-11-11 20:06:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7838,3039,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:06:58','2024-11-11 20:06:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7839,3040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:26:20','2024-11-11 20:26:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7840,3040,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:26:20','2024-11-11 20:26:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7841,3041,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:58:16','2024-11-11 20:58:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7842,3041,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-11 20:58:16','2024-11-11 20:58:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7843,3042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 17:01:01','2024-11-12 17:01:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7844,3042,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 17:01:01','2024-11-12 17:01:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7845,3043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 17:12:38','2024-11-12 17:12:38','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7846,3044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 18:09:12','2024-11-12 18:09:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7847,3044,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 18:09:12','2024-11-12 18:09:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7848,3035,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:41:44','2024-11-12 19:41:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7849,3036,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:47:47','2024-11-12 19:47:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7850,3046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 19:50:13','2024-11-12 19:50:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7851,3046,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 19:50:13','2024-11-12 19:50:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7852,3037,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:51:38','2024-11-12 19:51:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7853,3039,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:52:15','2024-11-12 19:52:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7854,3041,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:52:45','2024-11-12 19:52:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7855,3038,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:53:31','2024-11-12 19:53:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7856,3040,'lcaadmin','laradasciences@gmail.com','','','2024-11-12 19:54:01','2024-11-12 19:54:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7857,3047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 22:02:25','2024-11-12 22:02:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7858,3047,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-12 22:02:25','2024-11-12 22:02:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7859,3048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-13 17:10:37','2024-11-13 17:10:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7860,3048,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-13 17:10:37','2024-11-13 17:10:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7861,3043,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:13:03','2024-11-13 22:13:03','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7862,3044,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:25:23','2024-11-13 22:25:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7863,3042,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:26:57','2024-11-13 22:26:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7864,3046,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:27:31','2024-11-13 22:27:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7865,3047,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:28:01','2024-11-13 22:28:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7866,3048,'lcaadmin','laradasciences@gmail.com','','','2024-11-13 22:30:14','2024-11-13 22:30:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7867,3043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-13 23:30:23','2024-11-13 23:30:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7868,3043,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-13 23:30:23','2024-11-13 23:30:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7869,3050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-14 20:42:01','2024-11-14 20:42:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7870,3050,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-14 20:42:01','2024-11-14 20:42:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7871,3051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-14 23:02:53','2024-11-14 23:02:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7872,3051,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-14 23:02:53','2024-11-14 23:02:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7873,3043,'lcaadmin','laradasciences@gmail.com','','','2024-11-14 23:12:31','2024-11-14 23:12:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7874,3052,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-15 21:52:11','2024-11-15 21:52:11','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7875,3053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-16 14:22:58','2024-11-16 14:22:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7876,3053,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-16 14:22:58','2024-11-16 14:22:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7877,3054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 02:25:56','2024-11-18 02:25:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7878,3054,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 02:25:56','2024-11-18 02:25:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7879,3051,'lcaadmin','laradasciences@gmail.com','','','2024-11-18 13:23:34','2024-11-18 13:23:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7880,3055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 13:51:42','2024-11-18 13:51:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7881,3055,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 13:51:42','2024-11-18 13:51:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7882,3052,'lcaadmin','laradasciences@gmail.com','','','2024-11-18 16:46:40','2024-11-18 16:46:40','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7883,3052,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 20:40:38','2024-11-18 20:40:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7884,3052,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-18 20:40:38','2024-11-18 20:40:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7885,3053,'lcaadmin','laradasciences@gmail.com','','','2024-11-19 01:54:23','2024-11-19 01:54:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7886,3054,'lcaadmin','laradasciences@gmail.com','','','2024-11-19 01:56:37','2024-11-19 01:56:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7887,3055,'lcaadmin','laradasciences@gmail.com','','','2024-11-19 01:58:21','2024-11-19 01:58:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7888,3052,'lcaadmin','laradasciences@gmail.com','','','2024-11-19 01:58:57','2024-11-19 01:58:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7889,3056,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-19 16:29:49','2024-11-19 16:29:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7890,3056,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-19 16:29:50','2024-11-19 16:29:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7891,3050,'lcaadmin','laradasciences@gmail.com','','','2024-11-19 19:13:48','2024-11-19 19:13:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7892,3056,'lcaadmin','laradasciences@gmail.com','','','2024-11-20 15:19:08','2024-11-20 15:19:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7893,3057,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 15:32:09','2024-11-20 15:32:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7894,3057,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 15:32:09','2024-11-20 15:32:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7895,3058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 15:35:01','2024-11-20 15:35:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7896,3058,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 15:35:01','2024-11-20 15:35:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7897,3059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 16:28:16','2024-11-20 16:28:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7898,3059,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 16:28:16','2024-11-20 16:28:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7899,3060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 19:07:53','2024-11-20 19:07:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7900,3060,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 19:07:53','2024-11-20 19:07:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7901,3061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 22:31:13','2024-11-20 22:31:13','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7902,3062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 23:14:10','2024-11-20 23:14:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7903,3062,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-20 23:14:10','2024-11-20 23:14:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7904,3061,'lcaadmin','laradasciences@gmail.com','','','2024-11-20 23:31:15','2024-11-20 23:31:15','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7905,3057,'lcaadmin','laradasciences@gmail.com','','','2024-11-20 23:39:48','2024-11-20 23:39:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7906,3059,'lcaadmin','laradasciences@gmail.com','','','2024-11-20 23:40:54','2024-11-20 23:40:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7907,3064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 15:50:27','2024-11-21 15:50:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7908,3064,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 15:50:27','2024-11-21 15:50:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7909,3061,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 18:12:46','2024-11-21 18:12:46','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(7910,3065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 18:14:52','2024-11-21 18:14:52','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7911,3065,'lcaadmin','laradasciences@gmail.com','','','2024-11-21 23:19:34','2024-11-21 23:19:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7912,3060,'lcaadmin','laradasciences@gmail.com','','','2024-11-21 23:23:12','2024-11-21 23:23:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7913,3058,'lcaadmin','laradasciences@gmail.com','','','2024-11-21 23:23:31','2024-11-21 23:23:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7914,3062,'lcaadmin','laradasciences@gmail.com','','','2024-11-21 23:26:17','2024-11-21 23:26:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7915,3064,'lcaadmin','laradasciences@gmail.com','','','2024-11-21 23:27:49','2024-11-21 23:27:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7916,3065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 23:43:13','2024-11-21 23:43:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7917,3065,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-21 23:43:14','2024-11-21 23:43:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7918,3066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-22 14:33:21','2024-11-22 14:33:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7919,3066,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-22 14:33:22','2024-11-22 14:33:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7920,3067,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-22 14:47:58','2024-11-22 14:47:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7921,3067,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-22 14:47:58','2024-11-22 14:47:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7922,3068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-23 00:14:43','2024-11-23 00:14:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7923,3068,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-23 00:14:43','2024-11-23 00:14:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7924,3065,'lcaadmin','laradasciences@gmail.com','','','2024-11-23 06:10:13','2024-11-23 06:10:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7925,3067,'lcaadmin','laradasciences@gmail.com','','','2024-11-23 06:10:53','2024-11-23 06:10:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7926,3066,'lcaadmin','laradasciences@gmail.com','','','2024-11-23 06:11:57','2024-11-23 06:11:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7927,3069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-23 22:31:57','2024-11-23 22:31:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7928,3069,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-23 22:31:57','2024-11-23 22:31:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7929,3069,'lcaadmin','laradasciences@gmail.com','','','2024-11-25 22:02:05','2024-11-25 22:02:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7930,3068,'lcaadmin','laradasciences@gmail.com','','','2024-11-25 22:03:08','2024-11-25 22:03:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7931,3070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 16:16:44','2024-11-26 16:16:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7932,3070,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 16:16:44','2024-11-26 16:16:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7933,3071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 17:34:26','2024-11-26 17:34:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7934,3071,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 17:34:26','2024-11-26 17:34:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7935,3072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 22:14:22','2024-11-26 22:14:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7936,3072,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-26 22:14:22','2024-11-26 22:14:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7937,3070,'lcaadmin','laradasciences@gmail.com','','','2024-11-26 22:23:51','2024-11-26 22:23:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7938,3071,'lcaadmin','laradasciences@gmail.com','','','2024-11-26 22:24:21','2024-11-26 22:24:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7939,3073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-27 15:44:02','2024-11-27 15:44:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7940,3073,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-11-27 15:44:02','2024-11-27 15:44:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7941,3072,'lcaadmin','laradasciences@gmail.com','','','2024-11-27 19:24:30','2024-11-27 19:24:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7942,3073,'lcaadmin','laradasciences@gmail.com','','','2024-11-27 19:25:21','2024-11-27 19:25:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7943,3074,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 14:51:50','2024-12-02 14:51:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7944,3074,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 14:51:50','2024-12-02 14:51:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7945,3075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 16:59:51','2024-12-02 16:59:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7946,3075,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 16:59:51','2024-12-02 16:59:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7947,3076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 20:51:46','2024-12-02 20:51:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7948,3076,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 20:51:46','2024-12-02 20:51:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7949,3078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 22:52:44','2024-12-02 22:52:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7950,3078,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-02 22:52:44','2024-12-02 22:52:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7951,3079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-03 18:26:42','2024-12-03 18:26:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7952,3079,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-03 18:26:42','2024-12-03 18:26:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7953,3075,'lcaadmin','laradasciences@gmail.com','','','2024-12-03 20:11:47','2024-12-03 20:11:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7954,3076,'lcaadmin','laradasciences@gmail.com','','','2024-12-03 20:12:21','2024-12-03 20:12:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7955,3080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-04 04:28:58','2024-12-04 04:28:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7956,3080,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-04 04:28:58','2024-12-04 04:28:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7957,3079,'lcaadmin','laradasciences@gmail.com','','','2024-12-05 00:14:33','2024-12-05 00:14:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7958,3078,'lcaadmin','laradasciences@gmail.com','','','2024-12-05 00:15:15','2024-12-05 00:15:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7959,3081,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 01:55:46','2024-12-05 01:55:46','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(7960,3083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 16:15:12','2024-12-05 16:15:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7961,3083,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 16:15:12','2024-12-05 16:15:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7962,3082,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 16:24:05','2024-12-05 16:24:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7963,3082,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 16:24:05','2024-12-05 16:24:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7964,3081,'lcaadmin','laradasciences@gmail.com','','','2024-12-05 19:37:18','2024-12-05 19:37:18','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(7965,3081,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 22:28:34','2024-12-05 22:28:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7966,3081,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-05 22:28:34','2024-12-05 22:28:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7967,3080,'lcaadmin','laradasciences@gmail.com','','','2024-12-06 14:25:49','2024-12-06 14:25:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7968,3074,'lcaadmin','laradasciences@gmail.com','','','2024-12-06 14:26:52','2024-12-06 14:26:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7969,3083,'lcaadmin','laradasciences@gmail.com','','','2024-12-06 14:28:50','2024-12-06 14:28:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7970,3084,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-06 18:36:58','2024-12-06 18:36:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7971,3084,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-06 18:36:58','2024-12-06 18:36:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7972,3085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-08 17:47:35','2024-12-08 17:47:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7973,3085,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-08 17:47:35','2024-12-08 17:47:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7974,3086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-09 19:36:42','2024-12-09 19:36:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7975,3086,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-09 19:36:42','2024-12-09 19:36:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7976,3087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-09 20:16:18','2024-12-09 20:16:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7977,3087,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-09 20:16:18','2024-12-09 20:16:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7978,3088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 03:24:06','2024-12-10 03:24:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7979,3088,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 03:24:06','2024-12-10 03:24:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7980,3081,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 12:41:48','2024-12-10 12:41:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7981,3084,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 12:43:01','2024-12-10 12:43:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7982,3085,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 12:43:36','2024-12-10 12:43:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7983,3086,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 12:49:50','2024-12-10 12:49:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7984,3082,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 16:52:09','2024-12-10 16:52:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7985,3088,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 16:53:43','2024-12-10 16:53:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7986,3089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 17:16:57','2024-12-10 17:16:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7987,3089,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 17:16:57','2024-12-10 17:16:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7988,3090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 19:08:53','2024-12-10 19:08:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7989,3090,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-10 19:08:53','2024-12-10 19:08:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7990,3087,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 20:43:52','2024-12-10 20:43:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7991,3089,'lcaadmin','laradasciences@gmail.com','','','2024-12-10 20:45:48','2024-12-10 20:45:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(7992,3092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-11 20:14:06','2024-12-11 20:14:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7993,3092,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-11 20:14:06','2024-12-11 20:14:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7994,3093,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 01:56:37','2024-12-12 01:56:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7995,3093,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 01:56:37','2024-12-12 01:56:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7996,3094,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 18:39:24','2024-12-12 18:39:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7997,3094,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 18:39:24','2024-12-12 18:39:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(7998,3095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 20:12:15','2024-12-12 20:12:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(7999,3095,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-12 20:12:15','2024-12-12 20:12:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8000,3092,'lcaadmin','laradasciences@gmail.com','','','2024-12-13 03:28:55','2024-12-13 03:28:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8001,3094,'lcaadmin','laradasciences@gmail.com','','','2024-12-13 03:31:07','2024-12-13 03:31:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8002,3093,'lcaadmin','laradasciences@gmail.com','','','2024-12-13 03:31:34','2024-12-13 03:31:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8003,3095,'lcaadmin','laradasciences@gmail.com','','','2024-12-13 03:32:25','2024-12-13 03:32:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8004,3096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-13 18:33:58','2024-12-13 18:33:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8005,3096,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-13 18:33:58','2024-12-13 18:33:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8006,3097,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-15 15:06:09','2024-12-15 15:06:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8007,3097,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-15 15:06:09','2024-12-15 15:06:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8008,3096,'lcaadmin','laradasciences@gmail.com','','','2024-12-16 14:28:43','2024-12-16 14:28:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8009,3098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-16 19:38:25','2024-12-16 19:38:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8010,3098,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-16 19:38:25','2024-12-16 19:38:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8011,3099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-16 19:44:50','2024-12-16 19:44:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8012,3099,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-16 19:44:50','2024-12-16 19:44:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8013,3100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-17 12:36:32','2024-12-17 12:36:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8014,3100,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-17 12:36:32','2024-12-17 12:36:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8015,3098,'lcaadmin','laradasciences@gmail.com','','','2024-12-17 20:47:07','2024-12-17 20:47:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8016,3099,'lcaadmin','laradasciences@gmail.com','','','2024-12-17 20:49:05','2024-12-17 20:49:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8017,3097,'lcaadmin','laradasciences@gmail.com','','','2024-12-17 20:49:50','2024-12-17 20:49:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8018,3103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-18 02:21:09','2024-12-18 02:21:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8019,3103,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-18 02:21:09','2024-12-18 02:21:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8020,3103,'lcaadmin','laradasciences@gmail.com','','','2024-12-20 13:25:01','2024-12-20 13:25:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8021,3100,'lcaadmin','laradasciences@gmail.com','','','2024-12-20 13:31:09','2024-12-20 13:31:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8022,3108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-20 14:49:39','2024-12-20 14:49:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8023,3108,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-20 14:49:39','2024-12-20 14:49:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8024,3109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-23 16:44:09','2024-12-23 16:44:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8025,3109,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-23 16:44:10','2024-12-23 16:44:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8026,3090,'lcaadmin','laradasciences@gmail.com','','','2024-12-23 17:49:29','2024-12-23 17:49:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8027,3110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 03:32:42','2024-12-27 03:32:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8028,3110,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 03:32:42','2024-12-27 03:32:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8029,3109,'lcaadmin','laradasciences@gmail.com','','','2024-12-27 14:34:07','2024-12-27 14:34:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8030,3112,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 19:01:19','2024-12-27 19:01:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8031,3112,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 19:01:19','2024-12-27 19:01:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8032,3113,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 19:28:48','2024-12-27 19:28:48','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8033,3114,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-27 21:26:24','2024-12-27 21:26:24','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8034,3114,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 00:23:23','2024-12-28 00:23:23','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8035,3115,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 00:44:20','2024-12-28 00:44:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8036,3115,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 00:44:20','2024-12-28 00:44:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8037,3114,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 13:21:28','2024-12-28 13:21:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8038,3114,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 13:21:28','2024-12-28 13:21:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8039,3113,'lcaadmin','laradasciences@gmail.com','','','2024-12-28 19:06:13','2024-12-28 19:06:13','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8040,3110,'lcaadmin','laradasciences@gmail.com','','','2024-12-28 19:08:38','2024-12-28 19:08:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8041,3108,'lcaadmin','laradasciences@gmail.com','','','2024-12-28 19:09:37','2024-12-28 19:09:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8042,3116,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 19:20:51','2024-12-28 19:20:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8043,3116,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-28 19:20:51','2024-12-28 19:20:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8044,3117,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-29 22:37:42','2024-12-29 22:37:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8045,3117,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-29 22:37:42','2024-12-29 22:37:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8046,3118,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-30 15:14:38','2024-12-30 15:14:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8047,3118,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2024-12-30 15:14:38','2024-12-30 15:14:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8048,3119,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-01 04:57:23','2025-01-01 04:57:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8049,3119,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-01 04:57:23','2025-01-01 04:57:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8050,3120,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-01 15:52:59','2025-01-01 15:52:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8051,3120,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-01 15:52:59','2025-01-01 15:52:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8052,3115,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 14:28:02','2025-01-02 14:28:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8053,3114,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 14:29:50','2025-01-02 14:29:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8054,3116,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 14:30:35','2025-01-02 14:30:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8055,3117,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 14:33:07','2025-01-02 14:33:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8056,3118,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 14:33:38','2025-01-02 14:33:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8057,3121,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 15:11:41','2025-01-02 15:11:41','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8058,3121,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 15:14:07','2025-01-02 15:14:07','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8059,3122,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 19:24:03','2025-01-02 19:24:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8060,3122,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 19:24:04','2025-01-02 19:24:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8061,3119,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 22:00:06','2025-01-02 22:00:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8062,3112,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 22:01:00','2025-01-02 22:01:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8063,3120,'lcaadmin','laradasciences@gmail.com','','','2025-01-02 22:01:36','2025-01-02 22:01:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8064,3123,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 22:21:45','2025-01-02 22:21:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8065,3123,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 22:21:45','2025-01-02 22:21:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8066,3124,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 23:04:14','2025-01-02 23:04:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8067,3124,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-02 23:04:14','2025-01-02 23:04:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8068,3121,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 00:59:36','2025-01-03 00:59:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8069,3121,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 00:59:36','2025-01-03 00:59:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8070,3125,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 16:28:11','2025-01-03 16:28:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8071,3125,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 16:28:11','2025-01-03 16:28:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8072,3113,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 17:05:04','2025-01-03 17:05:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8073,3113,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 17:05:04','2025-01-03 17:05:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8074,3126,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 23:49:37','2025-01-03 23:49:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8075,3126,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-03 23:49:37','2025-01-03 23:49:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8076,3127,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 13:46:01','2025-01-06 13:46:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8077,3127,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 13:46:01','2025-01-06 13:46:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8078,3122,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 15:42:17','2025-01-06 15:42:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8079,3123,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 15:43:51','2025-01-06 15:43:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8080,3121,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 15:46:18','2025-01-06 15:46:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8081,3125,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 15:50:22','2025-01-06 15:50:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8082,3130,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 18:16:49','2025-01-06 18:16:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8083,3130,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 18:16:49','2025-01-06 18:16:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8084,3131,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 19:46:56','2025-01-06 19:46:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8085,3131,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-06 19:46:56','2025-01-06 19:46:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8086,3126,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 19:55:03','2025-01-06 19:55:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8087,3113,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 20:04:29','2025-01-06 20:04:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8088,3124,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 20:04:56','2025-01-06 20:04:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8089,3127,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 21:09:01','2025-01-06 21:09:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8090,3130,'lcaadmin','laradasciences@gmail.com','','','2025-01-06 22:07:05','2025-01-06 22:07:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8091,3131,'lcaadmin','laradasciences@gmail.com','','','2025-01-07 18:03:14','2025-01-07 18:03:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8092,3132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 20:50:15','2025-01-07 20:50:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8093,3132,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 20:50:15','2025-01-07 20:50:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8094,3133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 20:58:06','2025-01-07 20:58:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8095,3133,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 20:58:06','2025-01-07 20:58:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8096,3134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 21:06:25','2025-01-07 21:06:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8097,3134,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 21:06:25','2025-01-07 21:06:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8098,3135,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 23:30:59','2025-01-07 23:30:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8099,3135,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 23:30:59','2025-01-07 23:30:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8100,3136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 23:35:26','2025-01-07 23:35:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8101,3136,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-07 23:35:26','2025-01-07 23:35:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8102,3137,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-08 16:28:51','2025-01-08 16:28:51','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8109,3145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-08 18:29:29','2025-01-08 18:29:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8110,3145,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-08 18:29:29','2025-01-08 18:29:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8111,3137,'lcaadmin','laradasciences@gmail.com','','','2025-01-08 20:29:30','2025-01-08 20:29:30','Order status changed from Cancelled to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8112,3137,'lcaadmin','laradasciences@gmail.com','','','2025-01-08 20:49:22','2025-01-08 20:49:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8113,3133,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:24:49','2025-01-09 16:24:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8114,3132,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:25:22','2025-01-09 16:25:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8115,3134,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:25:56','2025-01-09 16:25:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8116,3135,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:26:30','2025-01-09 16:26:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8117,3136,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:27:02','2025-01-09 16:27:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8118,3145,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:28:03','2025-01-09 16:28:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8119,3137,'lcaadmin','laradasciences@gmail.com','','','2025-01-09 16:28:25','2025-01-09 16:28:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8120,3146,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-09 23:29:07','2025-01-09 23:29:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8121,3146,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-09 23:29:07','2025-01-09 23:29:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8122,3147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-10 20:13:37','2025-01-10 20:13:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8123,3147,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-10 20:13:37','2025-01-10 20:13:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8124,3148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-12 23:04:21','2025-01-12 23:04:21','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8125,3149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 00:57:14','2025-01-13 00:57:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8126,3149,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 00:57:14','2025-01-13 00:57:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8127,3150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 15:59:37','2025-01-13 15:59:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8128,3150,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 15:59:37','2025-01-13 15:59:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8129,3148,'lcaadmin','laradasciences@gmail.com','','','2025-01-13 19:47:11','2025-01-13 19:47:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8130,3148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 23:56:03','2025-01-13 23:56:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8131,3148,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-13 23:56:03','2025-01-13 23:56:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8132,3152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-14 16:48:46','2025-01-14 16:48:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8133,3152,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-14 16:48:46','2025-01-14 16:48:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8134,3146,'lcaadmin','laradasciences@gmail.com','','','2025-01-14 17:42:54','2025-01-14 17:42:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8135,3147,'lcaadmin','laradasciences@gmail.com','','','2025-01-14 17:43:48','2025-01-14 17:43:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8136,3149,'lcaadmin','laradasciences@gmail.com','','','2025-01-14 17:45:09','2025-01-14 17:45:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8137,3150,'lcaadmin','laradasciences@gmail.com','','','2025-01-14 17:45:47','2025-01-14 17:45:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8138,3153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-14 19:25:58','2025-01-14 19:25:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8139,3153,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-14 19:25:58','2025-01-14 19:25:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8140,3148,'lcaadmin','laradasciences@gmail.com','','','2025-01-15 15:15:45','2025-01-15 15:15:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8141,3154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-15 20:25:50','2025-01-15 20:25:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8142,3154,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-15 20:25:50','2025-01-15 20:25:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8143,3155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 17:21:31','2025-01-16 17:21:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8144,3155,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 17:21:31','2025-01-16 17:21:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8145,3156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 17:27:50','2025-01-16 17:27:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8146,3156,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 17:27:50','2025-01-16 17:27:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8147,3154,'lcaadmin','laradasciences@gmail.com','','','2025-01-16 20:56:52','2025-01-16 20:56:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8148,3153,'lcaadmin','laradasciences@gmail.com','','','2025-01-16 20:57:31','2025-01-16 20:57:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8149,3157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 22:33:04','2025-01-16 22:33:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8150,3157,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 22:33:04','2025-01-16 22:33:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8151,3158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 23:43:09','2025-01-16 23:43:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8152,3158,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 23:43:09','2025-01-16 23:43:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8153,3159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 23:47:34','2025-01-16 23:47:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8154,3159,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-16 23:47:34','2025-01-16 23:47:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8155,3160,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-17 19:05:57','2025-01-17 19:05:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8156,3160,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-17 19:05:57','2025-01-17 19:05:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8157,3161,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-18 17:37:46','2025-01-18 17:37:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8158,3161,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-18 17:37:46','2025-01-18 17:37:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8159,3162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-19 23:25:04','2025-01-19 23:25:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8160,3162,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-19 23:25:04','2025-01-19 23:25:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8161,3152,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 14:59:17','2025-01-20 14:59:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8162,3155,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:00:31','2025-01-20 15:00:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8163,3156,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:01:07','2025-01-20 15:01:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8164,3158,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:02:16','2025-01-20 15:02:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8165,3157,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:03:17','2025-01-20 15:03:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8166,3159,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:04:21','2025-01-20 15:04:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8167,3160,'lcaadmin','laradasciences@gmail.com','','','2025-01-20 15:37:37','2025-01-20 15:37:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8168,3163,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-20 18:03:31','2025-01-20 18:03:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8169,3163,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-20 18:03:31','2025-01-20 18:03:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8170,3161,'lcaadmin','laradasciences@gmail.com','','','2025-01-21 13:39:03','2025-01-21 13:39:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8171,3163,'lcaadmin','laradasciences@gmail.com','','','2025-01-21 21:18:22','2025-01-21 21:18:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8172,3165,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-21 21:40:43','2025-01-21 21:40:43','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8173,3166,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-21 21:47:46','2025-01-21 21:47:46','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8174,3166,'lcaadmin','laradasciences@gmail.com','','','2025-01-22 02:25:38','2025-01-22 02:25:38','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8175,3166,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-22 13:18:09','2025-01-22 13:18:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8176,3166,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-22 13:18:09','2025-01-22 13:18:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8177,3166,'lcaadmin','laradasciences@gmail.com','','','2025-01-22 18:30:12','2025-01-22 18:30:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8178,3162,'lcaadmin','laradasciences@gmail.com','','','2025-01-22 19:13:38','2025-01-22 19:13:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8179,3167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-22 20:09:09','2025-01-22 20:09:09','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8180,3167,'lcaadmin','laradasciences@gmail.com','','','2025-01-22 20:27:01','2025-01-22 20:27:01','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8181,3168,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 15:11:19','2025-01-24 15:11:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8182,3168,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 15:11:19','2025-01-24 15:11:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8183,3169,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 17:59:44','2025-01-24 17:59:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8184,3169,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 17:59:44','2025-01-24 17:59:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8185,3170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 20:47:42','2025-01-24 20:47:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8186,3170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-24 20:47:42','2025-01-24 20:47:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8187,3171,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-25 17:29:41','2025-01-25 17:29:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8188,3171,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-25 17:29:41','2025-01-25 17:29:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8189,3167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-26 15:20:14','2025-01-26 15:20:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8190,3167,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-26 15:20:14','2025-01-26 15:20:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8191,3169,'lcaadmin','laradasciences@gmail.com','','','2025-01-27 18:44:28','2025-01-27 18:44:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8192,3168,'lcaadmin','laradasciences@gmail.com','','','2025-01-27 18:45:18','2025-01-27 18:45:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8193,3172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-27 19:18:41','2025-01-27 19:18:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8194,3172,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-27 19:18:41','2025-01-27 19:18:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8195,3173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-27 21:12:12','2025-01-27 21:12:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8196,3173,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-27 21:12:12','2025-01-27 21:12:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8197,3167,'lcaadmin','laradasciences@gmail.com','','','2025-01-27 22:00:29','2025-01-27 22:00:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8198,3174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 17:32:25','2025-01-28 17:32:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8199,3174,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 17:32:25','2025-01-28 17:32:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8200,3175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 21:41:52','2025-01-28 21:41:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8201,3175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 21:41:52','2025-01-28 21:41:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8202,3172,'lcaadmin','laradasciences@gmail.com','','','2025-01-28 23:21:38','2025-01-28 23:21:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8203,3173,'lcaadmin','laradasciences@gmail.com','','','2025-01-28 23:22:15','2025-01-28 23:22:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8204,3174,'lcaadmin','laradasciences@gmail.com','','','2025-01-28 23:23:21','2025-01-28 23:23:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8205,3176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 23:38:00','2025-01-28 23:38:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8206,3176,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-28 23:38:00','2025-01-28 23:38:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8207,3178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-29 22:14:32','2025-01-29 22:14:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8208,3178,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-29 22:14:32','2025-01-29 22:14:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8209,3179,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-30 16:25:29','2025-01-30 16:25:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8210,3179,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-30 16:25:29','2025-01-30 16:25:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8211,3181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 16:28:01','2025-01-31 16:28:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8212,3181,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 16:28:01','2025-01-31 16:28:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8213,3177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 16:45:56','2025-01-31 16:45:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8214,3177,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 16:45:56','2025-01-31 16:45:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8215,3171,'lcaadmin','laradasciences@gmail.com','','','2025-01-31 17:55:42','2025-01-31 17:55:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8216,3178,'lcaadmin','laradasciences@gmail.com','','','2025-01-31 17:59:18','2025-01-31 17:59:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8217,3170,'lcaadmin','laradasciences@gmail.com','','','2025-01-31 21:35:14','2025-01-31 21:35:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8218,3175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 21:37:43','2025-01-31 21:37:43','Refunded 820.86 - Refund ID: 35W80401NL828412A',0,'1','WooCommerce','order_note',0,0),(8219,3175,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-01-31 21:37:44','2025-01-31 21:37:44','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(8220,3183,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-01 00:57:15','2025-02-01 00:57:15','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8221,3184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 15:02:58','2025-02-03 15:02:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8222,3184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 15:02:58','2025-02-03 15:02:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8223,3185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 15:09:44','2025-02-03 15:09:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8224,3185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 15:09:45','2025-02-03 15:09:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8225,3186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 17:34:40','2025-02-03 17:34:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8226,3186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 17:34:40','2025-02-03 17:34:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8227,3187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 18:11:18','2025-02-03 18:11:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8228,3187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 18:11:18','2025-02-03 18:11:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8229,3181,'lcaadmin','laradasciences@gmail.com','','','2025-02-03 19:00:13','2025-02-03 19:00:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8230,3177,'lcaadmin','laradasciences@gmail.com','','','2025-02-03 19:02:06','2025-02-03 19:02:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8231,3188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 19:40:18','2025-02-03 19:40:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8232,3188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-03 19:40:18','2025-02-03 19:40:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8233,3184,'lcaadmin','laradasciences@gmail.com','','','2025-02-03 19:56:27','2025-02-03 19:56:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8234,3185,'lcaadmin','laradasciences@gmail.com','','','2025-02-03 19:57:12','2025-02-03 19:57:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8235,3187,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 14:21:12','2025-02-04 14:21:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8236,3186,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 14:21:49','2025-02-04 14:21:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8237,3176,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 14:23:45','2025-02-04 14:23:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8238,3179,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 14:24:48','2025-02-04 14:24:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8239,3188,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 19:14:05','2025-02-04 19:14:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8240,3170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-04 19:55:46','2025-02-04 19:55:46','Refunded 1139.61 - Refund ID: 8JL81111833979027',0,'1','WooCommerce','order_note',0,0),(8241,3170,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-04 19:55:46','2025-02-04 19:55:46','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0),(8242,3183,'lcaadmin','laradasciences@gmail.com','','','2025-02-04 20:02:10','2025-02-04 20:02:10','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8243,3183,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-04 22:26:19','2025-02-04 22:26:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8244,3183,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-04 22:26:19','2025-02-04 22:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8245,3191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-06 18:46:01','2025-02-06 18:46:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8246,3191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-06 18:46:01','2025-02-06 18:46:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8247,3183,'lcaadmin','laradasciences@gmail.com','','','2025-02-06 19:16:49','2025-02-06 19:16:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8248,3192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-07 03:52:02','2025-02-07 03:52:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8249,3192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-07 03:52:02','2025-02-07 03:52:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8250,3191,'lcaadmin','laradasciences@gmail.com','','','2025-02-07 19:18:30','2025-02-07 19:18:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8251,3193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-08 15:18:31','2025-02-08 15:18:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8252,3193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-08 15:18:31','2025-02-08 15:18:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8253,3195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-10 14:06:56','2025-02-10 14:06:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8254,3195,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-10 14:06:56','2025-02-10 14:06:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8255,3192,'lcaadmin','laradasciences@gmail.com','','','2025-02-10 19:05:57','2025-02-10 19:05:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8256,3195,'lcaadmin','laradasciences@gmail.com','','','2025-02-10 19:06:57','2025-02-10 19:06:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8257,3197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-10 23:17:19','2025-02-10 23:17:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8258,3197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-10 23:17:19','2025-02-10 23:17:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8259,3198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 01:24:37','2025-02-11 01:24:37','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8260,3199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 17:01:00','2025-02-11 17:01:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8261,3199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 17:01:00','2025-02-11 17:01:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8262,3194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 17:01:17','2025-02-11 17:01:17','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8263,3200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 17:40:56','2025-02-11 17:40:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8264,3200,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 17:40:56','2025-02-11 17:40:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8265,3201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 18:45:26','2025-02-11 18:45:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8266,3201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 18:45:26','2025-02-11 18:45:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8267,3198,'lcaadmin','laradasciences@gmail.com','','','2025-02-11 19:52:34','2025-02-11 19:52:34','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8268,3202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 22:35:56','2025-02-11 22:35:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8269,3202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-11 22:35:56','2025-02-11 22:35:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8270,3197,'lcaadmin','laradasciences@gmail.com','','','2025-02-11 23:05:47','2025-02-11 23:05:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8271,3199,'lcaadmin','laradasciences@gmail.com','','','2025-02-11 23:07:38','2025-02-11 23:07:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8272,3201,'lcaadmin','laradasciences@gmail.com','','','2025-02-11 23:13:45','2025-02-11 23:13:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8273,3200,'lcaadmin','laradasciences@gmail.com','','','2025-02-11 23:13:54','2025-02-11 23:13:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8274,3203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 17:52:53','2025-02-13 17:52:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8275,3203,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 17:52:53','2025-02-13 17:52:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8276,3204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 20:09:42','2025-02-13 20:09:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8277,3204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 20:09:42','2025-02-13 20:09:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8278,3205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 22:22:57','2025-02-13 22:22:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8279,3205,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 22:22:57','2025-02-13 22:22:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8280,3206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 22:27:51','2025-02-13 22:27:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8281,3206,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-13 22:27:51','2025-02-13 22:27:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8282,3193,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 00:29:37','2025-02-14 00:29:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8283,3202,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 00:29:53','2025-02-14 00:29:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8284,3204,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 00:32:57','2025-02-14 00:32:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8285,3203,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 00:33:21','2025-02-14 00:33:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8286,3207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 13:58:28','2025-02-14 13:58:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8287,3207,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 13:58:28','2025-02-14 13:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8288,3208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 19:10:50','2025-02-14 19:10:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8289,3208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 19:10:50','2025-02-14 19:10:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8290,3209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 19:35:57','2025-02-14 19:35:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8291,3209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 19:35:57','2025-02-14 19:35:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8292,3198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 20:46:34','2025-02-14 20:46:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8293,3198,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-14 20:46:34','2025-02-14 20:46:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8294,3206,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:31:12','2025-02-14 22:31:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8295,3205,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:32:11','2025-02-14 22:32:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8296,3207,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:36:07','2025-02-14 22:36:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8297,3208,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:37:31','2025-02-14 22:37:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8298,3198,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:38:07','2025-02-14 22:38:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8299,3209,'lcaadmin','laradasciences@gmail.com','','','2025-02-14 22:39:05','2025-02-14 22:39:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8300,3210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 16:57:59','2025-02-18 16:57:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8301,3210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 16:57:59','2025-02-18 16:57:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8302,3211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 17:13:50','2025-02-18 17:13:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8303,3211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 17:13:50','2025-02-18 17:13:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8304,3213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 20:36:33','2025-02-18 20:36:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8305,3213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-18 20:36:33','2025-02-18 20:36:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8306,3211,'lcaadmin','laradasciences@gmail.com','','','2025-02-18 21:21:22','2025-02-18 21:21:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8307,3210,'lcaadmin','laradasciences@gmail.com','','','2025-02-18 21:21:49','2025-02-18 21:21:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8308,3214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-19 18:13:54','2025-02-19 18:13:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8309,3214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-19 18:13:54','2025-02-19 18:13:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8310,3213,'lcaadmin','laradasciences@gmail.com','','','2025-02-19 18:28:36','2025-02-19 18:28:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8311,3214,'lcaadmin','laradasciences@gmail.com','','','2025-02-19 23:29:15','2025-02-19 23:29:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8312,3215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-24 18:37:04','2025-02-24 18:37:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8313,3215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-24 18:37:04','2025-02-24 18:37:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8314,3216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-24 22:48:57','2025-02-24 22:48:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8315,3216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-24 22:48:58','2025-02-24 22:48:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8316,3217,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 03:09:09','2025-02-25 03:09:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8317,3217,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 03:09:09','2025-02-25 03:09:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8318,3218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 17:32:23','2025-02-25 17:32:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8319,3218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 17:32:24','2025-02-25 17:32:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8320,3219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 18:51:00','2025-02-25 18:51:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8321,3219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 18:51:00','2025-02-25 18:51:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8322,3220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 19:31:27','2025-02-25 19:31:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8323,3220,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-25 19:31:27','2025-02-25 19:31:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8324,3216,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 01:30:01','2025-02-26 01:30:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8325,3217,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 01:31:08','2025-02-26 01:31:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8326,3215,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 01:32:34','2025-02-26 01:32:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8327,3219,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 01:37:18','2025-02-26 01:37:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8328,3218,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 01:38:29','2025-02-26 01:38:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8329,3221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-26 13:06:30','2025-02-26 13:06:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8330,3221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-26 13:06:31','2025-02-26 13:06:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8331,3222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-26 16:32:55','2025-02-26 16:32:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8332,3222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-26 16:32:55','2025-02-26 16:32:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8333,3220,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 22:10:56','2025-02-26 22:10:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8334,3222,'lcaadmin','laradasciences@gmail.com','','','2025-02-26 22:11:31','2025-02-26 22:11:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8335,3224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 01:59:05','2025-02-27 01:59:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8336,3224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 01:59:05','2025-02-27 01:59:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8337,3225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 21:01:54','2025-02-27 21:01:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8338,3225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 21:01:54','2025-02-27 21:01:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8339,3226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 21:10:51','2025-02-27 21:10:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8340,3226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 21:10:51','2025-02-27 21:10:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8341,3224,'lcaadmin','laradasciences@gmail.com','','','2025-02-27 21:18:48','2025-02-27 21:18:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8342,3221,'lcaadmin','laradasciences@gmail.com','','','2025-02-27 21:21:26','2025-02-27 21:21:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8343,3227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 22:23:12','2025-02-27 22:23:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8344,3227,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-02-27 22:23:12','2025-02-27 22:23:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8345,3225,'lcaadmin','laradasciences@gmail.com','','','2025-02-28 20:23:10','2025-02-28 20:23:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8346,3226,'lcaadmin','laradasciences@gmail.com','','','2025-02-28 20:24:14','2025-02-28 20:24:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8347,3227,'lcaadmin','laradasciences@gmail.com','','','2025-02-28 20:24:25','2025-02-28 20:24:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8348,3228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-02 01:11:51','2025-03-02 01:11:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8349,3228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-02 01:11:51','2025-03-02 01:11:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8350,3229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-02 20:20:16','2025-03-02 20:20:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8351,3229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-02 20:20:16','2025-03-02 20:20:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8352,3230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-03 19:01:51','2025-03-03 19:01:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8353,3230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-03 19:01:51','2025-03-03 19:01:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8354,3231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-03 20:34:27','2025-03-03 20:34:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8355,3231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-03 20:34:27','2025-03-03 20:34:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8356,3230,'lcaadmin','laradasciences@gmail.com','','','2025-03-03 22:59:45','2025-03-03 22:59:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8357,3231,'lcaadmin','laradasciences@gmail.com','','','2025-03-03 23:00:40','2025-03-03 23:00:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8358,3229,'lcaadmin','laradasciences@gmail.com','','','2025-03-03 23:04:13','2025-03-03 23:04:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8359,3228,'lcaadmin','laradasciences@gmail.com','','','2025-03-03 23:04:51','2025-03-03 23:04:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8360,3232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-04 11:22:12','2025-03-04 11:22:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8361,3232,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-04 11:22:12','2025-03-04 11:22:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8362,3232,'lcaadmin','laradasciences@gmail.com','','','2025-03-04 21:19:26','2025-03-04 21:19:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8363,3233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-04 22:15:08','2025-03-04 22:15:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8364,3233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-04 22:15:08','2025-03-04 22:15:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8365,3234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 16:22:07','2025-03-05 16:22:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8366,3234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 16:22:07','2025-03-05 16:22:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8367,3235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 17:49:49','2025-03-05 17:49:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8368,3235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 17:49:49','2025-03-05 17:49:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8369,3236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 17:57:13','2025-03-05 17:57:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8370,3236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 17:57:13','2025-03-05 17:57:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8371,3237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-05 20:01:47','2025-03-05 20:01:47','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8372,3237,'lcaadmin','laradasciences@gmail.com','','','2025-03-05 22:19:26','2025-03-05 22:19:26','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8373,3233,'lcaadmin','laradasciences@gmail.com','','','2025-03-05 22:21:17','2025-03-05 22:21:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8374,3235,'lcaadmin','laradasciences@gmail.com','','','2025-03-05 22:24:09','2025-03-05 22:24:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8375,3238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-07 15:19:08','2025-03-07 15:19:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8376,3238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-07 15:19:09','2025-03-07 15:19:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8377,3239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-08 21:10:35','2025-03-08 21:10:35','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8378,3236,'lcaadmin','laradasciences@gmail.com','','','2025-03-10 18:28:43','2025-03-10 18:28:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8379,3238,'lcaadmin','laradasciences@gmail.com','','','2025-03-10 18:29:11','2025-03-10 18:29:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8380,3241,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 02:34:22','2025-03-11 02:34:22','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8381,3242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 02:36:03','2025-03-11 02:36:03','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8382,3243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 02:37:34','2025-03-11 02:37:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8383,3243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 02:37:34','2025-03-11 02:37:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8384,3244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 15:50:01','2025-03-11 15:50:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8385,3244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 15:50:01','2025-03-11 15:50:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8386,3245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 15:56:49','2025-03-11 15:56:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8387,3245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 15:56:49','2025-03-11 15:56:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8388,3246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 21:44:52','2025-03-11 21:44:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8389,3246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-11 21:44:52','2025-03-11 21:44:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8390,3245,'lcaadmin','laradasciences@gmail.com','','','2025-03-11 22:58:41','2025-03-11 22:58:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8391,3244,'lcaadmin','laradasciences@gmail.com','','','2025-03-11 23:00:02','2025-03-11 23:00:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8392,3239,'lcaadmin','laradasciences@gmail.com','','','2025-03-12 01:10:11','2025-03-12 01:10:11','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8393,3247,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-12 11:35:05','2025-03-12 11:35:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8394,3247,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-12 11:35:05','2025-03-12 11:35:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8395,3239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-12 19:54:38','2025-03-12 19:54:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8396,3239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-12 19:54:39','2025-03-12 19:54:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8397,3248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-13 12:32:36','2025-03-13 12:32:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8398,3248,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-13 12:32:36','2025-03-13 12:32:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8399,3234,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:42:44','2025-03-13 23:42:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8400,3243,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:43:32','2025-03-13 23:43:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8401,3247,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:44:04','2025-03-13 23:44:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8402,3246,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:45:01','2025-03-13 23:45:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8403,3239,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:47:07','2025-03-13 23:47:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8404,3248,'lcaadmin','laradasciences@gmail.com','','','2025-03-13 23:47:42','2025-03-13 23:47:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8405,3249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-15 19:31:11','2025-03-15 19:31:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8406,3249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-15 19:31:11','2025-03-15 19:31:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8407,3250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:33:59','2025-03-16 22:33:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8408,3250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:33:59','2025-03-16 22:33:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8409,3251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:41:04','2025-03-16 22:41:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8410,3251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:41:04','2025-03-16 22:41:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8411,3252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:48:53','2025-03-16 22:48:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8412,3252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:48:53','2025-03-16 22:48:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8413,3253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:54:33','2025-03-16 22:54:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8414,3253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-16 22:54:34','2025-03-16 22:54:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8415,3255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-17 14:52:49','2025-03-17 14:52:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8416,3255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-17 14:52:49','2025-03-17 14:52:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8417,3249,'lcaadmin','laradasciences@gmail.com','','','2025-03-17 20:31:06','2025-03-17 20:31:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8418,3251,'lcaadmin','laradasciences@gmail.com','','','2025-03-17 21:05:39','2025-03-17 21:05:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8419,3253,'lcaadmin','laradasciences@gmail.com','','','2025-03-18 19:45:44','2025-03-18 19:45:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8420,3250,'lcaadmin','laradasciences@gmail.com','','','2025-03-18 19:50:42','2025-03-18 19:50:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8421,3252,'lcaadmin','laradasciences@gmail.com','','','2025-03-18 19:51:37','2025-03-18 19:51:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8422,3255,'lcaadmin','laradasciences@gmail.com','','','2025-03-18 20:05:27','2025-03-18 20:05:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8423,3257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 16:11:59','2025-03-19 16:11:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8424,3257,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 16:11:59','2025-03-19 16:11:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8425,3258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 19:25:46','2025-03-19 19:25:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8426,3258,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 19:25:46','2025-03-19 19:25:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8427,3257,'lcaadmin','laradasciences@gmail.com','','','2025-03-19 20:54:20','2025-03-19 20:54:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8428,3259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 21:34:54','2025-03-19 21:34:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8429,3259,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 21:34:54','2025-03-19 21:34:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8430,3260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 22:14:17','2025-03-19 22:14:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8431,3260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-19 22:14:17','2025-03-19 22:14:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8432,3258,'lcaadmin','laradasciences@gmail.com','','','2025-03-19 23:57:49','2025-03-19 23:57:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8433,3261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 16:08:47','2025-03-20 16:08:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8434,3261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 16:08:48','2025-03-20 16:08:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8435,3262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 16:09:22','2025-03-20 16:09:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8436,3262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 16:09:22','2025-03-20 16:09:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8437,3263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 17:21:21','2025-03-20 17:21:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8438,3263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 17:21:21','2025-03-20 17:21:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8439,3264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 17:56:40','2025-03-20 17:56:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8440,3264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 17:56:40','2025-03-20 17:56:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8441,3260,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:29:07','2025-03-20 22:29:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8442,3259,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:30:00','2025-03-20 22:30:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8443,3261,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:31:27','2025-03-20 22:31:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8444,3262,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:32:11','2025-03-20 22:32:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8445,3263,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:32:59','2025-03-20 22:32:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8446,3264,'lcaadmin','laradasciences@gmail.com','','','2025-03-20 22:33:46','2025-03-20 22:33:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8447,3265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 22:37:56','2025-03-20 22:37:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8448,3265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-20 22:37:56','2025-03-20 22:37:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8449,3266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 03:36:57','2025-03-21 03:36:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8450,3266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 03:36:57','2025-03-21 03:36:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8451,3267,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 16:12:04','2025-03-21 16:12:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8452,3267,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 16:12:04','2025-03-21 16:12:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8453,3237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 16:45:31','2025-03-21 16:45:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8454,3237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 16:45:32','2025-03-21 16:45:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8455,3265,'lcaadmin','laradasciences@gmail.com','','','2025-03-21 20:48:54','2025-03-21 20:48:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8456,3266,'lcaadmin','laradasciences@gmail.com','','','2025-03-21 20:49:25','2025-03-21 20:49:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8457,3237,'lcaadmin','laradasciences@gmail.com','','','2025-03-21 20:50:40','2025-03-21 20:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8458,3268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 20:56:40','2025-03-21 20:56:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8459,3268,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-21 20:56:40','2025-03-21 20:56:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8460,3269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-24 17:33:58','2025-03-24 17:33:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8461,3269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-24 17:33:58','2025-03-24 17:33:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8462,3268,'lcaadmin','laradasciences@gmail.com','','','2025-03-24 17:38:02','2025-03-24 17:38:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8463,3267,'lcaadmin','laradasciences@gmail.com','','','2025-03-24 17:38:35','2025-03-24 17:38:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8464,3269,'lcaadmin','laradasciences@gmail.com','','','2025-03-24 23:59:48','2025-03-24 23:59:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8465,3270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 00:07:12','2025-03-25 00:07:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8466,3270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 00:07:12','2025-03-25 00:07:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8467,3271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 19:47:21','2025-03-25 19:47:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8468,3271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 19:47:21','2025-03-25 19:47:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8469,3272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 20:45:26','2025-03-25 20:45:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8470,3272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 20:45:26','2025-03-25 20:45:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8471,3273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 21:27:42','2025-03-25 21:27:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8472,3273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-25 21:27:42','2025-03-25 21:27:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8473,3270,'lcaadmin','laradasciences@gmail.com','','','2025-03-25 23:56:53','2025-03-25 23:56:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8474,3276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-26 14:24:04','2025-03-26 14:24:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8475,3276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-26 14:24:04','2025-03-26 14:24:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8476,3277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-26 15:58:42','2025-03-26 15:58:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8477,3277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-26 15:58:42','2025-03-26 15:58:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8478,3276,'lcaadmin','laradasciences@gmail.com','','','2025-03-27 14:32:39','2025-03-27 14:32:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8479,3272,'lcaadmin','laradasciences@gmail.com','','','2025-03-27 14:33:48','2025-03-27 14:33:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8480,3277,'lcaadmin','laradasciences@gmail.com','','','2025-03-27 14:34:26','2025-03-27 14:34:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8481,3273,'lcaadmin','laradasciences@gmail.com','','','2025-03-27 14:35:17','2025-03-27 14:35:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8482,3271,'lcaadmin','laradasciences@gmail.com','','','2025-03-27 14:35:53','2025-03-27 14:35:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8483,3278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-27 16:02:43','2025-03-27 16:02:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8484,3278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-27 16:02:43','2025-03-27 16:02:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8485,3278,'lcaadmin','laradasciences@gmail.com','','','2025-03-28 19:09:14','2025-03-28 19:09:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8486,3282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 18:23:37','2025-03-31 18:23:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8487,3282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 18:23:38','2025-03-31 18:23:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8488,3283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 19:40:39','2025-03-31 19:40:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8489,3283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 19:40:39','2025-03-31 19:40:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8490,3284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 21:13:01','2025-03-31 21:13:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8491,3284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-03-31 21:13:01','2025-03-31 21:13:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8492,3282,'lcaadmin','laradasciences@gmail.com','','','2025-03-31 22:05:50','2025-03-31 22:05:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8493,3285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-01 12:17:01','2025-04-01 12:17:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8494,3285,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-01 12:17:01','2025-04-01 12:17:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8495,3286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 14:29:49','2025-04-02 14:29:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8496,3286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 14:29:49','2025-04-02 14:29:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8497,3287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 14:51:30','2025-04-02 14:51:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8498,3287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 14:51:31','2025-04-02 14:51:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8499,3288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 15:20:22','2025-04-02 15:20:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8500,3288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 15:20:22','2025-04-02 15:20:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8501,3289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 18:56:56','2025-04-02 18:56:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8502,3289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 18:56:56','2025-04-02 18:56:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8503,3290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 19:02:56','2025-04-02 19:02:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8504,3290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 19:02:56','2025-04-02 19:02:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8505,3291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 20:13:22','2025-04-02 20:13:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8506,3291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 20:13:22','2025-04-02 20:13:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8507,3286,'lcaadmin','laradasciences@gmail.com','','','2025-04-02 21:19:54','2025-04-02 21:19:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8508,3287,'lcaadmin','laradasciences@gmail.com','','','2025-04-02 21:20:21','2025-04-02 21:20:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8509,3288,'lcaadmin','laradasciences@gmail.com','','','2025-04-02 21:20:51','2025-04-02 21:20:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8510,3293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 21:47:31','2025-04-02 21:47:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8511,3293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-02 21:47:31','2025-04-02 21:47:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8512,3283,'lcaadmin','laradasciences@gmail.com','','','2025-04-03 15:51:53','2025-04-03 15:51:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8513,3284,'lcaadmin','laradasciences@gmail.com','','','2025-04-03 15:52:24','2025-04-03 15:52:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8514,3285,'lcaadmin','laradasciences@gmail.com','','','2025-04-03 15:52:50','2025-04-03 15:52:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8515,3290,'lcaadmin','laradasciences@gmail.com','','','2025-04-03 20:25:29','2025-04-03 20:25:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8516,3294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 21:13:56','2025-04-03 21:13:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8517,3294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 21:13:56','2025-04-03 21:13:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8518,3295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 22:25:10','2025-04-03 22:25:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8519,3295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 22:25:10','2025-04-03 22:25:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8520,3296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 22:30:39','2025-04-03 22:30:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8521,3296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-03 22:30:39','2025-04-03 22:30:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8522,3297,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-05 06:10:07','2025-04-05 06:10:07','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8523,3298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-05 06:11:39','2025-04-05 06:11:39','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8524,3299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-05 06:12:53','2025-04-05 06:12:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8525,3299,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-05 06:12:53','2025-04-05 06:12:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8526,3291,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 16:55:58','2025-04-07 16:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8527,3293,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 16:58:06','2025-04-07 16:58:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8528,3295,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 17:00:15','2025-04-07 17:00:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8529,3296,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 17:04:44','2025-04-07 17:04:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8530,3299,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 22:51:56','2025-04-07 22:51:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8531,3289,'lcaadmin','laradasciences@gmail.com','','','2025-04-07 22:58:17','2025-04-07 22:58:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8532,3294,'lcaadmin','laradasciences@gmail.com','','','2025-04-09 17:45:48','2025-04-09 17:45:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8533,3300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-09 19:58:53','2025-04-09 19:58:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8534,3300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-09 19:58:53','2025-04-09 19:58:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8535,3301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-09 22:25:01','2025-04-09 22:25:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8536,3301,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-09 22:25:01','2025-04-09 22:25:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8537,3302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 14:16:21','2025-04-11 14:16:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8538,3302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 14:16:21','2025-04-11 14:16:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8539,3303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 20:24:14','2025-04-11 20:24:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8540,3303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 20:24:14','2025-04-11 20:24:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8541,3304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 23:11:23','2025-04-11 23:11:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8542,3304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-11 23:11:23','2025-04-11 23:11:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8543,3303,'lcaadmin','laradasciences@gmail.com','','','2025-04-14 15:38:24','2025-04-14 15:38:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8544,3300,'lcaadmin','laradasciences@gmail.com','','','2025-04-14 15:45:10','2025-04-14 15:45:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8545,3301,'lcaadmin','laradasciences@gmail.com','','','2025-04-14 15:46:01','2025-04-14 15:46:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8546,3302,'lcaadmin','laradasciences@gmail.com','','','2025-04-14 15:48:37','2025-04-14 15:48:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8547,3306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 18:53:39','2025-04-14 18:53:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8548,3306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 18:53:39','2025-04-14 18:53:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8549,3307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:12:41','2025-04-14 19:12:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8550,3307,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:12:41','2025-04-14 19:12:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8551,3308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:17:14','2025-04-14 19:17:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8552,3308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:17:14','2025-04-14 19:17:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8553,3304,'lcaadmin','laradasciences@gmail.com','','','2025-04-14 19:22:23','2025-04-14 19:22:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8554,3309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:35:17','2025-04-14 19:35:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8555,3309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-14 19:35:17','2025-04-14 19:35:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8556,3312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-15 17:19:59','2025-04-15 17:19:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8557,3312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-15 17:19:59','2025-04-15 17:19:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8558,3307,'lcaadmin','laradasciences@gmail.com','','','2025-04-15 19:01:40','2025-04-15 19:01:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8559,3309,'lcaadmin','laradasciences@gmail.com','','','2025-04-15 19:02:24','2025-04-15 19:02:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8560,3308,'lcaadmin','laradasciences@gmail.com','','','2025-04-15 21:16:05','2025-04-15 21:16:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8561,3306,'lcaadmin','laradasciences@gmail.com','','','2025-04-16 03:09:57','2025-04-16 03:09:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8562,3313,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-16 13:03:32','2025-04-16 13:03:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8563,3313,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-16 13:03:32','2025-04-16 13:03:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8564,3314,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-17 13:18:18','2025-04-17 13:18:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8565,3314,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-17 13:18:18','2025-04-17 13:18:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8566,3312,'lcaadmin','laradasciences@gmail.com','','','2025-04-18 02:28:22','2025-04-18 02:28:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8567,3315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 14:53:16','2025-04-21 14:53:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8568,3315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 14:53:16','2025-04-21 14:53:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8569,3313,'lcaadmin','laradasciences@gmail.com','','','2025-04-21 15:34:13','2025-04-21 15:34:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8570,3316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 15:39:23','2025-04-21 15:39:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8571,3316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 15:39:23','2025-04-21 15:39:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8572,3317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 16:30:31','2025-04-21 16:30:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8573,3317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-21 16:30:31','2025-04-21 16:30:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8574,3315,'lcaadmin','laradasciences@gmail.com','','','2025-04-21 22:16:36','2025-04-21 22:16:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8575,3316,'lcaadmin','laradasciences@gmail.com','','','2025-04-21 22:18:04','2025-04-21 22:18:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8576,3317,'lcaadmin','laradasciences@gmail.com','','','2025-04-21 22:18:56','2025-04-21 22:18:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8577,3319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-22 17:20:42','2025-04-22 17:20:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8578,3319,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-22 17:20:42','2025-04-22 17:20:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8579,3320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-22 17:42:02','2025-04-22 17:42:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8580,3320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-22 17:42:02','2025-04-22 17:42:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8581,3321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-23 04:16:57','2025-04-23 04:16:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8582,3321,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-23 04:16:57','2025-04-23 04:16:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8583,3320,'lcaadmin','laradasciences@gmail.com','','','2025-04-23 05:02:52','2025-04-23 05:02:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8584,3319,'lcaadmin','laradasciences@gmail.com','','','2025-04-23 05:05:17','2025-04-23 05:05:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8585,3322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-24 18:06:36','2025-04-24 18:06:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8586,3322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-24 18:06:36','2025-04-24 18:06:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8587,3321,'lcaadmin','laradasciences@gmail.com','','','2025-04-25 01:19:19','2025-04-25 01:19:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8588,3323,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-25 06:04:09','2025-04-25 06:04:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8589,3323,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-25 06:04:09','2025-04-25 06:04:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8590,3324,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-25 16:10:37','2025-04-25 16:10:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8591,3324,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-25 16:10:38','2025-04-25 16:10:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8592,3314,'lcaadmin','laradasciences@gmail.com','','','2025-04-25 19:23:56','2025-04-25 19:23:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8593,3323,'lcaadmin','laradasciences@gmail.com','','','2025-04-25 19:34:02','2025-04-25 19:34:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8594,3324,'lcaadmin','laradasciences@gmail.com','','','2025-04-25 19:34:36','2025-04-25 19:34:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8595,3325,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 20:15:23','2025-04-26 20:15:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8596,3325,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 20:15:23','2025-04-26 20:15:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8597,3326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 20:22:39','2025-04-26 20:22:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8598,3326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 20:22:39','2025-04-26 20:22:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8599,3327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 22:17:44','2025-04-26 22:17:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8600,3327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-26 22:17:44','2025-04-26 22:17:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8601,3326,'lcaadmin','laradasciences@gmail.com','','','2025-04-28 21:28:48','2025-04-28 21:28:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8602,3327,'lcaadmin','laradasciences@gmail.com','','','2025-04-28 21:30:00','2025-04-28 21:30:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8603,3325,'lcaadmin','laradasciences@gmail.com','','','2025-04-28 21:34:26','2025-04-28 21:34:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8604,3328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-29 17:36:22','2025-04-29 17:36:22','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8605,3328,'lcaadmin','laradasciences@gmail.com','','','2025-04-29 18:50:04','2025-04-29 18:50:04','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8606,3328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-29 19:43:14','2025-04-29 19:43:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8607,3328,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-29 19:43:14','2025-04-29 19:43:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8608,3322,'lcaadmin','laradasciences@gmail.com','','','2025-04-30 13:33:39','2025-04-30 13:33:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8609,3328,'lcaadmin','laradasciences@gmail.com','','','2025-04-30 13:35:17','2025-04-30 13:35:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8610,3330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-30 14:45:14','2025-04-30 14:45:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8611,3330,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-04-30 14:45:14','2025-04-30 14:45:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8612,3330,'lcaadmin','laradasciences@gmail.com','','','2025-04-30 22:34:33','2025-04-30 22:34:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8613,3331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 15:31:55','2025-05-04 15:31:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8614,3331,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 15:31:55','2025-05-04 15:31:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8615,3332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 16:20:46','2025-05-04 16:20:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8616,3332,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 16:20:46','2025-05-04 16:20:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8617,3333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 16:50:36','2025-05-04 16:50:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8618,3333,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-04 16:50:36','2025-05-04 16:50:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8619,3334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 12:31:19','2025-05-05 12:31:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8620,3334,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 12:31:19','2025-05-05 12:31:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8621,3335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 12:44:55','2025-05-05 12:44:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8622,3335,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 12:44:55','2025-05-05 12:44:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8623,3336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 19:06:38','2025-05-05 19:06:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8624,3336,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-05 19:06:38','2025-05-05 19:06:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8625,3331,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:15:10','2025-05-05 23:15:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8626,3334,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:19:28','2025-05-05 23:19:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8627,3335,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:20:36','2025-05-05 23:20:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8628,3332,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:21:22','2025-05-05 23:21:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8629,3333,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:24:28','2025-05-05 23:24:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8630,3336,'lcaadmin','laradasciences@gmail.com','','','2025-05-05 23:53:40','2025-05-05 23:53:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8631,3337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 13:35:25','2025-05-06 13:35:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8632,3337,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 13:35:25','2025-05-06 13:35:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8633,3338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 16:57:58','2025-05-06 16:57:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8634,3338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 16:57:58','2025-05-06 16:57:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8635,3339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 16:59:20','2025-05-06 16:59:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8636,3339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 16:59:20','2025-05-06 16:59:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8637,3340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 17:00:23','2025-05-06 17:00:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8638,3340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 17:00:23','2025-05-06 17:00:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8639,3341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 17:01:35','2025-05-06 17:01:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8640,3341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 17:01:35','2025-05-06 17:01:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8641,3342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 18:08:41','2025-05-06 18:08:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8642,3342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-06 18:08:41','2025-05-06 18:08:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8643,3337,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:09:49','2025-05-07 00:09:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8644,3339,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:11:35','2025-05-07 00:11:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8645,3341,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:12:26','2025-05-07 00:12:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8646,3338,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:15:01','2025-05-07 00:15:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8647,3340,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:17:02','2025-05-07 00:17:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8648,3342,'lcaadmin','laradasciences@gmail.com','','','2025-05-07 00:18:25','2025-05-07 00:18:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8649,3343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 14:26:59','2025-05-07 14:26:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8650,3343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 14:26:59','2025-05-07 14:26:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8651,3344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 18:13:11','2025-05-07 18:13:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8652,3344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 18:13:11','2025-05-07 18:13:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8653,3346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 21:56:44','2025-05-07 21:56:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8654,3346,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-07 21:56:44','2025-05-07 21:56:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8655,3347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-08 16:22:57','2025-05-08 16:22:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8656,3347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-08 16:22:57','2025-05-08 16:22:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8659,3349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-09 02:04:27','2025-05-09 02:04:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8660,3349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-09 02:04:27','2025-05-09 02:04:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8661,3343,'lcaadmin','laradasciences@gmail.com','','','2025-05-09 18:00:56','2025-05-09 18:00:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8662,3344,'lcaadmin','laradasciences@gmail.com','','','2025-05-09 18:01:41','2025-05-09 18:01:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8663,3346,'lcaadmin','laradasciences@gmail.com','','','2025-05-09 18:02:13','2025-05-09 18:02:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8664,3347,'lcaadmin','laradasciences@gmail.com','','','2025-05-09 18:03:27','2025-05-09 18:03:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8665,3349,'lcaadmin','laradasciences@gmail.com','','','2025-05-09 18:03:51','2025-05-09 18:03:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8666,3400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-09 21:52:14','2025-05-09 21:52:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8667,3400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-09 21:52:14','2025-05-09 21:52:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8668,3401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-12 01:07:17','2025-05-12 01:07:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8669,3401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-12 01:07:17','2025-05-12 01:07:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8673,3405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-12 20:46:33','2025-05-12 20:46:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8674,3405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-12 20:46:33','2025-05-12 20:46:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8675,3401,'lcaadmin','laradasciences@gmail.com','','','2025-05-13 13:11:43','2025-05-13 13:11:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8676,3400,'lcaadmin','laradasciences@gmail.com','','','2025-05-13 13:14:31','2025-05-13 13:14:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8677,3406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-13 13:22:16','2025-05-13 13:22:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8678,3406,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-13 13:22:16','2025-05-13 13:22:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8679,3407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 13:57:43','2025-05-14 13:57:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8680,3407,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 13:57:43','2025-05-14 13:57:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8681,3409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 15:57:39','2025-05-14 15:57:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8682,3409,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 15:57:39','2025-05-14 15:57:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8683,3410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 17:05:04','2025-05-14 17:05:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8684,3410,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 17:05:04','2025-05-14 17:05:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8685,3411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 17:19:38','2025-05-14 17:19:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8686,3411,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-14 17:19:38','2025-05-14 17:19:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8687,3431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-15 14:52:28','2025-05-15 14:52:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8688,3431,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-15 14:52:28','2025-05-15 14:52:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8689,3405,'lcaadmin','laradasciences@gmail.com','','','2025-05-15 18:59:32','2025-05-15 18:59:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8690,3406,'lcaadmin','laradasciences@gmail.com','','','2025-05-15 19:00:09','2025-05-15 19:00:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8691,3409,'lcaadmin','laradasciences@gmail.com','','','2025-05-15 19:01:13','2025-05-15 19:01:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8692,3410,'lcaadmin','laradasciences@gmail.com','','','2025-05-15 19:02:30','2025-05-15 19:02:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8693,3411,'lcaadmin','laradasciences@gmail.com','','','2025-05-15 19:03:08','2025-05-15 19:03:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8694,3433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 17:42:29','2025-05-16 17:42:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8695,3433,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 17:42:29','2025-05-16 17:42:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8696,3434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 19:48:19','2025-05-16 19:48:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8697,3434,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 19:48:19','2025-05-16 19:48:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8698,3435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 19:57:33','2025-05-16 19:57:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8699,3435,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 19:57:33','2025-05-16 19:57:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8700,3436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 20:04:14','2025-05-16 20:04:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8701,3436,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-16 20:04:14','2025-05-16 20:04:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8702,3437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 13:28:43','2025-05-19 13:28:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8703,3437,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 13:28:43','2025-05-19 13:28:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8704,3431,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 14:37:47','2025-05-19 14:37:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8705,3433,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 14:38:22','2025-05-19 14:38:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8706,3434,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 14:39:02','2025-05-19 14:39:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8707,3435,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 14:39:43','2025-05-19 14:39:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8708,3438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 17:04:11','2025-05-19 17:04:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8709,3438,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 17:04:11','2025-05-19 17:04:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8710,3439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 17:08:44','2025-05-19 17:08:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8711,3439,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 17:08:44','2025-05-19 17:08:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8712,3440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 18:45:09','2025-05-19 18:45:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8713,3440,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 18:45:09','2025-05-19 18:45:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8714,3436,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 19:55:02','2025-05-19 19:55:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8715,3437,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 20:03:35','2025-05-19 20:03:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8716,3407,'lcaadmin','laradasciences@gmail.com','','','2025-05-19 21:10:50','2025-05-19 21:10:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8717,3441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 21:18:07','2025-05-19 21:18:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8718,3441,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 21:18:08','2025-05-19 21:18:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8719,3442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 21:43:41','2025-05-19 21:43:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8720,3442,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-19 21:43:41','2025-05-19 21:43:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8721,3440,'lcaadmin','laradasciences@gmail.com','','','2025-05-20 13:39:42','2025-05-20 13:39:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8722,3438,'lcaadmin','laradasciences@gmail.com','','','2025-05-20 13:40:22','2025-05-20 13:40:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8723,3439,'lcaadmin','laradasciences@gmail.com','','','2025-05-20 13:41:53','2025-05-20 13:41:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8724,3441,'lcaadmin','laradasciences@gmail.com','','','2025-05-20 17:07:35','2025-05-20 17:07:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8725,3442,'lcaadmin','laradasciences@gmail.com','','','2025-05-20 17:07:58','2025-05-20 17:07:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8726,3443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-20 21:53:39','2025-05-20 21:53:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8727,3443,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-20 21:53:39','2025-05-20 21:53:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8728,3445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:30:14','2025-05-22 17:30:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8729,3445,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:30:14','2025-05-22 17:30:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8730,3444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:31:25','2025-05-22 17:31:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8731,3444,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:31:25','2025-05-22 17:31:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8732,3446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:32:13','2025-05-22 17:32:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8733,3446,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:32:13','2025-05-22 17:32:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8734,3447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:33:32','2025-05-22 17:33:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8735,3447,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:33:32','2025-05-22 17:33:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8736,3448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:34:52','2025-05-22 17:34:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8737,3448,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:34:52','2025-05-22 17:34:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8738,3449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:39:34','2025-05-22 17:39:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8739,3449,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:39:34','2025-05-22 17:39:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8740,3450,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:52:38','2025-05-22 17:52:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8741,3450,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 17:52:38','2025-05-22 17:52:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8742,3443,'lcaadmin','laradasciences@gmail.com','','','2025-05-22 19:10:54','2025-05-22 19:10:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8743,3451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 20:44:53','2025-05-22 20:44:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8744,3451,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-22 20:44:53','2025-05-22 20:44:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8745,3445,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:08:23','2025-05-26 19:08:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8746,3444,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:09:43','2025-05-26 19:09:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8747,3450,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:10:16','2025-05-26 19:10:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8748,3449,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:10:47','2025-05-26 19:10:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8749,3446,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:11:23','2025-05-26 19:11:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8750,3448,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:12:05','2025-05-26 19:12:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8751,3447,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:12:34','2025-05-26 19:12:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8752,3451,'lcaadmin','laradasciences@gmail.com','','','2025-05-26 19:13:39','2025-05-26 19:13:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8753,3452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-27 03:33:34','2025-05-27 03:33:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8754,3452,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-27 03:33:34','2025-05-27 03:33:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8755,3453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-27 18:21:58','2025-05-27 18:21:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8756,3453,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-27 18:21:58','2025-05-27 18:21:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8757,3454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-28 22:19:43','2025-05-28 22:19:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8758,3454,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-28 22:19:43','2025-05-28 22:19:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8759,3455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-28 22:21:30','2025-05-28 22:21:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8760,3455,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-28 22:21:30','2025-05-28 22:21:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8761,3456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-29 04:06:05','2025-05-29 04:06:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8762,3456,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-29 04:06:05','2025-05-29 04:06:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8763,3453,'lcaadmin','laradasciences@gmail.com','','','2025-05-29 18:58:34','2025-05-29 18:58:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8764,3454,'lcaadmin','laradasciences@gmail.com','','','2025-05-29 18:59:54','2025-05-29 18:59:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8765,3455,'lcaadmin','laradasciences@gmail.com','','','2025-05-29 19:00:56','2025-05-29 19:00:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8766,3456,'lcaadmin','laradasciences@gmail.com','','','2025-05-29 19:01:41','2025-05-29 19:01:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8767,3457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-30 16:38:06','2025-05-30 16:38:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8768,3457,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-05-30 16:38:06','2025-05-30 16:38:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8769,3452,'lcaadmin','laradasciences@gmail.com','','','2025-05-30 17:10:56','2025-05-30 17:10:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8770,3457,'lcaadmin','laradasciences@gmail.com','','','2025-05-30 19:52:12','2025-05-30 19:52:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8771,3458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-02 18:52:28','2025-06-02 18:52:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8772,3458,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-02 18:52:28','2025-06-02 18:52:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8773,3459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-03 13:09:57','2025-06-03 13:09:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8774,3459,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-03 13:09:57','2025-06-03 13:09:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8775,3460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-03 13:40:39','2025-06-03 13:40:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8776,3460,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-03 13:40:39','2025-06-03 13:40:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8777,3458,'lcaadmin','laradasciences@gmail.com','','','2025-06-03 17:51:30','2025-06-03 17:51:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8778,3461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 13:34:36','2025-06-04 13:34:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8779,3461,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 13:34:36','2025-06-04 13:34:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8780,3462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 21:05:03','2025-06-04 21:05:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8781,3462,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 21:05:03','2025-06-04 21:05:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8782,3463,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 22:11:16','2025-06-04 22:11:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8783,3463,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-04 22:11:16','2025-06-04 22:11:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8784,3461,'lcaadmin','laradasciences@gmail.com','','','2025-06-05 04:00:47','2025-06-05 04:00:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8785,3464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-05 13:42:56','2025-06-05 13:42:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8786,3464,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-05 13:42:56','2025-06-05 13:42:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8787,3465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-05 15:31:11','2025-06-05 15:31:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8788,3465,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-05 15:31:11','2025-06-05 15:31:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8789,3462,'lcaadmin','laradasciences@gmail.com','','','2025-06-05 20:37:22','2025-06-05 20:37:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8790,3464,'lcaadmin','laradasciences@gmail.com','','','2025-06-05 20:40:30','2025-06-05 20:40:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8791,3465,'lcaadmin','laradasciences@gmail.com','','','2025-06-05 20:42:21','2025-06-05 20:42:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8792,3466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-07 15:12:22','2025-06-07 15:12:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8793,3466,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-07 15:12:22','2025-06-07 15:12:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8794,3467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-07 18:13:40','2025-06-07 18:13:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8795,3467,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-07 18:13:40','2025-06-07 18:13:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8796,3468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-08 16:10:25','2025-06-08 16:10:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8797,3468,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-08 16:10:25','2025-06-08 16:10:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8798,3469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 15:42:32','2025-06-09 15:42:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8799,3469,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 15:42:32','2025-06-09 15:42:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8800,3470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 16:23:58','2025-06-09 16:23:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8801,3470,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 16:23:58','2025-06-09 16:23:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8802,3471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 18:44:26','2025-06-09 18:44:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8803,3471,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-09 18:44:26','2025-06-09 18:44:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8804,3467,'lcaadmin','laradasciences@gmail.com','','','2025-06-09 20:39:51','2025-06-09 20:39:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8805,3468,'lcaadmin','laradasciences@gmail.com','','','2025-06-09 20:41:55','2025-06-09 20:41:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8806,3466,'lcaadmin','laradasciences@gmail.com','','','2025-06-09 20:43:05','2025-06-09 20:43:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8807,3469,'lcaadmin','laradasciences@gmail.com','','','2025-06-09 20:43:45','2025-06-09 20:43:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8808,3470,'lcaadmin','laradasciences@gmail.com','','','2025-06-09 20:45:01','2025-06-09 20:45:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8809,3472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-10 00:09:44','2025-06-10 00:09:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8810,3472,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-10 00:09:44','2025-06-10 00:09:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8811,3471,'lcaadmin','laradasciences@gmail.com','','','2025-06-11 14:23:10','2025-06-11 14:23:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8812,3459,'lcaadmin','laradasciences@gmail.com','','','2025-06-11 14:24:12','2025-06-11 14:24:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8813,3460,'lcaadmin','laradasciences@gmail.com','','','2025-06-11 14:25:10','2025-06-11 14:25:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8814,3463,'lcaadmin','laradasciences@gmail.com','','','2025-06-11 14:25:44','2025-06-11 14:25:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8815,3472,'lcaadmin','laradasciences@gmail.com','','','2025-06-11 14:28:02','2025-06-11 14:28:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8816,3473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:37:33','2025-06-11 16:37:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8817,3473,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:37:33','2025-06-11 16:37:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8818,3474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:43:23','2025-06-11 16:43:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8819,3474,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:43:23','2025-06-11 16:43:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8820,3475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:58:55','2025-06-11 16:58:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8821,3475,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-11 16:58:55','2025-06-11 16:58:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8822,3486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 14:16:59','2025-06-12 14:16:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8823,3486,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 14:16:59','2025-06-12 14:16:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8824,3489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 18:26:49','2025-06-12 18:26:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8825,3489,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 18:26:49','2025-06-12 18:26:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8826,3490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 20:47:02','2025-06-12 20:47:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8827,3490,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-12 20:47:02','2025-06-12 20:47:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8828,3491,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 13:10:31','2025-06-13 13:10:31','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8829,3492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 13:12:45','2025-06-13 13:12:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8830,3492,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 13:12:45','2025-06-13 13:12:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8831,3473,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 13:58:42','2025-06-13 13:58:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8832,3474,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 14:01:49','2025-06-13 14:01:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8833,3486,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 14:03:05','2025-06-13 14:03:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8834,3493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 14:58:44','2025-06-13 14:58:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8835,3493,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 14:58:44','2025-06-13 14:58:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8836,3494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:10:21','2025-06-13 17:10:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8837,3494,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:10:22','2025-06-13 17:10:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8838,3495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:15:04','2025-06-13 17:15:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8839,3495,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:15:04','2025-06-13 17:15:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8840,3496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:20:03','2025-06-13 17:20:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8841,3496,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 17:20:03','2025-06-13 17:20:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8842,3497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 18:00:54','2025-06-13 18:00:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8843,3497,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 18:00:54','2025-06-13 18:00:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8844,3490,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 19:23:55','2025-06-13 19:23:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8845,3489,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 19:24:45','2025-06-13 19:24:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8846,3475,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 19:25:46','2025-06-13 19:25:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8847,3493,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 22:33:25','2025-06-13 22:33:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8848,3495,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 22:34:13','2025-06-13 22:34:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8849,3496,'lcaadmin','laradasciences@gmail.com','','','2025-06-13 22:34:47','2025-06-13 22:34:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8850,3498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 23:07:18','2025-06-13 23:07:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8851,3498,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-13 23:07:18','2025-06-13 23:07:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8852,3501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-16 16:59:54','2025-06-16 16:59:54','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(8853,3501,'lcaadmin','laradasciences@gmail.com','','','2025-06-16 17:34:09','2025-06-16 17:34:09','Order status changed from Waiting for approval to Approved.',0,'1','WooCommerce','order_note',0,0),(8854,3502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-16 20:24:08','2025-06-16 20:24:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8855,3502,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-16 20:24:08','2025-06-16 20:24:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8856,3503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-16 20:29:09','2025-06-16 20:29:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8857,3503,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-16 20:29:09','2025-06-16 20:29:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8858,3492,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 14:39:17','2025-06-17 14:39:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8859,3497,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 14:40:15','2025-06-17 14:40:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8860,3494,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 14:41:18','2025-06-17 14:41:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8861,3498,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 14:43:26','2025-06-17 14:43:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8862,3504,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-17 15:50:03','2025-06-17 15:50:03','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(8863,3506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-17 16:05:08','2025-06-17 16:05:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8864,3506,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-17 16:05:08','2025-06-17 16:05:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8865,3502,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 18:53:18','2025-06-17 18:53:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8866,3503,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 18:53:54','2025-06-17 18:53:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8867,3506,'lcaadmin','laradasciences@gmail.com','','','2025-06-17 20:02:11','2025-06-17 20:02:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8868,3515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-18 17:11:15','2025-06-18 17:11:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8869,3515,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-18 17:11:15','2025-06-18 17:11:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8870,3517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-19 01:49:00','2025-06-19 01:49:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8871,3517,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-19 01:49:00','2025-06-19 01:49:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8872,3518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-19 04:02:20','2025-06-19 04:02:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8873,3518,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-19 04:02:21','2025-06-19 04:02:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8874,3519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-20 18:56:51','2025-06-20 18:56:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8875,3519,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-20 18:56:51','2025-06-20 18:56:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8876,3519,'lcaadmin','laradasciences@gmail.com','','','2025-06-23 18:33:56','2025-06-23 18:33:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8877,3518,'lcaadmin','laradasciences@gmail.com','','','2025-06-23 18:35:34','2025-06-23 18:35:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8878,3517,'lcaadmin','laradasciences@gmail.com','','','2025-06-23 18:37:36','2025-06-23 18:37:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8879,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:04:31','2025-06-23 21:04:31','Shipment for Order 3521',0,'1','WooCommerce','order_note',0,0),(8880,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:04:31','2025-06-23 21:04:31','Shipment for Order 3521',0,'1','WooCommerce','order_note',0,0),(8881,3521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:45','2025-06-23 21:07:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8882,3521,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:45','2025-06-23 21:07:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8883,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:46','2025-06-23 21:07:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8884,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-23 21:07:46','2025-06-23 21:07:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8885,3515,'lcaadmin','laradasciences@gmail.com','','','2025-06-24 21:18:49','2025-06-24 21:18:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8886,3521,'lcaadmin','laradasciences@gmail.com','','','2025-06-24 21:19:22','2025-06-24 21:19:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8887,3522,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-24 21:19:22','2025-06-24 21:19:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8888,3523,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-24 21:19:22','2025-06-24 21:19:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8889,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:57:49','2025-06-26 16:57:49','Shipment for Order 3534',0,'1','WooCommerce','order_note',0,0),(8890,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:57:49','2025-06-26 16:57:49','Shipment for Order 3534',0,'1','WooCommerce','order_note',0,0),(8891,3534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:26','2025-06-26 16:58:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8892,3534,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:26','2025-06-26 16:58:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8893,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:28','2025-06-26 16:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8894,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-26 16:58:28','2025-06-26 16:58:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8895,3538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-27 22:22:27','2025-06-27 22:22:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8896,3538,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-27 22:22:27','2025-06-27 22:22:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8897,3539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-27 22:29:34','2025-06-27 22:29:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8898,3539,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-27 22:29:34','2025-06-27 22:29:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8899,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8900,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8901,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:08:37','2025-06-28 14:08:37','Shipment for Order 3541',0,'1','WooCommerce','order_note',0,0),(8902,3541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:34','2025-06-28 14:09:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8903,3541,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:34','2025-06-28 14:09:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8904,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8905,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8906,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-28 14:09:35','2025-06-28 14:09:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8907,3545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 13:20:19','2025-06-30 13:20:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8908,3545,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 13:20:19','2025-06-30 13:20:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8909,3546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 16:58:01','2025-06-30 16:58:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8910,3546,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 16:58:01','2025-06-30 16:58:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8911,3547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 17:45:44','2025-06-30 17:45:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8912,3547,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 17:45:45','2025-06-30 17:45:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8913,3541,'lcaadmin','laradasciences@gmail.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8914,3542,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8915,3543,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8916,3544,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:50:40','2025-06-30 19:50:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8917,3548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:56:38','2025-06-30 19:56:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8918,3548,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-06-30 19:56:38','2025-06-30 19:56:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8919,3539,'lcaadmin','laradasciences@gmail.com','','','2025-06-30 20:51:16','2025-06-30 20:51:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8920,3538,'lcaadmin','laradasciences@gmail.com','','','2025-06-30 20:52:26','2025-06-30 20:52:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8921,3549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 02:45:08','2025-07-02 02:45:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8922,3549,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 02:45:08','2025-07-02 02:45:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8923,3550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 18:41:05','2025-07-02 18:41:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8924,3550,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 18:41:05','2025-07-02 18:41:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8925,3551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 22:11:02','2025-07-02 22:11:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8926,3551,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-02 22:11:02','2025-07-02 22:11:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8927,3548,'lcaadmin','laradasciences@gmail.com','','','2025-07-03 12:58:19','2025-07-03 12:58:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8928,3547,'lcaadmin','laradasciences@gmail.com','','','2025-07-03 12:59:31','2025-07-03 12:59:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8929,3549,'lcaadmin','laradasciences@gmail.com','','','2025-07-03 13:01:00','2025-07-03 13:01:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8930,3550,'lcaadmin','laradasciences@gmail.com','','','2025-07-03 13:02:30','2025-07-03 13:02:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8931,3552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-03 17:30:10','2025-07-03 17:30:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8932,3552,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-03 17:30:10','2025-07-03 17:30:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8933,3534,'lcaadmin','laradasciences@gmail.com','','','2025-07-04 03:14:48','2025-07-04 03:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8934,3535,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 03:14:48','2025-07-04 03:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8935,3536,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 03:14:48','2025-07-04 03:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8936,3545,'lcaadmin','laradasciences@gmail.com','','','2025-07-04 03:15:26','2025-07-04 03:15:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8937,3546,'lcaadmin','laradasciences@gmail.com','','','2025-07-04 03:15:46','2025-07-04 03:15:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8938,3552,'lcaadmin','laradasciences@gmail.com','','','2025-07-04 03:16:34','2025-07-04 03:16:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8939,3551,'lcaadmin','laradasciences@gmail.com','','','2025-07-04 03:19:09','2025-07-04 03:19:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8940,3553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 15:35:38','2025-07-04 15:35:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8941,3553,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-04 15:35:38','2025-07-04 15:35:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8942,3556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 21:07:03','2025-07-07 21:07:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8943,3556,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 21:07:03','2025-07-07 21:07:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8944,3557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 21:43:01','2025-07-07 21:43:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8945,3557,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 21:43:01','2025-07-07 21:43:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8946,3558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 22:44:12','2025-07-07 22:44:12','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8947,3558,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-07 22:44:12','2025-07-07 22:44:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8948,3559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-08 16:27:57','2025-07-08 16:27:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8949,3559,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-08 16:27:57','2025-07-08 16:27:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8950,3557,'lcaadmin','laradasciences@gmail.com','','','2025-07-08 21:05:44','2025-07-08 21:05:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8951,3558,'lcaadmin','laradasciences@gmail.com','','','2025-07-08 21:08:21','2025-07-08 21:08:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8952,3556,'lcaadmin','laradasciences@gmail.com','','','2025-07-08 21:28:21','2025-07-08 21:28:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8953,3553,'lcaadmin','laradasciences@gmail.com','','','2025-07-08 21:29:17','2025-07-08 21:29:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8954,3560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-09 17:28:04','2025-07-09 17:28:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8955,3560,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-09 17:28:04','2025-07-09 17:28:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8956,3561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-09 18:24:31','2025-07-09 18:24:31','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8957,3561,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-09 18:24:31','2025-07-09 18:24:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8958,3561,'lcaadmin','laradasciences@gmail.com','','','2025-07-09 23:54:24','2025-07-09 23:54:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8959,3560,'lcaadmin','laradasciences@gmail.com','','','2025-07-09 23:55:08','2025-07-09 23:55:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8960,3559,'lcaadmin','laradasciences@gmail.com','','','2025-07-09 23:56:31','2025-07-09 23:56:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8961,3584,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-10 14:26:49','2025-07-10 14:26:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8962,3584,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-10 14:26:49','2025-07-10 14:26:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8963,3608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-10 20:46:39','2025-07-10 20:46:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8964,3608,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-10 20:46:39','2025-07-10 20:46:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8965,3609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 14:44:05','2025-07-11 14:44:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8966,3609,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 14:44:06','2025-07-11 14:44:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8967,3610,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 23:10:18','2025-07-11 23:10:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8968,3610,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 23:10:18','2025-07-11 23:10:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8969,3611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 23:34:25','2025-07-11 23:34:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8970,3611,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-11 23:34:25','2025-07-11 23:34:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8971,3584,'lcaadmin','laradasciences@gmail.com','','','2025-07-12 02:49:34','2025-07-12 02:49:34','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(8972,3608,'lcaadmin','laradasciences@gmail.com','','','2025-07-12 03:08:43','2025-07-12 03:08:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8973,3609,'lcaadmin','laradasciences@gmail.com','','','2025-07-12 03:09:48','2025-07-12 03:09:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8974,3614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 16:37:21','2025-07-14 16:37:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8975,3614,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 16:37:21','2025-07-14 16:37:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8976,3615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 19:07:00','2025-07-14 19:07:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8977,3615,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 19:07:00','2025-07-14 19:07:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8978,3616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 20:17:56','2025-07-14 20:17:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8979,3616,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 20:17:56','2025-07-14 20:17:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8980,3501,'lcaadmin','laradasciences@gmail.com','','','2025-07-14 23:01:57','2025-07-14 23:01:57','Order status changed from Approved to Pending payment.',0,'1','WooCommerce','order_note',0,0),(8981,3610,'lcaadmin','laradasciences@gmail.com','','','2025-07-14 23:19:05','2025-07-14 23:19:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8982,3611,'lcaadmin','laradasciences@gmail.com','','','2025-07-14 23:21:09','2025-07-14 23:21:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8983,3617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 23:26:10','2025-07-14 23:26:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8984,3617,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-14 23:26:10','2025-07-14 23:26:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8985,3584,'lcaadmin','laradasciences@gmail.com','','','2025-07-14 23:36:39','2025-07-14 23:36:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8986,3614,'lcaadmin','laradasciences@gmail.com','','','2025-07-14 23:37:22','2025-07-14 23:37:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8987,3618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 02:14:54','2025-07-15 02:14:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8988,3618,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 02:14:54','2025-07-15 02:14:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8989,3501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 15:39:00','2025-07-15 15:39:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8990,3501,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 15:39:00','2025-07-15 15:39:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8991,3615,'lcaadmin','laradasciences@gmail.com','','','2025-07-15 18:55:28','2025-07-15 18:55:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8992,3620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 22:21:47','2025-07-15 22:21:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8993,3620,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 22:21:47','2025-07-15 22:21:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8994,3621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 22:49:18','2025-07-15 22:49:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8995,3621,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 22:49:18','2025-07-15 22:49:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8996,3622,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 23:03:04','2025-07-15 23:03:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(8997,3622,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-15 23:03:04','2025-07-15 23:03:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(8998,3618,'lcaadmin','laradasciences@gmail.com','','','2025-07-16 12:20:52','2025-07-16 12:20:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(8999,3616,'lcaadmin','laradasciences@gmail.com','','','2025-07-16 12:21:55','2025-07-16 12:21:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9000,3501,'lcaadmin','laradasciences@gmail.com','','','2025-07-16 12:22:56','2025-07-16 12:22:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9001,3622,'lcaadmin','laradasciences@gmail.com','','','2025-07-16 22:38:15','2025-07-16 22:38:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9002,3620,'lcaadmin','laradasciences@gmail.com','','','2025-07-16 22:39:00','2025-07-16 22:39:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9003,3623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-17 22:35:30','2025-07-17 22:35:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9004,3623,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-17 22:35:30','2025-07-17 22:35:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9005,3624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 00:19:10','2025-07-18 00:19:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9006,3624,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 00:19:10','2025-07-18 00:19:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9007,3625,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 13:24:27','2025-07-18 13:24:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9008,3625,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 13:24:27','2025-07-18 13:24:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9009,3626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 16:52:25','2025-07-18 16:52:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9010,3626,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 16:52:25','2025-07-18 16:52:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9011,3627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 16:56:32','2025-07-18 16:56:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9012,3627,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-18 16:56:32','2025-07-18 16:56:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9013,3624,'lcaadmin','laradasciences@gmail.com','','','2025-07-21 19:09:21','2025-07-21 19:09:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9014,3623,'lcaadmin','laradasciences@gmail.com','','','2025-07-21 19:09:54','2025-07-21 19:09:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9015,3626,'lcaadmin','laradasciences@gmail.com','','','2025-07-21 19:12:55','2025-07-21 19:12:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9016,3625,'lcaadmin','laradasciences@gmail.com','','','2025-07-21 19:13:34','2025-07-21 19:13:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9017,3627,'lcaadmin','laradasciences@gmail.com','','','2025-07-21 19:14:26','2025-07-21 19:14:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9018,3628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-21 20:15:53','2025-07-21 20:15:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9019,3628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-21 20:15:53','2025-07-21 20:15:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9020,3629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-21 22:14:18','2025-07-21 22:14:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9021,3629,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-21 22:14:18','2025-07-21 22:14:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9022,3630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 01:52:30','2025-07-22 01:52:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9023,3630,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 01:52:30','2025-07-22 01:52:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9024,3628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 14:49:44','2025-07-22 14:49:44','Refunded 512.40 - Refund ID: 3EE44428YL3256538',0,'1','WooCommerce','order_note',0,0),(9025,3628,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 14:49:45','2025-07-22 14:49:45','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(9026,3632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 14:58:55','2025-07-22 14:58:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9027,3632,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-22 14:58:55','2025-07-22 14:58:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9028,3617,'lcaadmin','laradasciences@gmail.com','','','2025-07-22 17:26:52','2025-07-22 17:26:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9029,3621,'lcaadmin','laradasciences@gmail.com','','','2025-07-22 17:28:29','2025-07-22 17:28:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9030,3630,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 16:15:47','2025-07-23 16:15:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9031,3629,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 16:16:35','2025-07-23 16:16:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9032,3634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:19:06','2025-07-23 16:19:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9033,3634,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:19:06','2025-07-23 16:19:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9034,3632,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 16:20:05','2025-07-23 16:20:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9035,3635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:25:15','2025-07-23 16:25:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9036,3635,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:25:15','2025-07-23 16:25:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9037,3636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:33:06','2025-07-23 16:33:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9038,3636,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 16:33:06','2025-07-23 16:33:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9039,3637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 18:34:07','2025-07-23 18:34:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9040,3637,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 18:34:07','2025-07-23 18:34:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9041,3638,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 21:30:27','2025-07-23 21:30:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9042,3638,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-23 21:30:27','2025-07-23 21:30:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9043,3635,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 22:05:44','2025-07-23 22:05:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9044,3636,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 22:06:32','2025-07-23 22:06:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9045,3634,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 22:07:25','2025-07-23 22:07:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9046,3637,'lcaadmin','laradasciences@gmail.com','','','2025-07-23 22:08:22','2025-07-23 22:08:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9047,3639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-24 18:34:04','2025-07-24 18:34:04','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(9048,3639,'lcaadmin','laradasciences@gmail.com','','','2025-07-24 18:45:36','2025-07-24 18:45:36','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(9049,3639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-25 12:58:17','2025-07-25 12:58:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9050,3639,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-25 12:58:17','2025-07-25 12:58:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9051,3638,'lcaadmin','laradasciences@gmail.com','','','2025-07-25 18:07:50','2025-07-25 18:07:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9052,3639,'lcaadmin','laradasciences@gmail.com','','','2025-07-25 18:08:32','2025-07-25 18:08:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9053,3640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-26 20:05:29','2025-07-26 20:05:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9054,3640,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-26 20:05:29','2025-07-26 20:05:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9055,3641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-27 21:03:11','2025-07-27 21:03:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9056,3641,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-27 21:03:11','2025-07-27 21:03:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9057,3642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-28 13:23:22','2025-07-28 13:23:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9058,3642,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-28 13:23:22','2025-07-28 13:23:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9059,3643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-29 01:39:00','2025-07-29 01:39:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9060,3643,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-29 01:39:00','2025-07-29 01:39:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9061,3641,'lcaadmin','laradasciences@gmail.com','','','2025-07-29 14:10:18','2025-07-29 14:10:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9062,3640,'lcaadmin','laradasciences@gmail.com','','','2025-07-29 14:10:59','2025-07-29 14:10:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9063,3642,'lcaadmin','laradasciences@gmail.com','','','2025-07-29 14:12:43','2025-07-29 14:12:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9064,3644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 16:52:44','2025-07-30 16:52:44','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9065,3644,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 16:52:44','2025-07-30 16:52:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9066,3645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 18:42:01','2025-07-30 18:42:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9067,3645,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 18:42:01','2025-07-30 18:42:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9068,3646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 19:47:25','2025-07-30 19:47:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9069,3646,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-30 19:47:25','2025-07-30 19:47:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9070,3647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-31 20:42:28','2025-07-31 20:42:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9071,3647,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-07-31 20:42:28','2025-07-31 20:42:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9072,3646,'lcaadmin','laradasciences@gmail.com','','','2025-08-01 05:52:44','2025-08-01 05:52:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9073,3643,'lcaadmin','laradasciences@gmail.com','','','2025-08-01 20:06:40','2025-08-01 20:06:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9074,3644,'lcaadmin','laradasciences@gmail.com','','','2025-08-01 20:07:25','2025-08-01 20:07:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9075,3645,'lcaadmin','laradasciences@gmail.com','','','2025-08-01 20:08:37','2025-08-01 20:08:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9076,3649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-02 14:54:33','2025-08-02 14:54:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9077,3649,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-02 14:54:33','2025-08-02 14:54:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9078,3650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-04 17:39:11','2025-08-04 17:39:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9079,3650,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-04 17:39:11','2025-08-04 17:39:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9080,3647,'lcaadmin','laradasciences@gmail.com','','','2025-08-05 01:06:33','2025-08-05 01:06:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9081,3649,'lcaadmin','laradasciences@gmail.com','','','2025-08-05 01:07:13','2025-08-05 01:07:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9082,3651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-05 23:59:48','2025-08-05 23:59:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9083,3651,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-05 23:59:48','2025-08-05 23:59:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9084,3652,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 16:17:24','2025-08-06 16:17:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9085,3652,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 16:17:24','2025-08-06 16:17:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9086,3650,'lcaadmin','laradasciences@gmail.com','','','2025-08-06 19:06:35','2025-08-06 19:06:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9087,3651,'lcaadmin','laradasciences@gmail.com','','','2025-08-06 19:09:50','2025-08-06 19:09:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9088,3653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 19:31:11','2025-08-06 19:31:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9089,3653,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 19:31:11','2025-08-06 19:31:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9090,3654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 20:33:37','2025-08-06 20:33:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9091,3654,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 20:33:37','2025-08-06 20:33:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9092,3655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 21:46:36','2025-08-06 21:46:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9093,3655,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-06 21:46:36','2025-08-06 21:46:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9094,3656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 02:04:45','2025-08-07 02:04:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9095,3656,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 02:04:45','2025-08-07 02:04:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9096,3660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 20:00:57','2025-08-07 20:00:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9097,3660,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 20:00:57','2025-08-07 20:00:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9098,3661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 20:55:56','2025-08-07 20:55:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9099,3661,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 20:55:56','2025-08-07 20:55:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9100,3663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 21:43:05','2025-08-07 21:43:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9101,3663,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-07 21:43:05','2025-08-07 21:43:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9102,3665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-08 17:11:13','2025-08-08 17:11:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9103,3665,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-08 17:11:13','2025-08-08 17:11:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9104,3661,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 18:56:08','2025-08-08 18:56:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9105,3660,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 18:57:09','2025-08-08 18:57:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9106,3655,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 18:57:56','2025-08-08 18:57:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9107,3654,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 19:01:12','2025-08-08 19:01:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9108,3656,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 19:04:20','2025-08-08 19:04:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9109,3663,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 21:28:43','2025-08-08 21:28:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9110,3652,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 21:31:43','2025-08-08 21:31:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9111,3665,'lcaadmin','laradasciences@gmail.com','','','2025-08-08 21:32:48','2025-08-08 21:32:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9112,3666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-10 21:34:05','2025-08-10 21:34:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9113,3666,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-10 21:34:05','2025-08-10 21:34:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9114,3667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 14:40:43','2025-08-11 14:40:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9115,3667,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 14:40:43','2025-08-11 14:40:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9116,3668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 15:24:41','2025-08-11 15:24:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9117,3668,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 15:24:41','2025-08-11 15:24:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9118,3670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 16:20:21','2025-08-11 16:20:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9119,3670,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 16:20:21','2025-08-11 16:20:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9120,3671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 16:50:29','2025-08-11 16:50:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9121,3671,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-11 16:50:29','2025-08-11 16:50:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9122,3666,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:19:43','2025-08-12 15:19:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9123,3667,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:23:33','2025-08-12 15:23:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9124,3670,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:26:48','2025-08-12 15:26:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9125,3671,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:27:52','2025-08-12 15:27:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9126,3653,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:28:24','2025-08-12 15:28:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9127,3668,'lcaadmin','laradasciences@gmail.com','','','2025-08-12 15:28:39','2025-08-12 15:28:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9128,3678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-12 19:14:11','2025-08-12 19:14:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9129,3678,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-12 19:14:11','2025-08-12 19:14:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9130,3679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-12 20:41:38','2025-08-12 20:41:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9131,3679,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-12 20:41:38','2025-08-12 20:41:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9132,3680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 00:38:39','2025-08-13 00:38:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9133,3680,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 00:38:39','2025-08-13 00:38:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9134,3690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 20:50:20','2025-08-13 20:50:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9135,3690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 20:50:20','2025-08-13 20:50:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9136,3689,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:10:50','2025-08-13 21:10:50','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9137,3688,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:11:23','2025-08-13 21:11:23','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9138,3687,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:11:34','2025-08-13 21:11:34','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9139,3686,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:16:40','2025-08-13 21:16:40','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9140,3685,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:16:53','2025-08-13 21:16:53','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9141,3690,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-13 21:50:28','2025-08-13 21:50:28','Refunded 385.00 - Refund ID: 09149790PW713723G',0,'1','WooCommerce','order_note',0,0),(9142,3704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 19:55:50','2025-08-14 19:55:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9143,3704,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 19:55:50','2025-08-14 19:55:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9144,3705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 20:02:09','2025-08-14 20:02:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9145,3705,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 20:02:09','2025-08-14 20:02:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9146,3706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 20:10:19','2025-08-14 20:10:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9147,3706,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-14 20:10:19','2025-08-14 20:10:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9148,3678,'lcaadmin','laradasciences@gmail.com','','','2025-08-14 21:49:09','2025-08-14 21:49:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9149,3680,'lcaadmin','laradasciences@gmail.com','','','2025-08-14 21:50:31','2025-08-14 21:50:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9150,3710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-15 12:21:38','2025-08-15 12:21:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9151,3710,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-15 12:21:38','2025-08-15 12:21:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9152,3712,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-15 15:43:48','2025-08-15 15:43:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9153,3712,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-15 15:43:49','2025-08-15 15:43:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9154,3714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-16 14:47:08','2025-08-16 14:47:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9155,3714,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-16 14:47:09','2025-08-16 14:47:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9156,3715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-16 23:01:09','2025-08-16 23:01:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9157,3715,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-16 23:01:09','2025-08-16 23:01:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9158,3716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 13:21:25','2025-08-18 13:21:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9159,3716,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 13:21:25','2025-08-18 13:21:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9160,3717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 13:37:34','2025-08-18 13:37:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9161,3717,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 13:37:35','2025-08-18 13:37:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9162,3718,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 17:51:25','2025-08-18 17:51:25','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(9163,3705,'lcaadmin','laradasciences@gmail.com','','','2025-08-18 17:56:12','2025-08-18 17:56:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9164,3714,'lcaadmin','laradasciences@gmail.com','','','2025-08-18 17:56:56','2025-08-18 17:56:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9165,3715,'lcaadmin','laradasciences@gmail.com','','','2025-08-18 17:57:36','2025-08-18 17:57:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9166,3711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 22:41:57','2025-08-18 22:41:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9167,3711,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-18 22:41:57','2025-08-18 22:41:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9168,3690,'lcaadmin','laradasciences@gmail.com','','','2025-08-19 03:59:02','2025-08-19 03:59:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9169,3716,'lcaadmin','laradasciences@gmail.com','','','2025-08-19 04:00:36','2025-08-19 04:00:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9170,3717,'lcaadmin','laradasciences@gmail.com','','','2025-08-19 04:01:25','2025-08-19 04:01:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9171,3679,'lcaadmin','laradasciences@gmail.com','','','2025-08-19 14:45:26','2025-08-19 14:45:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9172,3720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-19 16:02:45','2025-08-19 16:02:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9173,3720,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-19 16:02:45','2025-08-19 16:02:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9174,3721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-19 18:28:36','2025-08-19 18:28:36','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9175,3721,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-19 18:28:36','2025-08-19 18:28:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9176,3722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-20 15:52:42','2025-08-20 15:52:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9177,3722,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-20 15:52:42','2025-08-20 15:52:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9178,3704,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:18:37','2025-08-20 22:18:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9179,3706,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:19:04','2025-08-20 22:19:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9180,3710,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:19:32','2025-08-20 22:19:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9181,3711,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:19:54','2025-08-20 22:19:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9182,3712,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:20:22','2025-08-20 22:20:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9183,3721,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:22:53','2025-08-20 22:22:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9184,3722,'lcaadmin','laradasciences@gmail.com','','','2025-08-20 22:24:36','2025-08-20 22:24:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9185,3718,'lcaadmin','laradasciences@gmail.com','','','2025-08-21 04:17:43','2025-08-21 04:17:43','Order status changed by bulk edit: Order status changed from Waiting for approval to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9186,3723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 16:37:43','2025-08-21 16:37:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9187,3723,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 16:37:43','2025-08-21 16:37:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9188,3662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 19:12:47','2025-08-21 19:12:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9189,3662,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 19:12:47','2025-08-21 19:12:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9190,3724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 21:01:59','2025-08-21 21:01:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9191,3724,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-21 21:01:59','2025-08-21 21:01:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9192,3725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-22 13:47:28','2025-08-22 13:47:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9193,3725,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-22 13:47:28','2025-08-22 13:47:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9194,3720,'lcaadmin','laradasciences@gmail.com','','','2025-08-22 21:30:23','2025-08-22 21:30:23','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9195,3723,'lcaadmin','laradasciences@gmail.com','','','2025-08-22 21:32:56','2025-08-22 21:32:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9196,3724,'lcaadmin','laradasciences@gmail.com','','','2025-08-22 21:35:12','2025-08-22 21:35:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9197,3725,'lcaadmin','laradasciences@gmail.com','','','2025-08-22 21:35:48','2025-08-22 21:35:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9198,3727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-25 20:19:01','2025-08-25 20:19:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9199,3727,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-25 20:19:01','2025-08-25 20:19:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9200,3728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-26 03:32:48','2025-08-26 03:32:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9201,3728,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-26 03:32:48','2025-08-26 03:32:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9202,3662,'lcaadmin','laradasciences@gmail.com','','','2025-08-26 15:38:03','2025-08-26 15:38:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9203,3729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 01:16:56','2025-08-27 01:16:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9204,3729,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 01:16:56','2025-08-27 01:16:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9205,3730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 16:56:29','2025-08-27 16:56:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9206,3730,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 16:56:29','2025-08-27 16:56:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9207,3731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 18:22:38','2025-08-27 18:22:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9208,3731,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 18:22:38','2025-08-27 18:22:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9209,3732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-27 20:15:01','2025-08-27 20:15:01','Order status changed from Pending payment to Waiting for approval.',0,'1','WooCommerce','order_note',0,0),(9210,3732,'lcaadmin','laradasciences@gmail.com','','','2025-08-28 12:42:06','2025-08-28 12:42:06','Order status changed from Waiting for approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(9211,3734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-28 18:49:50','2025-08-28 18:49:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9212,3734,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-28 18:49:50','2025-08-28 18:49:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9213,3729,'lcaadmin','laradasciences@gmail.com','','','2025-08-28 20:19:48','2025-08-28 20:19:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9214,3728,'lcaadmin','laradasciences@gmail.com','','','2025-08-28 20:21:20','2025-08-28 20:21:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9215,3727,'lcaadmin','laradasciences@gmail.com','','','2025-08-28 20:22:50','2025-08-28 20:22:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9216,3737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-30 05:47:25','2025-08-30 05:47:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9217,3737,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-30 05:47:26','2025-08-30 05:47:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9218,3738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-30 21:45:13','2025-08-30 21:45:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9219,3738,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-08-30 21:45:13','2025-08-30 21:45:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9220,3739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 14:15:11','2025-09-01 14:15:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9221,3739,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 14:15:11','2025-09-01 14:15:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9222,3740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 18:07:42','2025-09-01 18:07:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9223,3740,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 18:07:42','2025-09-01 18:07:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9224,3741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 20:51:42','2025-09-01 20:51:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9225,3741,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-01 20:51:42','2025-09-01 20:51:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9226,3730,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:30:26','2025-09-02 22:30:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9227,3731,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:31:14','2025-09-02 22:31:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9228,3734,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:34:22','2025-09-02 22:34:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9229,3737,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:38:00','2025-09-02 22:38:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9230,3738,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:38:41','2025-09-02 22:38:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9231,3741,'lcaadmin','laradasciences@gmail.com','','','2025-09-02 22:41:04','2025-09-02 22:41:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9232,3742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 15:23:23','2025-09-03 15:23:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9233,3742,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 15:23:23','2025-09-03 15:23:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9234,3743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 15:41:18','2025-09-03 15:41:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9235,3743,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 15:41:18','2025-09-03 15:41:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9236,3744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:39:00','2025-09-03 16:39:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9237,3744,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:39:00','2025-09-03 16:39:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9238,3739,'lcaadmin','laradasciences@gmail.com','','','2025-09-03 16:42:43','2025-09-03 16:42:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9239,3745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:48:43','2025-09-03 16:48:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9240,3745,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:48:43','2025-09-03 16:48:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9241,3746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:58:58','2025-09-03 16:58:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9242,3746,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 16:58:58','2025-09-03 16:58:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9243,3732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 18:27:54','2025-09-03 18:27:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9244,3732,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-03 18:27:54','2025-09-03 18:27:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9245,3748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-04 01:53:25','2025-09-04 01:53:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9246,3748,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-04 01:53:25','2025-09-04 01:53:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9247,3740,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 22:51:52','2025-09-04 22:51:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9248,3744,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 22:55:34','2025-09-04 22:55:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9249,3745,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 22:58:26','2025-09-04 22:58:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9250,3743,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 23:00:39','2025-09-04 23:00:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9251,3742,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 23:04:01','2025-09-04 23:04:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9252,3746,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 23:06:31','2025-09-04 23:06:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9253,3732,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 23:07:11','2025-09-04 23:07:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9254,3748,'lcaadmin','laradasciences@gmail.com','','','2025-09-04 23:16:40','2025-09-04 23:16:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9255,3750,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-05 13:18:45','2025-09-05 13:18:45','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9256,3751,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-05 13:19:10','2025-09-05 13:19:10','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9257,3753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-05 13:23:16','2025-09-05 13:23:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9258,3753,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-05 13:23:16','2025-09-05 13:23:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9259,3732,'lcaadmin','laradasciences@gmail.com','','','2025-09-05 18:36:18','2025-09-05 18:36:18','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(9260,3756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-06 22:31:39','2025-09-06 22:31:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9261,3756,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-06 22:31:39','2025-09-06 22:31:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9262,3757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-07 13:16:58','2025-09-07 13:16:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9263,3757,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-07 13:16:58','2025-09-07 13:16:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9264,3758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-07 15:27:20','2025-09-07 15:27:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9265,3758,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-07 15:27:20','2025-09-07 15:27:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9266,3759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 17:42:35','2025-09-08 17:42:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9267,3759,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 17:42:35','2025-09-08 17:42:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9268,3760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 18:21:49','2025-09-08 18:21:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9269,3760,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 18:21:49','2025-09-08 18:21:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9270,3761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 18:22:26','2025-09-08 18:22:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9271,3761,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 18:22:26','2025-09-08 18:22:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9272,3753,'lcaadmin','laradasciences@gmail.com','','','2025-09-08 20:43:08','2025-09-08 20:43:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9273,3756,'lcaadmin','laradasciences@gmail.com','','','2025-09-08 20:43:58','2025-09-08 20:43:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9274,3758,'lcaadmin','laradasciences@gmail.com','','','2025-09-08 20:45:11','2025-09-08 20:45:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9275,3757,'lcaadmin','laradasciences@gmail.com','','','2025-09-08 20:47:31','2025-09-08 20:47:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9276,3755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 21:33:27','2025-09-08 21:33:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9277,3755,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 21:33:27','2025-09-08 21:33:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9278,3762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 22:14:18','2025-09-08 22:14:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9279,3762,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-08 22:14:18','2025-09-08 22:14:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9280,3763,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-09 16:41:51','2025-09-09 16:41:51','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9281,3764,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-09 16:44:52','2025-09-09 16:44:52','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9282,3765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-09 16:46:40','2025-09-09 16:46:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9283,3765,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-09 16:46:40','2025-09-09 16:46:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9284,3759,'lcaadmin','laradasciences@gmail.com','','','2025-09-09 21:14:22','2025-09-09 21:14:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9285,3755,'lcaadmin','laradasciences@gmail.com','','','2025-09-09 21:15:06','2025-09-09 21:15:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9286,3766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 04:28:40','2025-09-10 04:28:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9287,3766,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 04:28:40','2025-09-10 04:28:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9288,3767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 18:28:06','2025-09-10 18:28:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9289,3767,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 18:28:06','2025-09-10 18:28:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9290,3768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 23:14:10','2025-09-10 23:14:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9291,3768,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-10 23:14:10','2025-09-10 23:14:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9292,3769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-11 15:13:32','2025-09-11 15:13:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9293,3769,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-11 15:13:32','2025-09-11 15:13:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9294,3766,'lcaadmin','laradasciences@gmail.com','','','2025-09-11 16:59:59','2025-09-11 16:59:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9295,3767,'lcaadmin','laradasciences@gmail.com','','','2025-09-11 17:00:54','2025-09-11 17:00:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9296,3770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-11 17:32:32','2025-09-11 17:32:32','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9297,3770,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-11 17:32:32','2025-09-11 17:32:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9298,3768,'lcaadmin','laradasciences@gmail.com','','','2025-09-12 13:24:59','2025-09-12 13:24:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9299,3769,'lcaadmin','laradasciences@gmail.com','','','2025-09-12 13:25:39','2025-09-12 13:25:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9300,3770,'lcaadmin','laradasciences@gmail.com','','','2025-09-12 13:26:12','2025-09-12 13:26:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9301,3765,'lcaadmin','laradasciences@gmail.com','','','2025-09-13 04:45:36','2025-09-13 04:45:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9302,3762,'lcaadmin','laradasciences@gmail.com','','','2025-09-13 04:46:51','2025-09-13 04:46:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9303,3761,'lcaadmin','laradasciences@gmail.com','','','2025-09-13 04:47:10','2025-09-13 04:47:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9304,3760,'lcaadmin','laradasciences@gmail.com','','','2025-09-13 04:47:58','2025-09-13 04:47:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9305,3772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-14 16:32:08','2025-09-14 16:32:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9306,3772,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-14 16:32:08','2025-09-14 16:32:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9307,3773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-14 19:01:53','2025-09-14 19:01:53','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9308,3773,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-14 19:01:53','2025-09-14 19:01:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9309,3774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-15 23:26:26','2025-09-15 23:26:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9310,3774,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-15 23:26:26','2025-09-15 23:26:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9311,3775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-15 23:40:43','2025-09-15 23:40:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9312,3775,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-15 23:40:43','2025-09-15 23:40:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9313,3776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 01:20:35','2025-09-16 01:20:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9314,3776,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 01:20:35','2025-09-16 01:20:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9315,3777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 02:21:34','2025-09-16 02:21:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9316,3777,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 02:21:34','2025-09-16 02:21:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9317,3778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 13:15:15','2025-09-16 13:15:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9318,3778,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 13:15:15','2025-09-16 13:15:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9319,3779,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 20:44:56','2025-09-16 20:44:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9320,3779,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-16 20:44:56','2025-09-16 20:44:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9321,3773,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:04:01','2025-09-17 14:04:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9322,3772,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:04:41','2025-09-17 14:04:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9323,3777,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:14:00','2025-09-17 14:14:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9324,3775,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:14:55','2025-09-17 14:14:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9325,3774,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:16:59','2025-09-17 14:16:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9326,3776,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:23:13','2025-09-17 14:23:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9327,3778,'lcaadmin','laradasciences@gmail.com','','','2025-09-17 14:25:07','2025-09-17 14:25:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9328,3780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-17 15:45:27','2025-09-17 15:45:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9329,3780,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-17 15:45:27','2025-09-17 15:45:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9330,3779,'lcaadmin','laradasciences@gmail.com','','','2025-09-18 13:24:44','2025-09-18 13:24:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9331,3780,'lcaadmin','laradasciences@gmail.com','','','2025-09-18 13:26:29','2025-09-18 13:26:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9332,184185,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-18 16:35:19','2025-09-18 16:35:19','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9333,184186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-18 22:35:41','2025-09-18 22:35:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9334,184186,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-18 22:35:42','2025-09-18 22:35:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9335,184187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-19 22:53:05','2025-09-19 22:53:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9336,184187,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-19 22:53:06','2025-09-19 22:53:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9337,184184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-22 13:24:46','2025-09-22 13:24:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9338,184184,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-22 13:24:46','2025-09-22 13:24:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9339,184188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-22 21:11:48','2025-09-22 21:11:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9340,184188,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-22 21:11:48','2025-09-22 21:11:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9341,184187,'lcaadmin','laradasciences@gmail.com','','','2025-09-23 14:17:51','2025-09-23 14:17:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9342,184190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-23 18:33:42','2025-09-23 18:33:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9343,184190,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-23 18:33:42','2025-09-23 18:33:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9344,184191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-23 22:03:46','2025-09-23 22:03:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9345,184191,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-23 22:03:47','2025-09-23 22:03:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9346,184192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 02:04:16','2025-09-24 02:04:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9347,184192,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 02:04:16','2025-09-24 02:04:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9348,184188,'lcaadmin','laradasciences@gmail.com','','','2025-09-24 14:34:17','2025-09-24 14:34:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9349,184186,'lcaadmin','laradasciences@gmail.com','','','2025-09-24 14:35:06','2025-09-24 14:35:06','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9350,184193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 15:22:07','2025-09-24 15:22:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9351,184193,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 15:22:07','2025-09-24 15:22:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9352,184194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 15:58:41','2025-09-24 15:58:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9353,184194,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 15:58:41','2025-09-24 15:58:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9354,184196,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 17:21:43','2025-09-24 17:21:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9355,184196,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-24 17:21:43','2025-09-24 17:21:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9356,184197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 13:44:58','2025-09-25 13:44:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9357,184197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 13:44:58','2025-09-25 13:44:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9358,184197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 13:48:55','2025-09-25 13:48:55','Refunded 596.05 - Refund ID: 41631105KT930654Y',0,'1','WooCommerce','order_note',0,0),(9359,184197,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 13:48:56','2025-09-25 13:48:56','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0),(9360,184192,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 13:52:12','2025-09-25 13:52:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9361,184191,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 13:52:55','2025-09-25 13:52:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9362,184193,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 13:53:27','2025-09-25 13:53:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9363,184199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 17:32:55','2025-09-25 17:32:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9364,184199,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 17:32:55','2025-09-25 17:32:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9365,184184,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 18:51:05','2025-09-25 18:51:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9366,184196,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 18:51:19','2025-09-25 18:51:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9367,184190,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 20:01:17','2025-09-25 20:01:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9368,184194,'lcaadmin','laradasciences@gmail.com','','','2025-09-25 20:01:55','2025-09-25 20:01:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9369,184201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 20:53:22','2025-09-25 20:53:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9370,184201,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-25 20:53:22','2025-09-25 20:53:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9371,184202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-26 12:07:22','2025-09-26 12:07:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9372,184202,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-26 12:07:22','2025-09-26 12:07:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9373,184201,'lcaadmin','laradasciences@gmail.com','','','2025-09-26 20:29:08','2025-09-26 20:29:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9374,184204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-26 22:53:44','2025-09-26 22:53:44','Order status changed from Pending payment to Pending for Approval.',0,'1','WooCommerce','order_note',0,0),(9375,184204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-26 22:54:05','2025-09-26 22:54:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9376,184204,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-09-26 22:54:05','2025-09-26 22:54:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9380,184204,'lcaadmin','laradasciences@gmail.com','','','2025-09-29 15:49:43','2025-09-29 15:49:43','Order status changed from Pending for Approval to Pending payment.',0,'1','WooCommerce','order_note',0,0),(9382,184202,'lcaadmin','laradasciences@gmail.com','','','2025-09-30 16:49:04','2025-09-30 16:49:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9383,184199,'lcaadmin','laradasciences@gmail.com','','','2025-09-30 16:52:43','2025-09-30 16:52:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9384,184208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-01 15:57:39','2025-10-01 15:57:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9385,184208,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-01 15:57:39','2025-10-01 15:57:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9386,184204,'lcaadmin','laradasciences@gmail.com','','','2025-10-01 19:21:04','2025-10-01 19:21:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9387,184209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 14:28:18','2025-10-02 14:28:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9388,184209,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 14:28:18','2025-10-02 14:28:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9389,184210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 14:37:38','2025-10-02 14:37:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9390,184210,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 14:37:38','2025-10-02 14:37:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9391,184211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 17:25:45','2025-10-02 17:25:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9392,184211,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 17:25:45','2025-10-02 17:25:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9393,184212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 20:52:58','2025-10-02 20:52:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9394,184212,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 20:52:58','2025-10-02 20:52:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9395,184213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 21:46:01','2025-10-02 21:46:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9396,184213,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-02 21:46:01','2025-10-02 21:46:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9397,184214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 13:51:38','2025-10-03 13:51:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9398,184214,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 13:51:38','2025-10-03 13:51:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9399,184215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 14:06:17','2025-10-03 14:06:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9400,184215,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 14:06:17','2025-10-03 14:06:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9401,184216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 14:15:54','2025-10-03 14:15:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9402,184216,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 14:15:54','2025-10-03 14:15:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9403,184217,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 15:16:26','2025-10-03 15:16:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9404,184217,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 15:16:26','2025-10-03 15:16:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9405,184218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 15:24:18','2025-10-03 15:24:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9406,184218,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 15:24:18','2025-10-03 15:24:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9407,184217,'lcaadmin','laradasciences@gmail.com','','','2025-10-03 20:15:39','2025-10-03 20:15:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9408,184214,'lcaadmin','laradasciences@gmail.com','','','2025-10-03 20:17:22','2025-10-03 20:17:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9409,184215,'lcaadmin','laradasciences@gmail.com','','','2025-10-03 20:17:54','2025-10-03 20:17:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9410,184212,'lcaadmin','laradasciences@gmail.com','','','2025-10-03 20:18:37','2025-10-03 20:18:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9411,184211,'lcaadmin','laradasciences@gmail.com','','','2025-10-03 20:19:11','2025-10-03 20:19:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9412,184219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 20:38:07','2025-10-03 20:38:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9413,184219,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-03 20:38:08','2025-10-03 20:38:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9414,184221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-06 19:56:50','2025-10-06 19:56:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9415,184221,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-06 19:56:50','2025-10-06 19:56:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9416,184204,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:04:14','2025-10-07 02:04:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9417,184208,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:04:59','2025-10-07 02:04:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9418,184209,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:05:27','2025-10-07 02:05:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9419,184210,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:05:49','2025-10-07 02:05:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9420,184213,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:06:18','2025-10-07 02:06:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9421,184216,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:07:33','2025-10-07 02:07:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9422,184219,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:10:36','2025-10-07 02:10:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9423,184221,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 02:17:55','2025-10-07 02:17:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9424,184223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-07 15:02:48','2025-10-07 15:02:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9425,184223,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-07 15:02:48','2025-10-07 15:02:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9426,184222,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-07 15:33:59','2025-10-07 15:33:59','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9427,184224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-07 15:36:29','2025-10-07 15:36:29','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9428,184224,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-07 15:36:29','2025-10-07 15:36:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9429,184218,'lcaadmin','laradasciences@gmail.com','','','2025-10-07 18:05:27','2025-10-07 18:05:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9430,184225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-08 04:27:38','2025-10-08 04:27:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9431,184225,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-08 04:27:38','2025-10-08 04:27:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9432,184226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-08 16:06:25','2025-10-08 16:06:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9433,184226,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-08 16:06:25','2025-10-08 16:06:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9434,184223,'lcaadmin','laradasciences@gmail.com','','','2025-10-09 20:57:44','2025-10-09 20:57:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9435,184224,'lcaadmin','laradasciences@gmail.com','','','2025-10-09 20:58:33','2025-10-09 20:58:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9436,184225,'lcaadmin','laradasciences@gmail.com','','','2025-10-09 20:59:45','2025-10-09 20:59:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9437,184226,'lcaadmin','laradasciences@gmail.com','','','2025-10-09 21:01:55','2025-10-09 21:01:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9438,184228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-09 23:21:02','2025-10-09 23:21:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9439,184228,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-09 23:21:03','2025-10-09 23:21:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9440,184229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-10 18:17:33','2025-10-10 18:17:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9441,184229,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-10 18:17:33','2025-10-10 18:17:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9442,184228,'lcaadmin','laradasciences@gmail.com','','','2025-10-10 19:37:34','2025-10-10 19:37:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9443,184230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-10 20:28:57','2025-10-10 20:28:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9444,184230,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-10 20:28:57','2025-10-10 20:28:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9445,184231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-13 00:31:42','2025-10-13 00:31:42','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9446,184231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-13 00:31:42','2025-10-13 00:31:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9447,184233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 16:32:09','2025-10-14 16:32:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9448,184233,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 16:32:09','2025-10-14 16:32:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9449,184234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 17:36:50','2025-10-14 17:36:50','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9450,184234,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 17:36:50','2025-10-14 17:36:50','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9451,184235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 17:38:35','2025-10-14 17:38:35','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9452,184235,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 17:38:35','2025-10-14 17:38:35','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9453,184236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 19:55:27','2025-10-14 19:55:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9454,184236,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-14 19:55:27','2025-10-14 19:55:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9455,184229,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 20:00:30','2025-10-14 20:00:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9456,184230,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 20:13:17','2025-10-14 20:13:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9457,184231,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 20:15:10','2025-10-14 20:15:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9458,184234,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 20:28:59','2025-10-14 20:28:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9459,184235,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 21:02:28','2025-10-14 21:02:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9460,184233,'lcaadmin','laradasciences@gmail.com','','','2025-10-14 21:02:57','2025-10-14 21:02:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9461,184238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 19:39:22','2025-10-15 19:39:22','Shipment for Order 4020',0,'1','WooCommerce','order_note',0,0),(9462,184237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 19:40:09','2025-10-15 19:40:09','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9463,184237,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 19:40:09','2025-10-15 19:40:09','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9464,184238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 19:40:10','2025-10-15 19:40:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9465,184239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 20:05:58','2025-10-15 20:05:58','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9466,184239,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 20:05:59','2025-10-15 20:05:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9467,184240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 20:55:38','2025-10-15 20:55:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9468,184240,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-15 20:55:39','2025-10-15 20:55:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9469,184242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-16 17:50:41','2025-10-16 17:50:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9470,184242,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-16 17:50:41','2025-10-16 17:50:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9471,184243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 17:25:51','2025-10-17 17:25:51','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9472,184243,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 17:25:51','2025-10-17 17:25:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9473,184244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 18:39:25','2025-10-17 18:39:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9474,184244,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 18:39:26','2025-10-17 18:39:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9475,184245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 22:55:02','2025-10-17 22:55:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9476,184245,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-17 22:55:02','2025-10-17 22:55:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9477,184246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-20 12:57:41','2025-10-20 12:57:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9478,184246,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-20 12:57:41','2025-10-20 12:57:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9479,184236,'lcaadmin','laradasciences@gmail.com','','','2025-10-20 20:29:25','2025-10-20 20:29:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9480,184237,'lcaadmin','laradasciences@gmail.com','','','2025-10-20 20:55:58','2025-10-20 20:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9481,184238,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-20 20:55:58','2025-10-20 20:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9482,184243,'lcaadmin','laradasciences@gmail.com','','','2025-10-20 20:57:24','2025-10-20 20:57:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9483,184245,'lcaadmin','laradasciences@gmail.com','','','2025-10-20 20:59:57','2025-10-20 20:59:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9484,184246,'lcaadmin','laradasciences@gmail.com','','','2025-10-20 21:06:17','2025-10-20 21:06:17','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9485,184249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-21 12:55:20','2025-10-21 12:55:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9486,184249,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-21 12:55:20','2025-10-21 12:55:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9487,184250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-21 16:31:04','2025-10-21 16:31:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9488,184250,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-21 16:31:04','2025-10-21 16:31:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9489,184239,'lcaadmin','laradasciences@gmail.com','','','2025-10-21 17:17:05','2025-10-21 17:17:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9490,184240,'lcaadmin','laradasciences@gmail.com','','','2025-10-21 17:18:18','2025-10-21 17:18:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9491,184242,'lcaadmin','laradasciences@gmail.com','','','2025-10-21 17:18:55','2025-10-21 17:18:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9492,184244,'lcaadmin','laradasciences@gmail.com','','','2025-10-21 17:19:25','2025-10-21 17:19:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9493,184251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-22 01:32:20','2025-10-22 01:32:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9494,184251,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-22 01:32:21','2025-10-22 01:32:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9495,184252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-22 19:04:05','2025-10-22 19:04:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9496,184252,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-22 19:04:05','2025-10-22 19:04:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9497,184253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-23 17:55:47','2025-10-23 17:55:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9498,184253,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-23 17:55:48','2025-10-23 17:55:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9499,184254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-24 19:09:25','2025-10-24 19:09:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9500,184254,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-24 19:09:25','2025-10-24 19:09:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9501,184255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-27 15:50:25','2025-10-27 15:50:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9502,184255,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-27 15:50:25','2025-10-27 15:50:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9503,184256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-27 22:07:16','2025-10-27 22:07:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9504,184256,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-27 22:07:16','2025-10-27 22:07:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9505,184250,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 15:08:41','2025-10-28 15:08:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9506,184253,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 15:09:39','2025-10-28 15:09:39','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9507,184255,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 15:14:11','2025-10-28 15:14:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9508,184254,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 17:51:16','2025-10-28 17:51:16','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9509,184252,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 17:52:03','2025-10-28 17:52:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9510,184251,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 17:52:45','2025-10-28 17:52:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9511,184249,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 17:53:36','2025-10-28 17:53:36','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9512,184256,'lcaadmin','laradasciences@gmail.com','','','2025-10-28 17:54:42','2025-10-28 17:54:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9513,184260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-28 21:14:48','2025-10-28 21:14:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9514,184260,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-28 21:14:48','2025-10-28 21:14:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9515,184261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-28 21:17:25','2025-10-28 21:17:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9516,184261,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-28 21:17:25','2025-10-28 21:17:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9517,184262,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-29 04:05:02','2025-10-29 04:05:02','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9518,184263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-29 04:07:28','2025-10-29 04:07:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9519,184263,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-29 04:07:28','2025-10-29 04:07:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9520,184261,'lcaadmin','laradasciences@gmail.com','','','2025-10-29 16:20:08','2025-10-29 16:20:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9521,184260,'lcaadmin','laradasciences@gmail.com','','','2025-10-29 16:21:30','2025-10-29 16:21:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9522,184263,'lcaadmin','laradasciences@gmail.com','','','2025-10-30 00:05:46','2025-10-30 00:05:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9523,184265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-30 16:44:25','2025-10-30 16:44:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9524,184265,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-30 16:44:25','2025-10-30 16:44:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9525,184266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-30 22:00:18','2025-10-30 22:00:18','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9526,184266,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-30 22:00:18','2025-10-30 22:00:18','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9527,184264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-31 00:35:37','2025-10-31 00:35:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9528,184264,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-31 00:35:37','2025-10-31 00:35:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9529,184267,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-31 11:22:50','2025-10-31 11:22:50','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9530,184269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-31 16:05:47','2025-10-31 16:05:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9531,184269,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-10-31 16:05:47','2025-10-31 16:05:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9532,184270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-03 20:00:13','2025-11-03 20:00:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9533,184270,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-03 20:00:13','2025-11-03 20:00:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9534,184271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-03 20:25:59','2025-11-03 20:25:59','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9535,184271,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-03 20:25:59','2025-11-03 20:25:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9536,184265,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 14:31:33','2025-11-04 14:31:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9537,184272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:30:04','2025-11-04 16:30:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9538,184272,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:30:04','2025-11-04 16:30:04','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9539,184273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:35:14','2025-11-04 16:35:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9540,184273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:35:14','2025-11-04 16:35:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9541,184274,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:39:41','2025-11-04 16:39:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9542,184274,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:39:41','2025-11-04 16:39:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9543,184275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:45:46','2025-11-04 16:45:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9544,184275,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:45:47','2025-11-04 16:45:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9545,184276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:52:57','2025-11-04 16:52:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9546,184276,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 16:52:57','2025-11-04 16:52:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9547,184277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 17:09:00','2025-11-04 17:09:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9548,184277,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 17:09:00','2025-11-04 17:09:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9549,184278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 18:15:47','2025-11-04 18:15:47','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9550,184278,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 18:15:47','2025-11-04 18:15:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9551,184264,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 21:03:26','2025-11-04 21:03:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9552,184266,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 21:04:05','2025-11-04 21:04:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9553,184269,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 21:04:50','2025-11-04 21:04:50','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9554,184270,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 21:05:34','2025-11-04 21:05:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9555,184271,'lcaadmin','laradasciences@gmail.com','','','2025-11-04 21:06:03','2025-11-04 21:06:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9556,184280,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 21:47:06','2025-11-04 21:47:06','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9557,184280,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 21:47:06','2025-11-04 21:47:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9558,184281,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 22:43:54','2025-11-04 22:43:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9559,184281,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-04 22:43:54','2025-11-04 22:43:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9560,184282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-05 00:15:05','2025-11-05 00:15:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9561,184282,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-05 00:15:05','2025-11-05 00:15:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9562,184283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-05 18:53:30','2025-11-05 18:53:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9563,184283,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-05 18:53:30','2025-11-05 18:53:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9564,184275,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 19:03:11','2025-11-05 19:03:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9565,184272,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 19:11:25','2025-11-05 19:11:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9566,184274,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 19:12:02','2025-11-05 19:12:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9567,184277,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 19:13:14','2025-11-05 19:13:14','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9568,184273,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 20:57:22','2025-11-05 20:57:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9569,184276,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 20:59:03','2025-11-05 20:59:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9570,184280,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 21:00:35','2025-11-05 21:00:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9571,184282,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 21:02:41','2025-11-05 21:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9572,184278,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 21:03:07','2025-11-05 21:03:07','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9573,184281,'lcaadmin','laradasciences@gmail.com','','','2025-11-05 21:31:54','2025-11-05 21:31:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9574,184284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 13:43:28','2025-11-06 13:43:28','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9575,184284,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 13:43:28','2025-11-06 13:43:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9576,184283,'lcaadmin','laradasciences@gmail.com','','','2025-11-06 15:13:45','2025-11-06 15:13:45','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9577,184287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 21:37:24','2025-11-06 21:37:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9578,184287,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 21:37:24','2025-11-06 21:37:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9579,184288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 21:57:02','2025-11-06 21:57:02','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9580,184288,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 21:57:02','2025-11-06 21:57:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9581,184289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 22:14:40','2025-11-06 22:14:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9582,184289,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-06 22:14:40','2025-11-06 22:14:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9583,184290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 16:37:01','2025-11-07 16:37:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9584,184290,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 16:37:01','2025-11-07 16:37:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9585,184291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 18:32:16','2025-11-07 18:32:16','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9586,184291,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 18:32:17','2025-11-07 18:32:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9587,184292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 19:37:19','2025-11-07 19:37:19','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9588,184292,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-07 19:37:20','2025-11-07 19:37:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9589,184293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-08 16:41:08','2025-11-08 16:41:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9590,184293,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-08 16:41:08','2025-11-08 16:41:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9591,184294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-09 15:44:14','2025-11-09 15:44:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9592,184294,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-09 15:44:14','2025-11-09 15:44:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9593,184286,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-09 18:47:11','2025-11-09 18:47:11','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9594,184295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-10 15:55:11','2025-11-10 15:55:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9595,184295,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-10 15:55:11','2025-11-10 15:55:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9596,184296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-10 19:12:01','2025-11-10 19:12:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9597,184296,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-10 19:12:01','2025-11-10 19:12:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9598,184292,'lcaadmin','laradasciences@gmail.com','','','2025-11-10 21:20:48','2025-11-10 21:20:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9599,184293,'lcaadmin','laradasciences@gmail.com','','','2025-11-10 21:23:24','2025-11-10 21:23:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9600,184294,'lcaadmin','laradasciences@gmail.com','','','2025-11-10 21:24:52','2025-11-10 21:24:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9601,184297,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 01:32:22','2025-11-11 01:32:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9602,184297,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 01:32:22','2025-11-11 01:32:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9603,184298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 02:57:34','2025-11-11 02:57:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9604,184298,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 02:57:34','2025-11-11 02:57:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9605,184300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 04:30:56','2025-11-11 04:30:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9606,184300,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 04:30:56','2025-11-11 04:30:56','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9607,184295,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 15:12:31','2025-11-11 15:12:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9608,184296,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 15:13:15','2025-11-11 15:13:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9609,184231,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-11 21:13:19','2025-11-11 21:13:19','Refunded 135.00 - Refund ID: 1YY62095HU3094923',0,'1','WooCommerce','order_note',0,0),(9610,184298,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:19:02','2025-11-11 21:19:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9611,184284,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:22:49','2025-11-11 21:22:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9612,184287,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:23:37','2025-11-11 21:23:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9613,184288,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:23:59','2025-11-11 21:23:59','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9614,184289,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:24:19','2025-11-11 21:24:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9615,184290,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:24:44','2025-11-11 21:24:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9616,184291,'lcaadmin','laradasciences@gmail.com','','','2025-11-11 21:25:25','2025-11-11 21:25:25','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9617,184302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 00:18:49','2025-11-12 00:18:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9618,184302,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 00:18:49','2025-11-12 00:18:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9619,184303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:29:38','2025-11-12 17:29:38','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9620,184303,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:29:38','2025-11-12 17:29:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9621,184304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:41:08','2025-11-12 17:41:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9622,184304,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:41:08','2025-11-12 17:41:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9623,184305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:50:03','2025-11-12 17:50:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9624,184305,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 17:50:03','2025-11-12 17:50:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9625,184306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 19:17:05','2025-11-12 19:17:05','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9626,184306,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-12 19:17:05','2025-11-12 19:17:05','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9627,184308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 17:41:22','2025-11-13 17:41:22','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9628,184308,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 17:41:22','2025-11-13 17:41:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9629,184309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 17:50:45','2025-11-13 17:50:45','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9630,184309,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 17:50:45','2025-11-13 17:50:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9631,184310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 18:47:55','2025-11-13 18:47:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9632,184310,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 18:47:55','2025-11-13 18:47:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9633,184273,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-13 19:14:05','2025-11-13 19:14:05','Refunded 135.00 - Refund ID: 6W687837XK9955159',0,'1','WooCommerce','order_note',0,0),(9634,184302,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:43:55','2025-11-13 21:43:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9635,184303,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:44:29','2025-11-13 21:44:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9636,184304,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:45:27','2025-11-13 21:45:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9637,184305,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:46:03','2025-11-13 21:46:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9638,184306,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:46:43','2025-11-13 21:46:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9639,184308,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:48:40','2025-11-13 21:48:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9640,184309,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:49:11','2025-11-13 21:49:11','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9641,184310,'lcaadmin','laradasciences@gmail.com','','','2025-11-13 21:49:58','2025-11-13 21:49:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9642,184312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-14 17:29:37','2025-11-14 17:29:37','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9643,184312,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-14 17:29:37','2025-11-14 17:29:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9644,184312,'lcaadmin','laradasciences@gmail.com','','','2025-11-14 20:03:55','2025-11-14 20:03:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9645,184297,'lcaadmin','laradasciences@gmail.com','','','2025-11-14 20:04:53','2025-11-14 20:04:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9646,184300,'lcaadmin','laradasciences@gmail.com','','','2025-11-14 20:05:40','2025-11-14 20:05:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9647,184315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-14 20:49:08','2025-11-14 20:49:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9648,184315,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-14 20:49:08','2025-11-14 20:49:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9649,184316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-16 13:11:03','2025-11-16 13:11:03','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9650,184316,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-16 13:11:03','2025-11-16 13:11:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9651,184317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-16 21:05:55','2025-11-16 21:05:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9652,184317,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-16 21:05:55','2025-11-16 21:05:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9653,184318,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 05:57:25','2025-11-17 05:57:25','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9654,184318,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 05:57:25','2025-11-17 05:57:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9655,184320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 16:54:24','2025-11-17 16:54:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9656,184320,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 16:54:24','2025-11-17 16:54:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9657,184322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 18:15:32','2025-11-17 18:15:32','Order status changed from Pending payment to Pending for Approval.',0,'1','WooCommerce','order_note',0,0),(9658,184322,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-17 18:16:24','2025-11-17 18:16:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9659,184315,'lcaadmin','laradasciences@gmail.com','','','2025-11-17 20:00:24','2025-11-17 20:00:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9660,184323,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-18 18:44:27','2025-11-18 18:44:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9661,184323,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-18 18:44:27','2025-11-18 18:44:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9662,184317,'lcaadmin','laradasciences@gmail.com','','','2025-11-21 16:51:13','2025-11-21 16:51:13','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9663,184316,'lcaadmin','laradasciences@gmail.com','','','2025-11-21 17:00:44','2025-11-21 17:00:44','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9664,184318,'lcaadmin','laradasciences@gmail.com','','','2025-11-21 17:01:42','2025-11-21 17:01:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9665,184323,'lcaadmin','laradasciences@gmail.com','','','2025-11-21 17:06:42','2025-11-21 17:06:42','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9666,184320,'lcaadmin','laradasciences@gmail.com','','','2025-11-21 20:09:26','2025-11-21 20:09:26','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9667,184325,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-24 01:18:28','2025-11-24 01:18:28','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9668,184326,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-24 12:47:41','2025-11-24 12:47:41','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9669,184327,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-24 12:50:08','2025-11-24 12:50:08','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9670,184338,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-28 17:02:52','2025-11-28 17:02:52','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9671,184339,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-28 17:04:14','2025-11-28 17:04:14','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9672,184340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-28 17:06:20','2025-11-28 17:06:20','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9673,184340,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-28 17:06:20','2025-11-28 17:06:20','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9674,184341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-29 19:20:24','2025-11-29 19:20:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9675,184341,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-29 19:20:24','2025-11-29 19:20:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9676,184342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-29 20:56:49','2025-11-29 20:56:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9677,184342,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-11-29 20:56:49','2025-11-29 20:56:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9678,184343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 12:56:13','2025-12-01 12:56:13','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9679,184343,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 12:56:14','2025-12-01 12:56:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9680,184344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 14:55:34','2025-12-01 14:55:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9681,184344,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 14:55:34','2025-12-01 14:55:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9682,184345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 19:04:07','2025-12-01 19:04:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9683,184345,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-01 19:04:07','2025-12-01 19:04:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9684,184347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 01:09:08','2025-12-02 01:09:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9685,184347,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 01:09:08','2025-12-02 01:09:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9686,184348,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 02:28:33','2025-12-02 02:28:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9687,184348,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 02:28:33','2025-12-02 02:28:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9688,184349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 03:52:00','2025-12-02 03:52:00','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9689,184349,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 03:52:00','2025-12-02 03:52:00','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9690,184350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 15:16:57','2025-12-02 15:16:57','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9691,184350,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 15:16:57','2025-12-02 15:16:57','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9692,184351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 18:23:01','2025-12-02 18:23:01','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9693,184351,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-02 18:23:01','2025-12-02 18:23:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9694,184341,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 21:58:00','2025-12-02 21:58:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9695,184345,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 21:59:00','2025-12-02 21:59:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9696,184344,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 21:59:43','2025-12-02 21:59:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9697,184342,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 22:00:30','2025-12-02 22:00:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9698,184343,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 22:01:19','2025-12-02 22:01:19','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9699,184351,'lcaadmin','laradasciences@gmail.com','','','2025-12-02 22:03:29','2025-12-02 22:03:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9700,184353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-03 19:07:23','2025-12-03 19:07:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9701,184353,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-03 19:07:23','2025-12-03 19:07:23','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9702,184340,'lcaadmin','laradasciences@gmail.com','','','2025-12-03 19:50:38','2025-12-03 19:50:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9703,184349,'lcaadmin','laradasciences@gmail.com','','','2025-12-03 19:53:09','2025-12-03 19:53:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9704,184350,'lcaadmin','laradasciences@gmail.com','','','2025-12-03 19:54:02','2025-12-03 19:54:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9705,184354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-04 05:35:26','2025-12-04 05:35:26','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9706,184354,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-04 05:35:26','2025-12-04 05:35:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9707,184356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-05 00:14:54','2025-12-05 00:14:54','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9708,184356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-05 00:14:54','2025-12-05 00:14:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9709,184356,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-05 04:11:54','2025-12-05 04:11:54','Refunded 46.54 - Refund ID: 8N616918RA226062M',0,'1','WooCommerce','order_note',0,0),(9710,184358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-05 16:17:27','2025-12-05 16:17:27','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9711,184358,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-05 16:17:27','2025-12-05 16:17:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9712,184359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-06 19:19:48','2025-12-06 19:19:48','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9713,184359,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-06 19:19:48','2025-12-06 19:19:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9714,184361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-08 14:36:21','2025-12-08 14:36:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9715,184361,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-08 14:36:21','2025-12-08 14:36:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9716,184354,'lcaadmin','laradasciences@gmail.com','','','2025-12-08 20:14:04','2025-12-08 20:14:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9717,184356,'lcaadmin','laradasciences@gmail.com','','','2025-12-08 20:14:18','2025-12-08 20:14:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9718,184362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 13:13:17','2025-12-09 13:13:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9719,184362,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 13:13:17','2025-12-09 13:13:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9720,184360,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 16:52:52','2025-12-09 16:52:52','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9721,184364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 16:54:30','2025-12-09 16:54:30','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9722,184364,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 16:54:30','2025-12-09 16:54:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9723,184365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 17:44:11','2025-12-09 17:44:11','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9724,184365,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 17:44:11','2025-12-09 17:44:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9725,184347,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:18:31','2025-12-09 18:18:31','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9726,184348,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:18:55','2025-12-09 18:18:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9727,184353,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:19:21','2025-12-09 18:19:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9728,184358,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:20:20','2025-12-09 18:20:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9729,184359,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:22:29','2025-12-09 18:22:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9730,184361,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:24:09','2025-12-09 18:24:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9731,184362,'lcaadmin','laradasciences@gmail.com','','','2025-12-09 18:24:56','2025-12-09 18:24:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9732,184366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 23:11:55','2025-12-09 23:11:55','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9733,184366,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-09 23:11:55','2025-12-09 23:11:55','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9734,184364,'lcaadmin','laradasciences@gmail.com','','','2025-12-10 02:38:18','2025-12-10 02:38:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9735,184365,'lcaadmin','laradasciences@gmail.com','','','2025-12-10 02:38:49','2025-12-10 02:38:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9736,184367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-10 05:26:21','2025-12-10 05:26:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9737,184367,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-10 05:26:21','2025-12-10 05:26:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9738,184368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-10 20:10:15','2025-12-10 20:10:15','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9739,184368,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-10 20:10:16','2025-12-10 20:10:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9740,184369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 01:15:10','2025-12-11 01:15:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9741,184369,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 01:15:10','2025-12-11 01:15:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9742,184370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 16:32:46','2025-12-11 16:32:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9743,184370,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 16:32:46','2025-12-11 16:32:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9744,184371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 17:49:34','2025-12-11 17:49:34','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9745,184371,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 17:49:34','2025-12-11 17:49:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(9746,184376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 21:35:23','2025-12-11 21:35:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9747,184376,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-11 21:35:23','2025-12-11 21:35:23','Payment via PayPal (43L52063TT186071E).',0,'1','WooCommerce','order_note',0,0),(9748,184377,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-12 02:11:53','2025-12-12 02:11:53','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9749,184379,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-12 02:19:00','2025-12-12 02:19:00','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9750,184380,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-12 02:28:41','2025-12-12 02:28:41','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9751,184378,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-12 02:31:45','2025-12-12 02:31:45','Order cancelled by customer. Order status changed from Pending payment to Cancelled.',0,'1','WooCommerce','order_note',0,0),(9752,184366,'lcaadmin','laradasciences@gmail.com','','','2025-12-13 06:08:21','2025-12-13 06:08:21','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9753,184376,'lcaadmin','laradasciences@gmail.com','','','2025-12-13 06:08:55','2025-12-13 06:08:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9754,184367,'lcaadmin','laradasciences@gmail.com','','','2025-12-13 06:09:56','2025-12-13 06:09:56','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9755,184368,'lcaadmin','laradasciences@gmail.com','','','2025-12-13 06:10:34','2025-12-13 06:10:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9756,184384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 17:37:24','2025-12-15 17:37:24','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9757,184384,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 17:37:24','2025-12-15 17:37:24','Payment via PayPal (1Y540472RK847930F).',0,'1','WooCommerce','order_note',0,0),(9758,184386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 18:14:39','2025-12-15 18:14:39','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9759,184386,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 18:14:39','2025-12-15 18:14:39','Payment via PayPal (3H674639SE377431U).',0,'1','WooCommerce','order_note',0,0),(9760,184387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 20:00:33','2025-12-15 20:00:33','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9761,184387,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 20:00:33','2025-12-15 20:00:33','Payment via PayPal (37047394V82823928).',0,'1','WooCommerce','order_note',0,0),(9762,184388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 20:16:40','2025-12-15 20:16:40','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9763,184388,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-15 20:16:40','2025-12-15 20:16:40','Payment via PayPal (48646027NS962214D).',0,'1','WooCommerce','order_note',0,0),(9764,184389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 16:51:41','2025-12-16 16:51:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9765,184389,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 16:51:41','2025-12-16 16:51:41','Payment via PayPal (3XG32510F1406715U).',0,'1','WooCommerce','order_note',0,0),(9766,184390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 16:58:10','2025-12-16 16:58:10','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9767,184390,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 16:58:10','2025-12-16 16:58:10','Payment via PayPal (397379814Y598934B).',0,'1','WooCommerce','order_note',0,0),(9768,184391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 17:02:46','2025-12-16 17:02:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9769,184391,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-16 17:02:46','2025-12-16 17:02:46','Payment via PayPal (03S88159E2520450T).',0,'1','WooCommerce','order_note',0,0),(9770,184386,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 20:17:51','2025-12-17 20:17:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9771,184389,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 20:18:35','2025-12-17 20:18:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9772,184391,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 20:19:27','2025-12-17 20:19:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9773,184369,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 21:59:55','2025-12-17 21:59:55','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9774,184384,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:02:38','2025-12-17 22:02:38','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9775,184387,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:04:27','2025-12-17 22:04:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9776,184370,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:21:18','2025-12-17 22:21:18','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9777,184371,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:21:22','2025-12-17 22:21:22','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9778,184388,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:22:54','2025-12-17 22:22:54','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9779,184390,'lcaadmin','laradasciences@gmail.com','','','2025-12-17 22:23:35','2025-12-17 22:23:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9780,184397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 05:37:07','2025-12-22 05:37:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9781,184397,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 05:37:07','2025-12-22 05:37:07','Payment via PayPal (39D73373XW293732P).',0,'1','WooCommerce','order_note',0,0),(9782,184398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 18:26:14','2025-12-22 18:26:14','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9783,184398,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 18:26:14','2025-12-22 18:26:14','Payment via PayPal (2YT20304Y8924661X).',0,'1','WooCommerce','order_note',0,0),(9784,184397,'lcaadmin','laradasciences@gmail.com','','','2025-12-22 21:12:15','2025-12-22 21:12:15','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0),(9785,184399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 22:42:17','2025-12-22 22:42:17','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9786,184399,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-22 22:42:17','2025-12-22 22:42:17','Payment via PayPal (8XT13687N0449762U).',0,'1','WooCommerce','order_note',0,0),(9787,184400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 05:52:23','2025-12-23 05:52:23','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9788,184400,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 05:52:23','2025-12-23 05:52:23','Payment via PayPal (4K677564WC434861X).',0,'1','WooCommerce','order_note',0,0),(9789,184401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 08:23:07','2025-12-23 08:23:07','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9790,184401,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 08:23:07','2025-12-23 08:23:07','Payment via PayPal (1L739510J2670580H).',0,'1','WooCommerce','order_note',0,0),(9791,184402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 21:40:04','2025-12-23 21:40:04','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9792,184402,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 21:40:04','2025-12-23 21:40:04','Payment via PayPal (1RB41345H1975810H).',0,'1','WooCommerce','order_note',0,0),(9793,184403,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 22:00:56','2025-12-23 22:00:56','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9794,184403,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-23 22:00:56','2025-12-23 22:00:56','Payment via PayPal (01686684YD325520T).',0,'1','WooCommerce','order_note',0,0),(9795,184404,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-24 13:27:52','2025-12-24 13:27:52','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9796,184404,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-24 13:27:52','2025-12-24 13:27:52','Payment via PayPal (6XT76173A7553162B).',0,'1','WooCommerce','order_note',0,0),(9797,184405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-24 14:36:46','2025-12-24 14:36:46','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(9798,184405,'WooCommerce','woocommerce@lcaportalstoreg.liceclinicsofamerica.com','','','2025-12-24 14:36:46','2025-12-24 14:36:46','Payment via PayPal (2P327352GH724993K).',0,'1','WooCommerce','order_note',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_events`
--
DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`event_data` text DEFAULT NULL,
`created_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `created_at_index` (`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_events`
--
LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_notes`
--
DROP TABLE IF EXISTS `wp_e_notes`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.',
`route_title` varchar(255) DEFAULT NULL,
`route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.',
`post_id` bigint(20) unsigned DEFAULT NULL,
`element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.',
`parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`author_id` bigint(20) unsigned DEFAULT NULL,
`author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.',
`status` varchar(20) NOT NULL DEFAULT 'publish',
`position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}',
`content` longtext DEFAULT NULL,
`is_resolved` tinyint(1) NOT NULL DEFAULT 0,
`is_public` tinyint(1) NOT NULL DEFAULT 1,
`last_activity_at` datetime DEFAULT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `route_url_index` (`route_url`(191)),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `parent_id_index` (`parent_id`),
KEY `author_id_index` (`author_id`),
KEY `status_index` (`status`),
KEY `is_resolved_index` (`is_resolved`),
KEY `is_public_index` (`is_public`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `last_activity_at_index` (`last_activity_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_notes`
--
LOCK TABLES `wp_e_notes` WRITE;
/*!40000 ALTER TABLE `wp_e_notes` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_notes` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_notes_users_relations`
--
DROP TABLE IF EXISTS `wp_e_notes_users_relations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_notes_users_relations` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).',
`note_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `type_index` (`type`),
KEY `note_id_index` (`note_id`),
KEY `user_id_index` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_notes_users_relations`
--
LOCK TABLES `wp_e_notes_users_relations` WRITE;
/*!40000 ALTER TABLE `wp_e_notes_users_relations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_notes_users_relations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions`
--
DROP TABLE IF EXISTS `wp_e_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`type` varchar(255) DEFAULT NULL,
`hash_id` varchar(255) NOT NULL,
`main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field',
`post_id` bigint(20) unsigned NOT NULL,
`referer` varchar(500) NOT NULL,
`referer_title` varchar(300) DEFAULT NULL,
`element_id` varchar(255) NOT NULL,
`form_name` varchar(255) NOT NULL,
`campaign_id` bigint(20) unsigned NOT NULL,
`user_id` bigint(20) unsigned DEFAULT NULL,
`user_ip` varchar(46) NOT NULL,
`user_agent` text NOT NULL,
`actions_count` int(11) DEFAULT 0,
`actions_succeeded_count` int(11) DEFAULT 0,
`status` varchar(20) NOT NULL,
`is_read` tinyint(1) NOT NULL DEFAULT 0,
`meta` text DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `hash_id_unique_index` (`hash_id`),
KEY `main_meta_id_index` (`main_meta_id`),
KEY `hash_id_index` (`hash_id`),
KEY `type_index` (`type`),
KEY `post_id_index` (`post_id`),
KEY `element_id_index` (`element_id`),
KEY `campaign_id_index` (`campaign_id`),
KEY `user_id_index` (`user_id`),
KEY `user_ip_index` (`user_ip`),
KEY `status_index` (`status`),
KEY `is_read_index` (`is_read`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`),
KEY `referer_index` (`referer`),
KEY `referer_title_index` (`referer_title`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions`
--
LOCK TABLES `wp_e_submissions` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions_actions_log`
--
DROP TABLE IF EXISTS `wp_e_submissions_actions_log`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_actions_log` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL,
`action_name` varchar(255) NOT NULL,
`action_label` varchar(255) DEFAULT NULL,
`status` varchar(20) NOT NULL,
`log` text DEFAULT NULL,
`created_at_gmt` datetime NOT NULL,
`updated_at_gmt` datetime NOT NULL,
`created_at` datetime NOT NULL,
`updated_at` datetime NOT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `action_name_index` (`action_name`),
KEY `status_index` (`status`),
KEY `created_at_gmt_index` (`created_at_gmt`),
KEY `updated_at_gmt_index` (`updated_at_gmt`),
KEY `created_at_index` (`created_at`),
KEY `updated_at_index` (`updated_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions_actions_log`
--
LOCK TABLES `wp_e_submissions_actions_log` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions_actions_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions_actions_log` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_e_submissions_values`
--
DROP TABLE IF EXISTS `wp_e_submissions_values`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_submissions_values` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`submission_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`key` varchar(255) DEFAULT NULL,
`value` longtext DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `submission_id_index` (`submission_id`),
KEY `key_index` (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_e_submissions_values`
--
LOCK TABLES `wp_e_submissions_values` WRITE;
/*!40000 ALTER TABLE `wp_e_submissions_values` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_e_submissions_values` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fsmpt_email_logs`
--
DROP TABLE IF EXISTS `wp_fsmpt_email_logs`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fsmpt_email_logs` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`site_id` int(10) unsigned DEFAULT NULL,
`to` varchar(255) DEFAULT NULL,
`from` varchar(255) DEFAULT NULL,
`subject` varchar(255) DEFAULT NULL,
`body` longtext DEFAULT NULL,
`headers` longtext DEFAULT NULL,
`attachments` longtext DEFAULT NULL,
`status` varchar(20) DEFAULT 'pending',
`response` text DEFAULT NULL,
`extra` text DEFAULT NULL,
`retries` int(10) unsigned DEFAULT 0,
`resent_count` int(10) unsigned DEFAULT 0,
`source` varchar(255) DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=554 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fsmpt_email_logs`
--
LOCK TABLES `wp_fsmpt_email_logs` WRITE;
/*!40000 ALTER TABLE `wp_fsmpt_email_logs` DISABLE KEYS */;
INSERT INTO `wp_fsmpt_email_logs` VALUES (490,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3639','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3639</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from David Washburn:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3639&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3639]</a> (July 24, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>219.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% (#AA - Bulk Rinse 100%)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25) (#AA - Bulk-Lice-Comb-25)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon (#CS-BULK-PREVENT/DETANGLE-128oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107 <br><a href=\"tel:8019197428\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8019197428</a> <br>david@laradasciences.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"david@laradasciences.com\";s:4:\"name\";s:14:\"David Washburn\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"23aa6cba-a5fa-47cb-be77-f8a9b2f39afb\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-25 12:58:18',NULL),(491,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"david@laradasciences.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi David,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3639, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3639] (July 24, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>219.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100%<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107<br>United States (US) <br><a href=\"tel:8019197428\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8019197428</a> <br>david@laradasciences.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3639. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"e0690229-f04d-401a-8f43-8ad46297e403\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-25 12:58:18',NULL),(492,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:32:\"noemi.and.mark@nwliceclinics.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Mark,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800172153 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-25\" title=\"July 25, 2025\">July 25, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800172153\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3638] (July 23, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>680.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>558.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>360.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>252.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 20 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>392.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>188.10</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,902.90</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,902.90</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">if door is lock use code 4455 to leave order inside suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Mark Meyer<br>lice clinics of america- portland<br>5201 SW Westgate Dr suite 106<br>Suite 106<br>portland, OR 97221 <br><a href=\"tel:15038012848\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">15038012848</a> <br>noemi.and.mark@nwliceclinics.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Mark Meyer<br>lice clinics of america- portland<br>5201 SW Westgate Dr suite 106<br>Suite 106<br>portland, OR 97221 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3638 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"9e95fb6e-f556-4164-a1df-a7c54157a7a8\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-25 18:07:50',NULL),(493,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"david@laradasciences.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi David,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800172440 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-25\" title=\"July 25, 2025\">July 25, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800172440\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3639] (July 24, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>219.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100%<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Professional Lice Comb<br>(Case of 25)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>0.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>986.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107 <br><a href=\"tel:8019197428\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8019197428</a> <br>david@laradasciences.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n David Washburn<br>Larada Sciences (LCA)<br>4873 South State St.<br>Murray, UT 84107 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3639 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"139597fe-e2b1-410b-abe3-169a68f94d4a\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-25 18:08:32',NULL),(494,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3640','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3640</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Tracy Copeland:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3640&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3640]</a> (July 26, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy) (#AA-COMB-OUT-MOUSSE-UNSCENT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>189.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>360.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 16oz<br>(Case of 16) (#AA - Prevent-16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) (#aa-16-oz conditioner-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 16oz<br>(Case of 16) (#aa-16-oz shampoo-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 12 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>171.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>14223 Silverhollow<br>San Antonio, TX 78232 <br><a href=\"tel:2103135033\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">2103135033</a> <br>info@liceclinicsofsanantonio.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>6391 De Zavala<br>Suite 2205<br>San Antonio, TX 78249 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:32:\"info@liceclinicsofsanantonio.com\";s:4:\"name\";s:14:\"Tracy Copeland\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"b826d250-89f5-41ee-af81-8523e65c4d87\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-26 20:05:30',NULL),(495,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:32:\"info@liceclinicsofsanantonio.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Tracy,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3640, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3640] (July 26, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>189.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>360.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 12 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>171.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>14223 Silverhollow<br>San Antonio, TX 78232<br>United States (US) <br><a href=\"tel:2103135033\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">2103135033</a> <br>info@liceclinicsofsanantonio.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>6391 De Zavala<br>Suite 2205<br>San Antonio, TX 78249<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3640. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"2e54bb5f-65e4-4da4-8dcc-4783272b2ccf\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-26 20:05:31',NULL),(496,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3641','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3641</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Naomi Golden:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3641&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3641]</a> (July 27, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492 <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>3 Baldwin Green Common<br>Suite 310<br>Woburn, MA 01890 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:4:\"name\";s:12:\"Naomi Golden\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"f1264625-4f06-4075-b9a7-d8e86e714c0b\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-27 21:03:11',NULL),(497,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Naomi,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3641, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3641] (July 27, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492<br>United States (US) <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>3 Baldwin Green Common<br>Suite 310<br>Woburn, MA 01890<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3641. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"4a976903-4610-43a1-847f-5f7dbc626a49\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-27 21:03:12',NULL),(498,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3642','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3642</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from amanda westerman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3642&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3642]</a> (July 28, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>330.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America<br>1709 Damian Way<br>Richardson, TX 75081 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:16:\"amanda westerman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"560630f1-de91-44aa-8535-8cc568c67521\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-28 13:23:23',NULL),(499,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3642, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3642] (July 28, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>330.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070<br>United States (US) <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America<br>1709 Damian Way<br>Richardson, TX 75081<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3642. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"4cdd9429-527a-40e4-bd30-f7c74141e56c\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-28 13:23:24',NULL),(500,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3643','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3643</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Ashe montalvo:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3643&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3643]</a> (July 29, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>39.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>94.05</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Large Butterfly Clips </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>12.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) (#AA - Rosemary - Prevent-16-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n The Wet Brush </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>36.30</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>403.15</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.10</span> <small class=\"shipped_via\">via FedEx Ground</small>\n</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>434.25</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>1406 Market Place<br>Apartment 10<br>Jonesboro, AR 72404 <br><a href=\"tel:8706132520\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8706132520</a> <br>bsdashlynf@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>3114 Fox Road<br>suite D<br>Jonesboro, AR 72404 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:20:\"bsdashlynf@gmail.com\";s:4:\"name\";s:13:\"Ashe montalvo\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"c1a22d84-01bb-4112-89bb-f13d1c2016e8\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-29 01:39:01',NULL),(501,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:20:\"bsdashlynf@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Ashe,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3643, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3643] (July 29, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>39.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>94.05</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Large Butterfly Clips </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>12.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n The Wet Brush </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>36.30</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>403.15</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.10</span> <small class=\"shipped_via\">via FedEx Ground</small>\n</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>434.25</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>1406 Market Place<br>Apartment 10<br>Jonesboro, AR 72404<br>United States (US) <br><a href=\"tel:8706132520\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8706132520</a> <br>bsdashlynf@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>3114 Fox Road<br>suite D<br>Jonesboro, AR 72404<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3643. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"a87580ba-c863-424b-9a8f-d9b776299ee1\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-29 01:39:02',NULL),(502,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Naomi,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800172613 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-29\" title=\"July 29, 2025\">July 29, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800172613\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3641] (July 27, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>513.60</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492 <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>3 Baldwin Green Common<br>Suite 310<br>Woburn, MA 01890 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3641 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"6a6ef046-a3b7-4cd6-a49c-07f916024650\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-29 14:10:18',NULL),(503,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:32:\"info@liceclinicsofsanantonio.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Tracy,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800172543 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-29\" title=\"July 29, 2025\">July 29, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800172543\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3640] (July 26, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>285.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>189.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>360.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 16oz<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 16oz<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 12 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>171.60</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,580.75</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>14223 Silverhollow<br>San Antonio, TX 78232 <br><a href=\"tel:2103135033\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">2103135033</a> <br>info@liceclinicsofsanantonio.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Tracy Copeland<br>LCA San Antonio WEST<br>6391 De Zavala<br>Suite 2205<br>San Antonio, TX 78249 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3640 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"51c1d286-e8e7-4cb8-96ad-f5a17346b034\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-29 14:10:59',NULL),(504,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800172808 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-29\" title=\"July 29, 2025\">July 29, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800172808\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3642] (July 28, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>330.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>530.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America<br>1709 Damian Way<br>Richardson, TX 75081 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3642 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"0ec53d92-7699-4ad2-a4d8-f3464acfeef8\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-29 14:12:43',NULL),(505,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3644','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3644</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from amanda westerman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3644&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3644]</a> (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>78.40</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America - Lewisville<br>522 Edmonds Ln<br>Suite 102<br>Lewisville, TX 75067 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:16:\"amanda westerman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"8020b7e4-8441-463a-8b6c-37ae16249586\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 16:52:45',NULL),(506,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3644, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3644] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>78.40</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070<br>United States (US) <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America - Lewisville<br>522 Edmonds Ln<br>Suite 102<br>Lewisville, TX 75067<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3644. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"573c3f15-7dd9-4b2c-ab35-316dddbce786\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 16:52:45',NULL),(507,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3645','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3645</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Naomi Golden:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3645&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3645]</a> (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492 <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>60 Dedham Ave<br>Suite 201<br>Needham, MA 02492 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";s:4:\"name\";s:12:\"Naomi Golden\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"e5c2790e-7781-4b21-9630-dc81079ccc77\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 18:42:02',NULL),(508,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Naomi,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3645, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3645] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492<br>United States (US) <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>60 Dedham Ave<br>Suite 201<br>Needham, MA 02492<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3645. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"454a735c-121f-4d59-be2a-b4b3cfbb24c3\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 18:42:02',NULL),(509,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3646','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3646</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Patty Ziegler:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3646&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3646]</a> (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>414.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>270.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590 <br><a href=\"tel:6088258255\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6088258255</a> <br>liceremovalwisconsin@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:30:\"liceremovalwisconsin@gmail.com\";s:4:\"name\";s:13:\"Patty Ziegler\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"c3024a02-94c2-481b-97fe-c2e389521192\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 19:47:25',NULL),(510,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:30:\"liceremovalwisconsin@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Patty,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3646, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3646] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>414.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>270.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590<br>United States (US) <br><a href=\"tel:6088258255\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6088258255</a> <br>liceremovalwisconsin@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3646. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"RequestId\";s:36:\"85ac2373-a89a-4516-b6ad-2a5385f67b12\";}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-30 19:47:25',NULL),(511,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3647','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3647</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from amanda westerman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3647&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3647]</a> (July 31, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:16:\"amanda westerman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','failed','a:3:{s:4:\"code\";i:422;s:7:\"message\";s:9:\"Forbidden\";s:6:\"errors\";a:1:{i:0;s:9:\"Forbidden\";}}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-31 20:42:29',NULL),(512,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3647, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3647] (July 31, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070<br>United States (US) <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3647. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','failed','a:3:{s:4:\"code\";i:422;s:7:\"message\";s:9:\"Forbidden\";s:6:\"errors\";a:1:{i:0;s:9:\"Forbidden\";}}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-07-31 20:42:29',NULL),(513,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:30:\"liceremovalwisconsin@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Patty,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173491 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-08-01\" title=\"August 1, 2025\">August 1, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173491\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3646] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>414.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>270.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>820.20</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590 <br><a href=\"tel:6088258255\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6088258255</a> <br>liceremovalwisconsin@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Patty Ziegler<br>3090 Saddle Brook Tr<br>Sun Prairie, WI 53590 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3646 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','failed','a:3:{s:4:\"code\";i:422;s:7:\"message\";s:9:\"Forbidden\";s:6:\"errors\";a:1:{i:0;s:9:\"Forbidden\";}}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-08-01 05:52:44',NULL),(514,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3647','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3647</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from amanda westerman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3647&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3647]</a> (July 31, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:16:\"amanda westerman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','failed','a:3:{s:4:\"code\";i:422;s:7:\"message\";s:9:\"Forbidden\";s:6:\"errors\";a:1:{i:0;s:9:\"Forbidden\";}}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-08-01 16:02:50',NULL),(515,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Fluent SMTP: Test Email - LCA Portal Store - HTML Version','<!doctype html>\n<html lang=\"en\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width\">\n <title>FluentSMTP Test Email</title>\n <style type=\"text/css\">@media only screen and (max-width: 599px) {table.body .container {width: 95% !important;}.header {padding: 15px 15px 12px 15px !important;}.header img {width: 200px !important;height: auto !important;}.content, .aside {padding: 30px 40px 20px 40px !important;}}</style>\n</head>\n<body style=\"height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; background-color: #f1f1f1; text-align: center;\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\" class=\"body\" style=\"border-collapse: collapse; border-spacing: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; background-color: #f1f1f1; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%;\">\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"center\" valign=\"top\" class=\"body-inner fluent-smtp\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: center;\">\n <!-- Container -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"container\" style=\"border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; width: 600px; margin: 0 auto 30px auto; Margin: 0 auto 30px auto; text-align: inherit;\">\n <!-- Header -->\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"center\" valign=\"middle\" class=\"header\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: center; padding: 30px 30px 22px 30px;\">\n <img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/fluent-smtp/assets/images/fluentsmtp.png\" width=\"164px\" alt=\"Fluent SMTP Logo\" style=\"outline: none; text-decoration: none; max-width: 100%; clear: both; -ms-interpolation-mode: bicubic; display: inline-block !important; width: 164px;\">\n </td>\n </tr>\n <!-- Content -->\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"left\" valign=\"top\" class=\"content\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; margin: 0; Margin: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; background-color: #ffffff; padding: 60px 75px 45px 75px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-top: 4px solid #c716c1;\">\n <div class=\"success\" style=\"text-align: center;\">\n <p class=\"text-extra-large text-center congrats\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; mso-line-height-rule: exactly; line-height: 140%; font-size: 20px; text-align: center; margin: 0 0 20px 0; Margin: 0 0 20px 0;\">\n Congrats, test email was sent successfully! </p>\n <p class=\"text-large\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; Margin: 0 0 15px 0; font-size: 16px;\">\n Thank you for using Fluent SMTP Plugin. The ultimate SMTP plugin you need for making sure your emails are delivered.<br /><br />FluentSMTP is a free opensource plugin and it will be always free (<a href=\"https://fluentsmtp.com/why-we-built-fluentsmtp-plugin/\">Learn why it's free</a>).\n </p>\n\n <p class=\"signature\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: left; margin: 20px 0 0 0; Margin: 20px 0 0 0;\">\n <img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/fluent-smtp/assets/images/mail_signature.png\" width=\"250\" alt=\"Fluent SMTP Logo\" style=\"outline: none; text-decoration: none; max-width: 100%; clear: both; -ms-interpolation-mode: bicubic; display: inline-block !important; width: 150px;\">\n </p>\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; Margin: 0 0 15px 0;\">\n Shahjahan Jewel<br>\n CEO, WPManageNinja LLC\n </p>\n\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 20px 0 15px 0; Margin: 20px 0 15px 0;\">\n This email was sent from <b>LCA Portal Store at 2025-08-01 16:40:02</b>\n </p>\n </div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: center; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; margin: 0 0 15px 0;\">\n PS: if you have a minute please <a href=\"https://wordpress.org/support/plugin/fluent-smtp/reviews/?filter=5\">write a review for FluentSMTP</a>\n </p>\n </td>\n </tr>\n</table>\n</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:0:{}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','failed','a:3:{s:4:\"code\";i:422;s:7:\"message\";s:9:\"Forbidden\";s:6:\"errors\";a:1:{i:0;s:9:\"Forbidden\";}}','a:1:{s:8:\"provider\";s:7:\"outlook\";}',0,0,NULL,'2025-08-01 16:40:02',NULL),(516,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}}','Lice Clinics of America NoReply <noreply@liceclinicsofamerica.com>','Fluent SMTP: Test Email - LCA Portal Store - HTML Version','<!doctype html>\n<html lang=\"en\">\n<head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n <meta name=\"viewport\" content=\"width=device-width\">\n <title>FluentSMTP Test Email</title>\n <style type=\"text/css\">@media only screen and (max-width: 599px) {table.body .container {width: 95% !important;}.header {padding: 15px 15px 12px 15px !important;}.header img {width: 200px !important;height: auto !important;}.content, .aside {padding: 30px 40px 20px 40px !important;}}</style>\n</head>\n<body style=\"height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; background-color: #f1f1f1; text-align: center;\">\n<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" height=\"100%\" class=\"body\" style=\"border-collapse: collapse; border-spacing: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; height: 100% !important; width: 100% !important; min-width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; background-color: #f1f1f1; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%;\">\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"center\" valign=\"top\" class=\"body-inner fluent-smtp\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: center;\">\n <!-- Container -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"container\" style=\"border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; width: 600px; margin: 0 auto 30px auto; Margin: 0 auto 30px auto; text-align: inherit;\">\n <!-- Header -->\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"center\" valign=\"middle\" class=\"header\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; margin: 0; Margin: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: center; padding: 30px 30px 22px 30px;\">\n <img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/fluent-smtp/assets/images/fluentsmtp.png\" width=\"164px\" alt=\"Fluent SMTP Logo\" style=\"outline: none; text-decoration: none; max-width: 100%; clear: both; -ms-interpolation-mode: bicubic; display: inline-block !important; width: 164px;\">\n </td>\n </tr>\n <!-- Content -->\n <tr style=\"padding: 0; vertical-align: top; text-align: left;\">\n <td align=\"left\" valign=\"top\" class=\"content\" style=\"word-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; border-collapse: collapse !important; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; margin: 0; Margin: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; background-color: #ffffff; padding: 60px 75px 45px 75px; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; border-top: 4px solid #c716c1;\">\n <div class=\"success\" style=\"text-align: center;\">\n <p class=\"text-extra-large text-center congrats\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; mso-line-height-rule: exactly; line-height: 140%; font-size: 20px; text-align: center; margin: 0 0 20px 0; Margin: 0 0 20px 0;\">\n Congrats, test email was sent successfully! </p>\n <p class=\"text-large\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; Margin: 0 0 15px 0; font-size: 16px;\">\n Thank you for using Fluent SMTP Plugin. The ultimate SMTP plugin you need for making sure your emails are delivered.<br /><br />FluentSMTP is a free opensource plugin and it will be always free (<a href=\"https://fluentsmtp.com/why-we-built-fluentsmtp-plugin/\">Learn why it's free</a>).\n </p>\n\n <p class=\"signature\" style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; text-align: left; margin: 20px 0 0 0; Margin: 20px 0 0 0;\">\n <img src=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/fluent-smtp/assets/images/mail_signature.png\" width=\"250\" alt=\"Fluent SMTP Logo\" style=\"outline: none; text-decoration: none; max-width: 100%; clear: both; -ms-interpolation-mode: bicubic; display: inline-block !important; width: 150px;\">\n </p>\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; Margin: 0 0 15px 0;\">\n Shahjahan Jewel<br>\n CEO, WPManageNinja LLC\n </p>\n\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: left; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 20px 0 15px 0; Margin: 20px 0 15px 0;\">\n This email was sent from <b>LCA Portal Store at 2025-08-01 18:03:37</b>\n </p>\n </div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td>\n <p style=\"-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: \'Helvetica Neue\',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; text-align: center; font-size: 14px; mso-line-height-rule: exactly; line-height: 140%; margin: 0 0 15px 0; margin: 0 0 15px 0;\">\n PS: if you have a minute please <a href=\"https://wordpress.org/support/plugin/fluent-smtp/reviews/?filter=5\">write a review for FluentSMTP</a>\n </p>\n </td>\n </tr>\n</table>\n</body>\n</html>\n','a:4:{s:8:\"reply-to\";a:0:{}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19866cdc559547bc\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-01 18:03:38',NULL),(517,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3647','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3647</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from amanda westerman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3647&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3647]</a> (July 31, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";s:4:\"name\";s:16:\"amanda westerman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19866d08f3a52fc6\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-01 18:06:41',NULL),(518,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:20:\"bsdashlynf@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Ashe,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173013 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-29\" title=\"July 29, 2025\">July 29, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173013\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173002 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-29\" title=\"July 29, 2025\">July 29, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173002\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3643] (July 29, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>39.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>94.05</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Large Butterfly Clips<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>12.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n The Wet Brush<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>36.30</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>403.15</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.10</span> <small class=\"shipped_via\">via FedEx Ground</small>\n</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>434.25</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>1406 Market Place<br>Apartment 10<br>Jonesboro, AR 72404 <br><a href=\"tel:8706132520\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8706132520</a> <br>bsdashlynf@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>3114 Fox Road<br>suite D<br>Jonesboro, AR 72404 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3643 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198673e6afc8fb5d\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-01 20:06:40',NULL),(519,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173322 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-30\" title=\"July 30, 2025\">July 30, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173322\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173344 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-30\" title=\"July 30, 2025\">July 30, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173344\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173333 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-30\" title=\"July 30, 2025\">July 30, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173333\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3644] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>78.40</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>876.45</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America - Lewisville<br>522 Edmonds Ln<br>Suite 102<br>Lewisville, TX 75067 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3644 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198673f1ac5bf6e8\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-01 20:07:25',NULL),(520,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:22:\"nrgolden6486@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Naomi,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173436 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-30\" title=\"July 30, 2025\">July 30, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173436\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173447 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-07-30\" title=\"July 30, 2025\">July 30, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173447\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3645] (July 30, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>531.22</span></td>\n </tr>\n <tr>\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Note:</th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Please deliver directly to suite</td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>31 Mann Ave<br>Needham, MA 02492 <br><a href=\"tel:6178511322\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6178511322</a> <br>nrgolden6486@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Naomi Golden<br>Lice Aunties<br>60 Dedham Ave<br>Suite 201<br>Needham, MA 02492 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3645 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198674032d6de7f7\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-01 20:08:37',NULL),(521,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3649','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3649</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Judith Hayden:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3649&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3649]</a> (August 2, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\"><span class=\"thwma-thku-ship-adr-name\">Shipping Address<span>:</span></span></strong> <p style=\"margin: 0;\"><span class=\"thwma-thku-ship-adr\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509<span></span></span></p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>125.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\"><span class=\"thwma-thku-ship-adr-name\">Shipping Address<span>:</span></span></strong> <p style=\"margin: 0;\"><span class=\"thwma-thku-ship-adr\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509<span></span></span></p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 21 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>411.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping, Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judith Hayden<br>Lice Clinics of America<br>1795 Alysheba Way<br>Ste 4105<br>Lexington, KY 40509 <br><a href=\"tel:8595376966\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8595376966</a> <br>judy@liceclinicslexington.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Multiple shipping is enabled. </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:29:\"judy@liceclinicslexington.com\";s:4:\"name\";s:13:\"Judith Hayden\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1986b470971dd9c9\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-02 14:54:34',NULL),(522,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:29:\"judy@liceclinicslexington.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Judith,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3649, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3649] (August 2, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\"><span class=\"thwma-thku-ship-adr-name\">Shipping Address<span>:</span></span></strong> <p style=\"margin: 0;\"><span class=\"thwma-thku-ship-adr\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509, United States (US)<span></span></span></p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>125.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\"><span class=\"thwma-thku-ship-adr-name\">Shipping Address<span>:</span></span></strong> <p style=\"margin: 0;\"><span class=\"thwma-thku-ship-adr\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509, United States (US)<span></span></span></p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 21 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>411.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping, Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judith Hayden<br>Lice Clinics of America<br>1795 Alysheba Way<br>Ste 4105<br>Lexington, KY 40509<br>United States (US) <br><a href=\"tel:8595376966\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8595376966</a> <br>judy@liceclinicslexington.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Multiple shipping is enabled. </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3649. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1986b470abf6f855\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-02 14:54:34',NULL),(523,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3650','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3650</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Michael Beckman:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3650&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3650]</a> (August 4, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>172.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>71.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) (#aa-8-oz shampoo) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Michael Beckman<br>921 Moraga Ave<br>Piedmont, CA 94611 <br><a href=\"tel:8585314583\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8585314583</a> <br>licetoknowyou@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Chelsey Watkins<br>Lice Clinics of America - Sunnyvale<br>958 Redmond ave<br>San Jose, CA 95120 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:23:\"licetoknowyou@gmail.com\";s:4:\"name\";s:15:\"Michael Beckman\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198762a7a4c71fcc\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-04 17:39:12',NULL),(524,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:23:\"licetoknowyou@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Michael,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3650, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3650] (August 4, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>172.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>71.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Michael Beckman<br>921 Moraga Ave<br>Piedmont, CA 94611<br>United States (US) <br><a href=\"tel:8585314583\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8585314583</a> <br>licetoknowyou@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Chelsey Watkins<br>Lice Clinics of America - Sunnyvale<br>958 Redmond ave<br>San Jose, CA 95120<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3650. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198762a7d917ecd2\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-04 17:39:13',NULL),(525,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:24:\"awesterman1103@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi amanda,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173789 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-08-05\" title=\"August 5, 2025\">August 5, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173789\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3647] (July 31, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>700.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 <br><a href=\"tel:12144175741\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">12144175741</a> <br>awesterman1103@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n amanda westerman<br>Lice Clinics of America McKinney<br>3120 Hudson Crossing<br>Suite A2<br>MCKINNEY, TX 75070 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3647 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19877c40bb8f8cae\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-05 01:06:33',NULL),(526,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:29:\"judy@liceclinicslexington.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Judith,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800173837 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-08-05\" title=\"August 5, 2025\">August 5, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800173837\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3649] (August 2, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\">\n<li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping Address:</strong> <p style=\"margin: 0;\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509</p>\n</li>\n<li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li>\n</ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>125.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\">\n<li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping Address:</strong> <p style=\"margin: 0;\">Judy Hayden, LCA Lexington, 1795 Alysheba Way, Suite 4105, Lexington, KY 40509</p>\n</li>\n<li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li>\n</ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 21 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>411.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping, Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>537.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judith Hayden<br>Lice Clinics of America<br>1795 Alysheba Way<br>Ste 4105<br>Lexington, KY 40509 <br><a href=\"tel:8595376966\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8595376966</a> <br>judy@liceclinicslexington.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Multiple shipping is enabled. </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3649 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19877c4a94f4b9cf\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-05 01:07:13',NULL),(527,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3651','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3651</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Hasani Thompson:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3651&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3651]</a> (August 5, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>294.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM (#AA - Bulk Mousse-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>12840 Riverside Dr<br>1D<br>North Hollywood, CA 91607 <br><a href=\"tel:6615850263\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6615850263</a> <br>info@liceclinicssantaclarita.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>5145 Nightsky pl<br>5145 nightsky pl, CA 93552 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";s:4:\"name\";s:15:\"Hasani Thompson\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1987cad4e30bd83c\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-05 23:59:49',NULL),(528,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Hasani,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3651, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3651] (August 5, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>294.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>12840 Riverside Dr<br>1D<br>North Hollywood, CA 91607<br>United States (US) <br><a href=\"tel:6615850263\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6615850263</a> <br>info@liceclinicssantaclarita.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>5145 Nightsky pl<br>5145 nightsky pl, CA 93552<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3651. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1987cad52e9de4c5\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-05 23:59:50',NULL),(529,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3652','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3652</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Shanna Castille:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3652&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3652]</a> (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 50/50<br>(Case of 12) (#AA-RINSE) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>342.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Fine Hair Professional Lice Comb<br>(Case of 12) (#AA - Fine-Hair-Comb-12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>76.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>974.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>974.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Shanna Castille<br>1097 Hundley Rd<br>Eunice, LA 70535 <br><a href=\"tel:3374668998\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">3374668998</a> <br>Shanna_sr09@yahoo.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Shanna Castille<br>1097 Hundley Rd<br>eunice, LA 70535 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:21:\"Shanna_sr09@yahoo.com\";s:4:\"name\";s:15:\"Shanna Castille\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198802c522345e3d\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 16:17:25',NULL),(530,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:21:\"Shanna_sr09@yahoo.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Shanna,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3652, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3652] (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 50/50<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>342.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Fine Hair Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>76.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>974.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>974.00</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Shanna Castille<br>1097 Hundley Rd<br>Eunice, LA 70535<br>United States (US) <br><a href=\"tel:3374668998\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">3374668998</a> <br>Shanna_sr09@yahoo.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Shanna Castille<br>1097 Hundley Rd<br>eunice, LA 70535<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3652. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198802c5466d5dcd\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 16:17:25',NULL),(531,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:23:\"licetoknowyou@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Michael,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800174454 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-08-06\" title=\"August 6, 2025\">August 6, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800174454\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3650] (August 4, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>172.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>71.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>523.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Michael Beckman<br>921 Moraga Ave<br>Piedmont, CA 94611 <br><a href=\"tel:8585314583\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8585314583</a> <br>licetoknowyou@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Chelsey Watkins<br>Lice Clinics of America - Sunnyvale<br>958 Redmond ave<br>San Jose, CA 95120 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3650 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19880c733af6aa02\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 19:06:35',NULL),(532,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:32:\"info@liceclinicssantaclarita.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your LCA Portal Store order is now complete','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thanks for shopping with us</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Hasani,</p>\n<p style=\"margin: 0 0 16px;\">We have finished processing your order.</p>\n\n\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n Tracking Information </h2>\n\n <table class=\"td\" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; width: 100%;\" width=\"100%\">\n\n <thead>\n <tr>\n <th class=\"tracking-provider\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Provider</th>\n <th class=\"tracking-number\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Tracking Number</th>\n <th class=\"date-shipped\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">Date</th>\n <th class=\"order-actions\" scope=\"col\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\"> </th>\n </tr>\n </thead>\n\n <tbody>\n <tr class=\"tracking\">\n <td class=\"tracking-provider\" data-title=\"Provider\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n Fedex </td>\n <td class=\"tracking-number\" data-title=\"Tracking Number\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n 451800174752 </td>\n <td class=\"date-shipped\" data-title=\"Status\" style=\"text-align: left; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"left\">\n <time datetime=\"2025-08-06\" title=\"August 6, 2025\">August 6, 2025</time>\n </td>\n <td class=\"order-actions\" style=\"text-align: center; font-family: \'Helvetica Neue\', Helvetica, Roboto, Arial, sans-serif; color: #737373; border: 1px solid #e4e4e4; padding: 12px;\" align=\"center\">\n <a href=\"https://www.fedex.com/apps/fedextrack/?action=track&action=track&tracknumbers=451800174752\" target=\"_blank\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Track</a>\n </td>\n </tr>\n </tbody>\n </table>\n<br><br>\n\n \n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3651] (August 5, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>294.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>126.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Mousse 1 Gallon RM<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>821.35</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>12840 Riverside Dr<br>1D<br>North Hollywood, CA 91607 <br><a href=\"tel:6615850263\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">6615850263</a> <br>info@liceclinicssantaclarita.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Hasani Thompson<br>Heat in Hair<br>5145 Nightsky pl<br>5145 nightsky pl, CA 93552 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Your order 3651 has been completed and is on its way!</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19880ca2c8145469\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 19:09:50',NULL),(533,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3653','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3653</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Judith Hayden:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3653&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3653]</a> (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>172.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Dandruff Shampoo 16oz<br>(Case of 16) (#AA-Dandruff-Shampoo-16oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>519.60</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>519.60</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judith Hayden<br>Lice Clinics of America<br>1795 Alysheba Way<br>Ste 4105<br>Lexington, KY 40509 <br><a href=\"tel:8595376966\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8595376966</a> <br>judy@liceclinicslexington.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judy Hayden<br>LCA Lexington<br>1795 Alysheba Way<br>Suite 4105<br>Lexington, KY 40509 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:29:\"judy@liceclinicslexington.com\";s:4:\"name\";s:13:\"Judith Hayden\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19880ddccf67e532\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 19:31:16',NULL),(534,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:29:\"judy@liceclinicslexington.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Judith,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3653, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3653] (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>172.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Dandruff Shampoo 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>519.60</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>519.60</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judith Hayden<br>Lice Clinics of America<br>1795 Alysheba Way<br>Ste 4105<br>Lexington, KY 40509<br>United States (US) <br><a href=\"tel:8595376966\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8595376966</a> <br>judy@liceclinicslexington.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Judy Hayden<br>LCA Lexington<br>1795 Alysheba Way<br>Suite 4105<br>Lexington, KY 40509<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3653. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19880ddcfb4b72f7\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 19:31:17',NULL),(535,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3654','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3654</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3654&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3654]</a> (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>688.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse<br>(Case of 12) (#AA-COMB-OUT-MOUSSE) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>512.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) (#aa-8-oz shampoo) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>540.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 8oz<br>(Case of 12) (#aa-8-oz conditioner) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>340.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>300.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) (#AA - Rosemary - Prevent-16-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>296.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>270.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 16oz<br>(Case of 16) (#CS-PREVENT/DETANGLE-16-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>296.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>137.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>143.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>5,045.50</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>5,045.50</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>suite E<br>Campton, OH 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>christine@liceclinicscolumbus.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Erica Froggatt<br>LCA - Nits End / 149091<br>5910 Wilcox Pl<br>suite E<br>Dublin, OH 43016 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988116e4c9c927e\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 20:33:38',NULL),(536,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Christine,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3654, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3654] (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>688.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>512.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>540.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>340.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>300.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>296.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>270.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>296.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>137.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>62.70</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>143.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>5,045.50</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>5,045.50</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>suite E<br>Campton, OH 03223<br>United States (US) <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>christine@liceclinicscolumbus.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Erica Froggatt<br>LCA - Nits End / 149091<br>5910 Wilcox Pl<br>suite E<br>Dublin, OH 43016<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3654. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988116e8df4de7b\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 20:33:39',NULL),(537,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3655','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3655</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3655&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3655]</a> (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>516.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 16oz<br>(Case of 16) (#AA - Prevent-16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>444.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 16oz<br>(Case of 16) (#CS-PREVENT/DETANGLE-16-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>444.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,020.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>71.50</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,916.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,916.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Campton, ME 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>C/O Linda Brann LCA/Nits End<br>16 Toppan Dr<br>Gorham, ME 04038 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988159b84b0b142\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 21:46:37',NULL),(538,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Christine,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3655, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3655] (August 6, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>516.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>444.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>444.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,020.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>71.50</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,916.05</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,916.05</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Campton, ME 03223<br>United States (US) <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>C/O Linda Brann LCA/Nits End<br>16 Toppan Dr<br>Gorham, ME 04038<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3655. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988159bda0085e1\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-06 21:46:39',NULL),(539,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3656','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3656</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Mark Dent:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3656&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3656]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 50 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>980.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Dandruff Shampoo 8oz<br>(Case of 12) (#AA-Dandruff-Shampoo-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,255.50</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,255.50</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>250.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 50/50<br>(Case of 16) (#AA-RINSE-16-OZ) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>663.04</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse<br>(Case of 12) (#AA-COMB-OUT-MOUSSE) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 8oz<br>(Case of 12) (#aa-8-oz conditioner) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) (#aa-8-oz shampoo) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>340.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50) (#AA - Bulk-Lice-Comb-50) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>175.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25) (#AA - Bulk-Fine-Hair-Comb-25) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n 6\" Wide Tooth Detangling Comb </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6.25</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n The Wet Brush Squirt </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>39.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6,539.69</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6,539.69</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Mark Dent<br>Lice Clinics of Maryland<br>801 W 33rd Street<br>BAltimore, MD 21211 <br><a href=\"tel:4438349991\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">4438349991</a> <br>info@liceclinicsofmaryland.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Dawn Mumaw<br>LCA Baltimore<br>604 Providence Road<br>Towson, MD 21286 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";s:4:\"name\";s:9:\"Mark Dent\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"19882460f3c6b648\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 02:04:46',NULL),(540,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:30:\"info@liceclinicsofmaryland.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Mark,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3656, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3656] (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 50 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>980.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Dandruff Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,255.50</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 15 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,255.50</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>250.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 50/50<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>663.04</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>340.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>276.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Junior Lice Comb<br>(Case of 50) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>175.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk (Not in Blister Packs) Professional Lice Comb for Fine Hair<br>(Case of 25) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n 6\" Wide Tooth Detangling Comb </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6.25</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n The Wet Brush Squirt </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 8 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>39.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6,539.69</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>6,539.69</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Mark Dent<br>Lice Clinics of Maryland<br>801 W 33rd Street<br>BAltimore, MD 21211<br>United States (US) <br><a href=\"tel:4438349991\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">4438349991</a> <br>info@liceclinicsofmaryland.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Dawn Mumaw<br>LCA Baltimore<br>604 Providence Road<br>Towson, MD 21286<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3656. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988246125d95d90\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 02:04:47',NULL),(541,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3660','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3660</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Misty Nelson:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3660&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3660]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>58.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 <br><a href=\"tel:7065037813\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">7065037813</a> <br>misty@liceclinicsrome.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:25:\"misty@liceclinicsrome.com\";s:4:\"name\";s:12:\"Misty Nelson\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198861f5bad2b0d2\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 20:00:58',NULL),(542,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:25:\"misty@liceclinicsrome.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Misty,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3660, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3660] (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>58.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161<br>United States (US) <br><a href=\"tel:7065037813\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">7065037813</a> <br>misty@liceclinicsrome.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3660. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198861f5e2b561ce\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 20:00:59',NULL),(543,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3661','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3661</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3661&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3661]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>680.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.10</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>117.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Campton, ME 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Megan O\'Neil<br>LCA<br>22 Main St<br>Atkinson, NH 03811 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988651b2ee64a04\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 20:55:58',NULL),(544,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Christine,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3661, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3661] (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>680.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.10</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>117.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Campton, ME 03223<br>United States (US) <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Megan O\'Neil<br>LCA<br>22 Main St<br>Atkinson, NH 03811<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3661. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988651b5bea6e8f\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 20:55:58',NULL),(545,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3663','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3663</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3663&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3663]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) (#aa-16-oz conditioner-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>75.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) (#AA - Rosemary - Prevent-16-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>215.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>42.90</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>suite E<br>Campton, PA 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>christine@liceclinicscolumbus.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Melissa Mertz<br>LCA - Nits End / 149091<br>2213 Temperance Dr<br>Pittsburgh, PA 15237 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198867cda086cdbd\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 21:43:06',NULL);
INSERT INTO `wp_fsmpt_email_logs` VALUES (546,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Christine,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3663, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3663] (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>75.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>215.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>42.90</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>suite E<br>Campton, PA 03223<br>United States (US) <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>christine@liceclinicscolumbus.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Melissa Mertz<br>LCA - Nits End / 149091<br>2213 Temperance Dr<br>Pittsburgh, PA 15237<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3663. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"198867cdd8acd69c\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-07 21:43:07',NULL),(547,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3660','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3660</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Misty Nelson:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3660&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3660]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>58.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 <br><a href=\"tel:7065037813\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">7065037813</a> <br>misty@liceclinicsrome.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:25:\"misty@liceclinicsrome.com\";s:4:\"name\";s:12:\"Misty Nelson\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988a3eb8b7a0bfe\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 15:13:43',NULL),(548,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3660','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3660</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Misty Nelson:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3660&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3660]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>58.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>584.40</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 <br><a href=\"tel:7065037813\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">7065037813</a> <br>misty@liceclinicsrome.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Misty Nelson<br>Lice Clinics of America Rome<br>1400 Crane Street<br>Suite 116<br>Rome, GA 30161 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:25:\"misty@liceclinicsrome.com\";s:4:\"name\";s:12:\"Misty Nelson\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988a9cb6dd5af2f\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 16:56:23',NULL),(549,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3661','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3661</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3661&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3661]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>142.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>292.80</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>63.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>680.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>430.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 7 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>100.10</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 6 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>117.60</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,116.30</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Campton, ME 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Megan O\'Neil<br>LCA<br>22 Main St<br>Atkinson, NH 03811 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988a9cc2ee32d8e\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 16:56:26',NULL),(550,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3662','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3662</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3662&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3662]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 8oz 100%<br>(Case of 12) (#AA-RINSE-100)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>214.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Active Rinse 16oz 100%<br>(Case of 16) (#AA-RINSE-16-OZ-100)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>344.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>50.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse<br>(Case of 12) (#AA-COMB-OUT-MOUSSE)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>73.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Shampoo 16oz<br>(Case of 16) (#aa-16-oz shampoo-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) (#aa-16-oz conditioner-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 8oz<br>(Case of 12) (#AA - Protect)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>150.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Spray 2oz<br>(Case of 24) (#CS-PREVENT/SPRAY-2oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>189.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>340.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>215.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Detangling Spray 1 Gallon RM (#CS-BULK-PREVENT/DETANGLE-128oz-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>31.35</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 5 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>98.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>57.20</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,244.35</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>2,244.35</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>Suite 401A<br>Campton, NH 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>info@liceclinicsplaistow.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n CHRISTINE Cherry<br>LCA<br>71 Spit Brook Rd<br>Suite 401A<br>Nashua, NH 03060 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:28:\"info@liceclinicsplaistow.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988a9ce1574d253\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 16:56:33',NULL),(551,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3663','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3663</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Christine Cherry:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3663&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3663]</a> (August 7, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Super Clarifying Shampoo 8oz<br>(Case of 12) (#CS-SUPER/SHAM-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 4 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>200.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Professional Lice Comb<br>(Case of 12) (#AA - Comb)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 2 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>146.40</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Conditioner 16oz<br>(Case of 16) (#aa-16-oz conditioner-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>151.20</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 8oz<br>(Case of 12) (#AA - Rosemary-Prevent-Sprat-8oz)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>75.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Rosemary Preventive Spray 16oz<br>(Case of 16) (#AA - Rosemary - Prevent-16-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>148.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Pediatrician Samples 2oz<br>(Case of 48) (#AA - Pediatrician Sample Case)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>165.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Kit<br>(Case of 6) (#CS-PREVENTIVE-KIT)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>138.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care Kit<br>with Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>170.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Urgent Care & Preventive Kit with<br>Active Rinse 100%<br>(Case of 6) (#LCoA Urgent Care & Prevent Kit-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>215.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Disposable Head Bands<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 3 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>42.90</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Bulk Active Rinse 100% RM (#AA - Bulk Rinse 100%-1)<ul class=\"wc-item-meta\" style=\"font-size: small; margin: 1em 0 0; padding: 0; list-style: none;\"><li style=\"margin: .5em 0 0; padding: 0;\">\n<strong class=\"wc-item-meta-label\" style=\"float: left; margin-right: .25em; clear: both;\">Shipping status:</strong> <p style=\"margin: 0;\">Pending payment</p>\n</li></ul> </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 10 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>196.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">Free Standard Shipping</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>1,647.50</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Christine Cherry<br>NITS END<br>PO BOX 1092<br>suite E<br>Campton, PA 03223 <br><a href=\"tel:16034983390\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">16034983390</a> <br>christine@liceclinicscolumbus.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Melissa Mertz<br>LCA - Nits End / 149091<br>2213 Temperance Dr<br>Pittsburgh, PA 15237 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:33:\"christine@liceclinicscolumbus.com\";s:4:\"name\";s:16:\"Christine Cherry\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988a9ce921ed3ff\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 16:56:36',NULL),(552,NULL,'a:3:{i:0;a:1:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";}i:1;a:1:{s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";}i:2;a:1:{s:5:\"email\";s:34:\"scott@liceclinicsofamerica.com.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','New Order: #3665','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">New Order: #3665</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">You’ve received the following order from Ashe montalvo:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n <a class=\"link\" href=\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-admin/post.php?post=3665&action=edit\" style=\"font-weight: normal; text-decoration: underline; color: #5bc500;\">[Order #3665]</a> (August 8, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy) (#AA-COMB-OUT-MOUSSE-UNSCENT) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) (#CS-PREVENT/DETANGLE-8) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>14.83</span> <small class=\"shipped_via\">via FedEx Ground</small>\n</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>194.83</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>1406 Market Place<br>Apartment 10<br>Jonesboro, AR 72404 <br><a href=\"tel:8706132520\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8706132520</a> <br>bsdashlynf@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>3114 Fox Road<br>suite D<br>Jonesboro, AR 72404 </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&utm_campaign=deeplinks_promote_app&utm_medium=email&utm_source=lcaportalstoreg.liceclinicsofamerica.com&utm_term=0\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">Get the app</a>. </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:20:\"bsdashlynf@gmail.com\";s:4:\"name\";s:13:\"Ashe montalvo\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988aaa50241c242\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 17:11:14',NULL),(553,NULL,'a:1:{i:0;a:1:{s:5:\"email\";s:20:\"bsdashlynf@gmail.com\";}}','Lice Clinics of America <noreply@liceclinicsofamerica.com>','Your Lice Clinics of America order has been received!','<!DOCTYPE html>\n<html lang=\"en-US\">\n <head>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\n <meta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\">\n <title>LCA Portal Store</title>\n <style type=\"text/css\">@media screen and (max-width: 600px){#header_wrapper{padding: 27px 36px !important; font-size: 24px;}#body_content table > tbody > tr > td{padding: 10px !important;}#body_content_inner{font-size: 10px !important;}}</style>\n</head>\n <body leftmargin=\"0\" marginwidth=\"0\" topmargin=\"0\" marginheight=\"0\" offset=\"0\" style=\"background-color: #f7f7f7; padding: 0; text-align: center;\" bgcolor=\"#f7f7f7\">\n <table width=\"100%\" id=\"outer_wrapper\" style=\"background-color: #f7f7f7;\" bgcolor=\"#f7f7f7\">\n <tr>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n <td width=\"600\">\n <div id=\"wrapper\" dir=\"ltr\" style=\"margin: 0 auto; padding: 70px 0; width: 100%; max-width: 600px; -webkit-text-size-adjust: none;\" width=\"100%\">\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"100%\" width=\"100%\" id=\"inner_wrapper\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <div id=\"template_header_image\">\n </div>\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_container\" style=\"background-color: #fff; border: 1px solid #dedede; box-shadow: 0 1px 4px rgba(0,0,0,.1); border-radius: 3px;\" bgcolor=\"#fff\">\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Header -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_header\" style=\'background-color: #5bc500; color: #fff; border-bottom: 0; font-weight: bold; line-height: 100%; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; border-radius: 3px 3px 0 0;\' bgcolor=\"#5bc500\">\n <tr>\n <td id=\"header_wrapper\" style=\"padding: 36px 48px; display: block;\">\n <h1 style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 30px; font-weight: 300; line-height: 150%; margin: 0; text-shadow: 0 1px 0 #7cd133; color: #fff; background-color: inherit; text-align: left;\' bgcolor=\"inherit\">Thank you for your order</h1>\n </td>\n </tr>\n </table>\n <!-- End Header -->\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Body -->\n <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"template_body\">\n <tr>\n <td valign=\"top\" id=\"body_content\" style=\"background-color: #fff;\" bgcolor=\"#fff\">\n <!-- Content -->\n <table border=\"0\" cellpadding=\"20\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td valign=\"top\" id=\"body_content_inner_cell\" style=\"padding: 48px 48px 32px;\">\n <div id=\"body_content_inner\" style=\'color: #636363; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 14px; line-height: 150%; text-align: left;\' align=\"left\">\n\n<p style=\"margin: 0 0 16px;\">\nHi Ashe,</p>\n <p style=\"margin: 0 0 16px;\">Just to let you know — we\'ve received your order #3665, and it is now being processed:</p>\n\n\n<h2 class=\"\" style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>\n [Order #3665] (August 8, 2025)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\'color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; width: 100%;\' width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; padding: 12px; text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Comb-Out Mousse (Unscented)<br>(Case of 12) (Copy) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle; word-wrap: break-word;\' align=\"left\">\n Preventive Detangling Spray 8oz<br>(Case of 12) </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\'color: #636363; border: 1px solid #e5e5e5; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 12px; vertical-align: middle;\' align=\"left\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>90.00</span> </td>\n </tr>\n \n </tbody>\n <tfoot>\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px; border-top-width: 4px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>180.00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n<span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>14.83</span> <small class=\"shipped_via\">via FedEx Ground</small>\n</td>\n </tr>\n <tr class=\"order-totals order-totals-payment_method\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Payment method: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">PayPal</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"color: #636363; border: 1px solid #e5e5e5; vertical-align: middle; text-align: left; padding: 12px;\" align=\"left\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">$</span>194.83</span></td>\n </tr>\n </tfoot>\n </table>\n</div>\n\n<br><table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; border: 0; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Billing address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>1406 Market Place<br>Apartment 10<br>Jonesboro, AR 72404<br>United States (US) <br><a href=\"tel:8706132520\" style=\"color: #5bc500; font-weight: normal; text-decoration: underline;\">8706132520</a> <br>bsdashlynf@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\'font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; text-align: left; padding: 0;\' align=\"left\">\n <h2 style=\'color: #5bc500; display: block; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 18px; font-weight: bold; line-height: 130%; margin: 0 0 18px; text-align: left;\'>Shipping address</h2>\n \n <address class=\"address\" style=\"padding: 12px; color: #636363; border: 1px solid #e5e5e5; word-break: break-all;\">\n Ashe montalvo<br>lice clincs of america jonesboro<br>3114 Fox Road<br>suite D<br>Jonesboro, AR 72404<br>United States (US) </address>\n </td>\n </tr>\n</table>\n<p style=\"margin: 0 0 16px;\">Thank you for your order! Your Order# is 3665. We will notify you via email once it has shipped.<br>\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.</p>\n </div>\n </td>\n </tr>\n </table>\n <!-- End Content -->\n </td>\n </tr>\n </table>\n <!-- End Body -->\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\">\n <!-- Footer -->\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\" id=\"template_footer\">\n <tr>\n <td valign=\"top\" style=\"padding: 0; border-radius: 6px;\">\n <table border=\"0\" cellpadding=\"10\" cellspacing=\"0\" width=\"100%\">\n <tr>\n <td colspan=\"2\" valign=\"middle\" id=\"credit\" style=\'border-radius: 6px; border: 0; font-family: \"Helvetica Neue\",Helvetica,Roboto,Arial,sans-serif; font-size: 12px; line-height: 150%; text-align: center; padding: 24px 0; color: #3c3c3c;\' align=\"center\">\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n <!-- End Footer -->\n </td>\n </tr>\n </table>\n </div>\n </td>\n <td><!-- Deliberately empty to support consistent sizing and layout across multiple email clients. --></td>\n </tr>\n </table>\n </body>\n</html>\n','a:4:{s:8:\"reply-to\";a:1:{i:0;a:2:{s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:4:\"name\";s:23:\"Lice Clinics of America\";}}s:2:\"cc\";a:0:{}s:3:\"bcc\";a:0:{}s:12:\"content-type\";s:9:\"text/html\";}','a:0:{}','sent','a:1:{s:9:\"MessageId\";s:16:\"1988aaa55fb8f7cb\";}','a:1:{s:8:\"provider\";s:5:\"gmail\";}',0,0,NULL,'2025-08-08 17:11:15',NULL);
/*!40000 ALTER TABLE `wp_fsmpt_email_logs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_login_redirects`
--
DROP TABLE IF EXISTS `wp_login_redirects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_login_redirects` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`rul_type` varchar(100) NOT NULL,
`rul_value` varchar(191) DEFAULT NULL,
`rul_url` longtext DEFAULT NULL,
`rul_url_logout` longtext DEFAULT NULL,
`rul_order` int(2) NOT NULL DEFAULT 0,
`meta_data` longtext DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_login_redirects`
--
LOCK TABLES `wp_login_redirects` WRITE;
/*!40000 ALTER TABLE `wp_login_redirects` DISABLE KEYS */;
INSERT INTO `wp_login_redirects` VALUES (1,'all',NULL,'https://lcaportalstoreg.liceclinicsofamerica.com','',0,NULL),(2,'register',NULL,NULL,NULL,0,NULL);
/*!40000 ALTER TABLE `wp_login_redirects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mw_wc_qbo_sync_sessions`
--
DROP TABLE IF EXISTS `wp_mw_wc_qbo_sync_sessions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mw_wc_qbo_sync_sessions` (
`session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`session_key` char(32) NOT NULL,
`session_value` longtext NOT NULL,
`session_expiry` bigint(20) unsigned NOT NULL,
PRIMARY KEY (`session_id`),
UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=2214 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mw_wc_qbo_sync_sessions`
--
LOCK TABLES `wp_mw_wc_qbo_sync_sessions` WRITE;
/*!40000 ALTER TABLE `wp_mw_wc_qbo_sync_sessions` DISABLE KEYS */;
INSERT INTO `wp_mw_wc_qbo_sync_sessions` VALUES (2,'67','a:0:{}',1683724651),(3,'11','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_11\";i:11;}',1683116748),(10,'86','a:0:{}',1675877323),(18,'3','a:0:{}',1685033508),(35,'76','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_76\";i:76;}',1685659149),(40,'47','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_47\";i:47;}',1684682261),(61,'91','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_91\";i:91;}',1685255512),(87,'37','a:0:{}',1682861695),(99,'77','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_77\";i:77;}',1681601241),(105,'78','a:0:{}',1685199736),(107,'63','a:4:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_63\";i:63;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1777\";i:1777;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1778\";i:1778;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1779\";i:1779;}',1678914105),(112,'60','a:0:{}',1685131438),(123,'4','a:0:{}',1685286909),(125,'54','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_54\";i:54;}',1683705537),(140,'8','a:0:{}',1681162590),(193,'43','a:0:{}',1681322179),(210,'5','a:0:{}',1685524860),(215,'87','a:0:{}',1685126054),(238,'46','a:0:{}',1683985667),(257,'25','a:0:{}',1677786632),(266,'39','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_39\";i:39;}',1684073672),(274,'59','a:0:{}',1684011812),(280,'66','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_66\";i:66;}',1685206185),(290,'23','a:0:{}',1675541476),(339,'61','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_61\";i:61;}',1685196496),(373,'64','a:0:{}',1683138777),(413,'74','a:0:{}',1669995963),(416,'21','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_21\";i:21;}',1685174578),(426,'58','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_58\";i:58;}',1670089753),(440,'57','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_57\";i:57;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1784\";i:1784;}',1679253951),(451,'52','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_52\";i:52;}',1683233687),(486,'29','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_29\";i:29;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1802\";i:1802;}',1680258546),(505,'40','a:0:{}',1670967791),(530,'20','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_20\";i:20;}',1685376011),(555,'83','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_83\";i:83;}',1683398370),(597,'94','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_94\";i:94;}',1684607502),(652,'82','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_82\";i:82;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1901\";i:1901;}',1684768399),(709,'73','a:0:{}',1681822346),(764,'e48f6fa558161a7880efa488e29eb9f0','a:1:{s:39:\"mw_wc_qbo_sync_current_rt_order_id_1591\";i:1591;}',1673459284),(768,'93','a:2:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_93\";i:93;s:39:\"mw_wc_qbo_sync_current_rt_order_id_1860\";i:1860;}',1683192784),(812,'49','a:0:{}',1685626367),(898,'26','a:0:{}',1679240523),(1193,'96','a:0:{}',1685033508),(1605,'6','a:0:{}',1685029207),(1824,'89','a:1:{s:31:\"mw_wc_qbo_sync_mwqs_session_msg\";s:94:\"a:1:{s:37:\"mw_wc_qbo_sync_activation_session_msg\";a:1:{i:0;s:25:\"QuickBooks not connected.\";}}\";}',1684688840),(1893,'50','a:1:{s:40:\"mw_wc_qbo_sync_current_rt_customer_id_50\";i:50;}',1684750083),(1918,'15','a:0:{}',1685197998),(1992,'79','a:0:{}',1684190465),(2054,'6deb9c376ca755b31db73c6e82e8cd6e','a:1:{s:39:\"mw_wc_qbo_sync_current_rt_order_id_1896\";i:1896;}',1684600475),(2202,'2','a:1:{s:31:\"mw_wc_qbo_sync_mwqs_session_msg\";s:94:\"a:1:{s:37:\"mw_wc_qbo_sync_activation_session_msg\";a:1:{i:0;s:25:\"QuickBooks not connected.\";}}\";}',1685662984),(2213,'28','a:0:{}',1685662980);
/*!40000 ALTER TABLE `wp_mw_wc_qbo_sync_sessions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=343162 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://lcaportalstoreg.liceclinicsofamerica.com','yes'),(2,'home','https://lcaportalstoreg.liceclinicsofamerica.com','yes'),(3,'blogname','LCA Portal Store','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','brice@liceclinicsofamerica.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:284:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:55:\"e-floating-buttons/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?e-floating-buttons=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"e-floating-buttons/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?e-floating-buttons=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"e-floating-buttons/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"e-floating-buttons/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:49:\"elementor-hf/([^/]+)/wc/file/transient(/(.*))?/?$\";s:64:\"index.php?elementor-hf=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"elementor-hf/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?elementor-hf=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:66:\"elementor-hf/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"elementor-hf/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"astra-advanced-hook/([^/]+)/embed/?$\";s:52:\"index.php?astra-advanced-hook=$matches[1]&embed=true\";s:40:\"astra-advanced-hook/([^/]+)/trackback/?$\";s:46:\"index.php?astra-advanced-hook=$matches[1]&tb=1\";s:48:\"astra-advanced-hook/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?astra-advanced-hook=$matches[1]&paged=$matches[2]\";s:55:\"astra-advanced-hook/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?astra-advanced-hook=$matches[1]&cpage=$matches[2]\";s:56:\"astra-advanced-hook/([^/]+)/wc/file/transient(/(.*))?/?$\";s:71:\"index.php?astra-advanced-hook=$matches[1]&wc/file/transient=$matches[3]\";s:45:\"astra-advanced-hook/([^/]+)/wc-api(/(.*))?/?$\";s:60:\"index.php?astra-advanced-hook=$matches[1]&wc-api=$matches[3]\";s:62:\"astra-advanced-hook/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:73:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:51:\"astra-advanced-hook/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"astra-advanced-hook/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:44:\"astra-advanced-hook/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?astra-advanced-hook=$matches[1]&page=$matches[2]\";s:36:\"astra-advanced-hook/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"astra-advanced-hook/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"astra-advanced-hook/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"astra-advanced-hook/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"astra-advanced-hook/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"astra-advanced-hook/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"astra_adv_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"astra_adv_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"astra_adv_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"astra_adv_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"astra_adv_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"astra_adv_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"astra_adv_header/([^/]+)/embed/?$\";s:49:\"index.php?astra_adv_header=$matches[1]&embed=true\";s:37:\"astra_adv_header/([^/]+)/trackback/?$\";s:43:\"index.php?astra_adv_header=$matches[1]&tb=1\";s:45:\"astra_adv_header/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?astra_adv_header=$matches[1]&paged=$matches[2]\";s:52:\"astra_adv_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?astra_adv_header=$matches[1]&cpage=$matches[2]\";s:53:\"astra_adv_header/([^/]+)/wc/file/transient(/(.*))?/?$\";s:68:\"index.php?astra_adv_header=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"astra_adv_header/([^/]+)/wc-api(/(.*))?/?$\";s:57:\"index.php?astra_adv_header=$matches[1]&wc-api=$matches[3]\";s:59:\"astra_adv_header/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"astra_adv_header/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:48:\"astra_adv_header/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"astra_adv_header/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"astra_adv_header/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?astra_adv_header=$matches[1]&page=$matches[2]\";s:33:\"astra_adv_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"astra_adv_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"astra_adv_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"astra_adv_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"astra_adv_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"astra_adv_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=16&cpage=$matches[1]\";s:21:\"tax-exempt(/(.*))?/?$\";s:33:\"index.php?&tax-exempt=$matches[2]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:29:\"(.?.+?)/tax-exempt(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&tax-exempt=$matches[3]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:31:\"(.?.+?)/members-area(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&members-area=$matches[3]\";s:29:\"(.?.+?)/my-profile(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&my-profile=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:31:{i:0;s:27:\"astra-addon/astra-addon.php\";i:1;s:47:\"better-search-replace/better-search-replace.php\";i:2;s:33:\"classic-editor/classic-editor.php\";i:3;s:31:\"code-snippets/code-snippets.php\";i:4;s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:31:\"elementor-pro/elementor-pro.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:56:\"essential-addons-elementor/essential_adons_elementor.php\";i:9;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:10;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:11;s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";i:12;s:23:\"pagespeed/pagespeed.php\";i:13;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:14;s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";i:16;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:17;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:18;s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";i:19;s:41:\"woo-discount-rules/woo-discount-rules.php\";i:20;s:41:\"woo-update-manager/woo-update-manager.php\";i:21;s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";i:22;s:51:\"woocommerce-memberships/woocommerce-memberships.php\";i:23;s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";i:24;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";i:25;s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";i:26;s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";i:27;s:51:\"woocommerce-tax-exempt-plugin/addify_tax_exempt.php\";i:28;s:27:\"woocommerce/woocommerce.php\";i:29;s:41:\"wordpress-importer/wordpress-importer.php\";i:30;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:31;s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:81:\"/storage/v12674/lcaginesisstore/public_html/wp-content/themes/astra/functions.php\";i:2;s:77:\"/storage/v12674/lcaginesisstore/public_html/wp-content/themes/astra/style.css\";i:3;s:0:\"\";}','no'),(40,'template','astra','yes'),(41,'stylesheet','astra','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','customer','yes'),(46,'db_version','60717','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:3:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}s:57:\"sales-report-for-woocommerce/woocommerce-sales-report.php\";a:2:{i:0;s:21:\"BeRocket_sales_report\";i:1;s:12:\"deactivation\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','16','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1773161784','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:155:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:16:\"create_customers\";b:1;s:15:\"manage_berocket\";b:1;s:23:\"manage_berocket_account\";b:1;s:9:\"edit_post\";b:1;s:9:\"read_post\";b:1;s:11:\"delete_post\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:121:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:20:\"edit_membership_plan\";b:1;s:20:\"read_membership_plan\";b:1;s:22:\"delete_membership_plan\";b:1;s:21:\"edit_membership_plans\";b:1;s:28:\"edit_others_membership_plans\";b:1;s:23:\"delete_membership_plans\";b:1;s:24:\"publish_membership_plans\";b:1;s:29:\"read_private_membership_plans\";b:1;s:31:\"delete_private_membership_plans\";b:1;s:33:\"delete_published_membership_plans\";b:1;s:30:\"delete_others_membership_plans\";b:1;s:29:\"edit_private_membership_plans\";b:1;s:31:\"edit_published_membership_plans\";b:1;s:20:\"edit_user_membership\";b:1;s:20:\"read_user_membership\";b:1;s:22:\"delete_user_membership\";b:1;s:21:\"edit_user_memberships\";b:1;s:28:\"edit_others_user_memberships\";b:1;s:23:\"delete_user_memberships\";b:1;s:24:\"publish_user_memberships\";b:1;s:29:\"read_private_user_memberships\";b:1;s:31:\"delete_private_user_memberships\";b:1;s:33:\"delete_published_user_memberships\";b:1;s:30:\"delete_others_user_memberships\";b:1;s:29:\"edit_private_user_memberships\";b:1;s:31:\"edit_published_user_memberships\";b:1;s:35:\"manage_woocommerce_membership_plans\";b:1;s:35:\"manage_woocommerce_user_memberships\";b:1;s:16:\"create_customers\";b:1;}}}','yes'),(100,'fresh_site','0','off'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:22:\"astra-woo-shop-sidebar\";a:0:{}s:24:\"astra-woo-single-sidebar\";a:0:{}s:36:\"astra-woo-product-off-canvas-sidebar\";a:0:{}s:11:\"ast-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:35:{i:1766811615;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1766811623;a:1:{s:28:\"aftax_send_expire_info_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:16:\"every_one_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1766812090;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1766812121;a:1:{s:27:\"acfwf_dismiss_wc_admin_note\";a:1:{s:32:\"071c4195255ea732f45ace54d26d60ee\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:1:{i:0;s:16:\"acfw-install-wwp\";}s:8:\"interval\";i:3600;}}}i:1766812276;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1766812614;a:1:{s:35:\"fluentmail_do_daily_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766812709;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1766813245;a:1:{s:13:\"wc_mmq_hourly\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1766815201;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1766815948;a:2:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766815960;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766817229;a:1:{s:40:\"woocommerce_marketplace_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766818302;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766818802;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766819290;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766832395;a:1:{s:56:\"puc_cron_check_updates-sg-order-approval-woocommerce-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766845551;a:1:{s:45:\"puc_cron_check_updates-woo-discount-rules-pro\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766848233;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766849245;a:1:{s:12:\"wc_mmq_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766851199;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1766859148;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766860054;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766860767;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766862134;a:1:{s:29:\"astra_get_knowledge_base_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766863520;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766871405;a:1:{s:27:\"astra_addon_get_addon_usage\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766880000;a:1:{s:31:\"acfw_advanced_usage_limits_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1766880900;a:1:{s:27:\"wc_memberships_jobs_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1767073183;a:1:{s:41:\"acfw_usage_tracking_cron_coupon_templates\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767076783;a:1:{s:24:\"acfw_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767163496;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767204748;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767297814;a:1:{s:29:\"custom_report__schedule_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1767299860;a:1:{s:24:\"astra_delete_docs_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'recovery_keys','a:0:{}','off'),(121,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1616092519;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','no'),(122,'wpe-health-check-site-status-result','{\"good\":16,\"recommended\":4,\"critical\":0}','yes'),(124,'wpe_notices','a:1:{s:4:\"read\";s:0:\"\";}','yes'),(125,'wpe_notices_ttl','1635273275','yes'),(128,'finished_updating_comment_type','1','yes'),(129,'recently_activated','a:2:{s:57:\"sales-report-for-woocommerce/woocommerce-sales-report.php\";i:1765817623;s:64:\"product-sales-report-for-woocommerce/hm-product-sales-report.php\";i:1765814156;}','off'),(133,'https_detection_errors','a:0:{}','off'),(135,'current_theme','Astra','yes'),(136,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:28;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:3577;}','yes'),(137,'theme_switched','','yes'),(138,'astra-settings','a:393:{s:18:\"theme-auto-version\";s:7:\"4.11.18\";s:24:\"astra-addon-auto-version\";s:7:\"4.11.13\";s:28:\"is_astra_addon_queue_running\";b:0;s:33:\"_astra_pb_compatibility_completed\";b:1;s:37:\"section-footer-builder-layout-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-footer-builder-layout-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-below-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-header-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-header-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-header-mobile-trigger-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-header-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-header-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:20:\"title_tagline-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-hb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-hb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-hb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu1-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu2-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu3-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu4-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu5-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu6-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu7-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu8-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-hb-menu-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"header-menu9-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-hb-menu-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"header-menu10-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-header-search-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:21:\"header-account-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-hb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-hb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"header-mobile-menu-menu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-header-mobile-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:36:\"section-above-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-above-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-below-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:31:\"section-footer-copyright-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-footer-menu-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:32:\"section-fb-social-icons-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"section-fb-social-icons-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"section-primary-footer-builder-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:37:\"section-primary-footer-builder-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:24:\"section-fb-html-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:25:\"section-fb-html-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"section-fb-button-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-button-10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-button-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:38:\"sidebar-widgets-footer-widget-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:39:\"sidebar-widgets-footer-widget-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-menu1-megamenu-heading-space\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"header-menu2-megamenu-heading-space\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-hb-language-switcher-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:35:\"section-fb-language-switcher-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:34:\"header-mobile-menu-submenu-spacing\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button1-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button2-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button3-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button4-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button5-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button6-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button7-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button8-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:29:\"sticky-header-button9-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:30:\"sticky-header-button10-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-hb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-hb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-1-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-2-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-3-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-4-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-5-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-6-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-7-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-8-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:27:\"section-fb-divider-9-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:28:\"section-fb-divider-10-margin\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"display-site-title\";b:0;s:17:\"header-main-stick\";b:1;s:24:\"sticky-header-on-devices\";s:4:\"both\";s:18:\"header-above-stick\";b:0;s:16:\"body-font-family\";s:24:\"\'Montserrat\', sans-serif\";s:16:\"body-font-weight\";s:3:\"400\";s:14:\"font-size-body\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:16:\"body-line-height\";d:1.6499999999999999;s:20:\"headings-font-family\";s:21:\"\'Raleway\', sans-serif\";s:20:\"headings-font-weight\";s:3:\"400\";s:12:\"font-size-h1\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:14:\"font-family-h1\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h1\";s:3:\"400\";s:14:\"font-family-h2\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h2\";s:3:\"400\";s:14:\"font-family-h3\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h3\";s:3:\"400\";s:14:\"font-family-h4\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h4\";s:3:\"400\";s:14:\"font-family-h5\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h5\";s:3:\"400\";s:14:\"font-family-h6\";s:21:\"\'Raleway\', sans-serif\";s:14:\"font-weight-h6\";s:3:\"400\";s:37:\"site-layout-outside-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:11:\"theme-color\";s:7:\"#5bc500\";s:10:\"link-color\";s:7:\"#5bc500\";s:25:\"content-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:19:\"site-content-layout\";s:12:\"page-builder\";s:26:\"single-page-content-layout\";s:12:\"page-builder\";s:12:\"button-color\";s:7:\"#ffffff\";s:14:\"button-h-color\";s:7:\"#ffffff\";s:15:\"button-bg-color\";s:7:\"#5bc500\";s:17:\"button-bg-h-color\";s:7:\"#50ab00\";s:23:\"footer-copyright-editor\";s:60:\"Copyright [copyright] [current_year] Lice Clinics of America\";s:19:\"site-sidebar-layout\";s:10:\"no-sidebar\";s:36:\"guntenberg-button-pattern-compat-css\";b:0;s:26:\"can-update-astra-icons-svg\";b:0;s:17:\"is-flex-based-css\";b:0;s:54:\"can-update-page-header-compatibility-to-header-builder\";b:1;s:35:\"can-support-widget-and-editor-fonts\";b:0;s:36:\"can-reflect-cart-color-in-old-header\";b:0;s:29:\"display-site-title-responsive\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:29:\"can-remove-logo-max-width-css\";b:0;s:33:\"transparent-header-default-border\";b:0;s:27:\"btn-default-padding-updated\";b:0;s:23:\"underline-content-links\";b:0;s:20:\"support-block-editor\";b:0;s:30:\"add-outline-cart-bg-new-header\";b:0;s:41:\"remove-header-sections-deps-in-new-header\";b:0;s:35:\"support-swap-mobile-header-sections\";b:0;s:44:\"sticky-header-default-site-title-tagline-css\";b:0;s:34:\"support-footer-widget-right-margin\";b:0;s:31:\"remove-elementor-toc-margin-css\";b:0;s:28:\"remove-widget-design-options\";b:0;s:29:\"astra-zero-font-size-case-css\";b:0;s:32:\"unset-builder-elements-underline\";b:0;s:27:\"support-global-color-format\";b:0;s:22:\"footer-copyright-color\";s:7:\"#3a3a3a\";s:20:\"improve-gb-editor-ui\";b:0;s:29:\"breadcrumb-separator-selector\";s:7:\"unicode\";s:42:\"apply-content-background-fullwidth-layouts\";b:0;s:19:\"blocks-legacy-setup\";b:1;s:12:\"wp-blocks-ui\";s:6:\"legacy\";s:32:\"customizer-default-layout-update\";b:0;s:15:\"wp-blocks-v2-ui\";b:0;s:33:\"single-product-breadcrumb-disable\";b:1;s:29:\"woo-header-cart-label-display\";s:33:\"Cart/{cart_total_currency_symbol}\";s:12:\"border-color\";s:7:\"#dddddd\";s:22:\"modern-ecommerce-setup\";b:0;s:22:\"woo-show-password-icon\";b:0;s:19:\"woo-shop-style-flag\";b:1;s:32:\"astra-old-global-sidebar-default\";b:0;s:28:\"spectra-gutenberg-compat-css\";b:0;s:19:\"shop-button-padding\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:33:\"astra-product-gallery-layout-flag\";b:0;s:33:\"astra-woocommerce-cart-icons-flag\";b:0;s:22:\"shop-toolbar-structure\";a:2:{i:0;s:7:\"results\";i:1;s:7:\"sorting\";}s:37:\"shop-toolbar-structure-with-hiddenset\";a:4:{s:7:\"results\";b:1;s:7:\"filters\";b:0;s:7:\"sorting\";b:1;s:9:\"easy_view\";b:0;}s:31:\"can-update-variant-active-style\";b:0;s:32:\"addon-dynamic-customizer-support\";b:1;s:20:\"dynamic-blog-layouts\";b:0;s:32:\"theme-dynamic-customizer-support\";b:1;s:36:\"ast-dynamic-single-product-structure\";a:2:{i:0;s:32:\"ast-dynamic-single-product-image\";i:1;s:32:\"ast-dynamic-single-product-title\";}s:35:\"ast-dynamic-single-product-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:25:\"ast-archive-product-title\";b:0;s:24:\"ast-single-product-title\";b:0;s:45:\"ast-dynamic-archive-product-banner-image-type\";s:4:\"none\";s:44:\"ast-dynamic-archive-product-banner-custom-bg\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:45:\"ast-dynamic-archive-product-title-font-family\";s:0:\"\";s:43:\"ast-dynamic-archive-product-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:45:\"ast-dynamic-archive-product-title-font-weight\";s:0:\"\";s:45:\"ast-dynamic-archive-product-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:46:\"ast-dynamic-archive-product-banner-title-color\";s:0:\"\";s:45:\"ast-dynamic-archive-product-banner-text-color\";s:0:\"\";s:45:\"ast-dynamic-single-product-banner-title-color\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-family\";s:0:\"\";s:42:\"ast-dynamic-single-product-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:44:\"ast-dynamic-single-product-title-font-weight\";s:0:\"\";s:44:\"ast-dynamic-single-product-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-post-structure\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:32:\"ast-dynamic-single-post-taxonomy\";s:8:\"category\";s:32:\"ast-dynamic-single-post-metadata\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:22:\"ast-archive-post-title\";b:1;s:21:\"ast-single-post-title\";b:1;s:42:\"ast-dynamic-archive-post-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-post-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-post-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-post-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-post-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-post-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-post-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-post-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-post-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-post-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-post-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:33:\"ast-dynamic-single-page-structure\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:32:\"ast-dynamic-single-page-metadata\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:22:\"ast-archive-page-title\";b:1;s:21:\"ast-single-page-title\";b:1;s:42:\"ast-dynamic-archive-page-banner-image-type\";s:4:\"none\";s:41:\"ast-dynamic-archive-page-banner-custom-bg\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:42:\"ast-dynamic-archive-page-title-font-family\";s:0:\"\";s:40:\"ast-dynamic-archive-page-title-font-size\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:42:\"ast-dynamic-archive-page-title-font-weight\";s:0:\"\";s:42:\"ast-dynamic-archive-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:43:\"ast-dynamic-archive-page-banner-title-color\";s:0:\"\";s:42:\"ast-dynamic-archive-page-banner-text-color\";s:0:\"\";s:42:\"ast-dynamic-single-page-banner-title-color\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-family\";s:0:\"\";s:39:\"ast-dynamic-single-page-title-font-size\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:41:\"ast-dynamic-single-page-title-font-weight\";s:0:\"\";s:41:\"ast-dynamic-single-page-title-font-extras\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:31:\"archive-download-content-layout\";s:7:\"default\";s:31:\"archive-download-sidebar-layout\";s:10:\"no-sidebar\";s:30:\"single-download-content-layout\";s:7:\"default\";s:30:\"single-download-sidebar-layout\";s:7:\"default\";s:19:\"enable-scroll-to-id\";b:0;s:20:\"scroll-to-top-enable\";b:1;s:25:\"update-default-color-typo\";b:0;s:22:\"v4-block-editor-compat\";b:0;s:23:\"v4-1-0-update-migration\";b:1;s:27:\"single-product-payment-list\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:27:\"woo_support_global_settings\";b:1;s:23:\"v4-1-4-update-migration\";b:1;s:27:\"list-block-vertical-spacing\";b:0;s:18:\"add-hr-styling-css\";b:0;s:32:\"astra-site-svg-logo-equal-height\";b:0;s:23:\"ast-site-content-layout\";s:20:\"full-width-container\";s:18:\"site-content-style\";s:7:\"unboxed\";s:18:\"site-sidebar-style\";s:7:\"unboxed\";s:30:\"single-page-ast-content-layout\";s:20:\"full-width-container\";s:25:\"single-page-content-style\";s:7:\"unboxed\";s:25:\"single-page-sidebar-style\";s:7:\"unboxed\";s:25:\"fullwidth_sidebar_support\";b:0;s:23:\"v4-2-0-update-migration\";b:1;s:29:\"v4-2-2-core-form-btns-styling\";b:0;s:22:\"v4-4-0-backward-option\";b:0;s:25:\"secondary-button-bg-color\";s:7:\"#5bc500\";s:27:\"secondary-button-bg-h-color\";s:7:\"#50ab00\";s:67:\"ast-dynamic-single-product-article-featured-image-position-layout-1\";s:4:\"none\";s:67:\"ast-dynamic-single-product-article-featured-image-position-layout-2\";s:4:\"none\";s:60:\"ast-dynamic-single-product-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-post-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-post-article-featured-image-ratio-type\";s:7:\"default\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-1\";s:4:\"none\";s:64:\"ast-dynamic-single-page-article-featured-image-position-layout-2\";s:4:\"none\";s:57:\"ast-dynamic-single-page-article-featured-image-ratio-type\";s:7:\"default\";s:22:\"v4-5-0-backward-option\";b:0;s:26:\"scndry-btn-default-padding\";b:0;s:22:\"v4-6-0-backward-option\";b:0;s:19:\"blog-post-structure\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:39:\"ast-sub-section-author-box-border-width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:40:\"ast-sub-section-author-box-border-radius\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:39:\"ast-sub-section-author-box-border-color\";s:0:\"\";s:28:\"single-content-images-shadow\";b:0;s:21:\"ast-font-style-update\";b:0;s:22:\"v4-6-2-backward-option\";b:0;s:20:\"btn-stylings-upgrade\";b:0;s:24:\"elementor-headings-style\";b:1;s:37:\"apply-modern-layout-sale-badge-styles\";b:0;s:33:\"update-default-spacing-for-header\";b:0;s:39:\"restrict-banner-layout-with-page-header\";b:0;s:33:\"elementor-container-padding-style\";b:1;s:37:\"site-builder-templates-headings-space\";b:0;s:14:\"font-extras-h1\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h2\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h3\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h4\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h5\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:14:\"font-extras-h6\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:34:\"global-headings-line-height-update\";b:1;s:37:\"single_posts_pages_heading_clear_none\";b:0;s:21:\"elementor-btn-styling\";b:1;s:52:\"remove_single_posts_navigation_mobile_device_padding\";b:1;s:27:\"enable-4-6-14-compatibility\";b:0;s:33:\"hiding_social_share_icon_position\";b:0;s:11:\"v4-9-2-comp\";b:0;s:18:\"load_more_btn_comp\";b:0;s:24:\"heading-widget-font-size\";b:0;s:26:\"enable-4-8-0-compatibility\";b:0;s:22:\"v4-8-2-backward-option\";b:0;s:26:\"enable-4-8-4-compatibility\";b:0;s:37:\"astra-heading-font-size-compatibility\";b:0;s:26:\"enable-4-8-9-compatibility\";b:0;s:20:\"off-canvas-move-body\";b:1;s:16:\"star-rating-comp\";b:0;s:22:\"v4-9-0-backward-option\";b:0;s:16:\"btn-consist-comp\";b:0;s:28:\"enable-4-11-12-compatibility\";b:0;s:22:\"is_theme_queue_running\";b:0;}','yes'),(139,'bsf_force_check_extensions','','off'),(140,'bsf-updater-version','1.29.12','yes'),(141,'brainstrom_products','a:2:{s:7:\"plugins\";a:2:{s:11:\"astra-addon\";a:32:{s:2:\"id\";s:11:\"astra-addon\";s:4:\"name\";s:9:\"Astra Pro\";s:4:\"slug\";s:11:\"astra-addon\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:153:\"This plugin is an add-on for the Astra WordPress Theme. It offers premium features & functionalities that enhance your theming experience at next level..\";s:7:\"version\";s:7:\"4.11.13\";s:12:\"download_url\";s:22:\"astra-addon-plugin.zip\";s:12:\"version_beta\";s:12:\"3.6.0-beta.1\";s:17:\"download_url_beta\";s:27:\"astra-addon-plugin-beta.zip\";s:6:\"tested\";s:3:\"6.8\";s:14:\"privacy_policy\";s:134:\"https://store.brainstormforce.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=purchase-astra\";s:16:\"terms_conditions\";s:146:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=purchase-astra\";s:12:\"purchase_url\";s:126:\"https://wpastra.com/pricing/?utm_source=graupi-license-form&utm_medium=graupi-license-invalidation&utm_campaign=purchase-astra\";s:13:\"changelog_url\";s:142:\"https://wpastra.com/changelog/astra-pro-addon/?utm_source=graupi-license-form&utm_medium=astra-pro-addon-changelog&utm_campaign=purchase-astra\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:130:\"https://wpastra.com/support/submit-a-ticket/?utm_source=graupi-license-form&utm_medium=submit-a-ticket&utm_campaign=purchase-astra\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:27:\"astra-addon/astra-addon.php\";s:6:\"remote\";s:7:\"4.11.13\";s:12:\"purchase_key\";s:32:\"1a0311bba3f1c7f49ca1cdc5c3ea8ebe\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:31:\"License successfully validated!\";s:12:\"product_name\";s:9:\"Astra Pro\";}s:4:\"uael\";a:32:{s:2:\"id\";s:4:\"uael\";s:4:\"name\";s:29:\"Ultimate Addons for Elementor\";s:4:\"slug\";s:18:\"ultimate-elementor\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:170:\"Ultimate Addons is a premium extension for Elementor that adds 50+ widgets and works on top of any Elementor Package (Free, Pro). You can use it with any WordPress theme.\";s:7:\"version\";s:6:\"1.42.0\";s:12:\"download_url\";s:22:\"ultimate-elementor.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:0:\"\";s:6:\"tested\";s:3:\"6.9\";s:14:\"privacy_policy\";s:133:\"https://store.brainstormforce.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=uael-purchase\";s:16:\"terms_conditions\";s:145:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=uael-purchase\";s:12:\"purchase_url\";s:119:\"http://ultimateelementor.com/pricing/?utm_source=license-form&utm_medium=uael-purchase&utm_campaign=graupi-license-form\";s:13:\"changelog_url\";s:122:\"https://ultimateelementor.com/whats-new/?utm_source=graupi-updater&utm_medium=changelog-link&utm_campaign=graupi-changelog\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:134:\"http://ultimateelementor.com/support/submit-a-ticket/?utm_source=license-form&utm_medium=support-form&utm_campaign=graupi-license-form\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"remote\";s:6:\"1.42.1\";s:12:\"purchase_key\";s:32:\"06bc1612071bf2266508392cac212472\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:33:\"Ultimate Addons for Elementor Pro\";}}s:6:\"themes\";a:1:{s:5:\"astra\";a:32:{s:2:\"id\";s:5:\"astra\";s:4:\"name\";s:5:\"Astra\";s:4:\"slug\";s:5:\"astra\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:145:\"Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront.\";s:7:\"version\";s:7:\"4.11.18\";s:12:\"download_url\";s:15:\"astra-1.4.9.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:14:\"astra-beta.zip\";s:6:\"tested\";s:3:\"5.2\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:12:\"purchase_url\";s:0:\"\";s:13:\"changelog_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:4:\"true\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:0:\"\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:5:\"astra\";s:6:\"remote\";s:5:\"0.0.1\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:5:\"Astra\";}}}','yes'),(143,'bsf_analytics_installed_time','1616092554','no'),(144,'bsf_last_update_check','1766773803','yes'),(145,'papro_updated','true','yes'),(146,'elementor_version','3.33.5','yes'),(147,'elementor_install_history','a:136:{s:5:\"3.1.4\";i:1616959451;s:5:\"3.2.0\";i:1616959450;s:5:\"3.2.1\";i:1621881202;s:5:\"3.2.2\";i:1620052803;s:5:\"3.2.3\";i:1621881203;s:5:\"3.2.4\";i:1622225458;s:5:\"3.2.5\";i:1624390767;s:5:\"3.3.0\";i:1626188085;s:5:\"3.3.1\";i:1628889907;s:5:\"3.3.4\";i:1628889906;s:5:\"3.3.6\";i:1629300536;s:5:\"3.3.7\";i:1629807923;s:5:\"3.3.8\";i:1631464076;s:5:\"3.4.1\";i:1629300538;s:5:\"3.4.2\";i:1629807924;s:5:\"3.4.3\";i:1631464077;s:5:\"3.4.4\";i:1631550564;s:5:\"3.4.5\";i:1634151580;s:5:\"3.4.6\";i:1634677578;s:5:\"3.4.7\";i:1636402774;s:5:\"3.4.8\";i:1638215111;s:5:\"3.5.0\";i:1639681402;s:5:\"3.5.2\";i:1644434892;s:5:\"3.5.3\";i:1640888501;s:5:\"3.5.4\";i:1643053872;s:5:\"3.5.5\";i:1644853166;s:5:\"3.5.6\";i:1647456616;s:5:\"3.6.1\";i:1648126344;s:5:\"3.6.2\";i:1647013266;s:5:\"3.6.3\";i:1647455940;s:5:\"3.6.4\";i:1651066929;s:5:\"3.6.5\";i:1654455246;s:5:\"3.6.6\";i:1655156078;s:5:\"3.6.7\";i:1657309130;s:5:\"3.6.8\";i:1659384955;s:5:\"3.7.1\";i:1657308153;s:5:\"3.7.2\";i:1661202598;s:5:\"3.7.3\";i:1662991888;s:5:\"3.7.4\";i:1662991889;s:5:\"3.7.5\";i:1663608524;s:5:\"3.7.6\";i:1663608610;s:5:\"3.7.7\";i:1663685833;s:5:\"3.7.8\";i:1666015687;s:5:\"3.8.0\";i:1667227548;s:5:\"3.8.1\";i:1670356768;s:5:\"3.8.2\";i:1670792315;s:5:\"3.9.0\";i:1670793142;s:6:\"3.11.0\";i:1676316497;s:6:\"3.11.2\";i:1677525301;s:6:\"3.11.3\";i:1680031222;s:6:\"3.11.5\";i:1680031227;s:6:\"3.11.7\";i:1680488915;s:6:\"3.12.1\";i:1680488916;s:6:\"3.12.2\";i:1683059834;s:6:\"3.12.3\";i:1684961097;s:6:\"3.13.2\";i:1688669768;s:6:\"3.13.3\";i:1684961099;s:6:\"3.13.4\";i:1685484942;s:6:\"3.14.0\";i:1687381042;s:6:\"3.14.1\";i:1688669769;s:6:\"3.15.0\";i:1691007588;s:6:\"3.15.1\";i:1691007646;s:6:\"3.15.2\";i:1691699849;s:6:\"3.15.3\";i:1693933646;s:6:\"3.16.3\";i:1695230325;s:6:\"3.16.4\";i:1695324682;s:6:\"3.16.5\";i:1696943573;s:6:\"3.16.6\";i:1697734453;s:6:\"3.17.1\";i:1698346339;s:6:\"3.17.2\";i:1698868314;s:6:\"3.17.3\";i:1699548532;s:6:\"3.18.1\";i:1701978620;s:6:\"3.18.2\";i:1702327688;s:6:\"3.18.3\";i:1703819495;s:6:\"3.19.0\";i:1706543093;s:6:\"3.19.1\";i:1707315485;s:6:\"3.19.2\";i:1707407903;s:6:\"3.19.3\";i:1709064724;s:6:\"3.19.4\";i:1709238868;s:6:\"3.20.0\";i:1710179823;s:6:\"3.20.1\";i:1710786738;s:6:\"3.20.2\";i:1711418186;s:6:\"3.20.3\";i:1711562733;s:6:\"3.20.4\";i:1712852852;s:6:\"3.21.3\";i:1714504465;s:6:\"3.21.4\";i:1715013612;s:6:\"3.21.5\";i:1715806126;s:6:\"3.21.6\";i:1716322399;s:6:\"3.21.8\";i:1716903574;s:6:\"3.22.1\";i:1718942428;s:6:\"3.22.2\";i:1719366661;s:6:\"3.22.3\";i:1721066527;s:6:\"3.23.1\";i:1721075403;s:6:\"3.23.2\";i:1721795740;s:6:\"3.23.3\";i:1722877913;s:6:\"3.23.4\";i:1722918945;s:6:\"3.24.1\";i:1726252814;s:6:\"3.24.2\";i:1726254003;s:6:\"3.24.3\";i:1726722004;s:6:\"3.24.4\";i:1727306246;s:6:\"3.24.5\";i:1727845204;s:6:\"3.24.6\";i:1728679187;s:6:\"3.24.7\";i:1729054804;s:6:\"3.25.4\";i:1730762998;s:6:\"3.25.5\";i:1731477603;s:6:\"3.25.6\";i:1731606130;s:6:\"3.25.7\";i:1731995274;s:6:\"3.25.8\";i:1732146065;s:6:\"3.25.9\";i:1732231428;s:7:\"3.25.10\";i:1732514404;s:6:\"3.26.0\";i:1734494446;s:6:\"3.26.1\";i:1734674403;s:6:\"3.26.3\";i:1735412727;s:6:\"3.26.4\";i:1736316004;s:6:\"3.27.2\";i:1738345999;s:6:\"3.28.1\";i:1742833808;s:6:\"3.28.2\";i:1743445307;s:6:\"3.28.3\";i:1745249220;s:6:\"3.28.4\";i:1746803389;s:6:\"3.29.2\";i:1751071559;s:6:\"3.30.0\";i:1751547286;s:6:\"3.30.1\";i:1751907885;s:6:\"3.30.2\";i:1752159903;s:6:\"3.30.4\";i:1754064101;s:6:\"3.31.1\";i:1754676525;s:6:\"3.31.2\";i:1754927982;s:6:\"3.31.3\";i:1757098757;s:6:\"3.32.1\";i:1758201995;s:6:\"3.32.2\";i:1758660074;s:6:\"3.32.3\";i:1759161079;s:6:\"3.32.5\";i:1761672716;s:6:\"3.33.0\";i:1762982407;s:6:\"3.33.1\";i:1763395890;s:6:\"3.33.2\";i:1764617571;s:6:\"3.33.4\";i:1765303945;s:6:\"3.33.5\";i:1766008680;}','yes'),(148,'elementor_pro_version','3.33.2','yes'),(149,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(150,'_elementor_pro_installed_time','1616092767','yes'),(151,'elementor_submissions_db_version','5','yes'),(152,'_elementor_installed_time','1616092773','yes'),(153,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:4:{i:0;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:20472;s:5:\"title\";s:10:\"test ido f\";s:9:\"thumbnail\";s:153:\"https://library.stg.elementor.red/wp-content/uploads/2025/01/png-clipart-logo-harry-potter-literary-series-lord-voldemort-film-harry-potter-thumbnail.png\";s:12:\"tmpl_created\";i:1751356263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.stg.elementor.red/blocks/test-ido-f/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:1;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:19968;s:5:\"title\";s:12:\"Zeyad Test 1\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_2.jpg\";s:12:\"tmpl_created\";i:1670765723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.stg.elementor.red/blocks/zeyad-test-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:2;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:19494;s:5:\"title\";s:5:\"test2\";s:9:\"thumbnail\";s:83:\"https://library.stg.elementor.red/wp-content/uploads/2022/09/boxking_hero_img_4.jpg\";s:12:\"tmpl_created\";i:1672308146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.stg.elementor.red/blocks/test2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:3;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:87:\"https://library.stg.elementor.red/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1660034300;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.stg.elementor.red/popups/slide-in-sale-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(154,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:79:\"Introducing Elementor 3.33: Variables Manager, Custom CSS, Blend Modes, & more!\";s:7:\"excerpt\";s:340:\"Elementor 3.33 builds on the foundation of Editor V4, continuing our mission to create a faster, more scalable, and more intuitive design experience for Web Creators. With the addition of the Variables Manager, element-level Custom CSS, Background Clipping, and Blend Modes, designers have more creative precision and consistency than ever.\";s:7:\"created\";i:1762944115;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:145:\"https://elementor.com/blog/elementor-333-v4-variables-manager-custom-css/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:76:\"Introducing Elementor 3.32: Transitions, Transform, Size Variables, and More\";s:7:\"excerpt\";s:250:\"Elementor 3.32 is here, accelerating Editor V4 Alpha with transform controls and layered transitions, system-wide Size Variables and streamlined class management. This release empowers you to build more consistent, dynamic, and professional websites.\";s:7:\"created\";i:1759243152;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:138:\"https://elementor.com/blog/elementor-332-v4-transform-transitions/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:70:\"Introducing Elementor 3.31: New Editor V4 Variables, Filters, and More\";s:7:\"excerpt\";s:294:\"Elementor 3.31 is here, pushing Editor V4 forward with powerful design system enhancements and modern visual styling tools. From Variables and Filters to smarter editing workflows and semantic markup, this version makes it easier than ever to design beautiful, performant, and accessible sites.\";s:7:\"created\";i:1755094220;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:140:\"https://elementor.com/blog/elementor-331-v4-alpha-variables-filters/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(155,'elementor_connect_site_key','fc561f7d80442439da2b172a0ad63cb2','yes'),(156,'elementor_allow_tracking','yes','yes'),(157,'elementor_tracker_last_send','1766689201','yes'),(161,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1766772604;s:11:\"get_version\";i:1766427962;}','yes'),(162,'elementor_pro_theme_builder_conditions','a:3:{s:6:\"header\";a:2:{i:184158;a:1:{i:0;s:28:\"include/singular/page/184149\";}i:112;a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}}s:6:\"footer\";a:1:{i:184;a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}}s:6:\"single\";a:1:{i:70;a:1:{i:0;s:15:\"include/product\";}}}','yes'),(163,'_astra_ext_enabled_extensions','a:18:{s:14:\"advanced-hooks\";s:14:\"advanced-hooks\";s:8:\"blog-pro\";s:8:\"blog-pro\";s:21:\"colors-and-background\";s:21:\"colors-and-background\";s:15:\"advanced-footer\";s:15:\"advanced-footer\";s:13:\"mobile-header\";s:13:\"mobile-header\";s:15:\"header-sections\";s:15:\"header-sections\";s:9:\"lifterlms\";s:9:\"lifterlms\";s:9:\"learndash\";s:9:\"learndash\";s:16:\"advanced-headers\";s:16:\"advanced-headers\";s:12:\"site-layouts\";s:12:\"site-layouts\";s:7:\"spacing\";s:7:\"spacing\";s:13:\"sticky-header\";s:13:\"sticky-header\";s:13:\"scroll-to-top\";s:13:\"scroll-to-top\";s:18:\"transparent-header\";s:18:\"transparent-header\";s:10:\"typography\";s:10:\"typography\";s:11:\"woocommerce\";s:11:\"woocommerce\";s:3:\"edd\";s:3:\"edd\";s:8:\"nav-menu\";s:8:\"nav-menu\";}','yes'),(164,'_astra_ext_http2','1','yes'),(173,'elementor_active_kit','11','yes'),(174,'elementor_fonts_manager_font_types','a:0:{}','yes'),(175,'elementor_fonts_manager_fonts','a:0:{}','yes'),(176,'elementor_custom_icon_sets_config','a:0:{}','yes'),(276,'action_scheduler_hybrid_store_demarkation','18','yes'),(277,'schema-ActionScheduler_StoreSchema','8.0.1757098769','yes'),(278,'schema-ActionScheduler_LoggerSchema','3.0.1634151577','yes'),(279,'woocommerce_schema_version','920','yes'),(280,'woocommerce_store_address','2501 Co Rd 8','yes'),(281,'woocommerce_store_address_2','','yes'),(282,'woocommerce_store_city','Waterloo','yes'),(283,'woocommerce_default_country','US:AL','yes'),(284,'woocommerce_store_postcode','35677','yes'),(285,'woocommerce_allowed_countries','specific','yes'),(286,'woocommerce_all_except_countries','a:0:{}','yes'),(287,'woocommerce_specific_allowed_countries','a:3:{i:0;s:2:\"NO\";i:1;s:2:\"CH\";i:2;s:2:\"US\";}','on'),(288,'woocommerce_ship_to_countries','specific','yes'),(289,'woocommerce_specific_ship_to_countries','a:3:{i:0;s:2:\"NO\";i:1;s:2:\"CH\";i:2;s:2:\"US\";}','on'),(290,'woocommerce_default_customer_address','','yes'),(291,'woocommerce_calc_taxes','no','on'),(292,'woocommerce_enable_coupons','yes','yes'),(293,'woocommerce_calc_discounts_sequentially','no','no'),(294,'woocommerce_currency','USD','yes'),(295,'woocommerce_currency_pos','left','yes'),(296,'woocommerce_price_thousand_sep',',','yes'),(297,'woocommerce_price_decimal_sep','.','yes'),(298,'woocommerce_price_num_decimals','2','on'),(299,'woocommerce_shop_page_id','19','yes'),(300,'woocommerce_cart_redirect_after_add','no','yes'),(301,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(302,'woocommerce_placeholder_image','18','yes'),(303,'woocommerce_weight_unit','lbs','yes'),(304,'woocommerce_dimension_unit','in','yes'),(305,'woocommerce_enable_reviews','no','yes'),(306,'woocommerce_review_rating_verification_label','yes','no'),(307,'woocommerce_review_rating_verification_required','no','no'),(308,'woocommerce_enable_review_rating','yes','yes'),(309,'woocommerce_review_rating_required','yes','no'),(310,'woocommerce_manage_stock','no','yes'),(311,'woocommerce_hold_stock_minutes','4320','no'),(312,'woocommerce_notify_low_stock','yes','no'),(313,'woocommerce_notify_no_stock','yes','no'),(314,'woocommerce_stock_email_recipient','brice@laradasciences.com','no'),(315,'woocommerce_notify_low_stock_amount','2','no'),(316,'woocommerce_notify_no_stock_amount','0','yes'),(317,'woocommerce_hide_out_of_stock_items','no','yes'),(318,'woocommerce_stock_format','','yes'),(319,'woocommerce_file_download_method','force','no'),(320,'woocommerce_downloads_require_login','no','no'),(321,'woocommerce_downloads_grant_access_after_payment','yes','no'),(322,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(323,'woocommerce_prices_include_tax','no','yes'),(324,'woocommerce_tax_based_on','base','on'),(325,'woocommerce_shipping_tax_class','inherit','yes'),(326,'woocommerce_tax_round_at_subtotal','no','yes'),(327,'woocommerce_tax_classes','','yes'),(328,'woocommerce_tax_display_shop','excl','yes'),(329,'woocommerce_tax_display_cart','excl','yes'),(330,'woocommerce_price_display_suffix','','yes'),(331,'woocommerce_tax_total_display','itemized','no'),(332,'woocommerce_enable_shipping_calc','yes','no'),(333,'woocommerce_shipping_cost_requires_address','no','yes'),(334,'woocommerce_ship_to_destination','shipping','no'),(335,'woocommerce_shipping_debug_mode','no','yes'),(336,'woocommerce_enable_guest_checkout','yes','no'),(337,'woocommerce_enable_checkout_login_reminder','no','no'),(338,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(339,'woocommerce_enable_myaccount_registration','no','no'),(340,'woocommerce_registration_generate_username','yes','no'),(341,'woocommerce_registration_generate_password','yes','no'),(342,'woocommerce_erasure_request_removes_order_data','no','no'),(343,'woocommerce_erasure_request_removes_download_data','no','no'),(344,'woocommerce_allow_bulk_remove_personal_data','no','no'),(345,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(346,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(347,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(348,'woocommerce_trash_pending_orders','','no'),(349,'woocommerce_trash_failed_orders','','no'),(350,'woocommerce_trash_cancelled_orders','','no'),(351,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(352,'woocommerce_email_from_name','Lice Clinics of America','no'),(353,'woocommerce_email_from_address','ginesis@ginesis.com','no'),(354,'woocommerce_email_header_image','','no'),(355,'woocommerce_email_footer_text','','no'),(356,'woocommerce_email_base_color','#5bc500','no'),(357,'woocommerce_email_background_color','#f7f7f7','no'),(358,'woocommerce_email_body_background_color','#ffffff','no'),(359,'woocommerce_email_text_color','#3c3c3c','no'),(360,'woocommerce_merchant_email_notifications','no','no'),(361,'woocommerce_cart_page_id','20','no'),(362,'woocommerce_checkout_page_id','21','no'),(363,'woocommerce_myaccount_page_id','22','no'),(364,'woocommerce_terms_page_id','182','no'),(365,'woocommerce_force_ssl_checkout','yes','yes'),(366,'woocommerce_unforce_ssl_checkout','no','yes'),(367,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(368,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(369,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(370,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(371,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(372,'woocommerce_myaccount_orders_endpoint','orders','yes'),(373,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(374,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(375,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(376,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(377,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(378,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(379,'woocommerce_logout_endpoint','customer-logout','yes'),(380,'woocommerce_api_enabled','no','yes'),(381,'woocommerce_allow_tracking','yes','on'),(382,'woocommerce_show_marketplace_suggestions','yes','no'),(383,'woocommerce_single_image_width','600','yes'),(384,'woocommerce_thumbnail_image_width','300','yes'),(385,'woocommerce_checkout_highlight_required_fields','yes','yes'),(386,'woocommerce_demo_store','no','no'),(387,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:8:\"/product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(388,'current_theme_supports_woocommerce','yes','yes'),(389,'woocommerce_queue_flush_rewrite_rules','no','yes'),(391,'default_product_cat','15','yes'),(392,'woocommerce_version','10.4.3','yes'),(393,'woocommerce_db_version','10.4.3','yes'),(394,'action_scheduler_lock_async-request-runner','694f56490e2d01.16203708|1766807173','yes'),(395,'woocommerce_admin_notices','a:0:{}','yes'),(396,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"hTgAXYy6iRWmcUbNucMi9wLoetKOtoRE\";}','yes'),(397,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(398,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(399,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(400,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(401,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(402,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(403,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(404,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(405,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(406,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(407,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(408,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(410,'woocommerce_admin_install_timestamp','1616095520','yes'),(412,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":3:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;s:17:\"new_product_count\";i:0;}','yes'),(413,'wc_blocks_db_schema_version','260','yes'),(414,'woocommerce_meta_box_errors','a:0:{}','yes'),(423,'bsf_analytics_optin','no','no'),(427,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:27:{i:0;a:1:{s:21:\"recommendations-count\";i:5;}i:1;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-header\";}s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:7:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:28:\"product-edit-meta-tab-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:3;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-header\";}s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:4;a:7:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:24:\"orders-list-empty-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:5;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-header\";}s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:6;a:7:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";a:1:{i:0;s:26:\"products-list-empty-footer\";}s:9:\"link-text\";s:21:\"Discover more options\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:7:\"iam-url\";s:55:\"admin.php?page=wc-admin&tab=extensions&path=/extensions\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:7;a:9:{s:4:\"slug\";s:42:\"orders-list-empty-body-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:19:\"table-rate-shipping\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/uploads/2012/07/Table_Rate_Shipping_icon-marketplace-160x160-2.png\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:123:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";s:9:\"is_pinned\";b:1;}i:8;a:9:{s:4:\"slug\";s:56:\"orders-list-empty-body-conditional-shipping-and-payments\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:33:\"conditional-shipping-and-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/uploads/2015/03/Conditional_Shipping_Payments_icon-marketplace-160x160-1.png\";s:5:\"title\";s:33:\"Conditional Shipping and Payments\";s:4:\"copy\";s:91:\"Use conditional logic to restrict the shipping and payment options available on your store.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/conditional-shipping-and-payments/\";s:9:\"is_pinned\";b:1;}i:9;a:9:{s:4:\"slug\";s:40:\"orders-list-empty-body-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:17:\"shipment-tracking\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:49:\"Add shipment tracking information to your orders.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:9:\"is_pinned\";b:1;}i:10;a:8:{s:4:\"slug\";s:53:\"orders-list-empty-body-woocommerce-amazon-fulfillment\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:30:\"woocommerce-amazon-fulfillment\";s:4:\"icon\";s:60:\"https://woocommerce.com/wp-content/uploads/2015/02/nsfba.png\";s:5:\"title\";s:24:\"Amazon Fulfillment (MCF)\";s:4:\"copy\";s:163:\"Connect your WooCommerce store to Amazon\'s MCF service using the Amazon Fulfillment (MCF) for WooCommerce extension and automate shipping orders to your customers.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:64:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/\";}i:11;a:8:{s:4:\"slug\";s:51:\"orders-list-empty-body-print-invoices-packing-lists\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:28:\"print-invoices-packing-lists\";s:4:\"icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:5:\"title\";s:32:\"Print Invoices and Packing Lists\";s:4:\"copy\";s:77:\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:62:\"https://woocommerce.com/products/print-invoices-packing-lists/\";}i:12;a:8:{s:4:\"slug\";s:53:\"orders-list-empty-body-australia-post-shipping-method\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:30:\"australia-post-shipping-method\";s:4:\"icon\";s:72:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-AustraliaPost.png\";s:5:\"title\";s:30:\"Australia Post Shipping Method\";s:4:\"copy\";s:129:\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:64:\"https://woocommerce.com/products/australia-post-shipping-method/\";}i:13;a:8:{s:4:\"slug\";s:64:\"orders-list-empty-body-delivery-pickup-scheduler-for-woocommerce\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:41:\"delivery-pickup-scheduler-for-woocommerce\";s:4:\"icon\";s:81:\"https://woocommerce.com/wp-content/uploads/2021/02/delivery-slot-icon-new-160.png\";s:5:\"title\";s:29:\"Delivery and Pickup Scheduler\";s:4:\"copy\";s:139:\"Allow users to select a date & time of delivery/pickup for orders & products. You can also display an estimated date for orders & products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:75:\"https://woocommerce.com/products/delivery-pickup-scheduler-for-woocommerce/\";}i:14;a:8:{s:4:\"slug\";s:65:\"orders-list-empty-body-all-products-for-woocommerce-subscriptions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:42:\"all-products-for-woocommerce-subscriptions\";s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/uploads/2019/03/All_Products_Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"title\";s:42:\"All Products for WooCommerce Subscriptions\";s:4:\"copy\";s:102:\"Offer your existing products on subscription, with this powerful add-on for WooCommerce Subscriptions.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:76:\"https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/\";}i:15;a:8:{s:4:\"slug\";s:49:\"orders-list-empty-body-woocommerce-order-barcodes\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:26:\"woocommerce-order-barcodes\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/uploads/2014/06/WooCommerce_Order_Barcodes_icon-marketplace-160x160-1.png\";s:5:\"title\";s:26:\"WooCommerce Order Barcodes\";s:4:\"copy\";s:138:\"Generates a unique barcode for each order on your site — perfect for e-tickets, packing slips, reservations and a variety of other uses.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:60:\"https://woocommerce.com/products/woocommerce-order-barcodes/\";}i:16;a:8:{s:4:\"slug\";s:40:\"orders-list-empty-body-warranty-requests\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:17:\"warranty-requests\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/uploads/2013/07/Returns_and_Warranty_icon-marketplace-160x160-1.png\";s:5:\"title\";s:29:\"Returns and Warranty Requests\";s:4:\"copy\";s:126:\"Manage the RMA process, add warranties to products, and let customers request and manage returns/exchanges from their account.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/warranty-requests/\";}i:17;a:9:{s:4:\"slug\";s:42:\"product-edit-meta-tab-body-product-add-ons\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:15:\"product-add-ons\";s:4:\"icon\";s:96:\"https://woocommerce.com/wp-content/uploads/2013/05/Product_Addons_icon-marketplace-160x160-2.png\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:94:\"Offer add-ons like gift wrapping, special messages or other special options for your products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";s:9:\"is_pinned\";b:1;}i:18;a:9:{s:4:\"slug\";s:42:\"product-edit-meta-tab-body-product-bundles\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:15:\"product-bundles\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/uploads/2012/07/Product_Bundles_icon-marketplace-160x160-2.png\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:84:\"Offer personalized product bundles, bulk discount packages, and assembled products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";s:9:\"is_pinned\";b:1;}i:19;a:9:{s:4:\"slug\";s:47:\"product-edit-meta-tab-body-woocommerce-bookings\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2014/05/Bookings_icon-marketplace-160x160-1.png\";s:5:\"title\";s:20:\"WooCommerce Bookings\";s:4:\"copy\";s:101:\"Allow customers to book appointments, make reservations, or rent equipment without leaving your site.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";s:9:\"is_pinned\";b:1;}i:20;a:9:{s:4:\"slug\";s:52:\"product-edit-meta-tab-body-woocommerce-subscriptions\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/09/Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"title\";s:25:\"WooCommerce Subscriptions\";s:4:\"copy\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";s:9:\"is_pinned\";b:1;}i:21;a:9:{s:4:\"slug\";s:45:\"product-edit-meta-tab-body-composite-products\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:18:\"composite-products\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2013/06/Composite_Products_icon-marketplace-160x160-1.png\";s:5:\"title\";s:18:\"Composite Products\";s:4:\"copy\";s:85:\"Create product kit builders and custom product configurators using existing products.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/composite-products/\";s:9:\"is_pinned\";b:1;}i:22;a:8:{s:4:\"slug\";s:49:\"product-edit-meta-tab-body-invoice-payment-option\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:22:\"invoice-payment-option\";s:4:\"icon\";s:83:\"https://woocommerce.com/wp-content/uploads/2021/08/invoice-payment-gateway.png?w=80\";s:5:\"title\";s:22:\"Invoice Payment Option\";s:4:\"copy\";s:237:\"Order Now and Pay Later! Allow your customers to select invoice payment option during checkout to place orders. Add conditions to show invoice payment options for specific products, categories, countries, cart total, user roles and more.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:56:\"https://woocommerce.com/products/invoice-payment-option/\";}i:23;a:8:{s:4:\"slug\";s:65:\"product-edit-meta-tab-body-enhancer-for-woocommerce-subscriptions\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:38:\"enhancer-for-woocommerce-subscriptions\";s:4:\"icon\";s:76:\"https://woocommerce.com/wp-content/uploads/2020/05/enhancer-icon-new-160.png\";s:5:\"title\";s:38:\"Enhancer for WooCommerce Subscriptions\";s:4:\"copy\";s:134:\"Additional features for WooCommerce Subscriptions such as Updating Price for Existing Users, Cancel Delay, Auto-Renewal Reminder, etc.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:72:\"https://woocommerce.com/products/enhancer-for-woocommerce-subscriptions/\";}i:24;a:8:{s:4:\"slug\";s:69:\"product-edit-meta-tab-body-all-products-for-woocommerce-subscriptions\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:42:\"all-products-for-woocommerce-subscriptions\";s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/uploads/2019/03/All_Products_Woo_Subscriptions_icon-marketplace-160x160-2.png\";s:5:\"title\";s:42:\"All Products for WooCommerce Subscriptions\";s:4:\"copy\";s:102:\"Offer your existing products on subscription, with this powerful add-on for WooCommerce Subscriptions.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:76:\"https://woocommerce.com/products/all-products-for-woocommerce-subscriptions/\";}i:25;a:8:{s:4:\"slug\";s:42:\"product-edit-meta-tab-body-rental-products\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:15:\"rental-products\";s:4:\"icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2020/05/Kestrel-product-logo-1.png\";s:5:\"title\";s:15:\"Rental Products\";s:4:\"copy\";s:129:\"Your all-in-one WooCommerce booking and rental system. Rent anything, shipped, on-site, or in-store with smart inventory control.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/rental-products/\";}i:26;a:8:{s:4:\"slug\";s:55:\"product-edit-meta-tab-body-woocommerce-products-compare\";s:7:\"context\";s:26:\"product-edit-meta-tab-body\";s:7:\"product\";s:28:\"woocommerce-products-compare\";s:4:\"icon\";s:75:\"https://woocommerce.com/wp-content/uploads/2015/04/Kestrel-product-logo.png\";s:5:\"title\";s:24:\"Kestrel Products Compare\";s:4:\"copy\";s:188:\"Give your customer the power to compare your products directly. Help shoppers quickly find what product is right for them with side-by-side charts for pricing, ratings, features, and more.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:62:\"https://woocommerce.com/products/woocommerce-products-compare/\";}}s:7:\"updated\";i:1766425568;}','off'),(453,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(477,'elementor_pro_license_key','ep-96KPPzV01BZfVbBHAqb91604636942feBIQw0BkbHg','yes'),(478,'_elementor_pro_license_data_fallback','a:2:{s:7:\"timeout\";i:1670687272;s:5:\"value\";s:207:\"{\"expires\":\"2023-11-06 04:30:11\",\"subscription_id\":9606162,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(479,'_elementor_pro_license_data','a:2:{s:7:\"timeout\";i:1670644072;s:5:\"value\";s:207:\"{\"expires\":\"2023-11-06 04:30:11\",\"subscription_id\":9606162,\"success\":true,\"license\":\"valid\",\"subscriptions\":\"enable\",\"features\":[\"experts\",\"editor_comments\",\"template_access_level_20\",\"kit_access_level_20\"]}\";}','no'),(540,'wc_elavon_vm_lifecycle_events','[{\"name\":\"install\",\"time\":1616959288,\"version\":\"2.10.0\"}]','no'),(541,'wc_elavon_vm_version','2.10.0','yes'),(542,'wc_fedex_version','3.4.33','yes'),(543,'elementor_log','a:43:{s:32:\"6eb3d60e74ffc657326ed088ae7721b2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-28 17:31:56\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-10-28 17:31:56\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"81ac6b2963ffeaeb1a14fc12b96688f2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-10-28 17:31:56\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.3\";s:2:\"to\";s:6:\"3.32.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-10-28 17:31:56\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.3\";s:2:\"to\";s:6:\"3.32.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"29d74aec298e4c04d56ed907ae9827cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"285fa84e95bf9c400b5bbea75b880c12\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"4e154658e863d6c736358c5868eef734\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5c456682f6384ccaa0fdccf32afa0e64\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"885369b878f7f7bdcb25f63cd31bff0f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"bf4f711c97b4156a3100f76cf0c8dbae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-06 14:30:04\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-06 14:30:04\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.1\";s:2:\"to\";s:6:\"3.32.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"45818c36b9eb5ceb52bfdaba0b408922\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 21:20:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 21:20:06\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"71b246d938dfbd9e4fc48aae0635fb98\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 21:20:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 21:20:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"fa2d7e0a623d8a514451db4ad76e99cb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 21:20:06\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 21:20:06\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a263dc7241954e473f290699b355f4cc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 21:20:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 21:20:07\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1c2a1d708a126044c4584c07e10571da\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-12 21:20:07\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-12 21:20:07\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.32.5\";s:2:\"to\";s:6:\"3.33.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"dd52802dd2342bf8b8646d98566dc29c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"648f1a3d3d868aef63f267c0baedebed\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"aba7525fb26712fb5e553cfd2e45e687\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"1202d75e5e0f819ee072d09aded25629\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"132c412a813d7c8ddb071450453f7d75\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.3\";s:2:\"to\";s:6:\"3.33.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.32.3\";s:2:\"to\";s:6:\"3.33.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1b66650807159a7cb6a1455f6ce3aada\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"ef9a9ccab803c9fc456aeb71af101f31\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"dbb996927ed7260f8a30bb84edadf00b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"5991bebc9927ec80d3c4c3e939e6d4af\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:30\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:30\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4265257f6b18ffd5625e07d1071a809b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-11-17 16:11:31\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-11-17 16:11:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.0\";s:2:\"to\";s:6:\"3.33.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4f99a8fbdadfdd88446a2b1beeeaeccc\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-01 19:32:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-01 19:32:50\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"b82743c69584cfb7e442415de3e40f49\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-01 19:32:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-01 19:32:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"03d70a89d065dabd577730b08756e1e2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-01 19:32:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-01 19:32:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"1d1d7690833627d50293a2fdd5d4f326\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-01 19:32:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-01 19:32:51\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d10da0001c62e7752d24d80310940979\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:15\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.2\";s:2:\"to\";s:6:\"3.33.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:15\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.2\";s:2:\"to\";s:6:\"3.33.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"db1e56684fbf95139b789eb6d4edae7e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:16\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:16\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4897c067bb2c460a600b7bf6f7e1f275\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"elementor-pro::elementor_pro_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"6b04940d8748aa3909fbd3b65b94664d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:48:\"Elementor Pro/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"185a82448fbb20318e6dd7af75f314e6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:18\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:50:\"Elementor Pro/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"d4fbd4c6d7d67616a9586be3b2ce05ef\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:18\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:18\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:13:\"Elementor Pro\";s:4:\"from\";s:6:\"3.33.1\";s:2:\"to\";s:6:\"3.33.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"e391962391b658039f4813dadcbe2cee\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"7d3c279ebcc7bb8782efa53e8584b6ec\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:24\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:24\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"cfe4d6f6d5e6e1d892bc59e2fb719b6e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:25\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b694da9988ae1bf8e1e1ee2a3c99f9ea\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-09 18:12:25\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.2\";s:2:\"to\";s:6:\"3.33.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-09 18:12:25\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.2\";s:2:\"to\";s:6:\"3.33.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3a54a6f68784e4b2c2a1318c3455b3a8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:57:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:57:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"1d4dc4312af910fbfb2222fc3ba1a21b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:58:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:58:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"afe46bd66cfcc637a47620acc2ec3db5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:58:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:58:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"3b08231278fefe4b9c477f9ad0ec0874\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:58:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:58:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"0faa8556d44a8373a4fca3bfa78d476e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:58:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:58:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"af816b789fd030794bf9d19dda9cb3a7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-12-17 21:58:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-12-17 21:58:02\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.33.4\";s:2:\"to\";s:6:\"3.33.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','off'),(546,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(549,'301_redirects','a:1:{s:6:\"/shop/\";s:58:\"https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/\";}','yes'),(550,'ssl_insecure_content_fixer','a:4:{s:9:\"fix_level\";s:7:\"capture\";s:9:\"proxy_fix\";s:6:\"normal\";s:9:\"site_only\";i:0;s:12:\"fix_specific\";a:1:{s:9:\"woo_https\";i:1;}}','yes'),(556,'woocommerce_onboarding_profile','a:2:{s:7:\"skipped\";b:1;s:9:\"completed\";b:1;}','yes'),(557,'woocommerce_task_list_tracked_completed_tasks','a:9:{i:0;s:8:\"products\";i:1;s:8:\"payments\";i:2;s:3:\"tax\";i:3;s:8:\"shipping\";i:4;s:13:\"store_details\";i:5;s:8:\"purchase\";i:6;s:14:\"store_creation\";i:7;s:15:\"review-shipping\";i:8;s:13:\"connect-store\";}','yes'),(558,'woocommerce_task_list_welcome_modal_dismissed','yes','yes'),(559,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:19:\"ginesis@ginesis.com\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:19:\"ginesis@ginesis.com\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:24:\"ginesis_api1.ginesis.com\";s:12:\"api_password\";s:16:\"MF2D3FB5TCBYEA8V\";s:13:\"api_signature\";s:56:\"Agwx2rdN5v3.RPZH5.5Xz5Tg0q4eASRJDeZ-M5-dpGVkqsDveYkMJfls\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:3:\"yes\";}','yes'),(560,'woocommerce_ces_tracks_queue','a:0:{}','yes'),(561,'woocommerce_clear_ces_tracks_queue_for_page','','yes'),(567,'woocommerce_fedex_settings','a:29:{s:3:\"api\";s:0:\"\";s:14:\"account_number\";s:9:\"351941529\";s:12:\"meter_number\";s:9:\"253253890\";s:7:\"api_key\";s:16:\"1Prug5oetipQqukY\";s:8:\"api_pass\";s:25:\"dR6O5ipotAZaC8VvPYUuBBV6T\";s:10:\"production\";s:3:\"yes\";s:7:\"freight\";s:0:\"\";s:15:\"freight_enabled\";s:2:\"no\";s:14:\"freight_number\";s:0:\"\";s:22:\"freight_billing_street\";s:0:\"\";s:24:\"freight_billing_street_2\";s:0:\"\";s:20:\"freight_billing_city\";s:0:\"\";s:21:\"freight_billing_state\";s:0:\"\";s:24:\"freight_billing_postcode\";s:0:\"\";s:23:\"freight_billing_country\";s:0:\"\";s:22:\"freight_shipper_street\";s:0:\"\";s:24:\"freight_shipper_street_2\";s:0:\"\";s:20:\"freight_shipper_city\";s:0:\"\";s:21:\"freight_shipper_state\";s:0:\"\";s:24:\"freight_shipper_postcode\";s:0:\"\";s:23:\"freight_shipper_country\";s:0:\"\";s:27:\"freight_shipper_residential\";s:2:\"no\";s:13:\"freight_class\";s:2:\"50\";s:5:\"debug\";s:2:\"no\";s:8:\"api_type\";s:4:\"rest\";s:9:\"client_id\";s:34:\"l70a5aa303cd614bc499a25ffda11ad873\";s:13:\"client_secret\";s:32:\"87b9b0907d7644ca93e4ce4c7988b79a\";s:12:\"oauth_status\";s:0:\"\";s:18:\"box_packer_library\";s:8:\"original\";}','on'),(634,'woocommerce_tracker_last_send','1766381617','yes'),(637,'woocommerce_tracker_ua','a:105:{i:0;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";i:1;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";i:2;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36\";i:3;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";i:4;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36\";i:5;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";i:6;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\";i:7;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36\";i:8;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36\";i:9;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36\";i:10;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36\";i:11;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";i:12;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36\";i:13;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36\";i:14;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36\";i:15;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36\";i:16;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36\";i:17;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";i:18;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36\";i:19;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36\";i:20;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36\";i:21;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36\";i:22;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\";i:23;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\";i:24;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";i:25;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36\";i:26;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36\";i:27;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\";i:28;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";i:29;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.81 Safari/537.36\";i:30;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.82 Safari/537.36\";i:31;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36\";i:32;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36\";i:33;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36\";i:34;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.82 Safari/537.36\";i:35;s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36\";i:36;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.75 Safari/537.36\";i:37;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.88 Safari/537.36\";i:38;s:116:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36\";i:39;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1\";i:40;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36\";i:41;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36\";i:42;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.67 Safari/537.36\";i:43;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36\";i:44;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.63 Safari/537.36\";i:45;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\";i:46;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36\";i:47;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";i:48;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36\";i:49;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36\";i:50;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36\";i:51;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36\";i:52;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36\";i:53;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";i:54;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36\";i:55;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36\";i:56;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36\";i:57;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36\";i:58;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:59;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";i:60;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";i:61;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";i:62;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36\";i:63;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";i:64;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:65;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";i:66;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\";i:67;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";i:68;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:69;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:70;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0\";i:71;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";i:72;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";i:73;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:74;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0\";i:75;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:76;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Mobile Safari/537.36\";i:77;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15\";i:78;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:79;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:80;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:81;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:82;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:83;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\";i:84;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:85;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:86;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";i:87;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";i:88;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";i:89;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:90;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:91;s:144:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1\";i:92;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";i:93;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";i:94;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";i:95;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";i:96;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";i:97;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";i:98;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";i:99;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";i:100;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36\";i:101;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";i:102;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36\";i:103;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";i:104;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36\";}','off'),(638,'woocommerce_multiple_addresses_page_id','3280','yes'),(639,'woocommerce_account_addresses_page_id','3281','yes'),(640,'woocommerce_ces_shown_for_actions','a:6:{i:0;s:19:\"product_add_publish\";i:1;s:10:\"ces_search\";i:2;s:14:\"product_update\";i:3;s:17:\"shop_order_update\";i:4;s:18:\"analytics_filtered\";i:5;s:15:\"settings_change\";}','yes'),(642,'mw_wc_qbo_sync_ord_sa_new_pr_pg_fnct','true','yes'),(652,'mw_wc_qbo_sync_fresh_install','true','yes'),(653,'mw_wc_qbo_sync_invnt_pull_set_prd_stock_sts','true','yes'),(655,'mw_wc_qbo_sync_order_qbo_sync_as','SalesReceipt','yes'),(656,'mw_wc_qbo_sync_pause_up_qbo_conection','true','yes'),(659,'mw_wc_qbo_sync_customer_match_by_name','true','yes'),(660,'mw_wc_qbo_sync_ca_ruso_dqs','true','yes'),(662,'mw_wc_qbo_sync_qb_pmnt_ref_num_vf','O_ID_NUM','yes'),(667,'mw_wc_qbo_sync_lbcr_chk_count_dt','a:1:{s:10:\"2023-05-30\";i:2;}','yes'),(668,'mw_qbo_sync_last_updated_version','2.7.0','yes'),(669,'mw_wc_qbo_sync_cur_db_version','1.6','yes'),(673,'woocommerce_fedex_1_settings','a:15:{s:5:\"title\";s:5:\"FedEx\";s:6:\"origin\";s:5:\"35677\";s:10:\"tax_status\";s:7:\"taxable\";s:7:\"packing\";s:0:\"\";s:14:\"packing_method\";s:11:\"box_packing\";s:5:\"boxes\";a:18:{i:0;a:8:{s:2:\"id\";s:17:\"YOUR_PACKAGING:16\";s:4:\"name\";s:17:\"Ginesis Custom 20\";s:6:\"length\";d:17;s:5:\"width\";d:14;s:6:\"height\";d:10;s:10:\"box_weight\";d:1;s:10:\"max_weight\";d:42;s:7:\"enabled\";b:1;}i:1;a:8:{s:2:\"id\";s:17:\"YOUR_PACKAGING:17\";s:4:\"name\";s:17:\"Ginesis Custom 12\";s:6:\"length\";d:14;s:5:\"width\";d:14;s:6:\"height\";d:14;s:10:\"box_weight\";d:1;s:10:\"max_weight\";d:29;s:7:\"enabled\";b:1;}s:15:\"FEDEX_SMALL_BOX\";a:1:{s:7:\"enabled\";b:1;}s:17:\"FEDEX_SMALL_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"FEDEX_MEDIUM_BOX\";a:1:{s:7:\"enabled\";b:1;}s:18:\"FEDEX_MEDIUM_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:15:\"FEDEX_LARGE_BOX\";a:1:{s:7:\"enabled\";b:1;}s:17:\"FEDEX_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:21:\"FEDEX_EXTRA_LARGE_BOX\";a:1:{s:7:\"enabled\";b:1;}s:23:\"FEDEX_EXTRA_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:9:\"FEDEX_PAK\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:2\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:3\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:4\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_ENVELOPE\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_10KG_BOX\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_25KG_BOX\";a:1:{s:7:\"enabled\";b:1;}s:10:\"FEDEX_TUBE\";a:1:{s:7:\"enabled\";b:1;}}s:5:\"rates\";s:0:\"\";s:11:\"residential\";s:3:\"yes\";s:15:\"insure_contents\";s:3:\"yes\";s:14:\"fedex_one_rate\";s:2:\"no\";s:19:\"direct_distribution\";s:2:\"no\";s:12:\"request_type\";s:7:\"ACCOUNT\";s:13:\"smartpost_hub\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"services\";a:32:{s:32:\"FEDEX_INTERNATIONAL_CONNECT_PLUS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:12:\"FEDEX_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"GROUND_HOME_DELIVERY\";a:5:{s:4:\"name\";s:12:\"FedEx Ground\";s:5:\"order\";s:1:\"3\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:11:\"FEDEX_2_DAY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"4\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"STANDARD_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"5\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:15:\"FIRST_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"6\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"PRIORITY_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"7\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:14:\"FEDEX_2_DAY_AM\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"8\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_EXPRESS_SAVER\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"9\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"INTERNATIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"10\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"INTERNATIONAL_FIRST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"11\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"12\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"EUROPE_FIRST_INTERNTIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"13\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_1_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"14\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_2_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"15\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_3_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"16\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:29:\"INTERNATIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"17\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"INTERNATIONAL_PRIORITY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"18\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:13:\"FEDEX_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"19\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_NATIONAL_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"20\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"INTERNATIONAL_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"21\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:10:\"SMART_POST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"22\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_FIRST_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"23\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"FEDEX_FREIGHT_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"24\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_FREIGHT_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"25\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_DISTRIBUTION_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"26\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_ECONOMY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"27\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:35:\"INTERNATIONAL_PRIORITY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"28\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:36:\"FEDEX_INTERNATIONAL_PRIORITY_EXPRESS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"29\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:28:\"FEDEX_INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"30\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_REGIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"31\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"FEDEX_REGIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"32\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}}}','on'),(674,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:87:\"ginesis@ginesis.com, brice@liceclinicsofamerica.com, scott@liceclinicsofamerica.com.com\";s:7:\"subject\";s:26:\"New Order: #{order_number}\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','on'),(675,'woocommerce_cancelled_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:87:\"ginesis@ginesis.com, brice@liceclinicsofamerica.com, scott@liceclinicsofamerica.com.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','on'),(676,'woocommerce_failed_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:87:\"ginesis@ginesis.com, brice@liceclinicsofamerica.com, scott@liceclinicsofamerica.com.com\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:146:\"Hopefully they’ll be back. Read more about <a href=\"https://docs.woocommerce.com/document/managing-orders/\">troubleshooting failed payments</a>.\";s:10:\"email_type\";s:4:\"html\";}','on'),(677,'woocommerce_gateway_order','a:12:{s:19:\"_wc_pes_woopayments\";i:0;s:33:\"_wc_offline_payment_methods_group\";i:1;s:4:\"bacs\";i:2;s:6:\"cheque\";i:3;s:3:\"cod\";i:4;s:6:\"paypal\";i:5;s:27:\"elavon_converge_credit_card\";i:6;s:22:\"elavon_converge_echeck\";i:7;s:25:\"_wc_pes_paypal_full_stack\";i:8;s:16:\"ppcp-axo-gateway\";i:9;s:11:\"woa-gateway\";i:10;s:12:\"ppcp-gateway\";i:11;}','yes'),(679,'wc_memberships_redirect_page_id','','yes'),(680,'wc_memberships_admin_restricted_content_notice','yes','yes'),(681,'woocommerce_myaccount_members_area_endpoint','members-area','yes'),(682,'woocommerce_myaccount_profile_fields_area_endpoint','my-profile','yes'),(683,'wc_memberships_restriction_mode','hide_content','yes'),(684,'wc_memberships_show_excerpts','yes','yes'),(685,'wc_memberships_excerpt_length','55','yes'),(686,'wc_memberships_inherit_restrictions','no','yes'),(687,'wc_memberships_redirect_upon_member_login','site_page','yes'),(688,'wc_memberships_assign_user_roles_to_members','no','yes'),(689,'wc_memberships_active_member_user_role','customer','yes'),(690,'wc_memberships_inactive_member_user_role','customer','yes'),(691,'wc_memberships_privacy_erasure_request_delete_user_memberships','no','yes'),(692,'wc_memberships_apply_member_discounts_when_purchasing_membership','no','yes'),(693,'wc_memberships_allow_cumulative_access_granting_orders','no','yes'),(694,'wc_memberships_exclude_on_sale_products_from_member_discounts','no','yes'),(695,'wc_memberships_hide_restricted_products','no','yes'),(696,'wc_memberships_display_member_login_notice','both','yes'),(698,'wc_memberships_version','1.27.4','yes'),(699,'mw_wc_qbo_sync_d_paypal_notice_status','true','yes'),(722,'elementor_use_mini_cart_template','yes','yes'),(724,'simple301redirects_version','2.0.11','yes'),(726,'_elementor_settings_update_time','1752093801','yes'),(727,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(728,'elementor_disable_color_schemes','','yes'),(729,'elementor_disable_typography_schemes','','yes'),(730,'elementor_notice','','yes'),(731,'elementor_pro_recaptcha_site_key','','yes'),(732,'elementor_pro_recaptcha_secret_key','','yes'),(733,'elementor_pro_recaptcha_v3_site_key','','yes'),(734,'elementor_pro_recaptcha_v3_secret_key','','yes'),(735,'elementor_pro_recaptcha_v3_threshold','0.5','yes'),(736,'elementor_pro_facebook_app_id','','yes'),(737,'elementor_pro_mailchimp_api_key','','yes'),(738,'elementor_validate_api_data','','yes'),(739,'elementor_pro_drip_api_token','','yes'),(740,'elementor_pro_activecampaign_api_key','','yes'),(741,'elementor_pro_activecampaign_api_url','','yes'),(742,'elementor_pro_getresponse_api_key','','yes'),(743,'elementor_pro_convertkit_api_key','','yes'),(744,'elementor_pro_mailerlite_api_key','','yes'),(745,'elementor_typekit-kit-id','','yes'),(747,'elementor_css_print_method','external','yes'),(748,'elementor_editor_break_lines','','yes'),(749,'elementor_unfiltered_files_upload','','yes'),(750,'elementor_load_fa4_shim','','yes'),(751,'elementor_experiment-e_dom_optimization','default','yes'),(752,'elementor_experiment-e_optimized_assets_loading','default','yes'),(753,'elementor_experiment-a11y_improvements','default','yes'),(754,'elementor_experiment-landing-pages','default','yes'),(755,'elementor_experiment-form-submissions','default','yes'),(762,'wc_memberships_milestone_messages','a:2:{s:23:\"membership-plan-created\";s:42:\"you\'ve created your first membership plan!\";s:23:\"user-membership-created\";s:42:\"you\'ve created your first user membership!\";}','yes'),(764,'wc_memberships_member_login_redirect_page_id','115','on'),(765,'wc_memberships_messages','a:17:{s:31:\"post_content_restricted_message\";s:50:\"To access this post, you must purchase {products}.\";s:43:\"post_content_restricted_message_no_products\";s:39:\"This post is only available to members.\";s:28:\"post_content_delayed_message\";s:82:\"This post is part of your membership, but not yet! You will gain access on {date}.\";s:31:\"page_content_restricted_message\";s:50:\"To access this page, you must purchase {products}.\";s:43:\"page_content_restricted_message_no_products\";s:39:\"This page is only available to members.\";s:28:\"page_content_delayed_message\";s:82:\"This page is part of your membership, but not yet! You will gain access on {date}.\";s:26:\"content_restricted_message\";s:53:\"To access this content, you must purchase {products}.\";s:38:\"content_restricted_message_no_products\";s:42:\"This content is only available to members.\";s:23:\"content_delayed_message\";s:85:\"This content is part of your membership, but not yet! You will gain access on {date}.\";s:30:\"product_access_delayed_message\";s:89:\"This product is part of your membership, but not yet! It will become available on {date}.\";s:34:\"product_viewing_restricted_message\";s:111:\"This product can only be viewed by members. To view or purchase this product, sign up by purchasing {products}.\";s:46:\"product_viewing_restricted_message_no_products\";s:43:\"This product can only be viewed by members.\";s:37:\"product_purchasing_restricted_message\";s:106:\"This product can only be purchased by members. To purchase this product, sign up by purchasing {products}.\";s:49:\"product_purchasing_restricted_message_no_products\";s:46:\"This product can only be purchased by members.\";s:24:\"product_discount_message\";s:58:\"Want a discount? Become a member by purchasing {products}!\";s:36:\"product_discount_message_no_products\";s:33:\"Want a discount? Become a member!\";s:20:\"member_login_message\";s:0:\"\";}','yes'),(802,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:53:\"Your Lice Clinics of America order has been received!\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:336:\"Thank you for your order! Your Order# is {order_number}. We will notify you via email once it has shipped. \r\nOrders are generally processed and shipped within 2-3 business days if not sooner. If you do not receive your shipping notification with your order tracking information within 3 business days please contact ginesis@ginesis.com.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(806,'woocommerce_admin_last_orders_milestone','1000','yes'),(817,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:47:\"Your Lice Clinics of America Order Was Received\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:117:\"This is to inform you that your order {order_number} is on hold. We will inform you once it is approved and sent out.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(818,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:63:\"Your order {order_number} has been completed and is on its way!\";s:10:\"email_type\";s:4:\"html\";}','yes'),(820,'wpins_block_notice','a:1:{s:20:\"simple-301-redirects\";s:20:\"simple-301-redirects\";}','yes'),(821,'woocommerce_customer_invoice_settings','a:6:{s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:12:\"subject_paid\";s:0:\"\";s:12:\"heading_paid\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for using {site_url}!\";s:10:\"email_type\";s:4:\"html\";}','yes'),(840,'mw_wc_qbo_sync_successfull_activation_message','triggered','yes'),(851,'woocommerce_sales_record_date','2025-12-11','yes'),(852,'woocommerce_sales_record_amount','25088.43','yes'),(858,'thmaf_general_settings','a:2:{s:16:\"settings_billing\";a:1:{s:14:\"enable_billing\";s:2:\"no\";}s:17:\"settings_shipping\";a:1:{s:15:\"enable_shipping\";s:3:\"yes\";}}','yes'),(873,'wc_memberships_messages[post_content_restricted_message]','To access this post, you must purchase {products}.','yes'),(874,'wc_memberships_messages[post_content_restricted_message_no_products]','This post is only available to members.','yes'),(875,'wc_memberships_messages[post_content_delayed_message]','This post is part of your membership, but not yet! You will gain access on {date}.','yes'),(876,'wc_memberships_messages[page_content_restricted_message]','To access this page, you must purchase {products}.','yes'),(877,'wc_memberships_messages[page_content_restricted_message_no_products]','This page is only available to members.','yes'),(878,'wc_memberships_messages[page_content_delayed_message]','This page is part of your membership, but not yet! You will gain access on {date}.','yes'),(879,'wc_memberships_messages[content_restricted_message]','To access this content, you must purchase {products}.','yes'),(880,'wc_memberships_messages[content_restricted_message_no_products]','This content is only available to members.','yes'),(881,'wc_memberships_messages[content_delayed_message]','This content is part of your membership, but not yet! You will gain access on {date}.','yes'),(882,'wc_memberships_messages[product_access_delayed_message]','This product is part of your membership, but not yet! It will become available on {date}.','yes'),(883,'wc_memberships_messages[product_viewing_restricted_message]','This product can only be viewed by members. To view or purchase this product, sign up by purchasing {products}.','yes'),(884,'wc_memberships_messages[product_viewing_restricted_message_no_products]','This product can only be viewed by members.','yes'),(885,'wc_memberships_messages[product_purchasing_restricted_message]','This product can only be purchased by members. To purchase this product, sign up by purchasing {products}.','yes'),(886,'wc_memberships_messages[product_purchasing_restricted_message_no_products]','This product can only be purchased by members.','yes'),(887,'wc_memberships_messages[product_discount_message]','Want a discount? Become a member by purchasing {products}!','yes'),(888,'wc_memberships_messages[product_discount_message_no_products]','Want a discount? Become a member!','yes'),(889,'wc_memberships_messages[member_login_message]','','yes'),(912,'woocommerce_free_shipping_2_settings','a:6:{s:5:\"title\";s:22:\"Free Standard Shipping\";s:8:\"requires\";s:10:\"min_amount\";s:10:\"min_amount\";s:3:\"500\";s:16:\"ignore_discounts\";s:3:\"yes\";s:24:\"allowed_membership_plans\";a:2:{i:0;s:3:\"486\";i:1;s:3:\"161\";}s:27:\"disallowed_membership_plans\";a:1:{i:0;s:4:\"2592\";}}','on');
INSERT INTO `wp_options` VALUES (916,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:4768:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:3;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:3;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:6;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:3;s:14:\"footer-divider\";i:3;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[header-sticky-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-woo-cart-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"section-header-woo-cart-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-woo-cart-tray-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-woo-cart-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-cart-background-hover-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-woo-cart-separator-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-woo-cart-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-woo-cart-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-cart-button-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-cart-button-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-woo-cart-btn-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-woo-cart-btn-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-woo-cart-btn-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-cart-btn-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-woo-checkout-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-checkout-button-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[header-woo-checkout-button-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-woo-checkout-btn-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-checkout-btn-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-woo-checkout-btn-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-woo-checkout-btn-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-header-woo-cart-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:7:\"#ffffff\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:7:\"#50ab00\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:40;s:6:\"bottom\";i:10;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:7:\"#50ab00\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";b:0;s:6:\"tablet\";b:0;s:6:\"mobile\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[site-title-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[site-tagline-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:5:\"title\";i:2;s:10:\"title-meta\";i:3;s:7:\"excerpt\";i:4;s:9:\"read-more\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:5:\"color\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5E5E5\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#f9fafb\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#e2e8f0\";i:7;s:7:\"#cbd5e1\";i:8;s:7:\"#94a3b8\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#0170B9\";i:1;s:7:\"#3a3a3a\";i:2;s:7:\"#3a3a3a\";i:3;s:7:\"#4B4F58\";i:4;s:7:\"#F5F5F5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F2F5F7\";i:7;s:7:\"#424242\";i:8;s:7:\"#000000\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:7:\"#5bc500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:7:\"#dddddd\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:24:\"\'Montserrat\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";d:1.6499999999999999;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:6:\"legacy\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:3;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:1:\"3\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:21:\"\'Raleway\', sans-serif\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:2:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"ast-dynamic-single-product-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-single-product-title]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-product-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:32:\"ast-dynamic-single-product-image\";i:1;s:32:\"ast-dynamic-single-product-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-product-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-product-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-product-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-product-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-product-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:85:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:90:\"astra-settings[ast-dynamic-single-product-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-product-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-product-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-product-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-product-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-product-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-product-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-product-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-product-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-product-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-single-product-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-product-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-product-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-product-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-product-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-single-product-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-single-product-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:60:\"astra-settings[ast-dynamic-single-product-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[ast-dynamic-single-product-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-product-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-product-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[ast-dynamic-single-product-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-product-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[ast-dynamic-single-product-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[section-woo-shop-single-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-woo-shop-single-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[section-woo-shop-single-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[ast-dynamic-single-product-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-product-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-product-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-product-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-product-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:29:\"ast-dynamic-single-post-image\";i:1;s:29:\"ast-dynamic-single-post-title\";i:2;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:32:\"ast-dynamic-single-post-taxonomy\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:8:\"category\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:20:\"full-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:8:\"comments\";i:1;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[archive-e-floating-buttons-ast-reveal-effect]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[archive-product-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[archive-product-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[archive-product-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[archive-product-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"ast-dynamic-archive-product-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-archive-product-title]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-product-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-archive-product-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-product-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:33:\"ast-dynamic-archive-product-title\";i:1;s:39:\"ast-dynamic-archive-product-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-product-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-product-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-product-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-product-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-product-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-archive-product-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-product-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-product-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-product-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-product-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:58:\"astra-settings[ast-dynamic-archive-product-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-product-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:59:\"astra-settings[ast-dynamic-archive-product-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-product-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-product-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:58:\"astra-settings[ast-dynamic-archive-product-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:67:\"astra-settings[ast-dynamic-archive-product-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:40;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:1:{i:0;s:31:\"section-search-page-title-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:8:\"fallback\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:1:\"1\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"30\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[woocommerce-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[woocommerce-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woocommerce-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[woocommerce-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-display-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-woocommerce-shop-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[shop-box-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-product-align-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"align-left\";s:6:\"tablet\";s:10:\"align-left\";s:6:\"mobile\";s:10:\"align-left\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-shop-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-product-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:8:\"add_cart\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-shop-skin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[shop-style]\";a:4:{s:7:\"default\";s:20:\"shop-page-grid-style\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[shop-grids]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:6:\"mobile\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-no-of-products]\";a:4:{s:7:\"default\";s:2:\"12\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[shop-archive-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-archive-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-add-to-cart-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-ratings-product-archive]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[shop-add-to-cart-action-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"section-woo-shop-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[woo-single-product-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[single-product-structure]\";a:4:{s:7:\"default\";a:7:{i:0;s:8:\"category\";i:1;s:5:\"title\";i:2;s:7:\"ratings\";i:3;s:5:\"price\";i:4;s:10:\"short_desc\";i:5;s:8:\"add_cart\";i:6;s:4:\"meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[woo-single-product-structure-fields-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-breadcrumb-disable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-enable-shipping]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-product-variation-tabs-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-disable-woo-products]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-shipping-text]\";a:4:{s:7:\"default\";s:15:\"& Free Shipping\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-product-sticky-add-to-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-sticky-add-to-cart]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-product-sticky-add-to-cart-position]\";a:4:{s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[woo-single-product-sticky-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-product-sticky-add-to-cart-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[single-product-sticky-add-to-cart-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[single-product-sticky-add-to-cart-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-product-sticky-add-to-cart-btn-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-product-sticky-add-to-cart-btn-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-product-sticky-add-to-cart-btn-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[single-product-payment-icon-color]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-text]\";a:4:{s:7:\"default\";s:24:\"Guaranteed Safe Checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-payment-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:4:{i:0;a:6:{s:2:\"id\";s:8:\"item-100\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-visa\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Visa\";}i:1;a:6:{s:2:\"id\";s:8:\"item-101\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:13:\"cc-mastercard\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:10:\"Mastercard\";}i:2;a:6:{s:2:\"id\";s:8:\"item-102\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:7:\"cc-amex\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:4:\"Amex\";}i:3;a:6:{s:2:\"id\";s:8:\"item-103\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:11:\"cc-discover\";s:5:\"image\";s:0:\"\";s:5:\"label\";s:8:\"Discover\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-cart-button-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[woo-enable-cart-button-text]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-cart-button-text]\";a:4:{s:7:\"default\";s:19:\"Proceed to checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-cart-upsells]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-block-incompatible-cart-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:54:\"astra-settings[woo-block-incompatible-checkout-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:48:\"astra-settings[single-product-plus-minus-button]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"section-woo-general-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-store-notice-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[store-notice-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[store-notice-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[store-notice-position]\";a:4:{s:7:\"default\";s:3:\"top\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[transparent-header-search-box-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[transparent-header-divider-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[transparent-account-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:7:\"unicode\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-woo-cart-label-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-header-cart-icon]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:7:\"default\";s:33:\"Cart/{cart_total_currency_symbol}\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_html\";}}s:52:\"astra-settings[woo-header-cart-label-display-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:45:\"astra-settings[woo-header-cart-badge-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[woo-header-cart-total-label]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[section-woo-cart-click-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-header-cart-click-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[responsive-cart-click-action]\";a:4:{s:7:\"default\";s:6:\"flyout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-desktop-cart-flyout-direction]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-slide-in-cart-width]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:1:\"%\";s:11:\"tablet-unit\";s:1:\"%\";s:11:\"mobile-unit\";s:1:\"%\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-woo-cart-icon-style-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-header-cart-icon-style]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-woo-cart-icon-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-woo-cart-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-woo-cart-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[woo-header-cart-product-count-color-group]\";a:4:{s:7:\"default\";s:57:\"var( --ast-global-color-secondary, --ast-global-color-5 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[woo-header-cart-product-count-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[woo-header-cart-product-count-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-header-cart-border-width]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-header-cart-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[woo-header-cart-icon-total-label-position]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-woo-cart-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[section-header-woo-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-header-woo-cart-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[section-header-woo-cart-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-1-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-2-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-3-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-4-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-5-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-6-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-7-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-8-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-widget-9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-9-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-header-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-10-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-header-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[mobile-header-label-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:70;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:35;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-hb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[header-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[header-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[header-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[header-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-hb-button-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-html-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-hb-html-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-hb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-html-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu3-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu3-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu3-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu3-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu3-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu3-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu3-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu3-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu3-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-3-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu3-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-3-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu3-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu4-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu4-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu4-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu4-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu4-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu4-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu4-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu4-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-4-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu4-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-4-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu4-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu5-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu5-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu5-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu5-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu5-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu5-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu5-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu5-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-5-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu5-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-5-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu5-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu6-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu6-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu6-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu6-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu6-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu6-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu6-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu6-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-6-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu6-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-6-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu6-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu7-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu7-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu7-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu7-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu7-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu7-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu7-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu7-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-7-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu7-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-7-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu7-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu8-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu8-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu8-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu8-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu8-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu8-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu8-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu8-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-8-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu8-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-8-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu8-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu9-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu9-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu9-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu9-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu9-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu9-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu9-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu9-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-9-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu9-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-9-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu9-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-menu-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-menu-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu10-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu10-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu10-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu10-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu10-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[header-menu10-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-menu10-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-menu-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[header-menu10-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-10-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-menu10-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[header-menu10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[header-menu10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-10-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu10-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:61:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-account-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-hb-social-icons-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-hb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-hb-social-icons-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-hb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-hb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-hb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-social-icons-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:80;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:63:\"var(--ast-global-color-subtle-background, --ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:60:\"Copyright [copyright] [current_year] Lice Clinics of America\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-footer-copyright-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[footer-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-fb-social-icons-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[section-fb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-fb-social-icons-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-fb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-fb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[footer-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-fb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-social-icons-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-social-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-1-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-2-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-3-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-4-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-5-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-6-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-7-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-8-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-html-9-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-fb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-fb-html-10-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-fb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-fb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-fb-html-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[footer-html-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-fb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-fb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[footer-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[footer-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[footer-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[footer-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-fb-button-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-1-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-2-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-3-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-4-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-5]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-5-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-6]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-6-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-7]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-7-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-8]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-8-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-9]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-widget-9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-9-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-footer-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-widget-alignment-10]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-10-content-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-footer-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[blog-archive-image-size-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-archive-image-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:41:\"astra-settings[blog-archive-image-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-archive-image-apply-sizes]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:51:\"astra-settings[blog-single-post-image-size-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-single-post-image-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:45:\"astra-settings[blog-single-post-image-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:50:\"astra-settings[blog-single-post-image-apply-sizes]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:30:\"astra-settings[blog-grid-resp]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[blog-space-bet-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-masonry]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[first-post-full-width]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-equal-grid]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-reveal-effect]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[blog-row-reverse]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-featured-image-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[blog-date-box]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-date-box-style]\";a:4:{s:7:\"default\";s:6:\"square\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-excerpt-count]\";a:4:{s:7:\"default\";i:55;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-read-more-text]\";a:4:{s:7:\"default\";s:12:\"Read More »\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-read-more-as-button]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-pagination-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-pagination]\";a:4:{s:7:\"default\";s:6:\"number\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-infinite-scroll-event]\";a:4:{s:7:\"default\";s:6:\"scroll\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-pagination-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-load-more-text]\";a:4:{s:7:\"default\";s:9:\"Load More\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-meta-author-avatar-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-meta-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-meta-author-avatar-size]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"post-filter-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-filter-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-filter]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-filter-layout]\";a:4:{s:7:\"default\";s:20:\"blog-filter-layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-filter-by]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-filter-category-exclude]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-filter-tag-exclude]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-filter-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[responsive-blog-filter-visibility]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-filter-taxonomy-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-family-blog-filter-taxonomy]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:48:\"astra-settings[font-weight-blog-filter-taxonomy]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:46:\"astra-settings[font-size-blog-filter-taxonomy]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-blog-filter-taxonomy]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[blog-filter-taxonomy-bg-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-filter-taxonomy-bg-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-filter-taxonomy-bg-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[blog-filter-taxonomy-bg-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-filter-taxonomy-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[blog-filter-taxonomy-text-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[blog-filter-taxonomy-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[blog-filter-taxonomy-text-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-filter-outer-parent-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[blog-filter-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[blog-filter-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[blog-filter-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:32:\"astra-settings[blog-single-meta]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-auto-prev-post]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-featured-image-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-navigation-design-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-single-post-navigation]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-post-navigation-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-author-box-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"author-box-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[ast-author-info]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[author-box-placement]\";a:4:{s:7:\"default\";s:7:\"outside\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[author-box-in-new-tab]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[author-box-socials]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[author-box-social-icon-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:9:\"twitter-x\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#000000\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"twitter-x\";s:5:\"label\";s:11:\"Twitter / X\";}i:2;a:8:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[author-box-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-post-social-sharing-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-post-social-sharing-icon-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-post-social-sharing-heading-enable]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-heading-text]\";a:4:{s:7:\"default\";s:15:\"Share your love\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-heading-position]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-icon-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:4:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"pinterest\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#E60023\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"pinterest\";s:5:\"label\";s:9:\"Pinterest\";}i:3;a:8:{s:2:\"id\";s:8:\"linkedin\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#1c86c6\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"linkedin\";s:5:\"label\";s:8:\"Linkedin\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-social-sharing-icon-label]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-icon-label-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-post-social-sharing-icon-position]\";a:4:{s:7:\"default\";s:16:\"below-post-title\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[social-sharing-extra-settings-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[single-post-social-sharing-icon-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-social-sharing-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:58:\"astra-settings[single-post-social-sharing-icon-color-type]\";a:4:{s:7:\"default\";s:8:\"official\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[single-post-social-sharing-icon-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[single-post-social-sharing-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-icon-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[single-post-social-sharing-icon-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[single-post-social-sharing-icon-background-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-icon-label-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[single-post-social-sharing-icon-label-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-post-social-sharing-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-post-social-sharing-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[single-post-social-sharing-background-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-post-social-sharing-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"20\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-icon-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:2:\"20\";s:6:\"mobile\";s:2:\"20\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[single-post-social-sharing-icon-background-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"0\";s:6:\"tablet\";s:1:\"0\";s:6:\"mobile\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-post-social-sharing-icon-radius]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-post-social-sharing-heading-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:62:\"astra-settings[single-post-social-sharing-heading-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:60:\"astra-settings[single-post-social-sharing-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-post-social-sharing-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-post-social-sharing-icon-label-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[single-post-social-sharing-icon-label-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[single-post-social-sharing-icon-label-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-post-social-sharing-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[single-post-social-sharing-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[single-post-social-sharing-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top_left\";s:0:\"\";s:9:\"top_right\";s:0:\"\";s:12:\"bottom_right\";s:0:\"\";s:11:\"bottom_left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[author-box-background]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[author-box-extra-settings-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:55:\"astra-settings[ast-sub-section-author-box-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-sub-section-author-box-border-width]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-sub-section-author-box-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[ast-sub-section-author-box-border-radius]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-sub-section-author-box-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-sub-section-author-box-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[ast-sub-section-author-box-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"astra-settings[blog-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-content-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:32:\"astra-settings[page-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[blog-excerpt-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-meta-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-taxonomy-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-read-more-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[blog-read-more-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:31:\"astra-settings[post-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[post-meta-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:30:\"astra-settings[blog-tax-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:33:\"astra-settings[blog-tax-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:37:\"astra-settings[blog-tax-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[post-meta-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:32:\"astra-settings[blog-tax-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:35:\"astra-settings[blog-tax-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:39:\"astra-settings[blog-tax-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[blog-read-more-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[blog-item-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-item-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"6\";s:4:\"blur\";s:2:\"15\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:45:\"astra-settings[blog-item-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-item-box-shadow-color]\";a:4:{s:7:\"default\";s:22:\"rgba(16, 24, 40, 0.05)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[h1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:24:\"astra-settings[h6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[header-search-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-search-overlay-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-search-overlay-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-search-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-search-bg-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-search-box-background-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-search-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-search-border-color]\";a:4:{s:7:\"default\";s:4:\"#ddd\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-search-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-search-border-radius]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-search-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-search-text-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sidebar-color-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[sidebar-bg-obj]\";a:4:{s:7:\"default\";a:8:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-content-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-widget-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[sidebar-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[sidebar-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[sidebar-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:33:\"section-sidebars-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu1-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu1-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu1-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu1-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[header-menu1-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu2-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu2-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu2-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu2-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu2-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[header-menu2-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu3-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu3-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu3-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu3-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu3-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu3-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu3-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu3-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu4-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu4-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu4-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu4-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu4-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu4-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu4-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu5-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu5-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu5-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu5-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu5-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu5-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu5-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu6-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu6-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu6-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu6-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu6-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu6-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu6-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu7-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu7-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu7-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu7-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu7-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu7-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu7-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu8-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu8-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu8-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu8-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu8-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu8-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu8-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu9-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu9-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu9-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu9-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu9-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu9-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-menu9-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu10-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu10-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu10-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu10-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-menu10-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu10-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-menu10-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-account-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-popup-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-account-popup-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[header-account-popup-input-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[header-account-popup-input-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[header-account-popup-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[header-account-popup-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[header-account-popup-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[footer-copyright-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-copyright-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[footer-copyright-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[header-mobile-menu-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[header-mobile-menu-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[header-mobile-menu-submenu-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[header-mobile-menu-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[header-mobile-menu-submenu-h-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[header-mobile-menu-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[header-mobile-menu-submenu-a-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[header-mobile-menu-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-hb-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[section-fb-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[site-layout]\";a:4:{s:7:\"default\";s:21:\"ast-full-width-layout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[site-layout-padded-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[site-layout-box-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[site-layout-padded-pad]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:25;s:5:\"right\";i:50;s:6:\"bottom\";i:25;s:4:\"left\";i:50;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[site-layout-box-tb-margin]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[site-layout-fluid-lr-padding]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[container-spacing-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[container-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"0\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[container-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:4:\"2.14\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:4:\"2.14\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"1\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-container-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[header-menu1-megamenu-heading-space]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu2-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[header-menu2-megamenu-heading-space]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu3-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu4-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu5-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu6-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu7-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu8-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-menu9-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[header-menu10-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:65:\"astra-settings[section-hb-language-switcher-item-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-language-switcher-item-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-hb-language-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-fb-language-switcher-item-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-language-switcher-item-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"10\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:2:\"10\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-fb-language-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-mobile-menu-submenu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-account-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[sidebar-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[sidebar-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:3:\"1.5\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:3:\"1.5\";s:4:\"left\";s:1:\"1\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[sidebar-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[blog-post-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[blog-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[blog-post-inside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[blog-post-pagination-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[divider-section-sticky-primary-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[sticky-header-stick-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-main-stick]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-sticky-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[sticky-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:44:\"astra-settings[different-sticky-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:40:\"astra-settings[sticky-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-main-shrink]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-hide-on-scroll]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[sticky-header-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[sticky-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[divider-section-sticky-above-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[divider-section-sticky-below-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-above-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-below-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-primary-header-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-builder-site-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-builder-site-title-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sticky-logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-site-identity-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-builder-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-builder-site-tagline-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-woo-cart-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-woo-cart-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-woo-cart-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-woo-cart-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-woo-cart-count-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-woo-cart-count-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-woo-cart-count-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-1-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu1-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu1-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu1-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu1-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu1-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu1-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu1-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu1-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu1-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-menu1-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-2-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu2-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu2-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu2-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu2-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu2-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu2-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu2-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu2-mega-menu-col-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu2-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-menu2-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-3-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu3-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu3-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu3-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu3-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu3-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu3-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu3-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu3-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu3-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu3-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu3-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu3-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu3-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu3-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu3-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu3-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-4-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu4-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu4-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu4-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu4-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu4-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu4-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu4-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu4-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu4-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu4-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu4-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu4-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu4-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu4-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu4-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu4-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-5-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu5-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu5-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu5-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu5-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu5-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu5-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu5-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu5-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu5-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu5-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu5-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu5-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu5-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu5-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu5-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu5-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-6-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu6-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu6-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu6-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu6-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu6-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu6-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu6-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu6-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu6-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu6-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu6-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu6-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu6-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu6-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu6-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu6-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-7-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu7-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu7-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu7-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu7-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu7-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu7-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu7-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu7-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu7-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu7-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu7-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu7-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu7-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu7-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu7-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu7-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-8-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu8-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu8-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu8-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu8-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu8-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu8-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu8-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu8-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu8-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu8-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu8-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu8-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu8-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu8-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu8-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu8-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[sticky-menu-9-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-menu9-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu9-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-menu9-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu9-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu9-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu9-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu9-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-menu9-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu9-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu9-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-menu9-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu9-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu9-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu9-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu9-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[sticky-header-menu9-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[sticky-menu-10-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-menu10-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu10-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu10-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu10-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu10-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu10-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-menu10-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu10-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-menu10-submenu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-menu10-submenu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-menu10-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[sticky-header-menu10-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu10-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[sticky-header-menu10-submenu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[sticky-header-menu10-submenu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[sticky-header-menu10-submenu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-stick-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:51:\"astra-settings[sticky-header-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-menu-h-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[divider-sticky-priamry-submenu-h-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[sticky-header-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-submenu-h-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[sticky-header-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[sticky-header-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-above-stick]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-below-stick]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-above-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-above-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-above-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-below-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[sticky-below-header-bg-blur]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-below-header-bg-blur-intensity]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button1-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button1-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button1-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button1-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button1-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button2-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button2-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button2-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button2-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button2-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button2-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button3-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button3-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button3-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button3-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button3-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button3-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button4-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button4-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button4-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button4-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button4-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button4-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button5-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button5-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button5-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button5-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button5-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button5-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button6-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button6-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button6-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button6-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button6-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button6-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button7-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button7-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button7-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button7-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button7-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button7-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button8-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button8-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button8-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button8-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button8-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button8-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[sticky-header-button9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[sticky-header-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button9-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-button9-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-button9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[sticky-header-button9-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-button9-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-button9-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[sticky-header-button9-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[sticky-header-button10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[sticky-header-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button10-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-button10-back-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-back-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-button10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[sticky-header-button10-border-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[header-button10-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-button10-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-button10-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[sticky-header-social-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-1-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-2-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-3-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-4-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-5-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-6-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-7-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-8-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-9-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[sticky-header-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-social-10-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[sticky-header-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-search-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-search-text-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-header-search-icon-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[sticky-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[sticky-header-search-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-search-bg-color-parent]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[sticky-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[sticky-header-search-box-background-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[sticky-header-html-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-1color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-2color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-3color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-4color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-5color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-6color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-7color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-8color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-html-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[sticky-header-html-9color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[sticky-header-html-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sticky-header-html-10color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-1-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-1-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-1-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-2-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-2-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-2-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-3-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-3-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-3-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[sticky-header-widget-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-widget-4-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[sticky-header-widget-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-widget-4-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[sticky-header-widget-4-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-1-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-2-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-3-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-4-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-5-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-6-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-7-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-8-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[sticky-header-divider-9-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-divider-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[sticky-header-divider-10-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-divider-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[sticky-header-language-switcher-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-language-switcher-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-header-account-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[sticky-header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:49:\"astra-settings[sticky-header-account-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[sticky-header-account-menu-bg-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-header-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[sticky-header-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[sticky-header-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[sticky-header-toggle-design-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sticky-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[sticky-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[sticky-color-switcher-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-color-switcher-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sticky-color-switcher-background]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[sticky-color-switcher-background-hover]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[blog-content-blog-post-title-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-family-page-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-weight-page-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-extras-page-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-content-post-meta-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-content-post-tax-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[blog-content-post-excerpt-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[blog-content-post-read-more-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[blog-content-pagination-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[font-family-post-meta]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:37:\"astra-settings[font-weight-post-meta]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[font-extras-post-meta]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-family-post-tax]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[font-weight-post-tax]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-extras-post-tax]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-family-post-read-more]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[font-weight-post-read-more]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[font-size-post-read-more]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-extras-post-read-more]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-post-excerpt]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-post-excerpt]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[font-size-post-excerpt]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-extras-post-excerpt]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[text-transform-post-pagination]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-size-post-pagination]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-family-site-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-weight-site-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[font-extras-site-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-site-tagline]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-site-tagline]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-extras-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[sidebar-typography-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[sidebar-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-family-widget-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[font-weight-widget-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[font-size-widget-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[font-extras-widget-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.23\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[sidebar-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-family-widget-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[font-weight-widget-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[font-size-widget-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[font-extras-widget-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[font-size-sidebar-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-size-sidebar-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu1-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu1-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu1-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu1-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu1-mega-menu-col-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu1-megamenu-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[header-menu1-megamenu-heading-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[header-menu1-megamenu-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu1-megamenu-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu2-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu2-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu2-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu2-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-menu2-mega-menu-col-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu2-megamenu-heading-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[header-menu2-megamenu-heading-font-weight]\";a:4:{s:7:\"default\";s:3:\"700\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[header-menu2-megamenu-heading-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu2-megamenu-heading-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu3-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu3-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu3-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu3-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu3-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu4-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu4-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu4-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu4-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu5-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu5-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu5-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu5-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu6-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu6-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu6-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu6-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu7-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu7-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu7-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu7-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu8-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu8-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu8-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu8-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-family-menu9-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[header-font-weight-menu9-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[header-font-size-menu9-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-font-extras-menu9-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-font-family-menu10-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[header-font-weight-menu10-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:48:\"astra-settings[header-font-size-menu10-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-font-extras-menu10-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:39:\"astra-settings[footer-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[footer-menu-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-sub-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-font-family-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[header-font-weight-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[header-font-size-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-mobile-menu-sub-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-1-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-1-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-1-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-1-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-1-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-1-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-2-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-2-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-2-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-2-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-2-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-2-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-3-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-3-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-3-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-3-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-3-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-3-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-4-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-4-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-4-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-4-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-4-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-4-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-5-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-5-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-5-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-5-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-5-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-5-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-6-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-6-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-6-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-6-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-6-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-6-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-7]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-7-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-7-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-7-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-7-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-7-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-7-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-8]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-8-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-8-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-8-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-8-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-8-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-8-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-hb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-hb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-hb-html-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[font-weight-section-fb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-family-section-fb-html-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:45:\"astra-settings[font-extras-section-fb-html-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-hb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-hb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-hb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[font-weight-section-fb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-family-section-fb-social-icons-9]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:53:\"astra-settings[font-extras-section-fb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-widget-9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[header-widget-9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-widget-9-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[header-widget-9-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[header-widget-9-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-widget-9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:43:\"astra-settings[footer-widget-9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-widget-9-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:51:\"astra-settings[footer-widget-9-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:51:\"astra-settings[footer-widget-9-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-weight-section-hb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-family-section-hb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-extras-section-hb-html-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-weight-section-fb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-family-section-fb-html-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-extras-section-fb-html-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[font-weight-section-hb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-family-section-hb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-extras-section-hb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[font-weight-section-fb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-family-section-fb-social-icons-10]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-extras-section-fb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[header-widget-10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-widget-10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-widget-10-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[header-widget-10-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[header-widget-10-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[footer-widget-10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[footer-widget-10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-widget-10-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[footer-widget-10-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:52:\"astra-settings[footer-widget-10-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[mobile-header-label-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[mobile-header-label-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[mobile-header-label-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-weight-section-footer-copyright]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[font-family-section-footer-copyright]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:52:\"astra-settings[font-extras-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[font-weight-section-header-account]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[font-family-section-header-account]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:50:\"astra-settings[font-extras-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-header-account-font-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-account-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-menu-font-family]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[section-header-account-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[section-header-account-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-menu-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-header-account-popup-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-header-account-popup-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-header-account-popup-button-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-hb-language-switcher-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-family-section-hb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[font-weight-section-hb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-size-section-hb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-extras-section-hb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-language-switcher-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-family-section-fb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[font-weight-section-fb-language-switcher]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:54:\"astra-settings[font-size-section-fb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[font-extras-section-fb-language-switcher]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[woo-input-style-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-sale-notification-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[product-sale-notification]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-product-plus-minus-button-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[cart-plus-minus-button-type]\";a:4:{s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[woo-single-product-quantity-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[plusminus-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[plusminus-text-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[plusminus-text-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[plusminus-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[plusminus-background-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[plusminus-background-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[cart-multistep-checkout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-multistep-checkout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[cart-multistep-steps-numbers]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[woo-general-design-steps-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[cart-multistep-checkout-size]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[cart-multistep-checkout-font-case]\";a:4:{s:7:\"default\";s:6:\"normal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[product-sale-percent-value]\";a:4:{s:7:\"default\";s:9:\"-[value]%\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[product-sale-style]\";a:4:{s:7:\"default\";s:6:\"circle\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[woo-enable-sale-border-radius]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[woo-sale-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[woo-general-design-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[product-sale-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[product-sale-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[product-sale-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-cart-empty-featured-product]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-mini-cart-input-field-disable]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-coupon-text-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[woo-coupon-text]\";a:4:{s:7:\"default\";s:14:\"Have a coupon?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-coupon-input-text]\";a:4:{s:7:\"default\";s:11:\"Coupon code\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[woo-coupon-apply-text]\";a:4:{s:7:\"default\";s:5:\"Apply\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[woo-shop-toolbar-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-toolbar-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:7:\"results\";i:1;s:7:\"sorting\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[easy-list-content-enable-description]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[easy-list-grids]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:2;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[easy-list-content-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[shop-toolbar-structure-with-hiddenset]\";a:4:{s:7:\"default\";a:4:{s:7:\"results\";b:1;s:7:\"filters\";b:0;s:7:\"sorting\";b:1;s:9:\"easy_view\";b:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-product-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[quick-view-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:39:\"astra-settings[filter-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[shop-product-content-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[shop-page-list-style-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[shop-hover-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[shop-pagination-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[shop-pagination]\";a:4:{s:7:\"default\";s:6:\"number\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[shop-pagination-divider-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[shop-pagination-style]\";a:4:{s:7:\"default\";s:6:\"square\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-infinite-scroll-event]\";a:4:{s:7:\"default\";s:6:\"scroll\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[shop-load-more-text]\";a:4:{s:7:\"default\";s:9:\"Load More\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-shop-structure-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-page-title-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[shop-breadcrumb-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-active-filters-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[shop-filter-list-to-buttons]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[shop-filter-accordion]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[shop-reveal-effect]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[shop-active-filters-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[shop-filters-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-off-canvas-trigger-type]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-filter-trigger-custom-class]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-filter-trigger-link]\";a:4:{s:7:\"default\";s:6:\"Filter\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[shop-filter-position]\";a:4:{s:7:\"default\";s:18:\"shop-filter-flyout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[shop-filter-collapsable-columns]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:2;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-filter-max-height]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-filter-scrollbar-max-height]\";a:4:{s:7:\"default\";i:130;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[woo-shop-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[shop-quick-view-enable]\";a:4:{s:7:\"default\";s:8:\"disabled\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-quick-view-stick-cart]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-item-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[shop-item-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:45:\"astra-settings[shop-item-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-item-box-shadow-color]\";a:4:{s:7:\"default\";s:14:\"rgba(0,0,0,.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-item-hover-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[shop-item-hover-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[shop-item-hover-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[shop-item-hover-box-shadow-color]\";a:4:{s:7:\"default\";s:14:\"rgba(0,0,0,.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[cart-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[cart-modern-layout]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-sticky-cart-totals]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[cart-ajax-cart-quantity]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[cart-cross-sells-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[woo-single-product-gallery-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-gallery-layout]\";a:4:{s:7:\"default\";s:17:\"horizontal-slider\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[product-gallery-thumbnail-columns]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-image-zoom-effect]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[single-product-sticky-product-image]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[single-product-sticky-product-image-top-offset]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-image-width]\";a:4:{s:7:\"default\";i:50;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-sticky-summary]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[single-product-product-navigation-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[single-product-nav-style]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-navigation-preview]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[woo-single-product-navigation-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-nav-icon-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-nav-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[single-product-nav-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-bg-n-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-nav-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[single-product-product-variation-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[single-product-select-variations]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-tabs-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-product-tabs-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-tabs-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[woo-single-product-tab-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-heading-tab-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-product-heading-tab-normal-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-heading-tab-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-product-heading-tab-active-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[accordion-inside-woo-summary]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-related-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-product-related-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-recently-viewed-display]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[single-product-recently-viewed-text]\";a:4:{s:7:\"default\";s:24:\"Recently Viewed Products\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-up-sells-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-product-related-upsell-grid]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:4;s:6:\"tablet\";i:3;s:6:\"mobile\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-product-related-upsell-per-page]\";a:4:{s:7:\"default\";i:4;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-product-add-to-cart-action]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-product-add-to-cart-action-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-extras-text]\";a:4:{s:7:\"default\";s:33:\"Free shipping on orders over $50!\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-extras-list]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:6:{s:2:\"id\";s:6:\"item-1\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:29:\"No-Risk Money Back Guarantee!\";s:5:\"image\";s:0:\"\";}i:1;a:6:{s:2:\"id\";s:6:\"item-2\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:17:\"No Hassle Refunds\";s:5:\"image\";s:0:\"\";}i:2;a:6:{s:2:\"id\";s:6:\"item-3\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:4:\"icon\";s:12:\"check-circle\";s:5:\"label\";s:15:\"Secure Payments\";s:5:\"image\";s:0:\"\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-woo-checkout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-checkout-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[checkout-content-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-content-max-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[checkout-layout-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[checkout-modern-layout-type]\";a:4:{s:7:\"default\";s:19:\"two-column-checkout\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[checkout-place-order-text]\";a:4:{s:7:\"default\";s:11:\"Place Order\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[checkout-payment-text]\";a:4:{s:7:\"default\";s:7:\"Payment\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[checkout-customer-information-text]\";a:4:{s:7:\"default\";s:20:\"Customer information\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-show-summary-text]\";a:4:{s:7:\"default\";s:18:\"Show Order Summary\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[checkout-hide-summary-text]\";a:4:{s:7:\"default\";s:18:\"Hide Order Summary\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[checkout-modern-checkout-button-padlock]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[checkout-modern-checkout-button-price]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[checkout-order-review-product-images]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[checkout-modern-order-received]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-order-review-sticky]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[woo-checkout-form-options-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[two-step-checkout]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[two-step-checkout-modern-note]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[two-step-checkout-modern-note-text]\";a:4:{s:7:\"default\";s:14:\"Checkout Notes\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-1-text]\";a:4:{s:7:\"default\";s:8:\"Shipping\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-1-sub-text]\";a:4:{s:7:\"default\";s:17:\"Where to ship it?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-2-text]\";a:4:{s:7:\"default\";s:7:\"Payment\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-2-sub-text]\";a:4:{s:7:\"default\";s:13:\"Of your order\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-button-text]\";a:4:{s:7:\"default\";s:28:\"For Special Offer Click Here\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-button-sub-text]\";a:4:{s:7:\"default\";s:23:\"Yes! I want this offer!\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-order-notes-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[checkout-coupon-display]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[checkout-distraction-free]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[checkout-labels-as-placeholders]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[checkout-back-to-cart-button]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[checkout-back-to-cart-button-text]\";a:4:{s:7:\"default\";s:15:\"« Back to Cart\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[checkout-persistence-form-data]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[woo-checkout-form-fields-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-order-summary-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[order-summary-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[woo-payment-option-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[payment-option-content-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[single-product-rating-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[woo-single-product-general-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-title-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[single-product-category-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-family-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[font-weight-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[font-size-product-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-extras-product-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-price-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-family-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[font-weight-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[font-size-product-price]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[font-extras-product-price]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-family-product-category]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[font-weight-product-category]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:42:\"astra-settings[font-size-product-category]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-extras-product-category]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[single-product-breadcrumb-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-product-breadcrumb]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-product-breadcrumb]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-product-breadcrumb]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-product-breadcrumb]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-product-content-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-family-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[font-weight-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[font-size-product-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-extras-product-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[woo-single-product-general-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-product-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[single-product-category-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[single-product-price-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[single-product-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[single-product-breadcrumb-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[woo-myaccount-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[modern-woo-account-view]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-myaccount-dashboard-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-user-gravatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[woo-myaccount-orders-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[show-woo-grid-orders]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-input-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-download-text]\";a:4:{s:7:\"default\";s:9:\"Downloads\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[my-account-download-remaining-text]\";a:4:{s:7:\"default\";s:20:\"Downloads Remaining:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[my-account-download-expire-text]\";a:4:{s:7:\"default\";s:8:\"Expires:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[my-account-download-expire-alt-text]\";a:4:{s:7:\"default\";s:5:\"Never\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[login-register-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[my-account-register-text]\";a:4:{s:7:\"default\";s:8:\"Register\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[my-account-register-description-text]\";a:4:{s:7:\"default\";s:13:\"Not a member?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[my-account-login-text]\";a:4:{s:7:\"default\";s:5:\"Login\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[my-account-login-description-text]\";a:4:{s:7:\"default\";s:17:\"Already a member?\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[woo-shop-general-fonts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-title-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-shop-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-shop-product-title]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-shop-product-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-shop-product-title]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-price-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-family-shop-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[font-weight-shop-product-price]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[font-size-shop-product-price]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-shop-product-price]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[shop-product-content-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-family-shop-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:48:\"astra-settings[font-weight-shop-product-content]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:46:\"astra-settings[font-size-shop-product-content]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[font-extras-shop-product-content]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[woo-shop-design-general-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[shop-product-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[shop-product-price-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[shop-product-content-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[sticky-primary-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[sticky-primary-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[sticky-above-header-megamenu-heading-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:60:\"astra-settings[sticky-above-header-megamenu-heading-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[header-search-box-type]\";a:4:{s:7:\"default\";s:12:\"slide-search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-search-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"search\";s:5:\"value\";s:6:\"search\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:7:\"default\";s:9:\"Search...\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[fullsearch-modal-color-mode]\";a:4:{s:7:\"default\";s:4:\"dark\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[full-screen-modal-heading]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:7:\"default\";s:38:\"Start typing and press enter to search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-1-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-2-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-3-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-4-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-4-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-4-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-5-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-5-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-5-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-6-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-6-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-6-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-7-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-7-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-7-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-8-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-8-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-8-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-9-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-9-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-9-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-hb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-hb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[header-divider-10-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-divider-10-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-10-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-hb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-divider-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-horizontal-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-account-action-menu-display-on]\";a:4:{s:7:\"default\";s:5:\"hover\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-menu-link-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:7:\"default\";s:9:\"account-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:49:\"astra-settings[header-menu10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-button10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[header-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-hb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-hb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-hb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:35;s:6:\"tablet\";i:90;s:6:\"mobile\";i:90;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-color-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[color-switcher-palettes-quick-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[color-switcher-palette]\";a:4:{s:7:\"default\";s:9:\"palette_4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[color-switcher-default-mode]\";a:4:{s:7:\"default\";s:6:\"system\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[color-switcher-mode-help]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:43:\"astra-settings[color-switcher-force-reload]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[color-switcher-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"adjust\";s:5:\"value\";s:6:\"adjust\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[color-switcher-icon-switched]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:6:\"adjust\";s:5:\"value\";s:6:\"adjust\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[color-switcher-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[color-switcher-text]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[color-switcher-text-switched]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-visibility]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[color-switcher-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[color-switcher-background-hover]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[color-switcher-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[color-switcher-spacing-divider-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[color-switcher-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"astra-settings[color-switcher-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[transparent-color-switcher-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-color-switcher-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-color-switcher-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-color-switcher-background-hover]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-3-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-4-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-4-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-4-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-4-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-5-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-5-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-5-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-5-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-6-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-6-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-6-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-6-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-7-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-7-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-7-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-7-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-8-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-8-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-8-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-8-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-9-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-9-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-9-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-9-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-fb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-fb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[footer-divider-10-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-divider-10-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-fb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-divider-10-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[footer-divider-10-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-vertical-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button1-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button2-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button3-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button4-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button5-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button6-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button7-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button8-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button9-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-button10-box-shadow-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[footer-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-fb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-fb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:10:\"flex-start\";s:6:\"mobile\";s:10:\"flex-start\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:207:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[woo-header-cart-label-display]\";a:4:{s:8:\"selector\";s:20:\".ast-header-woo-cart\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_woo_cart\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:13:\"header_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-header-html-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:14:\"header_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:13:\"footer_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-footer-html-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:14:\"footer_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:31:\"astra-settings[woo-coupon-text]\";a:4:{s:8:\"selector\";s:19:\"#ast-coupon-trigger\";s:15:\"render_callback\";a:2:{i:0;O:28:\"ASTRA_Ext_WooCommerce_Markup\":0:{}i:1;s:18:\"render_coupon_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[woo-coupon-apply-text]\";a:4:{s:8:\"selector\";s:17:\"#ast-apply-coupon\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:24:\"render_coupon_apply_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[shop-load-more-text]\";a:4:{s:8:\"selector\";s:49:\".ast-shop-pagination-infinite .ast-shop-load-more\";s:15:\"render_callback\";s:65:\"Astra_Customizer_Ext_WooCommerce_Partials::_render_shop_load_more\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[checkout-place-order-text]\";a:4:{s:8:\"selector\";s:12:\"#place_order\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:32:\"render_checkout_place_order_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[checkout-payment-text]\";a:4:{s:8:\"selector\";s:28:\"#ast-payment_options_heading\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:28:\"render_checkout_payment_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:50:\"astra-settings[checkout-customer-information-text]\";a:4:{s:8:\"selector\";s:29:\".ast-checkout-form-heading h3\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:41:\"render_checkout_customer_information_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:50:\"astra-settings[two-step-checkout-modern-note-text]\";a:4:{s:8:\"selector\";s:31:\".ast-embed-checkout-form-note p\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_two_step_form_note\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:52:\"astra-settings[two-step-checkout-modern-step-1-text]\";a:4:{s:8:\"selector\";s:51:\".ast-embed-checkout-form-steps .step-one .step-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:30:\"render_checkout_step_one_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-1-sub-text]\";a:4:{s:8:\"selector\";s:55:\".ast-embed-checkout-form-steps .step-one .step-sub-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_step_one_sub_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-step-2-text]\";a:4:{s:8:\"selector\";s:51:\".ast-embed-checkout-form-steps .step-two .step-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:30:\"render_checkout_step_two_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-step-2-sub-text]\";a:4:{s:8:\"selector\";s:55:\".ast-embed-checkout-form-steps .step-two .step-sub-name\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:34:\"render_checkout_step_two_sub_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:52:\"astra-settings[two-step-checkout-modern-button-text]\";a:4:{s:8:\"selector\";s:41:\".ast-next-button-content .ast-button-text\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:36:\"render_checkout_step_two_button_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:56:\"astra-settings[two-step-checkout-modern-button-sub-text]\";a:4:{s:8:\"selector\";s:45:\".ast-next-button-content .ast-button-sub-text\";s:15:\"render_callback\";a:2:{i:0;r:38192;i:1;s:40:\"render_checkout_step_two_button_sub_text\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:34:\"astra-settings[header-search-icon]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;O:27:\"Astra_Ext_Adv_Search_Markup\":0:{}i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;r:38281;i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;r:38281;i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Header\":0:{}i:1;s:16:\"header_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:16:\"header_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-header-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:17:\"header_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-account-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37312;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38302;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[color-switcher-icon]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[color-switcher-icon-switched]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[color-switcher-text]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[color-switcher-text-switched]\";a:4:{s:8:\"selector\";s:27:\".ast-color-switcher-wrapper\";s:15:\"render_callback\";a:2:{i:0;s:33:\"Astra_Addon_Builder_UI_Controller\";i:1;s:28:\"render_color_switcher_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Footer\":0:{}i:1;s:16:\"footer_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:16:\"footer_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-footer-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:17:\"footer_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:37373;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:38561;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}}}','off');
INSERT INTO `wp_options` VALUES (920,'wc_memberships_rules','a:6:{i:0;a:13:{s:2:\"id\";s:18:\"rule_608046c54c95a\";s:18:\"membership_plan_id\";i:161;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:10:{i:0;i:115;i:1;i:182;i:2;i:20;i:3;i:21;i:4;i:16;i:5;i:22;i:6;i:183;i:7;i:181;i:8;i:158;i:9;i:19;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:1;a:13:{s:2:\"id\";s:18:\"rule_60eda60a833c7\";s:18:\"membership_plan_id\";i:161;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:5:{i:0;i:97;i:1;i:93;i:2;i:95;i:3;i:99;i:4;i:3669;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:8:\"purchase\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:2;a:13:{s:2:\"id\";s:18:\"rule_60eda66d6ef98\";s:18:\"membership_plan_id\";i:486;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:6:{i:0;i:487;i:1;i:488;i:2;i:489;i:3;i:490;i:4;i:3669;i:5;i:3696;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:4:\"view\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:3;a:13:{s:2:\"id\";s:18:\"rule_60faea9b739a2\";s:18:\"membership_plan_id\";i:486;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:11:{i:0;i:20;i:1;i:21;i:2;i:16;i:3;i:22;i:4;i:183;i:5;i:181;i:6;i:158;i:7;i:19;i:8;i:182;i:9;i:531;i:10;i:115;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:4;a:13:{s:2:\"id\";s:18:\"rule_66180c63e67e9\";s:18:\"membership_plan_id\";i:2592;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"product_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:7:\"product\";s:10:\"object_ids\";a:6:{i:0;i:487;i:1;i:488;i:2;i:489;i:3;i:490;i:4;i:3669;i:5;i:3696;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:4:\"view\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}i:5;a:13:{s:2:\"id\";s:18:\"rule_66180c63e67ea\";s:18:\"membership_plan_id\";i:2592;s:6:\"active\";s:0:\"\";s:9:\"rule_type\";s:19:\"content_restriction\";s:12:\"content_type\";s:9:\"post_type\";s:17:\"content_type_name\";s:4:\"page\";s:10:\"object_ids\";a:11:{i:0;i:20;i:1;i:21;i:2;i:16;i:3;i:22;i:4;i:183;i:5;i:181;i:6;i:158;i:7;i:19;i:8;i:182;i:9;i:531;i:10;i:115;}s:13:\"discount_type\";s:0:\"\";s:15:\"discount_amount\";s:0:\"\";s:11:\"access_type\";s:0:\"\";s:15:\"access_schedule\";s:9:\"immediate\";s:29:\"access_schedule_exclude_trial\";s:2:\"no\";s:9:\"meta_data\";a:0:{}}}','yes'),(927,'WPLANG','','yes'),(1123,'woocommerce_admin_report_export_status','a:6:{s:20:\"revenue:162015249744\";i:100;s:19:\"orders:164745692591\";i:83;s:19:\"orders:164745696704\";i:100;s:19:\"orders:164745772154\";i:83;s:19:\"orders:164745773869\";i:100;s:19:\"orders:164745983305\";i:92;}','yes'),(1191,'wc_remote_inbox_notifications_wca_updated','','off'),(1236,'hm_psr_report_settings','a:1:{i:0;a:17:{s:11:\"report_time\";s:3:\"1cm\";s:12:\"report_start\";s:10:\"2025-02-01\";s:10:\"report_end\";s:10:\"2025-02-28\";s:14:\"order_statuses\";a:1:{i:0;s:12:\"wc-completed\";}s:8:\"products\";s:3:\"all\";s:12:\"product_cats\";a:2:{i:0;s:2:\"31\";i:1;s:2:\"32\";}s:11:\"product_ids\";s:0:\"\";s:10:\"variations\";s:1:\"0\";s:7:\"orderby\";s:8:\"quantity\";s:8:\"orderdir\";s:4:\"desc\";s:6:\"fields\";a:3:{i:0;s:12:\"product_name\";i:1;s:13:\"quantity_sold\";i:2;s:11:\"gross_sales\";}s:8:\"limit_on\";i:0;s:5:\"limit\";s:2:\"10\";s:14:\"include_header\";s:2:\"on\";s:21:\"intermediate_rounding\";i:0;s:12:\"exclude_free\";i:0;s:12:\"hm_psr_debug\";i:0;}}','off'),(1299,'woocommerce_inbox_variant_assignment','11','yes'),(1390,'widget_block','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1391,'wp_force_deactivated_plugins','a:0:{}','off'),(1396,'acfw_coupon_endpoint','coupon','yes'),(1397,'acfw_clean_up_plugin_options','no','yes'),(1398,'shop_coupon_cat_children','a:0:{}','yes'),(1399,'acfw_default_coupon_category','34','yes'),(1400,'acfwf_show_getting_started_notice','dismissed','yes'),(1403,'acfw_bogo_deals_notice_message','Your current cart is eligible to redeem deals','yes'),(1404,'acfw_bogo_deals_notice_button_text','View Deals','yes'),(1405,'acfw_bogo_deals_notice_type','notice','yes'),(1406,'acfw_bogo_deals_default_values_set','yes','yes'),(1407,'acfwp_clean_up_plugin_options','no','yes'),(1408,'acfwf_getting_started_notice_shown_premium','yes','yes'),(1409,'acfw_loyalprog_db_tables_created','yes','yes'),(1414,'acfw_auto_apply_coupons','a:0:{}','yes'),(1415,'acfw_apply_notifcation_cache','a:0:{}','yes'),(1416,'acfw_slmw_activation_email','laradasciences@gmail.com','yes'),(1417,'acfw_slmw_license_key','ACFW-8f047bca-3bc7-4d82-b538-fde739b3e7de-24017','yes'),(1418,'acfw_license_activated','yes','yes'),(1436,'duplicate_page_options','a:4:{s:21:\"duplicate_post_status\";s:5:\"draft\";s:23:\"duplicate_post_redirect\";s:7:\"to_list\";s:21:\"duplicate_post_suffix\";s:0:\"\";s:21:\"duplicate_post_editor\";s:7:\"classic\";}','yes'),(1438,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(1448,'wc_memberships_milestone_version','1.22.3','yes'),(1452,'woocommerce_helper_data','a:4:{s:4:\"auth\";a:5:{s:12:\"access_token\";s:40:\"cf1edca3877fa740c5507546e275481df9ce2a3f\";s:19:\"access_token_secret\";s:40:\"5519625120765cc006262477f8862342163c56eb\";s:7:\"site_id\";i:1477530;s:7:\"user_id\";i:2;s:7:\"updated\";i:1685485021;}s:14:\"auth_user_data\";a:2:{s:4:\"name\";s:15:\"Larada Sciences\";s:5:\"email\";s:24:\"laradasciences@gmail.com\";}s:15:\"product_install\";a:3:{s:6:\"status\";s:8:\"finished\";s:5:\"steps\";a:1:{i:958589;a:10:{s:12:\"download_url\";s:207:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?AWSAccessKeyId=AKIA4DUDNEPIBKGFCLP6&Expires=1627368740&Signature=Q0srzCI8ClsHHCX4MyUKthDrbvs%3D\";s:12:\"product_type\";s:6:\"plugin\";s:9:\"last_step\";s:16:\"activate_product\";s:10:\"last_error\";s:0:\"\";s:13:\"download_path\";s:39:\"/tmp/woocommerce-memberships-qTbZp7.tmp\";s:13:\"unpacked_path\";s:93:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-memberships-qTbZp7\";s:14:\"installed_path\";s:87:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-memberships/\";s:8:\"activate\";b:1;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:7:\"warning\";a:2:{s:7:\"message\";s:13:\"folder_exists\";s:11:\"plugin_info\";a:3:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:7:\"version\";s:6:\"1.22.3\";s:6:\"active\";b:1;}}}}s:12:\"current_step\";a:2:{s:10:\"product_id\";i:958589;s:4:\"step\";s:16:\"activate_product\";}}s:27:\"my_subscriptions_tab_loaded\";s:19:\"2025-11-17 17:24:35\";}','on'),(1453,'woocommerce_admin-wc-helper-last-refresh','1766425428','yes'),(1487,'acfwf_show_review_request_notice','dismissed','yes'),(1539,'woocommerce_analytics_enabled','yes','yes'),(1564,'acfwf_show_promote_wws_notice','dismissed','yes'),(1584,'woocommerce_refund_returns_page_id','619','yes'),(1589,'woocommerce_woa_gateway_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:21:\"Pre-Approval Required\";s:11:\"description\";s:42:\"Please remit payment after order approval.\";s:12:\"instructions\";s:42:\"Please remit payment after order approval.\";}','yes'),(1590,'woocommerce_wc_admin_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:51:\"scottw@laradasciences.com, brice@laradasciences.com\";s:7:\"subject\";s:24:\"New Order Needs Approval\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1592,'woocommerce_wc_customer_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:317:\"Pending further notice, all orders which include FREE bulk products will require approval prior to processing. Once approved you will receive a notice with a link for you to pay. If we have questions or concerns we will contact you to discuss prior to approving or denying the order. Thank you for your understanding.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1597,'external_updates-sg-order-approval-woocommerce-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1683059797;s:14:\"checkedVersion\";s:6:\"2.0.18\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:33:\"sg-order-approval-woocommerce-pro\";s:7:\"version\";s:6:\"2.0.19\";s:12:\"download_url\";s:83:\"http://update.sevengits.com/?action=download&slug=sg-order-approval-woocommerce-pro\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:30:\"https://sevengits.com/plugins/\";s:6:\"tested\";s:3:\"6.2\";s:12:\"requires_php\";s:3:\"5.4\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:71:\"sg-order-approval-woocommerce-pro/sg-order-approval-woocommerce-pro.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(1598,'sg_enable_order_approval','disable','yes'),(1599,'default_per_product','default_disable','yes'),(1600,'sg_enable_order_edit','no','yes'),(1601,'sg_order_license_key','LezlxTXpPmOb6xD','yes'),(1603,'woocommerce_sgitsoa_gateway_settings','a:4:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Pre Order\";s:11:\"description\";s:43:\"Please submit payment after order approval.\";s:12:\"instructions\";s:43:\"Please submit payment after order approval.\";}','yes'),(1605,'woocommerce_sgitsoa_wc_admin_order_new_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:51:\"scottw@laradasciences.com, brice@laradasciences.com\";s:7:\"subject\";s:31:\"New Bulk Order Pending Approval\";s:7:\"heading\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1606,'woocommerce_sgitsoa_wc_customer_order_new_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:317:\"Pending further notice, all orders which include FREE bulk products will require approval prior to processing. Once approved you will receive a notice with a link for you to pay. If we have questions or concerns we will contact you to discuss prior to approving or denying the order. Thank you for your understanding.\";s:10:\"email_type\";s:4:\"html\";}','yes'),(1649,'acfw_loyalty_program_moved_notice','no','yes'),(1704,'woocommerce_fedex_3_settings','a:15:{s:5:\"title\";s:5:\"FedEx\";s:6:\"origin\";s:5:\"35677\";s:10:\"tax_status\";s:7:\"taxable\";s:7:\"packing\";s:0:\"\";s:14:\"packing_method\";s:11:\"box_packing\";s:5:\"boxes\";a:16:{s:15:\"FEDEX_SMALL_BOX\";a:1:{s:7:\"enabled\";b:0;}s:17:\"FEDEX_SMALL_BOX:2\";a:1:{s:7:\"enabled\";b:0;}s:16:\"FEDEX_MEDIUM_BOX\";a:1:{s:7:\"enabled\";b:0;}s:18:\"FEDEX_MEDIUM_BOX:2\";a:1:{s:7:\"enabled\";b:0;}s:15:\"FEDEX_LARGE_BOX\";a:1:{s:7:\"enabled\";b:1;}s:17:\"FEDEX_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:21:\"FEDEX_EXTRA_LARGE_BOX\";a:1:{s:7:\"enabled\";b:0;}s:23:\"FEDEX_EXTRA_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:0;}s:9:\"FEDEX_PAK\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:2\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:3\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:4\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_ENVELOPE\";a:1:{s:7:\"enabled\";b:0;}s:14:\"FEDEX_10KG_BOX\";a:1:{s:7:\"enabled\";b:0;}s:14:\"FEDEX_25KG_BOX\";a:1:{s:7:\"enabled\";b:0;}s:10:\"FEDEX_TUBE\";a:1:{s:7:\"enabled\";b:0;}}s:5:\"rates\";s:0:\"\";s:11:\"residential\";s:3:\"yes\";s:15:\"insure_contents\";s:3:\"yes\";s:14:\"fedex_one_rate\";s:2:\"no\";s:19:\"direct_distribution\";s:2:\"no\";s:12:\"request_type\";s:4:\"LIST\";s:13:\"smartpost_hub\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"services\";a:32:{s:15:\"FIRST_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"1\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"PRIORITY_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"2\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"STANDARD_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"3\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:14:\"FEDEX_2_DAY_AM\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"4\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"GROUND_HOME_DELIVERY\";a:5:{s:4:\"name\";s:12:\"FedEx Ground\";s:5:\"order\";s:1:\"5\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:11:\"FEDEX_2_DAY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"6\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_EXPRESS_SAVER\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"7\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:12:\"FEDEX_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"8\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"INTERNATIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:1:\"9\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"INTERNATIONAL_FIRST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"10\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"11\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"EUROPE_FIRST_INTERNTIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"12\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_1_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"13\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_2_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"14\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_3_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"15\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:29:\"INTERNATIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"16\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"INTERNATIONAL_PRIORITY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"17\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:13:\"FEDEX_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"18\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_NATIONAL_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"19\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"INTERNATIONAL_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"20\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:10:\"SMART_POST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"21\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_FIRST_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"22\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"FEDEX_FREIGHT_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"23\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_FREIGHT_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"24\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:32:\"FEDEX_INTERNATIONAL_CONNECT_PLUS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"25\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_DISTRIBUTION_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"26\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_ECONOMY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"27\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:35:\"INTERNATIONAL_PRIORITY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"28\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:36:\"FEDEX_INTERNATIONAL_PRIORITY_EXPRESS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"29\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:28:\"FEDEX_INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"30\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_REGIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"31\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"FEDEX_REGIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:2:\"32\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}}}','yes'),(1714,'wc_admin_show_legacy_coupon_menu','0','yes'),(1747,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(1903,'th_multiple_addresses_for_woocommerce_license_data','a:3:{s:11:\"license_key\";s:30:\"3YIWUI2L8HT3Z056M25NZBCBSWFD5A\";s:6:\"expiry\";s:19:\"2023-04-13 23:59:59\";s:6:\"status\";s:6:\"active\";}','no'),(1948,'wt_order_show_legacy_menu','1','yes'),(1950,'wt_iew_admin_modules','a:3:{s:7:\"history\";i:1;s:6:\"export\";i:1;s:6:\"import\";i:1;}','yes'),(1951,'wt_o_iew_basic_start_date','1634677962','yes'),(1953,'wt_order_line_items_max_count','21','yes'),(1957,'woocommerce-ppcp-settings','a:19:{s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:15:\"Pay via PayPal.\";s:29:\"button_single_product_enabled\";b:1;s:24:\"button_mini-cart_enabled\";b:1;s:19:\"button_cart_enabled\";b:1;s:10:\"brand_name\";s:16:\"LCA Portal Store\";s:17:\"dcc_gateway_title\";s:12:\"Credit Cards\";s:23:\"dcc_gateway_description\";s:26:\"Pay with your credit card.\";s:13:\"vault_enabled\";b:0;s:22:\"button_product_enabled\";b:1;s:27:\"pay_later_messaging_enabled\";b:0;s:14:\"button_enabled\";b:1;s:24:\"pay_later_button_enabled\";b:1;s:26:\"pay_later_button_locations\";a:4:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:9:\"mini-cart\";}s:29:\"pay_later_messaging_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:22:\"smart_button_locations\";a:4:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";i:3;s:9:\"mini-cart\";}s:40:\"smart_button_enable_styling_per_location\";b:1;s:20:\"products_dcc_enabled\";s:0:\"\";s:20:\"products_pui_enabled\";s:0:\"\";}','yes'),(1963,'wpe_cache_config','a:44:{s:20:\"sanitized_post_types\";a:6:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";s:17:\"elementor_library\";s:17:\"elementor_library\";s:7:\"product\";s:7:\"product\";s:19:\"astra-advanced-hook\";s:19:\"astra-advanced-hook\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:34:\"e-landing-page_cache_expires_value\";s:2:\"-1\";s:37:\"elementor_library_cache_expires_value\";s:2:\"-1\";s:27:\"product_cache_expires_value\";s:2:\"-1\";s:39:\"astra-advanced-hook_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:32:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:10:\"coupons/v1\";i:4;s:16:\"store-credits/v1\";i:5;s:19:\"wc-store-credits/v1\";i:6;s:13:\"wc-coupons/v1\";i:7;s:17:\"order-approval/v1\";i:8;s:12:\"elementor/v1\";i:9;s:12:\"wc-paypal/v1\";i:10;s:9:\"paypal/v1\";i:11;s:23:\"wc-shipment-tracking/v3\";i:12;s:5:\"wc/v1\";i:13;s:5:\"wc/v2\";i:14;s:8:\"wc-admin\";i:15;s:12:\"wc-analytics\";i:16;s:8:\"wc/store\";i:17;s:11:\"wc/store/v1\";i:18;s:17:\"wc/v2/memberships\";i:19;s:17:\"wc/v3/memberships\";i:20;s:17:\"wc/v4/memberships\";i:21;s:8:\"astra/v1\";i:22;s:14:\"astra_addon/v1\";i:23;s:16:\"elementor-pro/v1\";i:24;s:5:\"wc/v3\";i:25;s:12:\"wc-telemetry\";i:26;s:13:\"wccom-site/v1\";i:27;s:13:\"wccom-site/v2\";i:28;s:11:\"bsf-core/v1\";i:29;s:5:\"wp/v2\";i:30;s:17:\"wp-site-health/v1\";i:31;s:18:\"wp-block-editor/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:30:\"coupons/v1_cache_expires_value\";s:2:\"-1\";s:36:\"store-credits/v1_cache_expires_value\";s:2:\"-1\";s:39:\"wc-store-credits/v1_cache_expires_value\";s:2:\"-1\";s:33:\"wc-coupons/v1_cache_expires_value\";s:2:\"-1\";s:37:\"order-approval/v1_cache_expires_value\";s:2:\"-1\";s:32:\"elementor/v1_cache_expires_value\";s:2:\"-1\";s:32:\"wc-paypal/v1_cache_expires_value\";s:2:\"-1\";s:29:\"paypal/v1_cache_expires_value\";s:2:\"-1\";s:43:\"wc-shipment-tracking/v3_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v2_cache_expires_value\";s:2:\"-1\";s:28:\"wc-admin_cache_expires_value\";s:2:\"-1\";s:32:\"wc-analytics_cache_expires_value\";s:2:\"-1\";s:28:\"wc/store_cache_expires_value\";s:2:\"-1\";s:31:\"wc/store/v1_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v2/memberships_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v3/memberships_cache_expires_value\";s:2:\"-1\";s:37:\"wc/v4/memberships_cache_expires_value\";s:2:\"-1\";s:28:\"astra/v1_cache_expires_value\";s:2:\"-1\";s:34:\"astra_addon/v1_cache_expires_value\";s:2:\"-1\";s:36:\"elementor-pro/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wc/v3_cache_expires_value\";s:2:\"-1\";s:32:\"wc-telemetry_cache_expires_value\";s:2:\"-1\";s:33:\"wccom-site/v1_cache_expires_value\";s:2:\"-1\";s:33:\"wccom-site/v2_cache_expires_value\";s:2:\"-1\";s:31:\"bsf-core/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";s:38:\"wp-block-editor/v1_cache_expires_value\";s:2:\"-1\";}','yes'),(1977,'acfwf_bogo_migrate_coupon_type','3.0','yes'),(1978,'acfw_virtual_coupons_db_created','yes','yes'),(1983,'wt_o_iew_basic_review_request','3','yes'),(2173,'wpe_cache_last_cleared','2023-06-12 16:34:17','yes'),(2220,'woocommerce-ppcp-version','3.3.1','yes'),(2494,'db_upgraded','','on'),(3102,'woocommerce_attribute_lookup_direct_updates','no','yes'),(3151,'acfw_store_credits_db_created','yes','yes'),(3489,'elementor_events_db_version','1.0.0','no'),(3521,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','yes'),(3566,'woocommerce_admin_version','3.3.2','yes'),(3585,'woocommerce_task_list_prompt_shown','1','yes'),(3601,'woocommerce_excluded_report_order_statuses','a:4:{i:0;s:7:\"pending\";i:1;s:9:\"cancelled\";i:2;s:6:\"failed\";i:3;s:9:\"completed\";}','yes'),(3602,'woocommerce_actionable_order_statuses','a:2:{i:0;s:10:\"processing\";i:1;s:7:\"on-hold\";}','yes'),(3603,'woocommerce_default_date_range','period=month&compare=previous_year','yes'),(3715,'woocommerce_task_list_reminder_bar_hidden','yes','yes'),(3717,'wc_has_tracked_default_theme','1','yes'),(3718,'elementor_notes_db_version','5','yes'),(3827,'wc_downloads_approved_directories_mode','disabled','yes'),(4624,'user_count','108','off'),(4986,'woocommerce_admin_created_default_shipping_zones','yes','yes'),(4987,'woocommerce_admin_reviewed_default_shipping_zones','yes','yes'),(5088,'woocommerce_downloads_deliver_inline','','no'),(5259,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(5260,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(5261,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(5287,'woocommerce_ppcp-is_pay_later_settings_migrated','1','yes'),(5290,'woocommerce_navigation_enabled','no','yes'),(5291,'woocommerce_feature_custom_order_tables_enabled','no','yes'),(5292,'acfwf_show_allow_usage_notice','dismissed','yes'),(5293,'acfw_usage_tracking_config','a:6:{s:3:\"day\";i:4;s:4:\"hour\";i:4;s:6:\"minute\";i:11;s:6:\"second\";i:48;s:6:\"offset\";i:360708;s:8:\"initsend\";i:1671077508;}','yes'),(5333,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1766859004;s:5:\"value\";s:2844:\"{\"expires\":\"2026-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(5334,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1766815804;s:5:\"value\";s:2844:\"{\"expires\":\"2026-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"template_access_level_20\",\"kit_access_level_20\",\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"size-variable\",\"transitions\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\",\"atomic-custom-attributes\",\"atomic-custom-css\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(5472,'acfw_usage_tracking_last_checkin','1731394281','yes'),(5624,'woocommerce_ppcp-is_smart_button_settings_migrated','1','yes'),(5627,'acfw_store_credit_apply_type','after_tax','yes'),(5638,'astra_admin_settings','a:4:{s:26:\"addon-setup-admin-migrated\";b:1;s:18:\"self_hosted_gfonts\";b:0;s:19:\"preload_local_fonts\";b:0;s:26:\"theme-setup-admin-migrated\";b:1;}','yes'),(5708,'woocommerce_new_product_management_enabled','no','yes'),(66497,'external_updates-order-approval-woocommerce-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1759161014;s:14:\"checkedVersion\";s:6:\"2.2.12\";s:6:\"update\";O:8:\"stdClass\":11:{s:4:\"slug\";s:30:\"order-approval-woocommerce-pro\";s:7:\"version\";s:6:\"2.2.12\";s:12:\"download_url\";s:80:\"http://update.sevengits.com/?action=download&slug=order-approval-woocommerce-pro\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:60:\"https://sevengits.com/plugin/order-approval-woocommerce-pro/\";s:6:\"tested\";s:7:\"6.7.999\";s:12:\"requires_php\";s:3:\"5.4\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";}s:11:\"updateClass\";s:50:\"YahnisElsts\\PluginUpdateChecker\\v5p5\\Plugin\\Update\";s:15:\"updateBaseClass\";s:13:\"Plugin\\Update\";}','off'),(67948,'sg_oa_woo_manage_inventory','order_received','yes'),(67949,'sg_zero_order','woo-default','yes'),(67970,'is_beta_enable_rollback_astra-addon','0','yes'),(74831,'recovery_mode_email_last_sent','1765813710','yes'),(74842,'thmaf_since','1685491877','no'),(83608,'aqf_variation_price_plugin_notice','yes','yes'),(83853,'wc_ups_version','3.4.3','yes'),(96805,'woocommerce_feature_product_block_editor_enabled','no','on'),(102262,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:14:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;s:14:\"update_message\";s:215:\"You may be a victim of software counterfeiting. The license installed on your extension is likely non-genuine or pirated. For assistance, contact us at <a href=\"mailto:support@servmask.com\">support@servmask.com</a>.\";}}','yes'),(102266,'ai1wm_backups_labels','a:0:{}','yes'),(102267,'ai1wm_sites_links','a:0:{}','yes'),(102269,'ai1wmue_plugin_key','1bebc005-bc23-4932-8b3f-1b4b72ee066a','yes'),(102273,'swift_performance_plugin_organizer','a:0:{}','yes'),(102274,'jetpack_active_modules','a:0:{}','yes'),(102277,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(102283,'_transient_jetpack_autoloader_plugin_paths','a:2:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";i:1;s:44:\"{{WP_PLUGIN_DIR}}/woocommerce-shipping-fedex\";}','yes'),(102286,'_transient_shipping-transient-version','1762982674','yes'),(102297,'_transient_product_query-transient-version','1765986451','yes'),(102298,'_transient_wc_min_max_group_quantity-transient-version','1723145269','yes'),(102377,'wp_cli_login','{\"endpoint\":\"938e0c14\",\"version\":\"^1.2\"}','yes'),(102393,'_transient_woocommerce_reports-transient-version','1766772669','yes'),(102454,'_transient_orders-transient-version','1766587007','yes'),(102495,'_site_transient_ai1wm_last_check_for_updates','1707843918','no'),(103176,'woocommerce_attribute_lookup_regeneration_in_progress','yes','yes'),(103177,'woocommerce_attribute_lookup_last_product_id_to_process','490','yes'),(103178,'woocommerce_attribute_lookup_processed_count','0','yes'),(105172,'wc_blocks_use_blockified_product_grid_block_as_template','no','yes'),(105173,'wc_blocks_version','11.8.0-dev','yes'),(105174,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','yes'),(107433,'woocommerce_custom_orders_table_enabled','no','yes'),(107434,'woocommerce_custom_orders_table_data_sync_enabled','no','yes'),(107435,'woocommerce_custom_orders_table_created','yes','yes'),(110632,'_transient_product-transient-version','1755199407','yes'),(111544,'wcpay_was_in_use','no','yes'),(112958,'elementor_pro_install_history','a:33:{s:6:\"3.15.1\";i:1695844689;s:6:\"3.16.2\";i:1698346808;s:6:\"3.16.4\";i:1695844690;s:6:\"3.17.0\";i:1698868315;s:6:\"3.17.1\";i:1698346809;s:6:\"3.17.2\";i:1698868316;s:6:\"3.18.1\";i:1705005342;s:6:\"3.18.2\";i:1702504909;s:6:\"3.18.3\";i:1706209967;s:6:\"3.19.0\";i:1706543094;s:6:\"3.19.2\";i:1707847758;s:6:\"3.20.0\";i:1710179891;s:6:\"3.20.2\";i:1712852855;s:6:\"3.20.3\";i:1711996959;s:6:\"3.20.4\";i:1712852856;s:6:\"3.21.2\";i:1716994592;s:6:\"3.21.3\";i:1726254449;s:6:\"3.21.4\";i:1715013613;s:6:\"3.21.8\";i:1716994593;s:6:\"3.24.1\";i:1726254450;s:6:\"3.24.2\";i:1728679188;s:6:\"3.26.1\";i:1734494801;s:6:\"3.27.1\";i:1738346046;s:6:\"3.28.1\";i:1742837636;s:6:\"3.28.2\";i:1743445345;s:6:\"3.28.3\";i:1745249634;s:6:\"3.30.0\";i:1751908916;s:6:\"3.30.1\";i:1754507201;s:6:\"3.31.2\";i:1754928135;s:6:\"3.32.1\";i:1758724511;s:6:\"3.32.3\";i:1762439403;s:6:\"3.33.1\";i:1763395890;s:6:\"3.33.2\";i:1765303938;}','yes'),(114060,'woocommerce_feature_marketplace_enabled','yes','yes'),(117005,'wp_attachment_pages_enabled','1','yes'),(117593,'woa_enable_visual_timeline_checkbox','yes','yes'),(117594,'woa_visual_timeline_text','Wait for Approval','yes'),(117595,'woa_visual_timeline_approved','Your order has been approved','yes'),(117596,'woa_visual_timeline_rejected','Your order has been rejected','yes'),(117597,'woa_visual_timeline_pending','Hold on, and wait for your approval','yes'),(117598,'woa_display_time_checkbox','yes','yes'),(117599,'woa_text_cancel_button','Cancel','yes'),(117600,'woa_text_pay_button','Pay','yes'),(117601,'woa_bgcolor_pay_button','#eeeeee','yes'),(117602,'woa_order_received_text','Thank you. Your order has been received.','yes'),(117603,'woa_select_orders','wc-on-hold','yes'),(117604,'woa_description','Your order status is {woa_status}.','yes'),(117605,'woa_pay_text_checkout','Pending for approval {products}, after the payment is made.','yes'),(117606,'woa_without_pay_text_checkout','Pending for approval {products}, once your order is approved, you will get a payment link','yes'),(117630,'elementor_clear_cache','','yes'),(117631,'elementor_reset_api_data','','yes'),(117632,'elementor_enable_inspector','','yes'),(117633,'elementor_replace_url','','yes'),(117634,'elementor_rollback','','yes'),(117635,'elementor_rollback_pro_separator','','yes'),(117636,'elementor_rollback_pro','','yes'),(117637,'elementor_beta','no','yes'),(117638,'elementor_maintenance_mode_mode','maintenance','yes'),(117639,'elementor_maintenance_mode_exclude_mode','logged_in','yes'),(117640,'elementor_maintenance_mode_exclude_roles','a:0:{}','yes'),(117641,'elementor_maintenance_mode_template_id','','yes'),(118778,'wt_promotion_banner_state','4','yes'),(120225,'woocommerce_store_id','cfaf79f4-92b5-4788-bf08-cc8c7baea606','yes'),(122695,'speedien_options','a:2:{s:22:\"speedien_field_api_key\";s:32:\"c4b8a43959f67efdb4844033f84de0c8\";s:22:\"speedien_field_site_id\";s:32:\"ea359b48646be161970743b1e4f6b8af\";}','yes'),(122767,'speedien_cdnurl','cdniq.us1.myspdn.com/aj0tb8y710ujpe3xr25fgccw0','yes'),(123167,'woocommerce_product_match_featured_image_by_sku','no','yes'),(123168,'woocommerce_feature_order_attribution_enabled','yes','yes'),(124158,'oawoo_restrict_categories','a:1:{i:0;s:0:\"\";}','yes'),(124159,'oawoo_restrict_tags','a:1:{i:0;s:0:\"\";}','yes'),(125817,'wc_memberships_enable_member_directory','yes','yes'),(129038,'wafs_plugin_version','1.1.7.1','yes'),(129042,'woocommerce_advanced_free_shipping_settings','a:3:{s:7:\"enabled\";s:3:\"yes\";s:19:\"hide_other_shipping\";s:3:\"yes\";s:10:\"conditions\";s:0:\"\";}','yes'),(129124,'woocommerce_remote_variant_assignment','75','yes'),(129152,'woocommerce_ppcp-admin-notices','a:0:{}','yes'),(129991,'woocommerce_ups_settings','a:27:{s:28:\"customer_classification_code\";s:0:\"\";s:5:\"title\";s:3:\"UPS\";s:7:\"user_id\";s:0:\"\";s:8:\"api_type\";s:4:\"rest\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:8:\"password\";s:0:\"\";s:10:\"access_key\";s:0:\"\";s:14:\"shipper_number\";s:0:\"\";s:11:\"simple_rate\";s:0:\"\";s:10:\"negotiated\";s:0:\"\";s:18:\"origin_addressline\";s:0:\"\";s:11:\"origin_city\";s:0:\"\";s:15:\"origin_postcode\";s:0:\"\";s:20:\"origin_country_state\";s:0:\"\";s:5:\"debug\";s:2:\"no\";s:11:\"residential\";s:0:\"\";s:30:\"destination_address_validation\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"fallback\";s:0:\"\";s:14:\"packing_method\";s:8:\"per_item\";s:13:\"ups_packaging\";a:0:{}s:8:\"services\";a:0:{}s:5:\"boxes\";a:0:{}s:12:\"insuredvalue\";s:0:\"\";s:9:\"signature\";s:4:\"none\";s:10:\"tax_status\";s:0:\"\";}','yes'),(131187,'_site_transient_wp_plugin_dependencies_plugin_data','a:2:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder – More Than Just a Page Builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:6:\"3.33.6\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6086;i:4;i:218;i:3;i:110;i:2;i:106;i:1;i:637;}s:11:\"num_ratings\";i:7157;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:106;s:24:\"support_threads_resolved\";i:81;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2025-12-18 3:42pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:25581:\"<p><iframe loading=\"lazy\" title=\"Elementor - The Leading Platform for Web Creators\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/le72grP_Q6k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING OVER 18M WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly.</p>\n<p>Unlock all features with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor Pro</a>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Hosting</a></strong> Powered by Google Cloud & Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>? Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag & Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>?️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Elementor’s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong>Floating Buttons</strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts & Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>? Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Toggle</strong>. Use the Toggle to hide or display content, like FAQ.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h3>? Enhance Your Website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized and concatenated stylesheets and scripts for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>? Elementor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a></strong>!</p>\n<h4>? SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>? Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via translate.wordpress.org. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a></li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>? Related Products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<h4>? See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/easily-my-most-used-wp-plugin/\" rel=\"ugc\">Xander Venske</a></em></p>\n<p>“I upgraded to the Pro version and just love this plugin!” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/love-elementor-17/\" rel=\"ugc\">Andybarn56</a></em></p>\n<p>“Excellent product with great tech support” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/excellent-product-with-great-tech-support/\" rel=\"ugc\">Martywilsonnj</a></em></p>\n</blockquote>\n<p><em><a href=\"https://wordpress.org/support/plugin/elementor/reviews/?filter=5\" rel=\"ugc\">More testimonials</a></em></p>\n<h4>? Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href=\"https://elemn.to/discord\" rel=\"nofollow ugc\">Discord Community</a> – Topic and language-specific channels, plus Ella, an amazing AI helper, ready to assist you.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-facebook-group/\" rel=\"nofollow ugc\">Facebook Community</a> – Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-github-repo/\" rel=\"nofollow ugc\">GitHub Community</a> – Get information about releases, request features, or report a bug.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/\" rel=\"nofollow ugc\">Elementor Addons, Themes, and Kits</a> Themes and Kits – created specifically for Elementor.</li>\n<li>Learn valuable insights and techniques from our <a href=\"https://go.elementor.com/wp-repo-description-tab-youtube-channel/\" rel=\"nofollow ugc\">YouTube Channel</a>.</li>\n<li>Access our <a href=\"https://go.elementor.com/wp-repo-description-tab-academy-elementor-academy/\" rel=\"nofollow ugc\">Academy</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-help-center/\" rel=\"nofollow ugc\">Help Center</a> – Find guides, tutorials, and resources to answer your questions and boost creativity.</li>\n<li>Show your support by <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-review/\" rel=\"nofollow ugc\">rating us on WordPress</a>. Your feedback fuels our growth! ?</li>\n<li>If you have questions or need support, visit the <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-forum/\" rel=\"nofollow ugc\">Plugin’s Forum</a>. Elementor Pro users can get 24/7 premium support, …</li>\n</ul>\n\";s:12:\"installation\";s:1461:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.5 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><iframe loading=\"lazy\" title=\"Installing Elementor on WordPress\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n<li>Go to Pages > Add New</li>\n<li>Press the ‘Edit with Elementor’ button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:4862:\"\n<dt id=\'how%20do%20i%20install%20elementor%3F\'>\nHow do I install Elementor?\n</h4>\n<p>\n<p>To install the free version of Elementor, follow the steps below:<br />\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -> After installation, click Activate.</p>\n</p>\n<dt id=\'does%20elementor%20work%20with%20all%20the%20themes%3F\'>\nDoes Elementor work with all the themes?\n</h4>\n<p>\n<p>Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20gutenberg%3F\'>\nIs Elementor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\'can%20i%20create%20an%20online%20store%3F\'>\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\'does%20it%20work%20with%20other%20wordpress%20plugins%3F\'>\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20code%3F\'>\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20design%3F\'>\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit toevery industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\'will%20elementor%20slow%20down%20my%20website%3F\'>\nWill Elementor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\'is%20my%20site%20secure%20with%20elementor%3F\'>\nIs my site secure with Elementor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\'can%20i%20buy%20templates%20separately%3F\'>\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20post%20and%20custom%20post%20types%3F\'>\nIs Elementor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\'what%20is%20the%20difference%20between%20elementor%27s%20free%20plugin%20and%20elementor%20pro\'>\nWhat is the difference between Elementor’s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\'how%20can%20i%20become%20a%20contributor\'>\nHow can I become a Contributor\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:2581:\"<h4>3.33.6 – 2025-12-18</h4>\n<ul>\n<li>Fix: Issues with rendering in Text Editor widget</li>\n<li>Fix: Context menu fails to open after using ‘Copy’ action on a widget – Editor V4</li>\n</ul>\n<h4>v3.33.5 – 2025-12-17</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in site navigation module</li>\n<li>Security Fix: Improved code security enforcement in text editor</li>\n</ul>\n<h4>3.33.4 – 2025-12-08</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Text Path widget</li>\n</ul>\n<h4>3.33.3 – 2025-12-04</h4>\n<ul>\n<li>Fix: Improved compatibility with WordPress 6.9</li>\n<li>Fix: Keyboard navigation does not work as expected when setting a CSS ID in Tabs widget</li>\n</ul>\n<h4>3.33.2 – 2025-11-23</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in repeater widgets</li>\n<li>Security Fix: Improved code security enforcement in Star Rating widget</li>\n<li>Fix: Editor not loading with errors in the console in certain scenarios – Editor V4</li>\n</ul>\n<h4>3.33.1 – 2025-11-17</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in Floating Elements</li>\n</ul>\n<h4>3.33.0 – 2025-11-10</h4>\n<ul>\n<li>New: Introducing Variables Manager to manage design variables like colors, fonts, and sizes from a centralized panel – Editor V4</li>\n<li>New: Introducing Blend Mode control to create layered visual effects by defining how elements blend with backgrounds – Editor V4</li>\n<li>New: Introducing Background Clipping control to define where an element’s background is rendered across the element’s layout – Editor V4</li>\n<li>Tweak: Updated Editor Top Bar layout and button placement for improved navigation</li>\n<li>Tweak: Adjusted default cache behavior to inactive and updated FAQ Schema notice in Accordion widget</li>\n<li>Tweak: Improved error handling in Import and Export customization flow</li>\n<li>Tweak: Applied CSS logical properties support in Star Rating widget</li>\n<li>Tweak: Enhanced accessibility in Star Rating widget</li>\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari</li>\n<li>Fix: Child pages and menu items not importing correctly in Website Templates</li>\n<li>Fix: Deprecated <code>utf8_encode()</code> and <code>utf8_decode()</code> functions replaced for PHP 8.2 compatibility (<a href=\"https://github.com/elementor/elementor/issues/27499\" rel=\"nofollow ugc\">#27499</a>)</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3148:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"<strong>Nested Elements</strong> Leverage Elementor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:17573:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Easy to Use and Powerful Page Builder</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/deepanshigarg/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/801efa1ef614c59ea2187e22bb4cdfd9b52fc9a2041d843f6a4e673577e1489f?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/801efa1ef614c59ea2187e22bb4cdfd9b52fc9a2041d843f6a4e673577e1489f?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/deepanshigarg/\" class=\"reviewer-name\">deepanshigarg</a> on <span class=\"review-date\">December 19, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor Website Builder makes designing pages very easy, even for beginners. The drag-and-drop editor is smooth and intuitive, and there are many useful widgets and design options. It helped me create professional-looking pages without coding. A great choice for building and customizing WordPress websites.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Elementor 3.33.5 Update several critical front-end widgets stopped working</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ulgo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/dcb4ad0a1b1e2c37cb45d9f1ecca5f6e8de1885755241633afc4c6efe1a7fe8c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/dcb4ad0a1b1e2c37cb45d9f1ecca5f6e8de1885755241633afc4c6efe1a7fe8c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ulgo/\" class=\"reviewer-name\">ulgo</a> on <span class=\"review-date\">December 18, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>After updating from <strong>Elementor 3.33.4 to 3.33.5</strong>, several critical front-end widgets stopped working:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>The <strong>Google Reviews / Rating widget</strong> no longer renders and disappears completely.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Custom HTML/JS widgets</strong> (e.g., small interactive tools) only display as static text blocks, and embedded JavaScript does not execute.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rolling back to <strong>3.33.4</strong> immediately restores full functionality.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Environment:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Hosting: <strong>IONOS Managed WordPress</strong></li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Elementor Pro active</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>No other changes to theme or plugins except the Elementor update.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Impact:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Essential front-end functionality is broken.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Custom tools and third-party widgets cannot be used.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>A rollback is currently the only way to keep the site operational.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p><strong>Expectation:</strong><br />Please release a <strong>hotfix or patch (3.33.6 or 3.34.x)</strong> to restore compatibility for Google Reviews and allow custom HTML/JS widgets to function as before.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Love it!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/rbmueller/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/90fad29eadd72699174c29d23fa3b372f785599c71eeb418b535a1616057f10c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/90fad29eadd72699174c29d23fa3b372f785599c71eeb418b535a1616057f10c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/rbmueller/\" class=\"reviewer-name\">Robin <small>(rbmueller)</small></a> on <span class=\"review-date\">December 18, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Very easy to understand and powerfull. Best pagebuilder we have used so far.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">The last update broke the whole site, I had to rollback</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/kris006/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9bbd3657eef146c49965f460ad4161f6f28f8788ce80dd8dde44d372fac089c2?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/9bbd3657eef146c49965f460ad4161f6f28f8788ce80dd8dde44d372fac089c2?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/kris006/\" class=\"reviewer-name\">kris006</a> on <span class=\"review-date\">December 18, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>The last update broke the whole site, I had to rollback</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Update Broke many websites</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/atx/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a2b1fdc2a78927a03ebecbb1c0b8136620422b25f65d65d18223c2f17bff034e?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/a2b1fdc2a78927a03ebecbb1c0b8136620422b25f65d65d18223c2f17bff034e?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/atx/\" class=\"reviewer-name\">Testing Things <small>(AtX)</small></a> on <span class=\"review-date\">December 18, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I\'m sorry but a popular plugin like this one should never break websites. This happened to many people during the last update which doesn\'t make us feel comfortable using it... </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And that is not the first time by the way... My website broke at least three times during the past years, and not because of a misconfiguration or another plugin, but because of an automated Elementor update overnight.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This time the woocommerce login and account pages were impacted</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">VERSION 3.33.5 BROKE THE TEXT EDITOR - THANKS FOR NOTHING!!!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wordoppressed345345/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a601541e053b00a111d360da6c9836f6838d8b3b2c70160614cceb867a54af1c?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/a601541e053b00a111d360da6c9836f6838d8b3b2c70160614cceb867a54af1c?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wordoppressed345345/\" class=\"reviewer-name\">wordoppressed345345</a> on <span class=\"review-date\">December 18, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>WE USED TO BE ABLE TO DROP SHORTCODES INTO THE TEXT EDITOR WHICH MADE CHANGING ATTRIBUTES (EX. TEXT SIZE, ORIENTATION, ETC.) QUICK AND EASY. OF COURSE THEY KILLED THAT FUNCTIONALITY.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>EVER NOTICE THAT THESE UPDATES ONLY BREAK THINGS?</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Works ok but feel trapped in it</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/petersonrk/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/895f0db4bf7c487580c456caf9e2fcd2bdb5b3d4fb9966e2417cbf371a2e53f1?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/895f0db4bf7c487580c456caf9e2fcd2bdb5b3d4fb9966e2417cbf371a2e53f1?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/petersonrk/\" class=\"reviewer-name\">petersonrk</a> on <span class=\"review-date\">December 17, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor feels like it gets worse as they add features that I don\'t use. It now takes too long to load and sometimes won\'t let me edit a page. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great product!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/detlefm/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9ce69c7a0382cc7f2170b844a9e2e7e46fe411ef923d6737229c858b9ef71b3f?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/9ce69c7a0382cc7f2170b844a9e2e7e46fe411ef923d6737229c858b9ef71b3f?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/detlefm/\" class=\"reviewer-name\">Detlef <small>(detlefm)</small></a> on <span class=\"review-date\">December 16, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>My experience with Elementor has been largely positive. When something didn\'t work, upon reflection, the mistake was mine. Ultimately, I can only recommend Elementor. Thanks to the creator(s).</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Still works great in the era of AI</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/eramnindersinghcheema/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/954411355c9dc8c4373d96de9ab004a9d3590f03d904ae6ed3f978e7b02b57d6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/954411355c9dc8c4373d96de9ab004a9d3590f03d904ae6ed3f978e7b02b57d6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/eramnindersinghcheema/\" class=\"reviewer-name\">eramnindersinghcheema</a> on <span class=\"review-date\">December 14, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Still works great in the era of AI</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Berat tool</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/timotiustimo/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4c88f6dbb5ad9fb672f6396866b0fca19544768965b470c37fb2f9a4b5e665f4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4c88f6dbb5ad9fb672f6396866b0fca19544768965b470c37fb2f9a4b5e665f4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/timotiustimo/\" class=\"reviewer-name\">timotiustimo</a> on <span class=\"review-date\">December 13, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor sangat membantu untuk desain website</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:190:\"<strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:386:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:6:\"3.30.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:12:\"3.30.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:11:\"3.30.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip\";s:6:\"3.30.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip\";s:6:\"3.30.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip\";s:6:\"3.30.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip\";s:6:\"3.30.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip\";s:6:\"3.31.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip\";s:12:\"3.31.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip\";s:12:\"3.31.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip\";s:11:\"3.31.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip\";s:11:\"3.31.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip\";s:6:\"3.31.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip\";s:6:\"3.31.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip\";s:6:\"3.31.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip\";s:6:\"3.31.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip\";s:6:\"3.31.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip\";s:6:\"3.32.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip\";s:12:\"3.32.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip\";s:12:\"3.32.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip\";s:12:\"3.32.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip\";s:11:\"3.32.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip\";s:11:\"3.32.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip\";s:11:\"3.32.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip\";s:6:\"3.32.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip\";s:6:\"3.32.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip\";s:6:\"3.32.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip\";s:6:\"3.32.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip\";s:6:\"3.32.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip\";s:6:\"3.33.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip\";s:12:\"3.33.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip\";s:12:\"3.33.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip\";s:12:\"3.33.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip\";s:12:\"3.33.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip\";s:11:\"3.33.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip\";s:11:\"3.33.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip\";s:11:\"3.33.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip\";s:11:\"3.33.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip\";s:6:\"3.33.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip\";s:6:\"3.33.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip\";s:6:\"3.33.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip\";s:6:\"3.33.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip\";s:6:\"3.33.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip\";s:6:\"3.33.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip\";s:12:\"3.34.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip\";s:12:\"3.34.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip\";s:12:\"3.34.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip\";s:11:\"3.34.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip\";s:11:\"3.34.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder – More Than Just a Page Builder\";}s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:6:\"10.4.2\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:12:\"contributors\";a:50:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73edc627541112a447e978843cf72f516bdbf6350e7cbac10016c71ab1b8c8a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:11:\"woocommerce\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/woocommerce/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7781a3c13bcc86b57064b9539ec22da52fd5ef1902fbc020d0a4a8595b14ea0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"WooCommerce\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mikejolley/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8295774fc174b6a5b9bd960709949f4de88cd0b8708d711dc5b6676693d41432?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/jameskoster/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/94b5473c03a46cb204f0a868dfe65f8199ef483242814ec1bcaf6770ba90d203?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/claudiosanches/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/rodrigosprimo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1dc85457417601db220b14e7fa96c842700fbd1cceecd21d65306c26fffb92cc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:15:\"peterfabian1000\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/peterfabian1000/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c25372df076206b9fe44dddd7ec6af6ba427d3fe2a457fa301fcb9cf90b23ddd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Peter Fabian\";}s:7:\"vedjain\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/vedjain/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/eb19da24784b2f86d310a213b60c903b0a5464a6c725cf5fcabfd274383337c4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Vedanshu - a11n\";}s:8:\"jamosova\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/jamosova/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73f150b0172cbb319293e372b3b20f4b78f0d5fbe70558318f69aad70908e95a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Julia Amosova\";}s:16:\"obliviousharmony\";a:3:{s:7:\"profile\";s:48:\"https://profiles.wordpress.org/obliviousharmony/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/67851e0deeb2c6a7a4c238cf45c0e9694a919e2c5e02706c5852e67c4ad279c9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"obliviousharmony\";}s:9:\"konamiman\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/konamiman/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:23:\"Néstor Soriano Vilchez\";}s:8:\"sadowski\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/sadowski/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cee318a6ec06e747df7f70f274da4e0cf4adba60c59e12d660d0f5a6ba78658a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"sadowski\";}s:8:\"wpmuguru\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/wpmuguru/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23afb25faac780cb6ec9533b2ac9e5daedf7a1faf444b41db471b9529701f87e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Ron Rennick\";}s:5:\"royho\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/royho/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1beda14f19fa93030ba2c66359dc270286820af6c667cdfeb4e87833c747f3a0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"royho\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/barryhughes-1/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6ce0f4afb77f8d32da9c43e9a39c84fcfb3ed0e9cac24f440c46a151946cdec8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/claudiulodro/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/34a74527d3859bd9fb0b477cd80c9f78b3610259a251c32a31023ead285ac124?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:12:\"tiagonoronha\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tiagonoronha/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0352cd451932c8a2ab15b8457933e6d90cc919bbf23db63e3bc35ee41d56577e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Tiago Noronha\";}s:6:\"ryelle\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/ryelle/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6d860975d8bd4b166268bba8da8c1ea0e861a7d7f4ef0aee52fa727fc69e12b2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Kelly Choyce-Dwan\";}s:10:\"levinmedia\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/levinmedia/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/657d301b3683f02c75e4b2363681518e94485770056cc51526f19818884ba6aa?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"levinmedia\";}s:7:\"aljullu\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/aljullu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/784f29a6d06799d1d40adc32b115da932cd1ee2b22d91cd8597e9fe6e4ee1420?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:21:\"Albert Juhé Lluveras\";}s:6:\"nerrad\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/nerrad/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1bd692736861bd20949789e4a3d922736480efcacb0e44041616c5a79eaa54c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:22:\"Darren Ethier (nerrad)\";}s:10:\"joshuawold\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joshuawold/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f98224d78e12fcc0e9686dbf15f8c37b1967835212f25a92fceb6caafdc5b08d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Joshua Wold\";}s:13:\"assassinateur\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/assassinateur/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0850998ce28d445575c78a6405382fd8418569c761304c10c0d5df85453116c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Nadir Seghir\";}s:7:\"haszari\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/haszari/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5478c55437f47714a4dae1016cf521e803dfc4633ce5781b2f24d749d1623f69?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Rua Haszard\";}s:10:\"mppfeiffer\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mppfeiffer/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0fe64f1ef1e4abe1825653bcb17113a4a14c755f5b6f77d2f27494fe349d7081?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Michael P. Pfeiffer\";}s:10:\"nielslange\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/nielslange/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0894ec0d7e5d70306a16431b36249b1928cad88a572de9b5211a54d75ad5d77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Niels Lange\";}s:9:\"ralucastn\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ralucastn/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65d79886499f47ee368495f5016117deef427d5abca9d3ed76c4bfaa42e7c0a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Raluca\";}s:11:\"tjcafferkey\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/tjcafferkey/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23d134901eef453e721759c9d84810f5748a84fc8681ed230c7d78e53583c77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"tjcafferkey\";}s:13:\"danielwrobert\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/danielwrobert/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f1f823ffbe2a6adb7f94c6998079fd6ae6636d3b6272dd8c54385783360e2cf8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"danielwrobert\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:51:\"https://profiles.wordpress.org/patriciahillebrandt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/13f5707fad9a68e5cf9c3c0ebb9c7179c862dcb279c761d20c9b40bd2fff9f4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:7:\"albarin\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/albarin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0dd150b60949026a3c34f49d40089e3a8cf97dc331e2f5b27e805ffd34648e22?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"albarin\";}s:10:\"dinhtungdu\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/dinhtungdu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/07e79c32b1abba868f8c5e3ee0c85b9150c74e2c2a946088a268e6be486d9114?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Tung Du\";}s:10:\"imanish003\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/imanish003/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/59ff646ede2dd6475f24762ac21ee2afd7d72fdcade7b9d2915cf1c3c2d984a2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Manish Menaria\";}s:12:\"karolmanijak\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/karolmanijak/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Karol Manijak\";}s:13:\"sunyatasattva\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/sunyatasattva/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73ce316f9775441698b601e6902728a80837f7fd6df0846e3c5a82448dce447c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:20:\"sunyatasattva (a11n)\";}s:13:\"alexandrelara\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/alexandrelara/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c0c71a072f798066e4661395461e73e0fb6692eaddcced2a0e457ef01a458e8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Alexandre Lara\";}s:7:\"gigitux\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/gigitux/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2dcd003f15403180364c56b093b48e6edca9a88c8f1470b965b87fc230c66d7f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Luigi Teschio\";}s:12:\"danieldudzic\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/danieldudzic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b689767c4b308b8f5910cef3a2f44c2acdadcb3b63326b0d5c865d2c208c668e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"danieldudzic\";}s:11:\"samueljseay\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/samueljseay/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/4c4a5e8fd5b99749ed9ac735c31d0370254356e40feea46bcf51b2b607f8ab0e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"Sam\";}s:12:\"alexflorisca\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/alexflorisca/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b68615471f527e6224909ce0726dda68b074e6cbcf89e0d4b5ecc483a96557ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Alex Florisca\";}s:5:\"opr18\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/opr18/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e083a0759b8ea01b11c1f154a3087ddfaf65a93011cf97a85fdbfc0cda709538?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"opr18\";}s:12:\"tarunvijwani\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tarunvijwani/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/fa4a4b2688afb8d238bb035f31fda4d07dabd67ccf41576276e5eb084463d617?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"tarunvijwani\";}s:12:\"pauloarromba\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/pauloarromba/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ab6034aa12c0e53f21978df9e470f161f06810d814082cbe3ab74450f0618818?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Paulo Arromba\";}s:9:\"saadtarhi\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/saadtarhi/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f4fd0df69b8c7bf3a3e6526df3b42c3854de544904ef825bfd549afc9829f645?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Saad T.\";}s:4:\"bor0\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/bor0/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/787d8ea71701ced680cd80411d656c20e0e600be5d34f6ce3478143d43dc9fd9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Boro Sitnikovski\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/kloon/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7c708f5b0957714ab48e00220b0f74acccb43b70fa0d4b5ee091d59951ae751?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:12:\"coreymckrill\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/coreymckrill/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9cc64cf0f650f165ac55f1294105259f82f2b72c4c24903a79af6d6cd1ad2a9a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Corey McKrill\";}s:12:\"jorgeatorres\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/jorgeatorres/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Jorge A. Torres\";}s:10:\"leifsinger\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leifsinger/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8107603a6bbc5ff73e07e2450f260335af41a5adb2cccd80cba20cdd28b96651?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Leif Singer\";}s:9:\"neosinner\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/neosinner/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/68b52d53a3c6dd39841f697853a1965057c6f3aeb9e89f7d960d1921ffa90d29?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Ján Mikláš\";}}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3878;i:4;i:191;i:3;i:104;i:2;i:109;i:1;i:406;}s:11:\"num_ratings\";i:4688;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:479;s:24:\"support_threads_resolved\";i:395;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:21:\"2025-12-12 1:37pm GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:12355:\"<p><a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> is the open-source ecommerce platform for WordPress.</p>\n<p>Our core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.</p>\n<p>Whether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.</p>\n<ul>\n<li><strong>Create beautiful, enticing storefronts</strong> with <a href=\"https://woocommerce.com/product-category/themes/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">themes</a> suited to your brand and industry.</li>\n<li><strong>Increase revenue</strong> with an optimized <a href=\"https://woocommerce.com/checkout-blocks/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">shopping cart experience</a> that converts.</li>\n<li><strong>Customize product pages in minutes</strong> using modular <a href=\"https://woocommerce.com/document/woocommerce-blocks/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">product blocks</a>.</li>\n<li>Showcase physical and digital goods, product variations, custom configurations, instant downloads, and affiliate items.</li>\n<li>Sell <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">memberships</a>, with our developer-vetted extensions.</li>\n<li><strong>Rise to the top of search results</strong> by leveraging <a href=\"https://www.searchenginejournal.com/wordpress-best-cms-seo/\" rel=\"nofollow ugc\">WordPress’ SEO advantage</a>.</li>\n<li><strong>Build on a platform that scales.</strong> Get flexible ecommerce for <a href=\"https://woocommerce.com/high-volume-stores/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">high-volume stores</a>.</li>\n</ul>\n<h4>ALL THE TOOLS YOU NEED TO SELL</h4>\n<p>Built-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional <a href=\"https://woocommerce.com/document/woocommerce-setup-wizard/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Setup Wizard</a>.</p>\n<ul>\n<li><strong>Choose how you want to get paid</strong>. Conveniently manage payments from the comfort of your store with <a href=\"https://woocommerce.com/payments/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooPayments</a> (Available in the U.S., U.K., Ireland, Australia, New Zealand, Canada, Spain, France, Germany, and Italy). Securely accept credit cards, mobile wallets, bank transfers, and cash thanks to <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Square</a>.</li>\n<li><strong>Configure your shipping options</strong>. Print USPS labels right from your dashboard and even schedule a pickup with <a href=\"https://woocommerce.com/products/shipping/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Shipping</a> (U.S.-only). Connect with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">well-known carriers</a> such as UPS and FedEx – plus a wide variety of delivery, inventory, and fulfillment solutions for your locale.</li>\n<li><strong>Simplify sales tax</strong>. Add <a href=\"https://woocommerce.com/products/tax/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Tax</a> or <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/tax?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">similar integrated services</a> to make automated calculations a reality.</li>\n</ul>\n<h4>Grow your business, add features, and monitor your store on the go</h4>\n<p>WooCommerce means business. Keep tabs on the performance metrics most important to you with a powerful and flexible central dashboard built into WooCommerce.</p>\n<p>Expand your audience across marketing and social channels with <a href=\"https://woocommerce.com/products/google-ads/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Facebook</a> integrations. You can always check out the in-dashboard <a href=\"https://woocommerce.com/document/marketing-hub/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Marketing Hub</a> for fresh ideas and tips to help you succeed.</p>\n<p>Enhance store functionality with hundreds of free and paid extensions from the <a href=\"https://woocommerce.com/products/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Marketplace</a>. Our developers <a href=\"https://woocommerce.com/document/marketplace-overview/#section-6?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">vet each new extension</a> and regularly review existing extensions to maintain Marketplace quality standards. We are actively <a href=\"https://woocommerce.com/document/marketplace-overview/#section-2?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">looking for products that help store builders create successful stores</a>.</p>\n<p>Manage your store from anywhere with the free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">mobile app</a> (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive “cha-ching” notification sound each time you make a new sale!</p>\n<h4>Own and control your store data – forever</h4>\n<p>With <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a>, your data belongs to you. Always.</p>\n<p>If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">usage data</a> with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.</p>\n<p>Unlike hosted ecommerce solutions, WooCommerce store data is future-proof; you’re free to export all your content and take your site to any platform you choose. No restrictions.</p>\n<h4>Why developers choose (and love) WooCommerce</h4>\n<p>Developers can use <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.</p>\n<ul>\n<li>Leverage <a href=\"https://woocommerce.com/document/introduction-to-hooks-actions-and-filters/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">hooks and filters</a> to modify or create functionality.</li>\n<li>Integrate virtually any service using a robust <a href=\"https://developer.woocommerce.com/docs/getting-started-with-the-woocommerce-rest-api/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">REST API</a> and webhooks.</li>\n<li>Design and build custom content blocks with React.</li>\n<li><a href=\"https://developer.woocommerce.com/docs/category/extension-development/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Inspect and modify</a> any aspect of the core plugin code.</li>\n<li>Speed up development with a lightning-fast <a href=\"https://developer.woocommerce.com/docs/category/wc-cli/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">CLI</a>.</li>\n</ul>\n<p>The core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.</p>\n<h4>Be part of our growing international community</h4>\n<p>WooCommerce has a large, passionate community dedicated to helping merchants succeed – and it’s growing fast.</p>\n<p>There are <a href=\"https://woocommerce.com/meetups/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Meetups</a> in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.</p>\n<p>WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.</p>\n<h4>Contribute and translate</h4>\n<p>WooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">translate.wordpress.org</a>.</p>\n<h4>Connection to WooCommerce.com</h4>\n<p>You can connect your store to <a href=\"https://woocommerce.com/\" rel=\"nofollow ugc\">WooCommerce.com</a> to manage your subscriptions on WooCommerce Marketplace and receive product updates without leaving WordPress admin. Connection also enables installation of purchased products right from WooCommerce.com and streamlines access to technical support. If you’d like to learn about what data is gathered and how it is used, please refer to our <a href=\"https://automattic.com/privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</p>\n\";s:12:\"installation\";s:2459:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)</li>\n<li>MySQL 5.5.5 or greater, OR MariaDB version 10.1 or greater, is required</li>\n<li>WordPress 6.8 or greater</li>\n<li>(Recommended) WordPress <a href=\"https://woocommerce.com/document/increasing-the-wordpress-memory-limit/\" rel=\"nofollow ugc\">memory limit</a> of 256 MB or greater.</li>\n<li>(Recommended) <a href=\"https://woocommerce.com/document/ssl-and-https/\" rel=\"nofollow ugc\">HTTPS</a> support.</li>\n</ul>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option — WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us, you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation\" rel=\"ugc\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress > Settings > Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\" rel=\"ugc\">WordPress importer</a>. You can also use the core <a href=\"https://woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow ugc\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&utm_content=3.6\" rel=\"nofollow ugc\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:7803:\"\n<dt id=\'where%20can%20i%20find%20woocommerce%20documentation%20and%20user%20guides%3F\'>\nWhere can I find WooCommerce documentation and user guides?\n</h4>\n<p>\n<p>For help setting up and configuring WooCommerce, please refer to <a href=\"https://woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Getting Started</a> and the <a href=\"https://woocommerce.com/guides/new-store/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">New WooCommerce Store Owner Guide</a>.</p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\" rel=\"nofollow ugc\">documentation</a>, as well as the <a href=\"https://github.com/woocommerce/woocommerce/blob/trunk/docs/extension-development/extension-development-best-practices.md\" rel=\"nofollow ugc\">Plugin Developer Best Practices</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20or%20talk%20to%20other%20users%20about%20woocommerce%20core%3F\'>\nWhere can I get help or talk to other users about WooCommerce Core?\n</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"ugc\">WooCommerce Support Forum</a> by following <a href=\"https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"ugc\">these guidelines</a>, reach out via the <a href=\"https://woocommerce.com/community-slack/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community Slack</a>, or post in the <a href=\"https://www.facebook.com/groups/advanced.woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community group</a> on Facebook.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20for%20extensions%20i%20have%20purchased%20from%20the%20woocommerce%20marketplace%3F\'>\nWhere can I get help for extensions I have purchased from the WooCommerce Marketplace?\n</h4>\n<p>\n<p>For assistance with paid extensions from the WooCommerce Marketplace: first, review our <a href=\"https://woocommerce.com/document/woocommerce-self-service-guide/\" rel=\"nofollow ugc\">self-service troubleshooting guide</a>. If the problem persists, kindly log a support ticket via <a href=\"https://woocommerce.com/my-account/create-a-ticket/\" rel=\"nofollow ugc\">our helpdesk</a>. Our dedicated Happiness Engineers aim to respond within 24 hours.</p>\n</p>\n<dt id=\'i%E2%80%99m%20having%20trouble%20logging%20in%20to%20woocommerce.com%20%E2%80%93%20what%20now%3F\'>\nI’m having trouble logging in to WooCommerce.com – what now?\n</h4>\n<p>\n<p>First, troubleshoot common login issues using this helpful <a href=\"https://woocommerce.com/document/log-into-woocommerce-com-with-wordpress-com/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">step-by-step guide</a>. Still not working? <a href=\"https://woocommerce.com/contact-us/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Get in touch with us</a>.</p>\n</p>\n<dt id=\'will%20woocommerce%20work%20with%20my%20theme%3F\'>\nWill WooCommerce work with my theme?\n</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend <a href=\"https://woocommerce.com/storefront/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Storefront</a>.</p>\n</p>\n<dt id=\'how%20do%20i%20update%20woocommerce%3F\'>\nHow do I update WooCommerce?\n</h4>\n<p>\n<p>We have a detailed guide on <a href=\"https://woocommerce.com/document/how-to-update-woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">How To Update WooCommerce</a>.</p>\n</p>\n<dt id=\'my%20site%20broke%20%E2%80%93%20what%20do%20i%20do%3F\'>\nMy site broke – what do I do?\n</h4>\n<p>\n<p>Start by diagnosing the issue using our helpful <a href=\"https://woocommerce.com/documentation/get-help/troubleshooting-get-help/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">troubleshooting guide</a>.</p>\n<p>If you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.</p>\n<p>In both instances, we recommend running a conflict test using <a href=\"https://woocommerce.com/document/troubleshooting-using-health-check/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Health Check</a> (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a <a href=\"https://woocommerce.com/document/how-to-test-for-conflicts/#section-3?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">staging site</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20report%20bugs%3F\'>\nWhere can I report bugs?\n</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub repository</a>. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.</p>\n</p>\n<dt id=\'where%20can%20i%20request%20new%20features%2C%20themes%2C%20and%20extensions%3F\'>\nWhere can I request new features, themes, and extensions?\n</h4>\n<p>\n<p>Request new features and extensions and vote on existing suggestions on our official <a href=\"https://woocommerce.com/feature-requests/woocommerce?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">feature request board</a>. Our Product teams regularly review requests and consider them valuable for product planning.</p>\n</p>\n<dt id=\'woocommerce%20is%20awesome%21%20can%20i%20contribute%3F\'>\nWooCommerce is awesome! Can I contribute?\n</h4>\n<p>\n<p>Yes, you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">development blog</a> to stay up-to-date with everything happening in the project.</p>\n</p>\n<dt id=\'where%20can%20i%20find%20rest%20api%20documentation%3F\'>\nWhere can I find REST API documentation?\n</h4>\n<p>\n<p>Extensive <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce REST API Documentation</a> is available on GitHub.</p>\n</p>\n<dt id=\'my%20question%20is%20not%20listed%20here.%20where%20can%20i%20find%20more%20answers%3F\'>\nMy question is not listed here. Where can I find more answers?\n</h4>\n<p>\n<p>Check out <a href=\"https://woocommerce.com/document/frequently-asked-questions/?utm_medium=referral&utm_source=wordpress.org&utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Frequently Asked Questions</a> for more.</p>\n</p>\n\n\";s:9:\"changelog\";s:213:\"<h4>10.4.2 2025-12-12</h4>\n<p><strong>WooCommerce</strong></p>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt\" rel=\"nofollow ugc\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:15511:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Aging like good wine</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/raratiru/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/122e256580b54f7f4d4746f86c5f94445406fca8deb709f387db1b2bc9ae76b7?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/122e256580b54f7f4d4746f86c5f94445406fca8deb709f387db1b2bc9ae76b7?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/raratiru/\" class=\"reviewer-name\">raratiru</a> on <span class=\"review-date\">December 17, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Excellent quality plugin and superb support. Thank you!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Superb work!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/rana2782/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/79ece3b785d96091186b016058c9e82a05446d8e2f046e2cb9d3fecc82ab57c8?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/79ece3b785d96091186b016058c9e82a05446d8e2f046e2cb9d3fecc82ab57c8?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/rana2782/\" class=\"reviewer-name\">rana2782</a> on <span class=\"review-date\">December 17, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Great work, great contributions for the developer.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Quick and resolutive support</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/david-user/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/1da8d5a72f558bb37ddc7bcbcb77e764e6187cd83a8f9d6ef59c7e5029a7f007?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/1da8d5a72f558bb37ddc7bcbcb77e764e6187cd83a8f9d6ef59c7e5029a7f007?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/david-user/\" class=\"reviewer-name\">David user</a> on <span class=\"review-date\">December 16, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>i have been using woocommerce for a few years. Recently I had a weird behaviour in one of mi shops, where International customers couldn\'t access payment blocks. After trying all the usual tricks I was clueless so I posted the problem. I was answered within two hours and expertly guided to provide all related info. Three different team members helped sort the problem out even though It was a weekend. They found It was a hosting firewall rule with prevented International ip\'s ajax resquests when checking-out. Whitelisting this request solved the issue. Excelente team work!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great support</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ricardfarre/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/07d74acc2cb799ec0f36024f6ce4dc083bae44069d23479e899b5f7fb698eaaa?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/07d74acc2cb799ec0f36024f6ce4dc083bae44069d23479e899b5f7fb698eaaa?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ricardfarre/\" class=\"reviewer-name\">Ricard <small>(ricardfarre)</small></a> on <span class=\"review-date\">December 16, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>In few hours a problem with the product link was solved during Xmas sales. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">very good plugin for my store</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/brantakimaki/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/83d5a9d875a17409f4cd88fde88d97fde15d571b5c4b6114725ecf377b047e4b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/83d5a9d875a17409f4cd88fde88d97fde15d571b5c4b6114725ecf377b047e4b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/brantakimaki/\" class=\"reviewer-name\">brantakimaki</a> on <span class=\"review-date\">December 15, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>it\'s. a amaizing plugin for our store</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Always bet on the open source platform</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/avagp/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/838271affb723358ccf0d96c4efea84e7a29e43556e65d340cdbf1d22edfffce?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/838271affb723358ccf0d96c4efea84e7a29e43556e65d340cdbf1d22edfffce?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/avagp/\" class=\"reviewer-name\">Radical Dreamer <small>(avagp)</small></a> on <span class=\"review-date\">December 15, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I know shopify has a lot of cool things. But woocommerce will eventually be equal or better. I have been using Woo for almost 10 years. And as more experience i get, i can do way more.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are in doubt, try it you won\'t regret it.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Great Support Team.</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/aazgalerie/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/901482f1cba7f9df5e2486906ff450ceafd7183a21442755ae567b3abf20b229?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/901482f1cba7f9df5e2486906ff450ceafd7183a21442755ae567b3abf20b229?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/aazgalerie/\" class=\"reviewer-name\">JIM Z <small>(aazgalerie)</small></a> on <span class=\"review-date\">December 15, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Recently, I encountered an issue with calculating the VAT on my store. In just two days, we were able to identify the issue and completely remove it from the store. Thank you again.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">The best ecommerce plugin</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/lukegarry/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c611d11fbc2697a87a888d1a9b792d23799ae131f520af2bfb546d3e1305969f?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/c611d11fbc2697a87a888d1a9b792d23799ae131f520af2bfb546d3e1305969f?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/lukegarry/\" class=\"reviewer-name\">Luke Garrison <small>(lukegarry)</small></a> on <span class=\"review-date\">December 14, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Fully configurable and customizable, powerful and secure. Simply the best.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Works great</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/torndownunits/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/81676d55378a2910abc9267c2925fcb76dad1d92066d4aa3ecb8f09b4929fd8a?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/81676d55378a2910abc9267c2925fcb76dad1d92066d4aa3ecb8f09b4929fd8a?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/torndownunits/\" class=\"reviewer-name\">torndownunits</a> on <span class=\"review-date\">December 11, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Works great, thanks a ton. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Funcional y fácil de usar</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/veronica0581/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/8d324f8780c617733c609f0fd55cb579326bb70f595e0be66e89819ed1a7ac3b?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/8d324f8780c617733c609f0fd55cb579326bb70f595e0be66e89819ed1a7ac3b?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/veronica0581/\" class=\"reviewer-name\">veronica0581</a> on <span class=\"review-date\">December 10, 2025</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Excelente plugin para crear y gestionar tiendas en línea. Muy fácil de usar y con una gran variedad de extensiones para personalizar la tienda. ¡Totalmente recomendado!</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.2.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:529:{s:6:\"10.0.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0.zip\";s:11:\"10.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.1.zip\";s:11:\"10.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.2.zip\";s:6:\"10.0.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.1.zip\";s:6:\"10.0.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.2.zip\";s:6:\"10.0.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.3.zip\";s:6:\"10.0.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.4.zip\";s:6:\"10.1.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0.zip\";s:11:\"10.1.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.1.zip\";s:11:\"10.1.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.2.zip\";s:11:\"10.1.0-rc.3\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.3.zip\";s:11:\"10.1.0-rc.4\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.0-rc.4.zip\";s:6:\"10.1.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.1.zip\";s:6:\"10.1.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.1.2.zip\";s:6:\"10.2.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0.zip\";s:13:\"10.2.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.1.zip\";s:13:\"10.2.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-beta.2.zip\";s:11:\"10.2.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.0-rc.1.zip\";s:6:\"10.2.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.1.zip\";s:6:\"10.2.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.2.2.zip\";s:6:\"10.3.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0.zip\";s:13:\"10.3.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.1.zip\";s:13:\"10.3.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-beta.2.zip\";s:11:\"10.3.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.1.zip\";s:11:\"10.3.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.0-rc.2.zip\";s:6:\"10.3.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.1.zip\";s:6:\"10.3.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.2.zip\";s:6:\"10.3.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.3.zip\";s:6:\"10.3.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.4.zip\";s:6:\"10.3.5\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.5.zip\";s:6:\"10.3.6\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.3.6.zip\";s:6:\"10.4.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0.zip\";s:13:\"10.4.0-beta.1\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.1.zip\";s:13:\"10.4.0-beta.2\";s:68:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-beta.2.zip\";s:11:\"10.4.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.0-rc.1.zip\";s:6:\"10.4.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.1.zip\";s:6:\"10.4.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.2.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"9.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:10:\"9.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-rc.1.zip\";s:5:\"9.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.1.zip\";s:5:\"9.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.2.zip\";s:5:\"9.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.3.zip\";s:5:\"9.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"9.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";}}','off'),(131203,'woocommerce_mmq_version','5.2.8','yes'),(131207,'wc_mmq_maintenance_notices','a:0:{}','yes'),(131225,'woocommerce_fedex_5_settings','a:14:{s:5:\"title\";s:5:\"FedEx\";s:6:\"origin\";s:5:\"35677\";s:10:\"tax_status\";s:7:\"taxable\";s:7:\"packing\";s:0:\"\";s:14:\"packing_method\";s:11:\"box_packing\";s:5:\"boxes\";a:18:{i:0;a:8:{s:2:\"id\";s:14:\"YOUR_PACKAGING\";s:4:\"name\";s:17:\"Ginesis Custom 20\";s:6:\"length\";d:17;s:5:\"width\";d:14;s:6:\"height\";d:10;s:10:\"box_weight\";d:1;s:10:\"max_weight\";d:42;s:7:\"enabled\";b:1;}i:1;a:8:{s:2:\"id\";s:14:\"YOUR_PACKAGING\";s:4:\"name\";s:17:\"Ginesis Custom 12\";s:6:\"length\";d:14;s:5:\"width\";d:14;s:6:\"height\";d:14;s:10:\"box_weight\";d:1;s:10:\"max_weight\";d:29;s:7:\"enabled\";b:1;}s:15:\"FEDEX_SMALL_BOX\";a:1:{s:7:\"enabled\";b:1;}s:17:\"FEDEX_SMALL_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"FEDEX_MEDIUM_BOX\";a:1:{s:7:\"enabled\";b:1;}s:18:\"FEDEX_MEDIUM_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:15:\"FEDEX_LARGE_BOX\";a:1:{s:7:\"enabled\";b:1;}s:17:\"FEDEX_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:21:\"FEDEX_EXTRA_LARGE_BOX\";a:1:{s:7:\"enabled\";b:1;}s:23:\"FEDEX_EXTRA_LARGE_BOX:2\";a:1:{s:7:\"enabled\";b:1;}s:9:\"FEDEX_PAK\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:2\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:3\";a:1:{s:7:\"enabled\";b:1;}s:11:\"FEDEX_PAK:4\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_ENVELOPE\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_10KG_BOX\";a:1:{s:7:\"enabled\";b:1;}s:14:\"FEDEX_25KG_BOX\";a:1:{s:7:\"enabled\";b:1;}s:10:\"FEDEX_TUBE\";a:1:{s:7:\"enabled\";b:1;}}s:5:\"rates\";s:0:\"\";s:11:\"residential\";s:3:\"yes\";s:15:\"insure_contents\";s:3:\"yes\";s:14:\"fedex_one_rate\";s:2:\"no\";s:12:\"request_type\";s:7:\"ACCOUNT\";s:13:\"smartpost_hub\";s:0:\"\";s:11:\"offer_rates\";s:3:\"all\";s:8:\"services\";a:32:{s:15:\"FIRST_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"PRIORITY_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:18:\"STANDARD_OVERNIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:14:\"FEDEX_2_DAY_AM\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:11:\"FEDEX_2_DAY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_EXPRESS_SAVER\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"GROUND_HOME_DELIVERY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:12:\"FEDEX_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"INTERNATIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"INTERNATIONAL_FIRST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"EUROPE_FIRST_INTERNTIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_1_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_2_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_3_DAY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:29:\"INTERNATIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"INTERNATIONAL_PRIORITY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:13:\"FEDEX_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_NATIONAL_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:20:\"INTERNATIONAL_GROUND\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:10:\"SMART_POST\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:19:\"FEDEX_FIRST_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:21:\"FEDEX_FREIGHT_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_FREIGHT_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:32:\"FEDEX_INTERNATIONAL_CONNECT_PLUS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:0;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_DISTRIBUTION_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:34:\"INTERNATIONAL_ECONOMY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:35:\"INTERNATIONAL_PRIORITY_DISTRIBUTION\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:36:\"FEDEX_INTERNATIONAL_PRIORITY_EXPRESS\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:28:\"FEDEX_INTERNATIONAL_PRIORITY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:22:\"FEDEX_REGIONAL_ECONOMY\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}s:30:\"FEDEX_REGIONAL_ECONOMY_FREIGHT\";a:5:{s:4:\"name\";s:0:\"\";s:5:\"order\";s:0:\"\";s:7:\"enabled\";b:1;s:10:\"adjustment\";s:0:\"\";s:18:\"adjustment_percent\";s:0:\"\";}}}','yes'),(132334,'wcpay_welcome_page_viewed_timestamp','1713537614','yes'),(132644,'wc_mmq_meta_box_notices','a:0:{}','yes'),(135149,'pagespeed_cache','0','no'),(136333,'pagespeeddb_options','a:0:{}','yes'),(136334,'pagespeedwp_options','a:0:{}','yes'),(136335,'pagespeedcss_options','a:0:{}','yes'),(136629,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(136928,'wc_memberships_is_active','yes','yes'),(136948,'acfwp_installed_version','3.6.1','yes'),(136949,'option_acfwp_activation_code_triggered','yes','yes'),(136953,'wt_o_iew_is_active','1','yes'),(138708,'woocommerce_hpos_fts_index_enabled','no','yes'),(139414,'acfw_last_license_check','1732513149','off'),(139417,'acfw_plugins_license_data','a:1:{s:4:\"ACFW\";a:11:{s:6:\"status\";s:7:\"success\";s:14:\"license_status\";s:6:\"active\";s:20:\"expiration_timestamp\";s:19:\"2025-07-22 14:50:20\";s:19:\"subscription_status\";s:6:\"active\";s:14:\"max_activation\";i:1;s:22:\"max_staging_activation\";i:3;s:21:\"activated_sites_count\";i:1;s:29:\"activated_staging_sites_count\";i:0;s:14:\"management_url\";s:55:\"https://advancedcouponsplugin.com/my-account/downloads/\";s:11:\"upgrade_url\";s:59:\"https://advancedcouponsplugin.com/my-account/subscriptions/\";s:7:\"message\";s:16:\"License is valid\";}}','off'),(139418,'acfwf_show_funnelkit_stripe_promote_notice','dismissed','yes'),(140664,'acfwf_plugin_installation_date','2024-07-11 05:19:44','yes'),(141058,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":3,\"critical\":1}','yes'),(141063,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1767382202','no'),(141064,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"en_US\";a:55:{s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons§ion=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins > Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:24:\"uk-vat-notice-2025-04-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"uk-vat-notice-2025-04-30\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"UK VAT numbers are no longer supported\";s:7:\"content\";s:322:\"Due to recent HM Revenue & Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"uk-vat-notice-button-2025-04-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:31:\"Learn more about this extension\";}}s:3:\"url\";s:53:\"https://wordpress.org/plugins/eu-vat-for-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-eu-vat-number\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-05 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-05-15 00:00:00\";}}}s:22:\"payson-retirement-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"payson-retirement-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:22:\"Payson Form Retirement\";s:7:\"content\";s:208:\"Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"payson-retirement-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:35:\"Explore alternative payment methods\";}}s:3:\"url\";s:218:\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-13 01:35:31\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-payson\";}}}}s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Action required: Update the PayPal Braintree extension\";s:7:\"content\";s:228:\"Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-05-30-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Update now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-29 17:56:45\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:31:\"paypal-carding-recaptcha-dec-25\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"paypal-carding-recaptcha-dec-25\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Activate PayPal fraud management\";s:7:\"content\";s:165:\"PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"setup-instructions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"Setup Instructions\";}}s:3:\"url\";s:163:\"https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"activate-now\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:12:\"Activate Now\";}}s:3:\"url\";s:65:\"admin.php?page=wc-settings&tab=integration§ion=ppcp-recaptcha\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-12-04 01:54:34\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2026-01-30 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:27:\"woocommerce-paypal-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.3.0\";}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:35:\"woocommerce_ppcp-recaptcha_settings\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:9:\"operation\";s:2:\"!=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";s:2:\"no\";}}}s:35:\"WC10.4.3-security-update-12-22-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"WC10.4.3-security-update-12-22-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:396:\"<strong>Please update to WooCommerce 10.4.3 to resolve a security issue.</strong> This update addresses an issue with the WooCommerce Store API that may have made guest order information visible to other logged in users. See the <a href=\"https://developer.woocommerce.com/2025/12/22/store-api-vulnerability-patched-in-woocommerce-8-1/\" target=\"_blank\">Woo Developer blog</a> for more information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"WC10.4.3-security-update-12-22-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-12-22 18:33:12\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-29 16:00:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"8.1.0\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:6:\"10.4.2\";}}}}}','no'),(141069,'jetpack_options','a:5:{s:14:\"last_heartbeat\";i:1766734202;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:248896177;s:6:\"public\";i:1;}','yes'),(141119,'woocommerce_share_key','JePks35b1q8GLFCh43mXYJV8fMAzM5WU','yes'),(141122,'woocommerce_show_lys_tour','yes','yes'),(141234,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:24:\"brice@laradasciences.com\";s:7:\"version\";s:5:\"6.8.2\";s:9:\"timestamp\";i:1752603160;}','off'),(144145,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1766210337;s:5:\"value\";s:10799:\"[{\"id\":\"variables-manager-3.33\",\"title\":\"Variables Manager\",\"description\":\"Centralize and control all your color, typography, and size tokens for consistent, scalable design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-variables-manager.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"custom-css-3.33\",\"title\":\"Custom CSS\",\"description\":\"Write isolated, responsive, and state-based CSS directly inside atomic elements for pixel-perfect control.\",\"topic\":\"Elementor Pro 3.33\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-custom-css.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-custom-css\\/\"},{\"id\":\"blend-mode-3.33\",\"title\":\"Blend Mode\",\"description\":\"Layer and blend visuals to create depth, contrast, and cinematic design effects.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.33-blend.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.33-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"transform-3.32\",\"title\":\"Design with depth using Transform\",\"description\":\"Move, scale, rotate, and skew any element with ease. Transform controls add depth, stacked effects, and seamless States for hover, focus, and active micro-interactions.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transform.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"size-variable-3.32\",\"title\":\"Consistency with Size Variables\",\"description\":\"Define reusable values for properties like spacing or typography, then update them once to scale changes instantly across your site.\",\"topic\":\"Elementor Pro 3.32\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-size-variables.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-size-variable\\/\"},{\"id\":\"transitions-3.32\",\"title\":\"Smooth interactions with Transitions\",\"description\":\"Bring polish to every interaction. Transitions let you animate style changes smoothly between states. In Pro, layer multiple transitions by property for refined, modern micro-animations.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.32-transition.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.32-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"variables-3.31\",\"title\":\"Scalable design with Variables\",\"description\":\"Define once, reuse everywhere. Color & Font Variables help you build consistent, scalable design systems that update globally and are perfect for large sites or teams.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-variables.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"filters-3.31\",\"title\":\"Visual effects with Filters and Backdrop Filters\",\"description\":\"Apply multiple Filters like blur, brightness, and contrast. Stack, reorder, and preview in real time without writing a line of code.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-filters.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-assistant\",\"title\":\"New! Fix accessibility issues with Ally Assistant\",\"description\":\"Scan any page for accessibility issues and fix them in one click. From color contrast to missing alt text, Ally Assistant provides guided steps or AI-powered fixes to make your site more inclusive.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-assistant.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Scan for free\",\"ctaLink\":\"http:\\/\\/go.elementor.com\\/acc-assistant-launch-whats-new\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"classes-3.31\",\"title\":\"Smarter Class Manager tools\",\"description\":\"Quickly locate and manage Global Classes with usage counts, a new locator panel, and full class search. Perfect for scaling and refactoring complex design systems.\",\"topic\":\"Editor V4\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"attributes-3.31\",\"title\":\"Add semantic HTML with Attributes\",\"description\":\"Add custom HTML attributes like aria-*, data-*, and role to any element. Structure your markup for better accessibility, performance, and compliance.\",\"topic\":\"Elementor Pro 3.31\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.31-attributes.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.31-attributes\\/\"},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.39-v4-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-websites-3.30\",\"title\":\"Full Website Templates in the cloud\",\"description\":\"Save and apply entire websites, including multiple pages, styles, site settings, media, and layout configurations - directly from the cloud.\",\"topic\":\"Elementor Pro 3.30\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-3.30.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade now\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.30-cloud-websites\\/\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website. Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),(144152,'elementor_woocommerce_purchase_summary_page_id','','auto'),(154161,'woocommerce_downloads_count_partial','yes','on'),(154487,'_itwr_validation','invalid','auto'),(154488,'itwr_update_data','a:11:{s:3:\"key\";s:4:\"itwr\";s:4:\"slug\";s:31:\"iThemelandco-Woocommerce-Report\";s:5:\"label\";s:31:\"iThemelandCo WooCommerce Report\";s:13:\"download_link\";s:62:\"https://license.ithemelandco.com/index.php?service=update_file\";s:4:\"date\";s:10:\"1732492800\";s:11:\"new_version\";s:5:\"1.2.0\";s:17:\"force_update_from\";s:5:\"0.0.0\";s:17:\"wp_tested_version\";s:3:\"6.7\";s:18:\"wp_require_version\";s:5:\"5.1.0\";s:11:\"plugin_icon\";s:0:\"\";s:8:\"sections\";a:2:{s:11:\"description\";s:36:\"<b>iThemeland WooCommerce Report</b>\";s:9:\"changelog\";s:73:\"ver 1.2.0 : Fixed Compatible with WordPress 6.7 | Fixed Some other issues\";}}','auto'),(154489,'itwr_last_check_for_update','2024-12-18 04:01:21','auto'),(154491,'itwr-el-data','a:18:{s:4:\"hash\";s:32:\"c9da5bceede6211c35c2655d917824d9\";s:5:\"email\";s:30:\"brice@liceclinicsofamerica.com\";s:6:\"domain\";s:40:\"lcaportalstoreg.liceclinicsofamerica.com\";s:11:\"license_key\";s:22:\"IT-Bc7E-7feD-ecAE-0cD4\";s:10:\"product_id\";s:4:\"itwr\";s:12:\"product_name\";s:38:\"WooCommerce Report - 1 Site - LifeTime\";s:8:\"industry\";s:18:\"Retail / eCommerce\";s:4:\"type\";s:10:\"ithemeland\";s:11:\"active_date\";s:19:\"2024-08-22 19:55:05\";s:11:\"expire_date\";s:19:\"2124-07-29 19:55:05\";s:10:\"multi_site\";i:0;s:12:\"core_version\";N;s:17:\"subsystem_version\";s:5:\"1.1.8\";s:9:\"updatable\";i:1;s:9:\"activable\";i:1;s:6:\"status\";i:1;s:8:\"is_valid\";i:1;s:7:\"matched\";i:1;}','auto'),(154494,'it_report_menus','{\"logo\":{\"label\":\"\",\"id\":\"logo\",\"link\":\"#\",\"icon\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/iThemelandco-Woocommerce-Report\\/assets\\/images\\/logo.png\",\"mini_icon\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/iThemelandco-Woocommerce-Report\\/assets\\/images\\/mini_logo.png\"},\"dashboard\":{\"label\":\"Dashboard\",\"id\":\"dashboard\",\"link\":\"admin.php?page=wcx_wcreport_plugin_dashboard&parent=dashboard&smenu=dashboard\",\"icon\":\"fa-bookmark\"},\"all_order_reports\":{\"label\":\"Order\",\"id\":\"all_order_reports\",\"link\":\"#\",\"icon\":\"fa-shopping-cart\",\"childs\":{\"all_orders\":{\"label\":\"All Orders\",\"id\":\"all_orders\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details&parent=all_order_reports&smenu=all_orders\",\"icon\":\"fa-file-text\"},\"all_orders_full\":{\"label\":\"All Orders Billing\",\"id\":\"all_orders_full\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full&parent=all_order_reports&smenu=all_orders_full\",\"icon\":\"fa-file-text\"},\"details_combined\":{\"label\":\"Combined Orders\",\"id\":\"details_combined\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_combined&parent=all_order_reports&smenu=details_combined\",\"icon\":\"fa-area-chart\"},\"all_orders_full_shipping_tax\":{\"label\":\"All Orders Billing|Shipping Tax\",\"id\":\"all_orders_full_shipping_tax\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full_shipping_tax&parent=all_order_reports&smenu=all_orders_full_shipping_tax\",\"icon\":\"fa-area-chart\"},\"all_orders_full_shipping\":{\"label\":\"All Orders Billing\\/Shipping\",\"id\":\"all_orders_full_shipping\",\"link\":\"admin.php?page=wcx_wcreport_plugin_details_full_shipping&parent=all_order_reports&smenu=all_orders_full_shipping\",\"icon\":\"fa-area-chart\"},\"order_per_country\":{\"label\":\"Order\\/Country\",\"id\":\"order_per_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_per_country&parent=all_order_reports&smenu=order_per_country\",\"icon\":\"fa-eye-slash\"},\"order_status\":{\"label\":\"Order Status\",\"id\":\"order_status\",\"link\":\"admin.php?page=wcx_wcreport_plugin_orderstatus&parent=all_order_reports&smenu=order_status\",\"icon\":\"fa-check\"},\"order_status_change\":{\"label\":\"Status Change\",\"id\":\"order_status_change\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_status_change&parent=all_order_reports&smenu=order_status_change\",\"icon\":\"fa-check\"},\"recent_order\":{\"label\":\"Recent Order\",\"id\":\"recent_order\",\"link\":\"admin.php?page=wcx_wcreport_plugin_recentorder&parent=all_order_reports&smenu=recent_order\",\"icon\":\"fa-shopping-cart\"},\"refund_detail\":{\"label\":\"Refund Orders\",\"id\":\"refund_detail\",\"link\":\"admin.php?page=wcx_wcreport_plugin_refunddetails&parent=all_order_reports&smenu=refund_detail\",\"icon\":\"fa-eye-slash\"},\"order_product_analysis\":{\"label\":\"Analysis Simple Products\",\"id\":\"order_product_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_product_analysis&parent=all_order_reports&smenu=order_product_analysis\",\"icon\":\"fa-line-chart\"},\"order_variation_analysis\":{\"label\":\"Analysis Variation Products\",\"id\":\"order_variation_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_order_variation_analysis&parent=all_order_reports&smenu=order_variation_analysis\",\"icon\":\"fa-area-chart\"}}},\"product_reports\":{\"label\":\"Product\",\"id\":\"product_reports\",\"link\":\"#\",\"icon\":\"fa-shopping-bag\",\"childs\":{\"product\":{\"label\":\"Purchased Product\",\"id\":\"product\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product&parent=product_reports&smenu=product\",\"icon\":\"fa-cog\"},\"variation\":{\"label\":\"Purchased Variation\",\"id\":\"variation\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation&parent=product_reports&smenu=variation\",\"icon\":\"fa-server\"},\"all_products\":{\"label\":\"All Products\",\"id\":\"all_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_all_products&parent=product_reports&smenu=all_products\",\"icon\":\"fa-cog\"},\"product_variation_qty\":{\"label\":\"Purchased Product Qty\",\"id\":\"product_variation_qty\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product_variation_qty&parent=product_reports&smenu=product_variation_qty\",\"icon\":\"fa-cog\"},\"product_per_users\":{\"label\":\"Product\\/Users\",\"id\":\"product_per_users\",\"link\":\"admin.php?page=wcx_wcreport_plugin_product_per_users&parent=product_reports&smenu=product_per_users\",\"icon\":\"fa-cog\"},\"category\":{\"label\":\"Category\",\"id\":\"category\",\"link\":\"admin.php?page=wcx_wcreport_plugin_category&parent=product_reports&smenu=category\",\"icon\":\"fa-tags\"},\"tags\":{\"label\":\"Tag\",\"id\":\"tags\",\"link\":\"admin.php?page=wcx_wcreport_plugin_tags&parent=product_reports&smenu=tags\",\"icon\":\"fa-tags\"},\"customer_buy_prod\":{\"label\":\"Purchased Product by Customer\",\"id\":\"customer_buy_prod\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customrebuyproducts&parent=product_reports&smenu=customer_buy_prod\",\"icon\":\"fa-users\"},\"customer_category\":{\"label\":\"Purchased Category by Customer\",\"id\":\"customer_category\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_category&parent=product_reports&smenu=customer_category\",\"icon\":\"fa-users\"},\"stock_list\":{\"label\":\"Product Stock\",\"id\":\"stock_list\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_list&parent=product_reports&smenu=stock_list\",\"icon\":\"fa-cart-arrow-down\"},\"variation_stock\":{\"label\":\"Variation Stock\",\"id\":\"variation_stock\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation_stock&parent=product_reports&smenu=variation_stock\",\"icon\":\"fa-rocket\"},\"stock_zero_level\":{\"label\":\"Zero Level Stock\",\"id\":\"stock_zero_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_zero_level&parent=product_reports&smenu=stock_zero_level\",\"icon\":\"fa-exclamation-triangle\"},\"stock_min_level\":{\"label\":\"Minimum Level Stock\",\"id\":\"stock_min_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_min_level&parent=product_reports&smenu=stock_min_level\",\"icon\":\"fa-level-down\"},\"stock_max_level\":{\"label\":\"Most Stocked\",\"id\":\"stock_max_level\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_max_level&parent=product_reports&smenu=stock_max_level\",\"icon\":\"fa-level-up\"},\"stock_summary_avg\":{\"label\":\"Summary Stock Planner\",\"id\":\"stock_summary_avg\",\"link\":\"admin.php?page=wcx_wcreport_plugin_stock_summary_avg&parent=product_reports&smenu=stock_summary_avg\",\"icon\":\"fa-newspaper-o\"}}},\"brands_reports\":{\"label\":\"Brands Reports\",\"id\":\"brands_reports\",\"link\":\"#\",\"icon\":\"fa-tag\",\"childs\":{\"details_brands\":{\"label\":\"All Orders Per Brands\",\"id\":\"details_brands\",\"link\":\"admin.php?page=wcx_wcreport_plugin_all_order_brands&parent=brands_reports&smenu=details_brands\",\"icon\":\"fa-cog\"},\"brand_brands\":{\"label\":\"Brands Report\",\"id\":\"brand_brands\",\"link\":\"admin.php?page=wcx_wcreport_plugin_brand_brands&parent=brands_reports&smenu=brand_brands\",\"icon\":\"fa-tags\"}}},\"customer_reports\":{\"label\":\"Customer\",\"id\":\"customer_reports\",\"link\":\"#\",\"icon\":\"fa-user\",\"childs\":{\"customer\":{\"label\":\"Customer\",\"id\":\"customer\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer&parent=customer_reports&smenu=customer\",\"icon\":\"fa-user\"},\"customer_analysis\":{\"label\":\"Customer Analysis\",\"id\":\"customer_analysis\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_analysis&parent=customer_reports&smenu=customer_analysis\",\"icon\":\"fa-bar-chart\"},\"customer_min_max\":{\"label\":\"Customer Min-Max\",\"id\":\"customer_min_max\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_min_max&parent=customer_reports&smenu=customer_min_max\",\"icon\":\"fa-hand-pointer-o\"},\"customer_no_purchased\":{\"label\":\"Customer\\/Non Purchase\",\"id\":\"customer_no_purchased\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_no_purchased&parent=customer_reports&smenu=customer_no_purchased\",\"icon\":\"fa-ban\"}}},\"customer_role_group\":{\"label\":\"Customer Role\\/Group\",\"id\":\"customer_role_group\",\"link\":\"#\",\"icon\":\"fa-user-circle\",\"childs\":{\"customer_role_total_sale\":{\"label\":\"Total Sales\",\"id\":\"customer_role_total_sale\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_total_sale&parent=customer_role_group&smenu=customer_role_total_sale\",\"icon\":\"fa-usd\"},\"customer_role_registered\":{\"label\":\"New User Sign-Up\",\"id\":\"customer_role_registered\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_registered&parent=customer_role_group&smenu=customer_role_registered\",\"icon\":\"fa-user-plus\"},\"customer_role_top_products\":{\"label\":\"Top 20 Products\",\"id\":\"customer_role_top_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_top_products&parent=customer_role_group&smenu=customer_role_top_products\",\"icon\":\"fa-level-up\"},\"customer_role_bottom_products\":{\"label\":\"Lowly 20 Products\",\"id\":\"customer_role_bottom_products\",\"link\":\"admin.php?page=wcx_wcreport_plugin_customer_role_bottom_products&parent=customer_role_group&smenu=customer_role_bottom_products\",\"icon\":\"fa-level-down\"}}},\"more_reports\":{\"label\":\"More Reports\",\"id\":\"more_reports\",\"link\":\"#\",\"icon\":\"fa-files-o\",\"childs\":{\"profit\":false,\"billing_country\":{\"label\":\"Billing Country\",\"id\":\"billing_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingcountry&parent=more_reports&smenu=billing_country\",\"icon\":\"fa-globe\"},\"billing_state\":{\"label\":\"Billing State\",\"id\":\"billing_state\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingstate&parent=more_reports&smenu=billing_state\",\"icon\":\"fa-map\"},\"billing_city\":{\"label\":\"Billing City\",\"id\":\"billing_city\",\"link\":\"admin.php?page=wcx_wcreport_plugin_billingcity&parent=more_reports&smenu=billing_city\",\"icon\":\"fa-map-marker\"},\"payment_gateway\":{\"label\":\"Payment Gateway\",\"id\":\"payment_gateway\",\"link\":\"admin.php?page=wcx_wcreport_plugin_paymentgateway&parent=more_reports&smenu=payment_gateway\",\"icon\":\"fa-credit-card\"},\"coupon\":{\"label\":\"Coupon\",\"id\":\"coupon\",\"link\":\"admin.php?page=wcx_wcreport_plugin_coupon&parent=more_reports&smenu=coupon\",\"icon\":\"fa-hashtag\"},\"coupon_discount\":{\"label\":\"Coupon Discount\",\"id\":\"coupon_discount\",\"link\":\"admin.php?page=wcx_wcreport_plugin_coupon_discount&parent=more_reports&smenu=coupon_discount\",\"icon\":\"fa-percent\"},\"proj_actual_sale\":{\"label\":\"Project VS Actual Sale\",\"id\":\"proj_actual_sale\",\"link\":\"admin.php?page=wcx_wcreport_plugin_projected_actual_sale&parent=more_reports&smenu=proj_actual_sale\",\"icon\":\"fa-calendar-check-o\"}}},\"cross_tab\":{\"label\":\"CrossTab\",\"id\":\"cross_tab\",\"link\":\"#\",\"icon\":\"fa-random\",\"childs\":{\"prod_per_month\":{\"label\":\"Product\\/Month\",\"id\":\"prod_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_month&parent=cross_tab&smenu=prod_per_month\",\"icon\":\"fa-cog\"},\"variation_per_month\":{\"label\":\"Variation\\/Month\",\"id\":\"variation_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_variation_per_month&parent=cross_tab&smenu=variation_per_month\",\"icon\":\"fa-line-chart\"},\"prod_per_country\":{\"label\":\"Product\\/Country\",\"id\":\"prod_per_country\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_country&parent=cross_tab&smenu=prod_per_country\",\"icon\":\"fa-globe\"},\"prod_per_state\":{\"label\":\"Product\\/State\",\"id\":\"prod_per_state\",\"link\":\"admin.php?page=wcx_wcreport_plugin_prod_per_state&parent=cross_tab&smenu=prod_per_state\",\"icon\":\"fa-map\"},\"country_per_month\":{\"label\":\"Country\\/Month\",\"id\":\"country_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_country_per_month&parent=cross_tab&smenu=country_per_month\",\"icon\":\"fa-globe\"},\"payment_per_month\":{\"label\":\"Payment Gateway\\/Month\",\"id\":\"payment_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_payment_per_month&parent=cross_tab&smenu=payment_per_month\",\"icon\":\"fa-cog\"},\"order_status_per_month\":{\"label\":\"Order Status\\/Month\",\"id\":\"order_status_per_month\",\"link\":\"admin.php?page=wcx_wcreport_plugin_ord_status_per_month&parent=cross_tab&smenu=order_status_per_month\",\"icon\":\"fa-check\"}}},\"tax_reports\":{\"label\":\"Tax\",\"id\":\"tax_reports\",\"link\":\"#\",\"icon\":\"fa-percent\",\"childs\":{\"tax_report\":{\"label\":\"Tax Report\",\"id\":\"tax_report\",\"link\":\"admin.php?page=wcx_wcreport_plugin_taxreport&parent=tax_reports&smenu=tax_report\",\"icon\":\"fa-pie-chart\"},\"tax_reports\":{\"label\":\"Tax Reports\",\"id\":\"tax_reports\",\"link\":\"admin.php?page=wcx_wcreport_plugin_tax_reports&parent=tax_reports&smenu=tax_reports\",\"icon\":\"fa-pie-chart\"}}},\"setting\":{\"label\":\"Settings\",\"id\":\"setting\",\"link\":\"admin.php?page=wcx_wcreport_plugin_setting_report&parent=setting&smenu=setting\",\"icon\":\"fa-cogs\"}}','auto'),(158213,'acfw_total_coupons_created_with_coupon_templates','0','auto'),(158214,'acfw_most_popular_templates','a:0:{}','auto'),(161625,'woocommerce_email_footer_text_color','#3c3c3c','off'),(161850,'woocommerce_coming_soon','no','auto'),(167122,'woocommerce_ppcp-axo-gateway_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','on'),(167732,'pagespeed_options','s:163:\"a:4:{s:25:\"pagespeed_js_optimization\";s:1:\"0\";s:24:\"pagespeed_field_jse_type\";s:1:\"1\";s:22:\"pagespeed_field_jslist\";s:0:\"\";s:24:\"pagespeed_field_pagelist\";s:0:\"\";}\";','auto'),(171688,'_elementor_global_css','a:6:{s:4:\"time\";i:1729097463;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','auto'),(175241,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header_pro\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":0,\"should_open_in_editor\":false}','auto'),(179994,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),(180050,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"d01bf9822a93bbf3655f6585dfe07e7c\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(183932,'acfw_option_update_data','O:8:\"stdClass\":22:{s:12:\"download_url\";s:153:\"https://advancedcouponsplugin.com/?download_file=8&order=wc_order_g9ouhEiEBl95d&email=laradasciences%40gmail.com&key=af82678e-01c7-484f-83c7-d36698144493\";s:11:\"download_id\";s:36:\"af82678e-01c7-484f-83c7-d36698144493\";s:10:\"product_id\";i:8;s:12:\"product_name\";s:30:\"Advanced Coupons (Single Site)\";s:11:\"product_url\";s:71:\"https://advancedcouponsplugin.com/product/advanced-coupons-single-site/\";s:13:\"download_name\";s:43:\"advanced-coupons-for-woocommerce3.6.1.1.zip\";s:8:\"order_id\";i:24017;s:9:\"order_key\";s:22:\"wc_order_g9ouhEiEBl95d\";s:19:\"downloads_remaining\";s:0:\"\";s:14:\"access_expires\";N;s:14:\"latest_version\";s:7:\"3.6.1.1\";s:12:\"software_key\";s:4:\"ACFW\";s:8:\"requires\";s:3:\"5.2\";s:12:\"tested_up_to\";s:3:\"6.7\";s:12:\"last_updated\";s:10:\"2024-11-21\";s:9:\"home_page\";s:33:\"https://advancedcouponsplugin.com\";s:6:\"author\";s:13:\"Rymera Web Co\";s:10:\"author_url\";s:21:\"https://rymera.com.au\";s:11:\"description\";s:83:\"The plugin that adds powerful advanced coupon features to your WooCommerce Coupons.\";s:12:\"installation\";s:176:\"<ol>\n<li>Upload the advanced-coupons-for-woocommerce/ folder to the /wp-content/plugins/ directory</li>\n<li>Activate the plugin through the Plugins menu in WordPress</li>\n</ol>\";s:9:\"changelog\";s:33132:\"<p>Version 3.6.1.1</p>\n<ul>\n<li>Bug Fix: Force apply coupon feature doesn\'t work in FunnelKit checkout</li>\n<li>Bug Fix: Auto Apply Doesn\'t Work When Individual Use Only and Allow Coupon Options Enabled</li>\n</ul>\n\n<p>Version 3.6.1</p>\n<ul>\n<li>Bug Fix: Aelia Currency: conversion of loyalty points and store credits are computed twice</li>\n<li>Bug Fix: Cart Condition: Total Customer Spend only counts 10 customers orders</li>\n<li>Bug Fix: Show the valid notice when the multiple BOGO coupon is applied on cart with virtual coupon</li>\n<li>Bug Fix: The excluded product attributes for non-fixed cart discounts are not applied to the cart</li>\n<li>Bug Fix: Virtual Coupon Page cannot back to first page after you delete all coupon in second page</li>\n<li>Feature: Set maximum store credits that can be used per order</li>\n<li>Feature: Restrict coupon with product attributes</li>\n<li>Feature: Cart Condition: Specific Product Stock Quantity In Cart</li>\n<li>Improvement: Add setting to choose which order status change awards the earned cashback store credits</li>\n<li>Improvement: Add a way to easily revoke cashback store credits for refunded orders</li>\n<li>Improvement: Add exist and doesn\'t exist condition options in the custom user meta cart condition</li>\n<li>Improvement: Customize error message for guests trying to apply a cashback coupon</li>\n</ul>\n\n<p>Version 3.6.0.1</p>\n<ul>\n<li>Bug Fix: fatal error when placing order with WooPayments multi currency feature enabled</li>\n</ul>\n\n<p>Version 3.6.0</p>\n<ul>\n<li>Bug Fix: Applying coupon with numeric code shows as invalid</li>\n<li>Bug Fix: Deferred coupon cannot be force applied even when the cart is already valid for it</li>\n<li>Bug Fix: Force apply for coupon is not working when applied via URL</li>\n<li>Bug Fix: Gutenberg Advanced Coupons by Customer is Not Working</li>\n<li>Feature: Add cart condition to check if a specific coupon is used</li>\n<li>Feature: Allow Coupons feature for individual use only coupons</li>\n</ul>\n\n<p>Version 3.5.9</p>\n<ul>\n<li>Bug Fix: Can\'t change the virtual code separator</li>\n<li>Bug Fix: The discounted products (from Add Products) are not added when a virtual coupon is enabled and applied via URL</li>\n<li>Bug Fix: Usage reset info text isn\'t shown until coupon is saved twice</li>\n<li>Feature: Add Product item notice in the cart/checkout blocks</li>\n<li>Feature: Cashback coupon text in the cart/checkout blocks cart totals</li>\n<li>Feature: Disable the qty for the discounted products listed on the cart via Add-Products coupon in the cart block</li>\n<li>Feature: Add undiscounted products before coupon restrictions and cart conditions in the cart/checkout blocks</li>\n<li>Feature: Show the one-click apply notification on the cart and checkout blocks</li>\n<li>Feature: Show and hide the allowed or disallowed payment methods after the coupon is applied/removed in the checkout block</li>\n</ul>\n\n<p>Version 3.5.8.1</p>\n<ul>\n<li>Bug Fix: Unable to Delete the Advanced Coupons Premium</li>\n</ul>\n\n<p>Version 3.5.8</p>\n<ul>\n<li>Bug Fix: Coupon that is set to be individual use and force applied doesn\'t remove auto applied coupon</li>\n<li>Bug Fix: Fix the wording for \"Add Product\" feature</li>\n<li>Bug Fix: Force apply field value can\'t be saved when the URL Coupons module is disabled</li>\n<li>Bug Fix: Individual use coupon is not removed when a second coupon is force applied to the cart</li>\n<li>Bug Fix: Infinite loop happens when 2+ coupons are force and auto applied</li>\n<li>Bug Fix: PHP Deprecated message is logged when running with PHP version 8.2 with ACFWP</li>\n<li>Improvement: Replace webpack with Vite for building and bundling scripts</li>\n</ul>\n\n<p>Version 3.5.7</p>\n<ul>\n<li>Bug Fix: 500 internal_server_error when creating/deleting a virtual coupon from the invalid parent coupon</li>\n<li>Bug Fix: Cart Condition: Update the label when the type is changes from \"within period\" to \"number of orders\"</li>\n<li>Bug Fix: Cart Page Critical Error when using Has Ordered Before Cart Condition</li>\n<li>Bug Fix: Coupon label field value can\'t be removed</li>\n<li>Bug Fix: Customer has ordered product before coupon is not working if number of orders is set to processing</li>\n<li>Bug Fix: Expired coupons should not have clickable link on my coupons tab</li>\n<li>Bug Fix: Individual use coupon is not removed when a second coupon is force applied to the cart</li>\n<li>Bug Fix: PHP Fatal error log found when the acfwp plugin is activated with WC 7.4.1</li>\n<li>Bug Fix: Show the expired coupons on my coupon tab in the \"used/expired coupons\" section</li>\n<li>Bug Fix: Store Credit Reminder Email still send even if customer has $0 total store credit balance</li>\n<li>Bug Fix: The check_if_valid_api_request helper function is causing our API endpoints to fail on some servers.</li>\n<li>Feature: Cart & Checkout Block : Cart Page - Custom coupon label </li>\n<li>Feature: Cart & Checkout Block : Cart Page - Form Method : Force Apply</li>\n<li>Improvement: Add support for 0 value for Cart Conditions type Within a period</li>\n<li>Improvement: Hide the \"Show on my coupons page?\" on the coupon editor when the \"Hide my coupons tab\" is enabled</li>\n</ul>\n\n<p>Version 3.5.6.1</p>\n<ul>\n<li>Bug Fix: Coupons are showing in available section for non assigned users</li>\n<li>Bug Fix: My Coupon tab showing all expired coupons</li>\n</ul>\n\n<p>Version 3.5.6</p>\n<ul>\n<li>Bug Fix: The premium version of the getting started notice is not overriding the free one</li>\n<li>Bug Fix: Uncaught exception fatal error happens for auto applied coupons that doesn\'t exist or invalid</li>\n<li>Bug Fix: Virtual coupon doesn\'t exist when applying via URL when using force feature</li>\n<li>Bug Fix: When Cashback Coupons is Removed From Order, Store Credits is still credited</li>\n<li>Feature: Add Coupon Tab on My Account Page with Available Coupons</li>\n<li>Feature: Adopt new WooCommerce High-Performance Order Storage (HPOS) system</li>\n<li>Feature: Cart Condition: Total Cart Weight</li>\n<li>Feature: New Cart Condition: Total Customer Spend of a certain product category</li>\n</ul>\n\n<p>Version 3.5.5.1</p>\n<ul>\n<li>Bug Fix: Individual Use Only not working</li>\n<li>Bug Fix: The \"store credit reminder email\" scheduled cron is using the UTC not the site timezone</li>\n</ul>\n\n<p>Version 3.5.5</p>\n<ul>\n<li>Bug Fix: Excluded coupons via a category is displaying a non-expected error message</li>\n<li>Bug Fix: Fatal error when viewing the help modal for premium features</li>\n<li>Bug Fix: Klarna payment gateway integration bug with One Click Apply</li>\n<li>Bug Fix: User able to force apply the coupon via apply coupon code when the setting set to \"when applied via URL only\"</li>\n<li>Bug Fix: [Multisite] after plugin updated successfully the notice still shows up for multisite website</li>\n<li>Feature: Option to hide the applied coupon on the cart and checkout if the discount is equal to $0</li>\n<li>Feature: Option to make all coupons in a category mutually exclusive</li>\n<li>Feature: Store Credit reminder emails</li>\n<li>Improvement: Delete data when the plugin is deleted and the option is enabled</li>\n<li>Improvement: Gutenberg: Show the virtual coupon codes link for Advanced Coupons by Customer block</li>\n<li>Improvement: Move \"force apply\" from URL coupons to general usage to allow force apply for typed in coupons</li>\n<li>Improvement: Virtual Coupon: Unlimited Usage</li>\n<li>Improvement: Virtual Coupons API: set a hard limit in maximum count for bulk create to 10k</li>\n</ul>\n\n<p>Version 3.5.4</p>\n<ul>\n<li>Bug Fix: Shipping overrides is still taxed even when the tax rate is set to zero</li>\n<li>Bug Fix: ACFW license won\'t show on network admin when ACFWF is not network active while ACFWP is network activated.</li>\n<li>Bug Fix: Cart condition: Cannot use Has Ordered Before cart condition with Subscription products</li>\n<li>Improvement: Add \"license\" text to the license activation admin notice to avoid confusion</li>\n<li>Improvement: Scheduler: Add the {coupon_code} to the Invalid days and time error message default text</li>\n<li>Improvement: Filter request for CheckoutWC Integration</li>\n<li>Feature: Cart condition base on stock availability</li>\n<li>Feature: Cart Condition: Has ordered before for product category</li>\n</ul>\n\n<p>Version 3.5.3.1</p>\n<ul>\n<li>Bug Fix: Trailing comma in function is causing fatal errors for PHP 7.2</li>\n<li>Bug Fix: Multisite: The \"Add License Key\" link is pointing to the wrong admin page</li>\n</ul>\n\n<p>Version 3.5.3</p>\n<ul>\n<li>Bug Fix: Able to create a virtual coupon with pending status for coupons that haven\'t enabled the feature</li>\n<li>Bug Fix: The allowed customers restriction is not working for the valid user</li>\n<li>Bug Fix: The cashback coupon info is not updated in the customer\'s email when the order status changes from on hold to processing</li>\n<li>Bug Fix: Coupon can\'t be applied if there\'s a Subscriptions Product in the Cart while Virtual Coupon module is enabled</li>\n<li>Bug Fix: Multisite: After ACFWF Installation complete, the button show up to activate \"Network Admin\", but it will activate on sub site only</li>\n<li>Bug Fix: Multisite: Display license form in new advanced coupons top level admin menu</li>\n<li>Bug Fix: Unable to update and save the settings for the One Click Apply notification</li>\n</ul>\n\n<p>Version 3.5.2</p>\n<ul>\n<li>Feature: Cashback coupon type (cashback is given as store credits)</li>\n<li>Feature: Add an option to modify the coupon label</li>\n<li>Improvement: Virtual Coupon: Add URL Coupon support</li>\n<li>Improvement: Refactor and minify all JS and CSS files</li>\n<li>Improvement: Refactor PHP code so it uses WP standard formatting and rules</li>\n<li>Improvement: Save shipping overrides discount total to the coupon order item meta</li>\n<li>Improvement: Checking if result is actually 0 or false when using wpdb::update</li>\n<li>Bug Fix: The customer cannot re-apply for the virtual coupon if the previous order is cancelled.</li>\n<li>Bug Fix: Percentage Discount Cap text is not translatable</li>\n<li>Bug Fix: The license field width is too small</li>\n<li>Bug Fix: Change the Day/Time Schedules input name checkbox to have the same name as the data saved in DB</li>\n</ul>\n\n<p>Version 3.5.1</p>\n<ul>\n<li>Bug Fix: Virtual coupon code can\'t be applied to cart with WP installs that have persistent object cache</li>\n<li>Bug Fix: WOOCS: Percentage Discount Cap value is not converted to other currencies</li>\n<li>Bug Fix: WOOCS: The price of the products that are added via Add Products feature are not converted to other currency</li>\n<li>Bug Fix: Stripe: Can\'t proceed to checkout when virtual coupon is applied on cart and express checkout is enabled</li>\n</ul>\n\n<p>Version 3.5</p>\n<ul>\n<li>Improvement: Remove current scheduler feature (moved to the free plugin)</li>\n<li>Feature: Day/Time Schedules Edit UI</li>\n<li>Feature: Day/Time Schedules coupon validation (frontend)</li>\n</ul>\n\n<p>Version 3.4.1</p>\n<ul>\n<li>Bug Fix: \"Force Apply\" is ignored when we set a cart condition for \"Product Categories Exists In Cart\"</li>\n<li>Bug Fix: The tab area in the coupon editor for Add Product and Shipping Overrides should have a normal tab area</li>\n<li>Bug Fix: Conflict with WooCommerce Gift Card Plugin with One Click Notification Module</li>\n</ul>\n\n<p>Version 3.4</p>\n<ul>\n<li>Improvement: BOGO: Migrate current coupons with product categories buy/get data to new \"OR\" implementation equivalent</li>\n<li>Improvement: BOGO: Change the implementation of BOGO Deals discount from \"AND\" to \"OR\"</li>\n</ul>\n\n<p>Versions 3.3.2</p>\n<ul>\n<li>Bug Fix: WPML string translations for coupon related strings are not working</li>\n<li>Improvement: Save Add Products discount data to coupon order line item</li>\n<li>Improvement: Display upgrade admin notice for the upcoming changes in the BOGO feature</li>\n</ul>\n\n<p>Version 3.3.1</p>\n<ul>\n<li>Bug Fix: Error when using auto apply coupon</li>\n</ul>\n\n<p>Version 3.3</p>\n<ul>\n<li>Integration: Integration with Abandon Cart Pro for WooCommerce</li>\n<li>Feature: New Usage restriction: Set the cap value of a percentage % discount, e.g. if the product is $300 and gets a 15% discount with a max value of $30, customers will get $30 off not $45 off</li>\n<li>Feature: Option to exclude coupons per category</li>\n<li>Feature: Coupon URL - Defer Apply Feature</li>\n</ul>\n\n<p>Version 3.2.1</p>\n<ul>\n<li>Improvement: Cart condition to check if a cart item meta key exists/doesn\'t exist</li>\n<li>Improvement: Automator Integration for Virtual Coupons</li>\n<li>Improvement: Cart Condition: Custom Cart Item Meta: Include cart item meta keys and values stored in arrays</li>\n<li>Bug Fix: One Click Apply Multiple notification</li>\n<li>Bug Fix: Add to cart is prevented when coupon with Add Products setup is auto applied</li>\n<li>Bug Fix: BOGO deals notice and discounts only shows after page is refreshed when coupon is auto applied</li>\n<li>Bug Fix: Auto Apply scripts run before Cross Sell Product is Added to the Cart</li>\n</ul>\n\n<p>Version 3.2</p>\n<ul>\n<li>Feature: Cart Condition: Number of customer order</li>\n<li>Improvement: Add quantity condition to custom taxonomy exists cart condition</li>\n<li>Improvement: Allow One-Click Apply Notification in The Checkout Page</li>\n<li>Bug Fix: WPML: add products discounts aren\'t applied for variation products when language is not set to default</li>\n</ul>\n\n<p>Version 3.1.4</p>\n<ul>\n<li>Improvement: Display an \"Add license key\" plugin action link when license is not yet activated</li>\n<li>Improvement: Improve license form to clearly inform that license has been active</li>\n<li>Improvement: Sort priority in cart not following the Calculate coupon discounts sequentially</li>\n<li>Bug Fix: Sort priority in cart not following the Calculate coupon discounts sequentially</li>\n<li>Bug Fix: One Click Apply Notification Doesn\'t Work on Safari MacOS and iOS</li>\n<li>Bug Fix: Some issues when virtual coupon applied on cart is removed from the cart and session</li>\n</ul>\n\n<p>Version 3.1.3</p>\n<ul>\n<li>Bug fix: BOGO Fixed Discount and Percentage Discount Get types were overriding product price</li>\n</ul>\n\n<p>Version 3.1.2</p>\n<ul>\n<li>Bug fix: Virtual Coupon: The search coupon filter should be working for the combining main code and the virtual code</li>\n<li>Bug fix: Virtual Coupon: User should be able to delete applied coupon and should have correct applied coupon code after checkout</li>\n<li>Bug fix: Virtual Coupon with Add Product and undiscounted products enabled</li>\n<li>Bug fix: Cart Conditions: Unable to use coupon when WC Memberships is disabled and it previously has condition for Memberships</li>\n</ul>\n\n<p>Version 3.1.1</p>\n<ul>\n<li>Bug fix: Gutenberg: Virtual Coupon code issue on advanced coupon by category block</li>\n<li>Bug fix: Allowed Customer Restriction with Virtual Coupon</li>\n<li>Bug fix: Virtual Coupons produces error when running via WC REST API</li>\n<li>Bug fix: Virtual Coupon: when user apply expired virtual coupon code on cart, then user couldn\'t apply the unexpired coupons on cart</li>\n<li>Bug fix: Remove the WPML config file that is not used anymore</li>\n</ul>\n\n<p>Version 3.1</p>\n<ul>\n<li>Feature: Gutenberg block: Advanced Coupons by Customer</li>\n<li>Feature: Restrict coupon to a specific registered customer(s)</li>\n</ul>\n\n<p>Version 3.0.3</p>\n<ul>\n<li>Bug fix: Coupon Sort Priority is not working on front end</li>\n</ul>\n\n<p>Version 3.0.2</p>\n<ul>\n<li>Improvement: Update the utm source for KB and Tutorials on Help Links to acfwp</li>\n<li>Bug fix: Multisite update notice does not disappear after updating</li>\n<li>Bug fix: When Hide coupon fields is enabled, coupon with \"One Click Apply Notification\" not applied to the cart</li>\n<li>Bug fix: Add Products: Fatal error occurs when activating plugin with a theme that has incomplete arguments passed in a filter</li>\n</ul>\n\n<p>Version 3.0.1</p>\n<ul>\n<li>Improvement: Add WC Authorization support for all REST API endpoints</li>\n</ul>\n\n<p>Version 3.0</p>\n<ul>\n<li>Big Feature: Virtual Coupons</li>\n<li>Big Feature: Virtual Coupons REST API</li>\n</ul>\n\n<p>Version 2.7.3</p>\n<ul>\n<li>Bug fix: Fix the duplicate queries for cart conditions module</li>\n<li>Bug fix: WC Memberships integration - Disallowed membership plans cart conditions weren\'t working after free plugin v1.5</li>\n</ul>\n\n<p>Version 2.7.2</p>\n<ul>\n<li>Improvement: Code improvements for better performance.</li>\n</ul>\n\n<p>Version 2.7.1</p>\n<ul>\n<li>Improvement: Display notice for eligible customers to install their copy of LPFW plugin to continue using Loyalty Program feature</li>\n</ul>\n\n<p>Version 2.7</p>\n<ul>\n<li>Improvement: Rename \"One Click Apply Notifications\" to just \"One Click Apply\"</li>\n<li>Improvement: Group the Individual Use and Exclude Coupons together</li>\n<li>Improvement: Add descriptions to Add Products, Scheduler, Payment Methods Restriction, Shipping Overrides and One Click Apply</li>\n<li>Improvement: Ability to manually clear the data from the table and save for Add Products and Shipping Overrides</li>\n<li>Improvement: Add help links for each ACFW module (top right of tab content panel)</li>\n</ul>\n\n<p>Version 2.6.3</p>\n<ul>\n<li>Improvement: Code improvements</li>\n<li>Bug fix: User can add duplicate products in Add Product Feature</li>\n<li>Bug fix: User can add duplicate shipping override rules</li>\n<li>Bug fix: User can add duplicate products in Cart Condition</li>\n<li>Bug fix: Error when updating the ACFWP</li>\n</ul>\n\n<p>Version 2.6.2</p>\n<ul>\n<li>Improvement: Improve the wording of Shipping Override on the Cart Subtotal</li>\n<li>Bug fix: Fixup calculation with non taxed shipping method and shipping override</li>\n<li>Bug fix: The URL force coupon doesn\'t remove auto applied coupon on Cart, when one of the coupons has \"Individual Use Only\" set</li>\n<li>Bug fix: Compatibility issue with Exclude coupons and Auto Apply</li>\n<li>Bug fix: When 2 auto applied coupon exist with 2 different priority, the lower sort priority coupon has individually set, both coupon still will applied to cart</li>\n<li>Bug fix: PHP Log critical error on website when updating WPML Multilingual to 4.11.5</li>\n<li>Bug fix: The product from Add Products is not removed at first load when WPML plugins are Enabled</li>\n</ul>\n\n<p>Version 2.6.1</p>\n<ul>\n<li>Bug fix: PHP 7.2 & lower: Issue with second param not present on function calls causing PHP fatal error</li>\n</ul>\n\n<p>Version 2.6</p>\n<ul>\n<li>Feature: BOGO Deals: add new Any Products trigger and apply type implementation</li>\n<li>Improvement: Improve BOGO Deals implementation logic (code optimization)</li>\n<li>Bug fix: Hide discount summary and adjust price display for Add Products when Discount Price are higher than normal price</li>\n</ul>\n\n<p>Version 2.5.2</p>\n<ul>\n<li>Bug Fix: [Auto Apply] Optimize code applying coupon to cart</li>\n<li>Bug Fix: [Bogo Product Categories] Product counted twice as bogo trigger product, when product under more than 1 parent category</li>\n</ul>\n\n<p>Version 2.5.1</p>\n<ul>\n<li>Improvement: Update french translation</li>\n<li>Improvement: Change the time stamp format to use date_i18n instead of DateTime php class</li>\n<li>Bug Fix: Cart Condition: Tweak title on Total Customer Spend cart condition</li>\n<li>Bug Fix: When auto apply coupon is set to individual use but was not valid on cart, it stops the whole auto apply implementation</li>\n<li>Bug Fix: When Hide coupon fields is enabled, it won\'t trigger the Auto-Apply coupons</li>\n<li>Bug Fix: Sub-sub categories are not being recognized on the BOGO deal when Parent category is being used as trigger</li>\n</ul>\n\n<p>Version 2.5</p>\n<ul>\n<li>Feature: Payment Method restrictions</li>\n<li>Feature: Ability to set Priority Level of Coupon</li>\n<li>Improvement: Code improvements</li>\n<li>Bug Fix: BOGO deal notice for Product Category does not show up and does not apply the deal</li>\n<li>Bug Fix: Redesign the Scheduler Time Picker field</li>\n<li>Bug Fix: Make versions in plugin dependency notice not-translatable</li>\n</ul>\n\n<p>Version 2.4.2</p>\n<ul>\n<li>Bug Fix: User couldn\'t open checkout page, when 2 Auto Apply coupon applied and one of them has \"Invalid Use Only\" set</li>\n<li>Bug Fix: The applied coupon changes every reloading the page, when 2 Auto Apply coupon applied and both of them has \"Invalid Use Only\" set</li>\n<li>Bug Fix: Coupon with \"Subscription\" product added in the \"Add Product\" feature won\'t be applied and will remove other coupon from the cart</li>\n<li>Bug Fix: When Multiple BOGO Coupon are applied at the same time, it keeps the coupon active when the apply condition isn\'t met.</li>\n</ul>\n\n<p>Version 2.4.1</p>\n<ul>\n<li>Improvement: Add Titles to Scheduler and One Click Apply Notification Tab </li>\n<li>Improvement: Advanced Coupons for WooCommerce Premium French Translation</li>\n<li>Bug Fix: Dollar character can’t be translated on Coupon Editor page</li>\n<li>Bug Fix: Add Products not available for Shop Managers</li>\n<li>Bug Fix: Issue with WooCommerce Memberships plugin - Cart Condition WC Memberships: Disallowed Membership Plans</li>\n<li>Bug Fix: Can\'t save comma as decimal separator on acfwp price field</li>\n</ul>\n\n<p>Version 2.4</p>\n<ul>\n<li>Improvement: Support Shipping Classes for Shipping Overrides</li>\n<li>Improvement: Display amount of discount for Add Products coupons on the Cart Totals</li>\n<li>Feature: BOGO Deals: Automatically add deal products (specific products apply type) to cart when trigger condition is matched</li>\n<li>Improvement: Allow admin to choose whether Add Products should be done before or after Cart Conditions are checked</li>\n<li>Bug Fix: BOGO discount not applying to all products with Add Products, Auto-Apply is enabled for first time cart view</li>\n</ul>\n\n<p>Version 2.3</p>\n<ul>\n<li>Feature: Integration: WPML compatibility</li>\n<li>Improvement: \"Within Hours After Customer Last Order\" description improvement</li>\n</ul>\n\n<p>Version 2.2.3</p>\n<ul>\n<li>Feature: Support WordPress plugin auto-update feature</li>\n<li>Improvement: Shipping Overrides: List non-zoned shipping methods to support 3rd party plugins</li>\n<li>Improvement: WordPress 5.5 compatibility</li>\n<li>Improvement: WooCommerce 4.5 compatibility</li>\n<li>Bug Fix: Scheduler: Clearing the \"Coupon start date\" field using X button won\'t re-enable \"Coupon expiry date\" calendar dates and vice versa</li>\n<li>Bug Fix: Cart Conditions: The number type of Custom Cart Item meta is not rounded down right away</li>\n<li>Bug Fix: Cart Conditions: The product attribute condition from Custom Taxonomy Exist In The Cart doesn\'t work for variable product</li>\n<li>Bug Fix: 3rd party shipping options not showing in Shipping Overrides due to strict validation</li>\n<li>Bug Fix: Shipping Override re-adds tax in the order</li>\n</ul>\n\n<p>Version 2.2.2</p>\n<ul>\n<li>Bug Fix: Minor code issues with WC Admin.</li>\n</ul>\n\n<p>Version 2.2.1</p>\n<ul>\n<li>Bug Fix: ACFWF plugin version 1.2 dependency notice url not working</li>\n</ul>\n\n<p>Version 2.2</p>\n<ul>\n<li>Improvement: Code improvements</li>\n<li>Bug Fix: BOGO Deals set on Repeatedly and applied on Product Categories/Any Product Combination for Variable Products is not calculating properly</li>\n<li>Bug Fix: Able to set negative value in a BOGO any combination & product categories discounts</li>\n</ul>\n\n<p>Version 2.1</p>\n<ul>\n<li>Improvement: Revamp license screen with new UI</li>\n<li>Improvement: Add time value \'HH:MM:SS\' format to coupon start date and expire date for scheduling feature</li>\n<li>Bug Fix: [Cart Conditions] The Customer Has Ordered Products Before period is based on the order modified date</li>\n<li>Bug Fix: The license activation notice shows up for users other than admin</li>\n<li>Bug Fix: Able to search drafted coupons in the Exclude Coupons field</li>\n<li>Bug Fix: Scheduler expiry date can\'t be cleared for cloned coupons</li>\n</ul>\n\n<p>Version 2.0</p>\n<ul>\n<li>Launching the new Advanced Coupons Premium Add-on</li>\n<li>Feature: Loyalty Programs</li>\n<li>Feature: One Click Apply Notification</li>\n<li>Feature: Exclude coupons</li>\n<li>Feature: Orders with coupons report</li>\n<li>Feature: Shipping Overrides module</li>\n<li>Feature: Advanced Usage Limits module</li>\n<li>Feature: Coupon Scheduler module</li>\n<li>Feature: BOGO Deals module (full)</li>\n<li>Feature: Auto Apply module</li>\n<li>Feature: Cart Conditions Module (full)</li>\n<li>Feature: Add Products Module</li>\n</ul>\n\n<p>Version 1.16.1</p>\n<ul>\n<li>Improvement: Compatibility check for upcoming WooCommerce 4.0.0<li>\n<li>Bug Fix: [WC 4.0] Opening new WC Admin analytics for coupon produces an error\n</li>\n</ul>\n\n<p>Version 1.16</p>\n<ul>\n<li>Improvement: Buttons to clear caches</li>\n<li>Improvement: Buttons to manually run crons</li>\n<li>Bug Fix: Auto apply cache \"sometimes\" will blindly try to construct coupons without checking the name first</li>\n<li>Bug Fix: Multisite license issues</li>\n<li>Bug Fix: ACFW module settings can be accessed directly when the ACFW module is disabled</li>\n<li>Bug Fix: Second BOGO deal notice doesn\'t show when two coupons are applied with certain conditions</li>\n<li>Bug Fix: Loyalty Program: Points to earn message in cart/checkout not showing for \"Spending over a certain amount\"</li>\n</ul>\n\n<p>Version 1.15</p>\n<ul>\n<li>Improvement: Big code improvements and optimization</li>\n</ul>\n\n<p>Version 1.14.1</p>\n<ul>\n<li>Improvement: Minor code improvements (Tested on upcoming WC 3.8 and WP 5.3)</li>\n</ul>\n\n<p>Version 1.14</p>\n<ul>\n<li>Feature: Cart Condition: Restrict by shipping zone and region</li>\n<li>Feature: Cart Condition: Custom Meta</li>\n<li>Feature: Additional cart condition settings: Non-qualify message</li>\n<li>Feature: Integration: Aelia\'s WooCommerce Currency Switcher</li>\n<li>Feature: Integration: WooCommerce Memberships Integration</li>\n<li>Improvement: Cart Condition: Restrict Based On Custom Taxonomy In Cart</li>\n<li>Bug Fix: Activation notice not clearing when license is activated and site not activated on ACFW store.</li>\n</ul>\n\n<p>Version 1.13</p>\n<ul>\n<li>Feature: Cart Condition: Total Customer Spend</li>\n<li>Feature: Reset Usage Limits stats on a recurring time period (eg. monthly)</li>\n<li>Improvement: Make product search allowed product types filterable</li>\n<li>Bug Fix: BOGO deal wrong calculation with products that have wholesale price</li>\n<li>Bug Fix: WC3.7: get_used_coupons() deprecated as of WC 3.7</li>\n<li>Bug Fix: When BOGO deals are saved and the coupon hasn\'t been saved before it shows errors during saving</li>\n<li>Bug Fix: Points preview not showing on single variable product page with default variation</li>\n</ul>\n\n<p>Version 1.12</p>\n<ul>\n<li>Feature: Loyalty Programs: Simple way to manage user points</li>\n<li>Improvement: Loyalty Program: Points calculation should optionally include tax and shipping</li>\n<li>Bug Fix: Hidden wholesale variations cause points message to be weird (WWS compatibility)</li>\n<li>Bug Fix: Loyalty Program: “Minimum threshold to earn points” not calculate the order subtotal after discount (if coupon discount applied)</li>\n<li>Bug Fix: Loyalty Program: Error Log for warning message occurs when saving loyalty program admin settings</li>\n</ul>\n\n<p>Version 1.11</p>\n<ul>\n<li>Feature: Loyalty Program: earn points leaving a product review and blog comment</li>\n<li>Feature: Loyalty Program: Earn bonus points for higher spend</li>\n<li>Feature: Loyalty Program: Option to expire points for inactive use for (x) days</li>\n<li>Feature: Loyalty Program: Option to have redeemed coupons expire by period</li>\n<li>Improvement: Loyalty Program: Earn extra points on orders made during a given period</li>\n<li>Bug Fix: Expiry dates on existing coupons wiped when plugin activated</li>\n<li>Bug Fix: Loyalty Program: Form Validation for \"registering as a customer and after completing the first order\"</li>\n</ul>\n\n<p>Version 1.10</p>\n<ul>\n<li>Feature: Ability to categorize coupons</li>\n<li>Improvement: Loyalty Program: Earn extra points on user account signup</li>\n<li>Improvement: Loyalty Program: Earn extra points on first order</li>\n<li>Bug Fix: Cart Conditions: Product Categories doesn\'t apply on variable products</li>\n<li>Bug Fix: Clone Coupon should copy all meta data</li>\n<li>Bug Fix: Auto apply coupon prevents checking out when usage limit is set to 1 per user</li>\n<li>Bug Fix: BOGO discounts should show negative on cart totals</li>\n</ul>\n\n<p>Version 1.9.1</p>\n<ul>\n<li>Bug Fix: Points calculation not working on WP Installs with custom prefix</li>\n<li>Bug Fix: Disallowed roles setting is not working on WP installs with custom prefix</li>\n</ul>\n\n<p>Version 1.9</p>\n<ul>\n<li>Feature: Loyalty Programs</li>\n<li>Bug Fix: Coupon data not saving on wpengine site</li>\n<li>Bug Fix: Points worth has wrong/late calculation after the order is completed</li>\n</ul>\n\n<p>Version 1.8</p>\n<ul>\n<li>Improvement: Improve multi site support</li>\n<li>Improvement: Improve BOGO Deals Apply Type feature for product categories/variable products</li>\n<li>Bug Fix: Hide cart condition select box after condition has been added</li>\n<li>Bug Fix: WooCommerce 3.6: Coupon Expire Date not work </li>\n<li>Bug Fix: WooCommerce 3.6: Product Variable created on WC 3.6 RC1 & RC2 not loaded in some ACFW settings</li>\n</ul>\n\n<p>Version 1.7</p>\n<ul>\n <li>Feature: Shipping price override</li>\n <li>Improvement: Add the disallowed user roles</li>\n</ul>\n\n<p>Version 1.6</p>\n<ul>\n <li>Bug Fix: WP 5.0 : Fatal error when editing the page with [acfw_bogo_deals] shortcode in Gutenberg</li>\n <li>Bug Fix: URL Coupon shows Error 404 if the Custom Structure in the Permalink has a text</li>\n <li>Bug Fix: Export contents are wrong if filters are changed without pressing Filter button</li>\n <li>Bug Fix: Updating a coupon with incomplete settings (Cart Condition, BOGO, Add Products) will yield an error but still proceed with Updating</li>\n <li>Bug Fix: Metorik Helper plugin compat issue</li>\n <li>Bug Fix: Creating an account after checkout removes the discount for coupons with guest role restriction</li>\n</ul>\n\n<p>Version 1.5</p>\n<ul>\n<li>Bug Fix: Variations are not working in Has Ordered Before cart condition</li>\n</ul>\n\n<p>Version 1.4</p>\n<ul>\n<li>Bug Fix: Auto apply is deactivated for all coupons when another coupon is trashed</li>\n<li>Bug Fix: Edge case: If you put a lot of spaces in between words, the url coupon won\'t work</li>\n</ul>\n\n<p>Version 1.3</p>\n<ul>\n<li>Feature: Duplicate a coupon</li>\n<li>Feature: Orders With Coupons Table Report</li>\n<li>Feature: Add a list of coupons used on an Order on the Order quick view popup</li>\n<li>Improvement: Specify which coupons it should not be allowed to work alongside</li>\n<li>Improvement: BOGO Deals shortcode to display all products eligible as \"deals\"</li>\n<li>Bug Fix: If you haven\'t saved a new coupon first before configuring BOGO it will save as draft instead of publish when hitting publish</li>\n<li>Bug Fix: BOGO message doesn\'t show up on apply until you refresh the cart</li>\n<li>Bug Fix: BOGO fatal errors when adding a Product Bundle</li>\n</ul>\n\n\n<p>Version 1.2</p>\n<ul>\n<li>Bug: Fix PHP Warning when updating WooCommerce via the beta tester plugin</li>\n<li>Bug: Cart Conditions: allow 0 value in quantity field property when editing product lines</li>\n<li>Bug: Cart Conditions: Cart Subtotal condition should not accept LESS THAN 0</li>\n<li>Bug: Activate the Save BOGO Deals button when BOGO type is changed</li>\n<li>Bug: Duplicate redeem deals notices displayed in some conditions</li>\n<li>Bug: When coupon titles contain spaces Coupon URLs will not work</li>\n<li>Bug: Add as deals button breaking layout on themes who improperly use woocommerce_loop_add_to_cart_link filter hook (themes should pass the $args variable but now we handle for improper hook usage better)</li>\n</ul>\n\n\n<p>Version 1.1.0</p>\n<ul>\n<li>Feature: BOGO Deals: allow users to set price for product deals</li>\n<li>Feature: Different BOGO Types implementation</li>\n<li>Feature: Add A Product or Products On Apply</li>\n<li>Improvement: BOGO Deals settings for displaying notice</li>\n<li>Improvement: Design improvements to Cart Conditions interface</li>\n<li>Improvement: Rearrange coupon edit tabs</li>\n<li>Bug: Allow a float value in Cart Subtotal cart conditions</li>\n<li>Bug: Draft coupons should not be checked for one click notifications and auto applies</li>\n<li>Bug: Adding product to a product quantity in to cart condition group</li>\n<li>Bug: BOGO Deals: adding multiple product as deals will discount the previously added products</li>\n<li>Bug: Has ordered before cart condition issues</li>\n<li>Bug: BOGO Deals: The setting \"How should the BOGO deal be applied?\" will only work for Specific Products, it will not work on combination of products and categories</li>\n</ul>\n\n\n<p>Version 1.0.1</p>\n<ul>\n<li>Improvement: Hide license key after input</li>\n<li>Improvement: Fix help tip text on schedule tab</li>\n<li>Improvement: Activate the Save BOGO Deals button when clicking the edit button instead of pencil icon</li>\n<li>Improvement: Add cancel button when editing the BOGO condition or deals list</li>\n<li>Bug Fix: Add Free Products: conflict with WWS wholesale pricing</li>\n</ul>\n\n<p>Version 1.0.0</p>\n<ul>\n<li>Initial version</li>\n</ul>\";s:7:\"support\";s:306:\"<p>For support, please visit our <a href=\"https://advancedcouponsplugin.com/knowledge-base/\" target=\"_blank\">knowledge base</a>. If you cannot find an answer to your question please <a href=\"https://advancedcouponsplugin.com/support/\" target=\"_blank\">log a ticket</a> and our team will get back to you.</p>\";}','off'),(188015,'wtier_bfcm_twenty_twenty_four_banner_state','4','auto'),(192940,'_transient_timeout_woocommerce_marketplace_promotions_v2','1766894402','off'),(192941,'_transient_woocommerce_marketplace_promotions_v2','a:2:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}s:6:\"promos\";a:4:{i:0;a:9:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"path\";s:0:\"\";s:8:\"pathname\";s:33:\"/wp-admin/admin.php?page=wc-admin\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:13:\"Shop the sale\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:240:\"Save up to 40% on themes and extensions in the WooCommerce Marketplace until December 2 at 14:00 UTC. <strong>Coupon applied at checkout.</strong> <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:29:\"Black Friday savings are live\";}s:4:\"icon\";s:7:\"percent\";}i:1;a:9:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:10:\"/marketing\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:23:\"Level up your marketing\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:223:\"Save up to 40% in the Woo BFCM sale. <strong>Coupon applied at checkout.</strong> Offer ends December 2 at 14:00 UTC. T&Cs apply. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:43:\"Take up to 40% off marketing tools and more\";}s:4:\"icon\";s:7:\"percent\";}i:2;a:10:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"path\";s:0:\"\";s:8:\"pathname\";s:40:\"/wp-admin/edit.php?post_type=shop_coupon\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:19:\"Upgrade your promos\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:211:\"Save up to 40% in the Woo BFCM sale. <strong>Coupon applied at checkout.</strong> Offer ends December 2 at 14:00 UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:46:\"Take up to 40% off coupon and promo extensions\";}s:5:\"style\";s:4:\"wide\";s:4:\"icon\";s:7:\"percent\";}i:3;a:10:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:13:\"Shop the sale\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:233:\"Take up to 40% off WooCommerce Marketplace products this BFCM. <strong>Coupon applied at checkout.</strong> Sale ends December 2 at 14:00 UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&Cs</a> apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:39:\"Save up to 40% on your next big upgrade\";}s:5:\"style\";s:14:\"has-background\";s:4:\"icon\";s:7:\"percent\";}}}','off'),(193312,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),(193341,'GOTMLS_Installation_Keys','s:102:\"a:1:{s:32:\"065b29deb5221fcbd836d211604cb578\";s:48:\"https://lcaportalstoreg.liceclinicsofamerica.com\";}\";','auto'),(204858,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204859,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204860,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(204863,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),(204864,'woocommerce_feature_remote_logging_enabled','yes','on'),(204866,'woocommerce_feature_email_improvements_enabled','no','on'),(204884,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),(217103,'_transient_astra-addon_license_status','1','off'),(218856,'elementor_landing_pages_activation','0','auto'),(218875,'wt_o_iew_basic_json_migration_complete','yes','auto'),(218900,'_transient_wc_min_max_quantity-transient-version','1765817370','on'),(218925,'_elementor_local_google_fonts','a:5:{s:10:\"montserrat\";a:2:{s:3:\"url\";s:109:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css\";s:7:\"version\";i:1742835262;}s:7:\"raleway\";a:2:{s:3:\"url\";s:106:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/raleway.css\";s:7:\"version\";i:1742835263;}s:6:\"roboto\";a:2:{s:3:\"url\";s:105:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1742863431;}s:13:\"archivonarrow\";a:2:{s:3:\"url\";s:112:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/archivonarrow.css\";s:7:\"version\";i:1742931622;}s:12:\"merriweather\";a:2:{s:3:\"url\";s:111:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/elementor/google-fonts/css/merriweather.css\";s:7:\"version\";i:1742931623;}}','auto'),(220825,'wccom-product-installation-state-18741','a:13:{s:10:\"product_id\";i:18741;s:15:\"idempotency_key\";s:12:\"oag9nYPgwBeq\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:27:\"Shipping Multiple Addresses\";s:12:\"download_url\";s:449:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPICZDWDNUW%2F20250331%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250331T181938Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=8f33b0f0ade1f79532cd0b05e4e7bb2c7ac45d7f961ff0eb54ce1db5119bcb0a\";s:13:\"download_path\";s:55:\"/tmp/woocommerce-shipping-multiple-addresses-4aPn71.tmp\";s:13:\"unpacked_path\";s:109:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-shipping-multiple-addresses-4aPn71\";s:14:\"installed_path\";s:103:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-shipping-multiple-addresses/\";s:29:\"already_installed_plugin_info\";N;s:12:\"started_date\";i:1743445177;}','auto'),(221602,'thwma_custom_sections','a:4:{i:0;a:4:{s:2:\"id\";s:16:\"billing_shipping\";s:4:\"name\";s:16:\"billing_shipping\";s:5:\"order\";i:1;s:5:\"title\";s:16:\"Billing/Shipping\";}i:1;a:4:{s:2:\"id\";s:17:\"multiple_shipping\";s:4:\"name\";s:17:\"multiple_shipping\";s:5:\"order\";i:1;s:5:\"title\";s:17:\"Multiple Shipping\";}i:2;a:4:{s:2:\"id\";s:11:\"guest_users\";s:4:\"name\";s:11:\"guest_users\";s:5:\"order\";i:1;s:5:\"title\";s:11:\"Guest Users\";}i:3;a:4:{s:2:\"id\";s:12:\"manage_style\";s:4:\"name\";s:12:\"manage_style\";s:5:\"order\";i:1;s:5:\"title\";s:11:\"Manage Text\";}}','auto'),(221603,'thwma_general_settings','a:5:{s:26:\"settings_multiple_shipping\";a:11:{s:20:\"enable_cart_shipping\";s:3:\"yes\";s:16:\"exclude_products\";s:0:\"\";s:19:\"hidden_ex_pdts_list\";s:0:\"\";s:16:\"exclude_category\";s:0:\"\";s:19:\"hidden_ex_catg_list\";s:0:\"\";s:24:\"enable_product_variation\";s:2:\"no\";s:21:\"order_shipping_status\";s:3:\"yes\";s:23:\"enable_product_disticty\";s:2:\"no\";s:12:\"handling_fee\";s:2:\"no\";s:16:\"shop_page_reload\";s:2:\"no\";s:18:\"notification_email\";s:2:\"no\";}s:16:\"settings_billing\";a:6:{s:14:\"enable_billing\";s:3:\"yes\";s:15:\"billing_display\";s:13:\"popup_display\";s:24:\"billing_display_position\";s:5:\"above\";s:21:\"billing_display_title\";s:4:\"link\";s:20:\"billing_display_text\";s:32:\"Billing with a different address\";s:21:\"billing_address_limit\";s:2:\"20\";}s:17:\"settings_shipping\";a:6:{s:15:\"enable_shipping\";s:3:\"yes\";s:16:\"shipping_display\";s:13:\"popup_display\";s:25:\"shipping_display_position\";s:5:\"above\";s:22:\"shipping_display_title\";s:4:\"link\";s:21:\"shipping_display_text\";s:31:\"Shipping to a different address\";s:22:\"shipping_address_limit\";s:2:\"20\";}s:15:\"settings_styles\";a:4:{s:20:\"enable_button_styles\";s:3:\"yes\";s:23:\"button_background_color\";s:7:\"#000000\";s:17:\"button_text_color\";s:7:\"#ffffff\";s:14:\"button_padding\";s:4:\"auto\";}s:21:\"enable_custom_section\";s:2:\"no\";}','auto'),(221612,'e_editor_counter','54','auto'),(225104,'_fluentmail_last_generated_state','87dc8f491f36a5c8c2549e6fad7a4dab','auto'),(225109,'_fluentsmtp_intended_outlook_info','a:2:{s:9:\"client_id\";s:36:\"8f03f232-19d0-42ce-aea3-0eab9d7dc504\";s:13:\"client_secret\";s:40:\"cWP8Q~4LsvrmXC9OrjKOnfSGaG0mZYou7b4hoa2f\";}','auto'),(225111,'fluentmail-settings','a:5:{s:8:\"mappings\";a:1:{s:32:\"noreply@liceclinicsofamerica.com\";s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";}s:11:\"connections\";a:1:{s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";a:2:{s:5:\"title\";s:25:\"Gmail or Google Workspace\";s:17:\"provider_settings\";a:15:{s:8:\"provider\";s:5:\"gmail\";s:11:\"sender_name\";s:31:\"Lice Clinics of America NoReply\";s:12:\"sender_email\";s:32:\"noreply@liceclinicsofamerica.com\";s:15:\"force_from_name\";s:2:\"no\";s:11:\"return_path\";s:3:\"yes\";s:9:\"key_store\";s:2:\"db\";s:9:\"client_id\";s:72:\"322971637331-b444sh154rh1v759oca0mp4rghrt9tep.apps.googleusercontent.com\";s:13:\"client_secret\";s:200:\"QXe1sx/fb+PpfN9UvyB4NC9pK3ZHTkFNRjNVVWtudWxRYzI5Q3hITDNqTjZZUEMyVGJuNjdxR2tJVUtnMHhHUFZvWUtGNVNFbm1oLytmSkQ4SHRnQ1Vua2crWVJrc1BOcHF2WGJ3MU1ua1lVd21PZjdVeVhSYVgzSnJ0dGRLUFhYTzc3bEoxYWgvYW5lRTRNL2UvcQ==\";s:10:\"auth_token\";s:0:\"\";s:12:\"access_token\";s:224:\"ya29.a0AS3H6Ny8-SiItpvVqTUghNOzX6m5RFHGvM7hZFI0reKz3Pck5ksvYjHFMgqxYdEhftT5wRKtDEQbnSfx2JAH94AdEV3uAwXVMhEhLdHqyEUuP40UIW6LKBwdwpaaJqE8kEO6JOJ-71mC1Ar5xdxV00PUIMwwHf9yg037LNDhoQaCgYKAeQSAQ8SFQHGX2Mi2pirRpporxy4Xb6iBVhW2A0177\";s:13:\"refresh_token\";s:103:\"1//05tfxAdxC3QnKCgYIARAAGAUSNwF-L9IrjDUEwqAOzZ9-WQ1KLjYh_rYtH7vu0oWDszsiO4i1NJv01CHRRujAGOdsDmQcWc4kSEc\";s:12:\"expire_stamp\";i:1754679667;s:19:\"force_from_email_id\";s:32:\"noreply@liceclinicsofamerica.com\";s:10:\"expires_in\";i:3599;s:7:\"version\";i:2;}}}s:4:\"misc\";a:4:{s:10:\"log_emails\";s:3:\"yes\";s:23:\"log_saved_interval_days\";s:2:\"14\";s:22:\"disable_fluentcrm_logs\";s:2:\"no\";s:18:\"default_connection\";s:32:\"d932e2d5e7586bcc9a1e26bf86c61d13\";}s:11:\"use_encrypt\";s:3:\"yes\";s:4:\"test\";s:144:\"Ih8hz5zsnjaBI8HvA8upZkZWN3ZsWmZjM1d0TFNQK21lelVQOFh5RDVGVjdUR01OQkUyd0VBZ2NaRXFiR2k1bE16Z0RSbTk3Qmh1MUI1QUdMYTE5YUtTZWJvb0ZHbEt6dVFXK1VvSU9Nczg9\";}','auto'),(226630,'astra_analytics_installed_time','1745249214','off'),(226634,'astra_analytics_optin','no','auto'),(226653,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','auto'),(226656,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),(226657,'woocommerce_email_auto_sync_with_theme','no','off'),(226682,'woocommerce_mmq_tracking_data','a:2:{s:8:\"products\";a:22:{s:14:\"products_count\";i:53;s:22:\"product_variable_count\";i:0;s:24:\"product_variations_count\";i:0;s:24:\"product_categories_count\";i:12;s:31:\"product_with_min_quantity_count\";i:0;s:31:\"product_with_max_quantity_count\";i:4;s:27:\"product_with_group_of_count\";i:0;s:43:\"product_with_exclude_from_order_rules_count\";i:0;s:46:\"product_with_exclude_from_category_rules_count\";i:0;s:46:\"product_variable_with_combine_variations_count\";i:0;s:41:\"product_variation_with_min_quantity_count\";i:0;s:41:\"product_variation_with_max_quantity_count\";i:0;s:46:\"product_variation_with_group_of_quantity_count\";i:0;s:53:\"product_variation_with_exclude_from_order_rules_count\";i:0;s:56:\"product_variation_with_exclude_from_category_rules_count\";i:0;s:32:\"category_with_min_quantity_count\";i:0;s:32:\"category_with_max_quantity_count\";i:0;s:37:\"category_with_group_of_quantity_count\";i:0;s:22:\"minimum_order_quantity\";i:0;s:22:\"maximum_order_quantity\";i:0;s:19:\"minimum_order_value\";i:0;s:19:\"maximum_order_value\";i:0;}s:4:\"info\";a:2:{s:10:\"iterations\";i:1;s:12:\"started_time\";i:1766417401;}}','auto'),(232613,'advanced_woo_discount_rules_load_version','v2','auto'),(232614,'awdr_activity_log_version','2.6.13','auto'),(232615,'awdr_migration_info','a:1:{s:13:\"has_migration\";i:0;}','auto'),(232616,'advanced_woo_discount_rules_current_version','2.6.13','auto'),(232633,'external_updates-woo-discount-rules-pro','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1766732403;s:14:\"checkedVersion\";s:6:\"2.6.13\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:22:\"woo-discount-rules-pro\";s:7:\"version\";s:6:\"2.6.13\";s:12:\"download_url\";s:147:\"https://my.flycart.org/?user_id=42950&am_download_file=19&am_order=99681&hname=Yw8gGHe2r6cR&hkey=4OGfpzNd9mmqjsYW&hexpires=1767337208&remote_url=no\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:20:\"https://flycart.org/\";s:6:\"tested\";s:7:\"6.8.999\";s:14:\"upgrade_notice\";s:51:\"Update available for Discount Rules for WooCommerce\";s:5:\"icons\";a:0:{}s:8:\"filename\";s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','off'),(232635,'woo-discount-config-v2','a:1:{s:11:\"licence_key\";s:40:\"846050331ab91cce0e96e8f34226b4df515231f3\";}','auto'),(232636,'advanced_woo_discount_rules_licence_verified_time','1746804140','auto'),(232637,'advanced_woo_discount_rules_licence_status','1','auto'),(233954,'tgwc_version','2.0.1','auto'),(233977,'tgwc_settings','a:9:{s:13:\"custom_avatar\";b:1;s:4:\"icon\";b:1;s:20:\"group_accordion_icon\";b:0;s:29:\"group_accordion_default_state\";s:8:\"expanded\";s:13:\"icon_position\";s:5:\"right\";s:22:\"enable_ajax_navigation\";b:0;s:16:\"default_endpoint\";s:9:\"dashboard\";s:12:\"enable_debug\";b:0;s:8:\"frontend\";a:3:{s:11:\"fontawesome\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}s:8:\"dropzone\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}s:16:\"jqueryscrolltabs\";a:2:{s:3:\"css\";b:1;s:2:\"js\";b:1;}}}','auto'),(233978,'tgwc_flush_rewrite','','auto'),(233981,'tgwc_endpoints','','auto'),(255386,'woocommerce_shipping_hide_rates_when_free','no','off'),(255387,'woocommerce_email_header_image_width','120','on'),(255388,'woocommerce_email_header_alignment','left','on'),(255389,'woocommerce_email_font_family','Helvetica','on'),(255390,'woocommerce_feature_blueprint_enabled','yes','on'),(255392,'woocommerce_hpos_datastore_caching_enabled','no','on'),(255393,'woocommerce_feature_block_email_editor_enabled','no','on'),(255422,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1790463602','off'),(255423,'_transient_woocommerce_analytics_orders_statuses_all','a:9:{i:0;s:12:\"wc-completed\";i:1;s:11:\"wc-refunded\";i:2;s:12:\"wc-cancelled\";i:3;s:13:\"wc-processing\";i:4;s:10:\"wc-on-hold\";i:5;s:10:\"wc-approve\";i:6;s:10:\"wc-pending\";i:7;s:10:\"wc-waiting\";i:8;s:19:\"wc-pending-approval\";}','off'),(259410,'as_has_wp_comment_logs','no','on'),(259977,'woocommerce_admin_dismissed_try_email_improvements_modal','yes','auto'),(259979,'_transient_woocommerce_product_task_has_product_transient','yes','on'),(260598,'_elementor_home_screen_data','a:2:{s:7:\"timeout\";i:1752097370;s:5:\"value\";s:10885:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/essential-upgrade.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-upgrade\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}','off'),(260600,'elementor_allow_tracking_last_update','1752093801','auto'),(260601,'elementor_google_maps_api_key','','auto'),(260602,'elementor_font_awesome_pro_kit_id','','auto'),(260603,'elementor_pro_stripe_test_secret_key','','auto'),(260604,'elementor_validate_stripe_api_test_secret_key_button','','auto'),(260605,'elementor_pro_stripe_live_secret_key','','auto'),(260606,'elementor_validate_stripe_api_live_secret_key_button','','auto'),(260607,'elementor_stripe_legal_disclaimer','','auto'),(260608,'elementor_google_font','1','auto'),(260609,'elementor_font_display','auto','auto'),(260610,'elementor_form-submissions','','auto'),(260611,'elementor_meta_generator_tag','','auto'),(260612,'elementor_optimized_image_loading','1','auto'),(260613,'elementor_optimized_gutenberg_loading','1','auto'),(260614,'elementor_lazy_load_background_images','1','auto'),(260615,'elementor_experiment-e_optimized_markup','default','auto'),(260616,'elementor_experiment-cloud-library','default','auto'),(260617,'elementor_experiment-container','active','auto'),(260618,'elementor_experiment-nested-elements','default','auto'),(260619,'elementor_experiment-mega-menu','default','auto'),(260620,'elementor_experiment-e_font_icon_svg','default','auto'),(260621,'elementor_experiment-additional_custom_breakpoints','default','auto'),(260622,'elementor_experiment-theme_builder_v2','default','auto'),(260623,'elementor_experiment-e_element_cache','default','auto'),(260788,'site_logo','3577','auto'),(261305,'_transient_filter_data-transient-version','1755199407','on'),(261683,'allowed_astra_notices','a:2:{i:0;s:24:\"theme-min-version-notice\";i:1;s:16:\"uae-optin-notice\";}','auto'),(261690,'astra_nps_show','1','auto'),(261744,'fs_active_plugins','O:8:\"stdClass\":0:{}','auto'),(261745,'fs_debug_mode','','auto'),(261746,'fs_accounts','a:8:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:17:{s:19:\"last_load_timestamp\";i:1752174170;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1752174170;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:7:\"1.5.146\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:40:\"lcaportalstoreg.liceclinicsofamerica.com\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1752174170;s:7:\"version\";s:7:\"1.5.146\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1752174264;s:7:\"version\";s:7:\"1.5.146\";}}}s:13:\"file_slug_map\";a:1:{s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:32:\"Unlimited Elements for Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:55:\"unlimited-elements-for-elementor/unlimited_elements.php\";s:7:\"version\";s:7:\"1.5.146\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}s:9:\"unique_id\";s:32:\"ce9f7ee9cf6e23c97582e21e4c138d92\";s:13:\"admin_notices\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:0:{}}}','auto'),(261747,'fs_api_cache','a:0:{}','off'),(261753,'unitecreator_db_version','6','auto'),(261770,'uae_lite_is_activated','yes','auto'),(261773,'hfe_is_theme_supported','1','auto'),(261774,'_hfe_db_version','2.7.0','auto'),(261775,'hfe_onboarding_triggered','yes','auto'),(261776,'hfe_plugin_previous_version','2.6.2','auto'),(261777,'hfe_plugin_version','2.7.0','auto'),(261778,'uae_analytics_installed_time','1752174226','off'),(261781,'nps-survey-header-footer-elementor','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1752174226;}','auto'),(261788,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1752130480;s:7:\"catalog\";a:4:{s:6:\"addons\";a:19:{s:16:\"Creative Widgets\";a:30:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.png\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:3;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.png\";s:7:\"preview\";s:33:\"icon-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:4;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.png\";s:7:\"preview\";s:31:\"number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.png\";s:7:\"preview\";s:32:\"blob-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.png\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.png\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:8;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.png\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:9;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Stacked Images\";s:4:\"name\";s:14:\"stacked_images\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_images.png\";s:7:\"preview\";s:35:\"stacked-images-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:12;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:13;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Stacking Cards\";s:4:\"name\";s:14:\"stacking_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacking_cards.png\";s:7:\"preview\";s:35:\"stacking-cards-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:15;a:6:{s:5:\"title\";s:16:\"Scroll Accordion\";s:4:\"name\";s:16:\"scroll_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/scroll_accordion.png\";s:7:\"preview\";s:37:\"scroll-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:16;a:6:{s:5:\"title\";s:13:\"Stacked Icons\";s:4:\"name\";s:13:\"stacked_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/stacked_icons.png\";s:7:\"preview\";s:34:\"stacked-icons-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:17;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.png\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:18;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:19;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"particle-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:33:\"image-shapes-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:44:\"animated-hamburger-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:40:\"scroll-image-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:25;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:26;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequence-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:13:\"Custom Cursor\";s:4:\"name\";s:13:\"custom_cursor\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/custom_cursor.png\";s:7:\"preview\";s:34:\"custom-cursor-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:12:\"Hexagon Grid\";s:4:\"name\";s:24:\"ue_hexagon_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_hexagon_image_gallery.png\";s:7:\"preview\";s:33:\"hexagon-grid-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:29;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:5:\"Tools\";a:36:{i:0;a:6:{s:5:\"title\";s:15:\"Toggle Dropdown\";s:4:\"name\";s:7:\"dropbar\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/dropbar.png\";s:7:\"preview\";s:36:\"toggle-dropdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:6:\"How To\";s:4:\"name\";s:6:\"how_to\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/how_to.png\";s:7:\"preview\";s:27:\"how-to-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:17:\"Protected Content\";s:4:\"name\";s:17:\"protected_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/protected_content.png\";s:7:\"preview\";s:38:\"protected-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:6:\"Layers\";s:4:\"name\";s:6:\"layers\";s:6:\"isfree\";b:0;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/layers.png\";s:7:\"preview\";s:27:\"layers-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:4;a:6:{s:5:\"title\";s:18:\"360 Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Currency Converter\";s:4:\"name\";s:17:\"currency_exchange\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/currency_exchange.png\";s:7:\"preview\";s:39:\"currency-converter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/scrolling_screenshot.png\";s:7:\"preview\";s:33:\"image-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:10:\"PDF Viewer\";s:4:\"name\";s:10:\"pdf_viewer\";s:6:\"isfree\";b:1;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/pdf_viewer.png\";s:7:\"preview\";s:31:\"pdf-viewer-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:9;a:6:{s:5:\"title\";s:7:\"Weather\";s:4:\"name\";s:7:\"weather\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/weather.png\";s:7:\"preview\";s:28:\"weather-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.png\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:11;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:1;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.png\";s:7:\"preview\";s:29:\"hotspots-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:12;a:6:{s:5:\"title\";s:12:\"Code Snippet\";s:4:\"name\";s:11:\"source_code\";s:6:\"isfree\";b:1;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/source_code.png\";s:7:\"preview\";s:33:\"code-snippet-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.png\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:17;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.png\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:13:\"Smooth Scroll\";s:4:\"name\";s:13:\"smooth_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/smooth_scroll.png\";s:7:\"preview\";s:34:\"smooth-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:8:\"Calendar\";s:4:\"name\";s:11:\"ue_calendar\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_calendar.png\";s:7:\"preview\";s:29:\"calendar-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:22;a:6:{s:5:\"title\";s:16:\"Age Verification\";s:4:\"name\";s:22:\"age_verification_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/age_verification_field.png\";s:7:\"preview\";s:37:\"age-verification-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:10:\"Off Canvas\";s:4:\"name\";s:10:\"off_canvas\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/off_canvas.png\";s:7:\"preview\";s:31:\"off-canvas-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:14:\"Cookie Consent\";s:4:\"name\";s:14:\"cookie_consent\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/cookie_consent.png\";s:7:\"preview\";s:35:\"cookie-consent-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:14:\"Random Content\";s:4:\"name\";s:17:\"ue_random_content\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/ue_random_content.png\";s:7:\"preview\";s:35:\"random-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:8:\"RSS Feed\";s:4:\"name\";s:8:\"rss_feed\";s:6:\"isfree\";b:1;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/rss_feed.png\";s:7:\"preview\";s:29:\"rss-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:27;a:6:{s:5:\"title\";s:15:\"Restaurant Menu\";s:4:\"name\";s:15:\"restaurant_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/restaurant_menu.png\";s:7:\"preview\";s:36:\"restaurant-menu-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:28;a:6:{s:5:\"title\";s:20:\"Payment Method Icons\";s:4:\"name\";s:20:\"payment_method_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/payment_method_icons.png\";s:7:\"preview\";s:41:\"payment-method-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:6:\"Recipe\";s:4:\"name\";s:6:\"recipe\";s:6:\"isfree\";b:1;s:5:\"image\";s:69:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/recipe.png\";s:7:\"preview\";s:27:\"recipe-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:30;a:6:{s:5:\"title\";s:14:\"Repeater Table\";s:4:\"name\";s:14:\"repeater_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_table.png\";s:7:\"preview\";s:35:\"repeater-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:17:\"Repeater Carousel\";s:4:\"name\";s:17:\"repeater_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_carousel.png\";s:7:\"preview\";s:38:\"repeater-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:32;a:6:{s:5:\"title\";s:13:\"Repeater Tabs\";s:4:\"name\";s:13:\"repeater_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_tabs.png\";s:7:\"preview\";s:34:\"repeater-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:33;a:6:{s:5:\"title\";s:13:\"Repeater Grid\";s:4:\"name\";s:13:\"repeater_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_grid.png\";s:7:\"preview\";s:34:\"repeater-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:34;a:6:{s:5:\"title\";s:18:\"Repeater Accordion\";s:4:\"name\";s:18:\"repeater_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/repeater_accordion.png\";s:7:\"preview\";s:39:\"repeater-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"rs\";}i:35;a:6:{s:5:\"title\";s:20:\"Disable Right Click\";s:4:\"name\";s:19:\"disable_right_click\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/disable_right_click.png\";s:7:\"preview\";s:40:\"disable-right-click-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.png\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.png\";s:7:\"preview\";s:34:\"post-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.png\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.png\";s:7:\"preview\";s:30:\"post-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:5;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.png\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:6;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.png\";s:7:\"preview\";s:35:\"post-accordion-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:7;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.png\";s:7:\"preview\";s:32:\"post-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.png\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:9;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.png\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.png\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:11;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:12;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.png\";s:7:\"preview\";s:37:\"post-card-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.png\";s:7:\"preview\";s:32:\"post-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:30:\"post-tile-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:32:\"author-list-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.png\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.png\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}}s:20:\"Post Filters & Tools\";a:19:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"name\";s:18:\"breadcrumbs_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/breadcrumbs_widget.png\";s:7:\"preview\";s:32:\"breadcrumbs-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.jpg\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.jpg\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:18:\"Price Range Filter\";s:4:\"name\";s:18:\"price_range_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/price_range_filter.png\";s:7:\"preview\";s:39:\"price-range-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:23:\"Colors Swatches Filter\";s:4:\"name\";s:22:\"colors_swatches_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/colors_swatches_filter.png\";s:7:\"preview\";s:42:\"color-swatches-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:18:\"Off Canvas Filters\";s:4:\"name\";s:23:\"mobile_dropdown_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/mobile_dropdown_filters.png\";s:7:\"preview\";s:39:\"off-canvas-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Accordion Filters\";s:4:\"name\";s:17:\"accordion_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/accordion_filters.png\";s:7:\"preview\";s:38:\"accordion-filters-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:15:\"Alphabet Filter\";s:4:\"name\";s:18:\"ue_alphabet_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_alphabet_filter.png\";s:7:\"preview\";s:36:\"alphabet-filter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Form Builder\";a:19:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:2:\"am\";}i:5;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Multi Step Form\";s:4:\"name\";s:15:\"multi_step_form\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/multi_step_form.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:10;a:6:{s:5:\"title\";s:10:\"File Field\";s:4:\"name\";s:10:\"file_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/file_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:13:\"Confirm Field\";s:4:\"name\";s:13:\"confirm_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/confirm_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:17:\"Star Rating Field\";s:4:\"name\";s:17:\"star_rating_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/star_rating_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:9:\"NPS Field\";s:4:\"name\";s:9:\"nps_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/nps_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:17;a:6:{s:5:\"title\";s:11:\"Scale Field\";s:4:\"name\";s:11:\"scale_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/scale_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:1:\"r\";}i:18;a:6:{s:5:\"title\";s:12:\"Likert Scale\";s:4:\"name\";s:12:\"likert_scale\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/likert_scale.png\";s:7:\"preview\";s:12:\"form-builder\";s:4:\"tags\";s:0:\"\";}}s:11:\"Woo Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:13:\"Woo Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woo_mini_cart_ax.png\";s:7:\"preview\";s:34:\"woo-mini-cart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Woo Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_grid.png\";s:7:\"preview\";s:37:\"woo-product-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:2;a:6:{s:5:\"title\";s:16:\"Woo Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_list.jpg\";s:7:\"preview\";s:37:\"woo-product-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ars\";}i:3;a:6:{s:5:\"title\";s:20:\"Woo Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_carousel.png\";s:7:\"preview\";s:41:\"woo-product-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:4;a:6:{s:5:\"title\";s:15:\"Woo AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_ajax_search.png\";s:7:\"preview\";s:36:\"woo-ajax-search-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:17:\"Woo Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_grid.png\";s:7:\"preview\";s:39:\"woo-category-grid-widget-for-elemenetor\";s:4:\"tags\";s:1:\"s\";}i:6;a:6:{s:5:\"title\";s:21:\"Woo Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_category_carousel.png\";s:7:\"preview\";s:42:\"woo-category-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:18:\"Woo Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/woocommerce_product_slider.png\";s:7:\"preview\";s:39:\"woo-product-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"ar\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Woo Widgets/quantity_increment_buttons.png\";s:7:\"preview\";s:47:\"quantity-increment-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:17:\"Marketing Widgets\";a:54:{i:0;a:6:{s:5:\"title\";s:5:\"Badge\";s:4:\"name\";s:5:\"badge\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/badge.png\";s:7:\"preview\";s:26:\"badge-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:15:\"Comparison List\";s:4:\"name\";s:15:\"comparison_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/comparison_list.png\";s:7:\"preview\";s:36:\"comparison-list-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.png\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:42:\"unlimited-google-maps-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_carousel.png\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.png\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_grid.png\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:7;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_testimonial.png\";s:7:\"preview\";s:36:\"testimonial-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:11;a:6:{s:5:\"title\";s:16:\"Testimonial Grid\";s:4:\"name\";s:16:\"testemonial_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/testemonial_grid.png\";s:7:\"preview\";s:37:\"testimonial-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:12;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/material_block_quote.png\";s:7:\"preview\";s:37:\"block-quote-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_card.png\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:15;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"instagram-latest-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.png\";s:7:\"preview\";s:32:\"product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/logo_card_testimonial.png\";s:7:\"preview\";s:37:\"testimonial-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:23;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_box_overlay.gif\";s:7:\"preview\";s:36:\"team-member-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/circle_effect_team_member.gif\";s:7:\"preview\";s:44:\"team-member-icon-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:41:\"instagram-metro-grid-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:30;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:31;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:4:\"tags\";s:1:\"s\";}i:32;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:33;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"team-member-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:34;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:35;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.png\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:36;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.png\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:37;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.png\";s:7:\"preview\";s:33:\"product-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:38;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:39;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:39:\"product-highlights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:40;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:41;a:6:{s:5:\"title\";s:17:\"Statistic Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:38:\"statistic-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:42;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:37:\"icon-mobile-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:43;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:44;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.png\";s:7:\"preview\";s:36:\"timer-countdown-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:45;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:43:\"pricing-table-flip-box-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:46;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:47;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:36:\"review-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:48;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.png\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:49;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:50;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:51;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:52;a:6:{s:5:\"title\";s:13:\"Telegram Chat\";s:4:\"name\";s:13:\"telegram_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/telegram_chat.png\";s:7:\"preview\";s:34:\"telegram-chat-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:53;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:30:\"loop-grid-widget-for-elementor\";s:4:\"tags\";s:2:\"as\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:34:\"loop-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:30:\"loop-tabs-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:35:\"loop-accordion-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:32:\"loop-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:41:\"dynamic-popup-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.png\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.png\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.png\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.png\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.png\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.png\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.png\";s:7:\"preview\";s:38:\"remote-play-pause-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.png\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Menu Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.png\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.png\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.jpg\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:30:\"list-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Multi Level Sliding Menu\";s:4:\"name\";s:24:\"multi_level_sliding_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/multi_level_sliding_menu.png\";s:7:\"preview\";s:45:\"multi-level-sliding-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.png\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:15:\"Content Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/image_card_carousel.png\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:2;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.png\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:3;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/cover_flow_carousel.png\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:5;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:6;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/icon_carousel.png\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:7;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.png\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:4:\"tags\";s:4:\"amrs\";}i:8;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:11;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:35:\"swipe-carousel-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:12;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:13;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:14;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:16;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:17;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.png\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:20;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}}s:13:\"Media Widgets\";a:16:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.png\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.png\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:2;a:6:{s:5:\"title\";s:27:\"Masonry & Justified Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.png\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:3;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:4;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.png\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:5;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.png\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:6;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:7;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.png\";s:7:\"preview\";s:38:\"thumbnail-gallery-widget-for-elementor\";s:4:\"tags\";s:1:\"a\";}i:8;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:10;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:13;a:6:{s:5:\"title\";s:22:\"Image and Video Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:43:\"image-and-video-slider-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:14;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}}s:19:\"Infographic Widgets\";a:13:{i:0;a:6:{s:5:\"title\";s:24:\"Vertical Curved Timeline\";s:4:\"name\";s:23:\"vertical_curve_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/vertical_curve_timeline.png\";s:7:\"preview\";s:45:\"vertical-curved-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:19:\"Horizontal Timeline\";s:4:\"name\";s:19:\"horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/horizontal_timeline.png\";s:7:\"preview\";s:40:\"horizontal-timeline-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.png\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:4;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.png\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:4:\"tags\";s:3:\"ams\";}i:5;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:4:\"tags\";s:1:\"r\";}i:6;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:4:\"tags\";s:3:\"amr\";}i:8;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.png\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.png\";s:7:\"preview\";s:30:\"pie-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.png\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.png\";s:7:\"preview\";s:31:\"line-chart-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Content Boxes\";a:20:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:23:\"Content Reveal on Hover\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:44:\"content-reveal-on-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:26:\"Caption Reveal Content Box\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:47:\"caption-reveal-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/material_footer_card.jpg\";s:7:\"preview\";s:30:\"icon-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:31:\"image-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:40:\"content-box-overlay-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:36:\"icon-number-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:47:\"content-box-sliding-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_icon_box.png\";s:7:\"preview\";s:37:\"sliding-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:37:\"overlay-icon-box-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:20:\"Glowing Content Card\";s:4:\"name\";s:20:\"glowing_content_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/glowing_content_card.png\";s:7:\"preview\";s:41:\"glowing-content-card-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:13:\"Hover Effects\";a:8:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:39:\"link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:39:\"icon-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:14:\"iHover Effects\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:35:\"ihover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:42:\"caption-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:14:\"Button Widgets\";a:30:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.png\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:1;a:6:{s:5:\"title\";s:22:\"Gradient Border Button\";s:4:\"name\";s:22:\"gradient_border_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_border_button.gif\";s:7:\"preview\";s:43:\"gradient-border-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:20:\"Social Share Buttons\";s:4:\"name\";s:20:\"social_share_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_share_buttons.png\";s:7:\"preview\";s:41:\"social-share-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_glare_effect.jpg\";s:7:\"preview\";s:46:\"social-icons-glare-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/shape_social_icons.png\";s:7:\"preview\";s:39:\"shape-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:38:\"video-play-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:58:\"square-to-circle-social-icons-buttons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/rotating_social_icons.gif\";s:7:\"preview\";s:42:\"rotating-social-icons-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_label.jpg\";s:7:\"preview\";s:45:\"social-icons-with-labels-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:57:\"social-icons-with-circle-fill-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:20;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-button-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:41:\"parallelogram-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:38:\"button-icon-hover-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:29;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:10:\"Typography\";a:16:{i:0;a:6:{s:5:\"title\";s:10:\"Annotation\";s:4:\"name\";s:10:\"annotation\";s:6:\"isfree\";b:0;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/annotation.png\";s:7:\"preview\";s:31:\"annotation-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-text-reveal-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:33:\"text-rotator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.png\";s:7:\"preview\";s:35:\"3d-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:41:\"gradient-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:43:\"typewriter-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:40:\"text-marquee-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:48:\"unlimited-separator-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:43:\"line-diamond-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:38:\"line-text-divider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:42:\"zigzag-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:16:\"Shapes Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:37:\"shapes-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icons Separator\";s:4:\"name\";s:20:\"blox_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_icons_separator.png\";s:7:\"preview\";s:36:\"icons-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"animated-wave-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:46:\"christmas-candy-separator-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:4:\"tags\";s:2:\"am\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:11:\"Backgrounds\";a:29:{i:0;a:6:{s:5:\"title\";s:24:\"Shape Divider Background\";s:4:\"name\";s:24:\"shape_divider_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shape_divider_background.png\";s:7:\"preview\";s:45:\"shape-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:32:\"Animated Wave Divider Background\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/wave_animation.jpg\";s:7:\"preview\";s:53:\"animated-wave-divider-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:17:\"Clouds Background\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/clouds.jpg\";s:7:\"preview\";s:38:\"clouds-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:23:\"Bubble Float Background\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bubble_float.jpg\";s:7:\"preview\";s:44:\"bubble-float-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:8;a:6:{s:5:\"title\";s:24:\"Animated Blob Background\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blob_animation.png\";s:7:\"preview\";s:45:\"animated-blob-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/background_slider.gif\";s:7:\"preview\";s:38:\"background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:22:\"Huge Shapes Background\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:123:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/huge_shap_background_animation.png\";s:7:\"preview\";s:43:\"huge-shapes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:12;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:1;s:5:\"image\";s:115:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:27:\"Animated Stripes Background\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/moving_stripes.gif\";s:7:\"preview\";s:48:\"animated-stripes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:14;a:6:{s:5:\"title\";s:27:\"Animated Ripples Background\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_ripples.jpg\";s:7:\"preview\";s:48:\"animated-ripples-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:23:\"Retro Blocks Background\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/animated_retro_blocks.jpg\";s:7:\"preview\";s:44:\"retro-blocks-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:16;a:6:{s:5:\"title\";s:29:\"Alternating Colors Background\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:17;a:6:{s:5:\"title\";s:16:\"Bokeh Background\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/bokeh.jpg\";s:7:\"preview\";s:37:\"bokeh-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:18;a:6:{s:5:\"title\";s:26:\"Shooting Lights Background\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:4:\"tags\";s:0:\"\";}i:19;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:118:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:20;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_confetti_bg.png\";s:7:\"preview\";s:40:\"confetti-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:21;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:113:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:22;a:6:{s:5:\"title\";s:28:\"Sliding Diagonals Background\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:128:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:49:\"sliding-diagonals-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:23;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:109:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/blox_css_snow_bg.jpg\";s:7:\"preview\";s:43:\"snow-flakes-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:24;a:6:{s:5:\"title\";s:37:\"Animated Floating Elements Background\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:124:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/css_animated_squares_background.jpg\";s:7:\"preview\";s:58:\"animated-floating-elements-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:25;a:6:{s:5:\"title\";s:26:\"Diamond Pattern Background\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/diamond_pattern.jpg\";s:7:\"preview\";s:47:\"diamond-pattern-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:26;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/star_particles.jpg\";s:7:\"preview\";s:37:\"stars-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:27;a:6:{s:5:\"title\";s:23:\"Colorful Animated Waves\";s:4:\"name\";s:23:\"colorful_animated_waves\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/colorful_animated_waves.png\";s:7:\"preview\";s:55:\"colorful-animated-waves-background-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}i:28;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:119:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Backgrounds/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:4:\"tags\";s:0:\"\";}}}s:18:\"elementor_template\";a:4:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:15:\"Kiddy - About 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:20:\"Interactive Sections\";a:3:{s:18:\"team-member-slider\";a:5:{s:5:\"title\";s:18:\"Team Member Slider\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Interactive Sections/template_team_member_slider.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"pricing-plans-1mi0z\";a:5:{s:5:\"title\";s:13:\"Pricing Plans\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:29:\"advanced-team-member-carousel\";a:5:{s:5:\"title\";s:29:\"Advanced Team Member Carousel\";s:5:\"image\";s:61:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}s:4:\"blog\";a:3:{i:0;a:3:{s:5:\"title\";s:61:\"How to Add Pagination to Elementor Posts (Step-by-Step Guide)\";s:5:\"image\";s:113:\"https://unlimited-elements.com/wp-content/uploads/2025/07/Pagination-to-Elementor-Posts-Featured-Blog-150x150.jpg\";s:4:\"link\";s:65:\"https://unlimited-elements.com/add-pagination-to-elementor-posts/\";}i:1;a:3:{s:5:\"title\";s:59:\"How to Add Gradient Text in Elementor: A Step-by-Step Guide\";s:5:\"image\";s:97:\"https://unlimited-elements.com/wp-content/uploads/2025/06/Gradient-Text-Featured-Blog-150x150.jpg\";s:4:\"link\";s:62:\"https://unlimited-elements.com/add-gradient-text-in-elementor/\";}i:2;a:3:{s:5:\"title\";s:56:\"How to Add Meta Tags in WordPress Without Using a Plugin\";s:5:\"image\";s:128:\"https://unlimited-elements.com/wp-content/uploads/2025/06/wordpress-tag-cloud-coming-out-of-pink-computer-sc__61658-150x150.jpeg\";s:4:\"link\";s:81:\"https://unlimited-elements.com/add-meta-tags-in-wordpress-without-using-a-plugin/\";}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:4:{s:5:\"title\";s:56:\"How to Add Meta Tags in WordPress Without Using a Plugin\";s:5:\"image\";s:128:\"https://unlimited-elements.com/wp-content/uploads/2025/06/wordpress-tag-cloud-coming-out-of-pink-computer-sc__61658-150x150.jpeg\";s:4:\"link\";s:81:\"https://unlimited-elements.com/add-meta-tags-in-wordpress-without-using-a-plugin/\";s:3:\"cat\";s:4:\"blog\";}}}','off'),(261794,'_hfe_widgets','a:14:{s:9:\"Post_Info\";s:8:\"disabled\";s:8:\"Infocard\";s:8:\"disabled\";s:18:\"Breadcrumbs_Widget\";s:8:\"disabled\";s:9:\"Site_Logo\";s:8:\"disabled\";s:15:\"Navigation_Menu\";s:8:\"disabled\";s:13:\"Scroll_To_Top\";s:8:\"disabled\";s:20:\"Reading_Progress_Bar\";s:8:\"disabled\";s:10:\"Site_Title\";s:8:\"disabled\";s:12:\"Site_Tagline\";s:8:\"disabled\";s:13:\"Search_Button\";s:8:\"disabled\";s:10:\"Page_Title\";s:8:\"disabled\";s:6:\"Retina\";s:8:\"disabled\";s:4:\"Cart\";s:8:\"disabled\";s:9:\"Copyright\";s:8:\"disabled\";}','auto'),(261923,'astra_theme_css_key-ast-customizer','687029058cf101-72686159','auto'),(261924,'astra_theme_js_key-dep-ast-customizer','a:2:{s:6:\"jquery\";N;s:10:\"flexslider\";N;}','auto'),(261925,'astra_theme_js_key-ast-customizer','687029058d4e83-06396567','auto'),(265460,'woocommerce_pos_store_name','LCA Portal Store','on'),(265461,'woocommerce_pos_store_address','2501 Co Rd 8\nWaterloo, AL 35677','on'),(265462,'woocommerce_pos_store_phone','','on'),(265463,'woocommerce_pos_store_email','brice@laradasciences.com','on'),(265464,'woocommerce_pos_refund_returns_policy','','on'),(265466,'woocommerce_feature_point_of_sale_enabled','yes','on'),(269972,'woocommerce-ppcp-data-common','a:12:{s:11:\"use_sandbox\";b:0;s:21:\"use_manual_connection\";b:0;s:20:\"is_send_only_country\";b:0;s:18:\"merchant_connected\";b:0;s:16:\"sandbox_merchant\";b:0;s:11:\"merchant_id\";s:0:\"\";s:14:\"merchant_email\";s:0:\"\";s:16:\"merchant_country\";s:0:\"\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:11:\"seller_type\";s:7:\"unknown\";s:20:\"wc_installation_path\";s:6:\"direct\";}','auto'),(269973,'woocommerce_ppcp-settings-should-use-old-ui','yes','auto'),(272405,'wp_mail_smtp_initial_version','4.5.0','off'),(272406,'wp_mail_smtp_version','4.5.0','off'),(272407,'wp_mail_smtp','a:21:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:32:\"noreply@liceclinicsofamerica.com\";s:9:\"from_name\";s:23:\"Lice Clinics of America\";s:6:\"mailer\";s:7:\"mailgun\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:0:\"\";s:4:\"port\";s:3:\"587\";s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:10:\"mailersend\";a:2:{s:7:\"api_key\";s:0:\"\";s:12:\"has_pro_plan\";b:0;}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:50:\"f9d963bfe0c87437018877007d00d93e-812b35f5-a756e080\";s:6:\"domain\";s:24:\"liceclinicsofamerica.com\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:12:\"elasticemail\";a:1:{s:7:\"api_key\";s:0:\"\";}s:5:\"gmail\";a:8:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:2:{s:3:\"key\";s:0:\"\";s:5:\"token\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:7:\"outlook\";a:8:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:3:{s:12:\"access_token\";s:0:\"\";s:13:\"refresh_token\";s:0:\"\";s:7:\"expires\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:5:{s:7:\"enabled\";b:0;s:17:\"log_email_content\";b:0;s:16:\"save_attachments\";b:0;s:19:\"open_email_tracking\";b:0;s:19:\"click_link_tracking\";b:0;}s:11:\"alert_email\";a:2:{s:7:\"enabled\";b:0;s:11:\"connections\";a:0:{}}s:7:\"license\";a:5:{s:3:\"key\";s:0:\"\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;s:16:\"is_limit_reached\";b:0;}}','off'),(272408,'wp_mail_smtp_activated_time','1754660106','off'),(272409,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1754660106;}','auto'),(272415,'wp_mail_smtp_migration_version','5','on'),(272416,'wp_mail_smtp_debug_events_db_version','1','on'),(272417,'wp_mail_smtp_activation_prevent_redirect','1','auto'),(272418,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1754677529;s:14:\"completed_time\";i:1754677640;s:14:\"was_successful\";b:1;}','off'),(272421,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1766732403;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'),(272443,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1756412486;s:9:\"dismissed\";b:1;}','auto'),(272684,'wp_mail_smtp_lite_sent_email_counter','700','on'),(272685,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:41;i:30;i:42;i:32;i:43;i:23;i:44;i:34;i:45;i:62;i:46;i:62;i:47;i:17;i:48;i:6;i:49;i:36;i:50;i:38;i:51;i:26;i:52;i:20;}','on'),(272686,'wp_mail_smtp_debug','a:0:{}','off'),(272818,'_elementor_element_cache_unique_id','26b4fa0d703640f0ee972eed595d10f9','auto'),(273615,'rul_version','3.0.8.6','off'),(273616,'loginwp_from_ab_initio','true','auto'),(273617,'loginwp_install_date','2025-08-11 16:02:00','auto'),(275758,'woocommerce_payments_provider_state_snapshots','a:1:{s:27:\"woocommerce-paypal-payments\";a:5:{s:17:\"account_connected\";b:0;s:17:\"account_test_mode\";b:0;s:16:\"extension_active\";b:1;s:11:\"needs_setup\";b:1;s:9:\"test_mode\";b:0;}}','off'),(282373,'_site_transient_timeout_woocommerce_blocks_patterns','1769019961','off'),(282374,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:6:\"10.4.3\";s:8:\"patterns\";a:41:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:10:\"banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:15:\"coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content right with image left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"footer-large.php\";}i:8;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"footer-simple-menu.php\";}i:9;a:11:{s:5:\"title\";s:17:\"Footer with menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"footer-with-3-menus.php\";}i:10;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/form-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"four-image-grid-content-left.php\";}i:11;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-centered-pattern.php\";}i:12;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-distraction-free.php\";}i:13;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"header-essential.php\";}i:14;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"header-large.php\";}i:15;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:18:\"header-minimal.php\";}i:16;a:11:{s:5:\"title\";s:47:\"Heading with three columns of content with link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:51:\"heading-with-three-columns-of-content-with-link.php\";}i:17;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:24:\"hero-product-3-split.php\";}i:18;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"hero-product-chessboard.php\";}i:19;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"hero-product-split.php\";}i:20;a:11:{s:5:\"title\";s:33:\"Centered content with image below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:43:\"intro-centered-content-with-image-below.php\";}i:21;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"just-arrived-full-hero.php\";}i:22;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:29:\"no-products-found-filters.php\";}i:23;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:21:\"no-products-found.php\";}i:24;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:28:\"page-coming-soon-default.php\";}i:25;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:34:\"page-coming-soon-image-gallery.php\";}i:26;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-minimal-left-image.php\";}i:27;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:33:\"page-coming-soon-modern-black.php\";}i:28;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:38:\"page-coming-soon-split-right-image.php\";}i:29;a:11:{s:5:\"title\";s:34:\"Coming Soon With Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-with-header-footer.php\";}i:30;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-3-columns.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-4-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-5-columns.php\";}i:33;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:50:\"product-collection-featured-products-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"product-query-product-gallery.php\";}i:35;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"product-search-form.php\";}i:36;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"related-products.php\";}i:37;a:11:{s:5:\"title\";s:33:\"Social: Follow us on social media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:36:\"social-follow-us-in-social-media.php\";}i:38;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"testimonials-3-columns.php\";}i:39;a:11:{s:5:\"title\";s:19:\"Testimonials Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"testimonials-single.php\";}i:40;a:11:{s:5:\"title\";s:37:\"Three columns with images and content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:41:\"three-columns-with-images-and-content.php\";}}}','off'),(282389,'_transient_timeout_woocommerce_blocks_asset_api_script_data','1769020203','off'),(282390,'_transient_woocommerce_blocks_asset_api_script_data','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"508473c3c2ece9af8f8f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"de925be9bc9f555c810c\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-entities.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-entities.js\",\"version\":\"cdb01de69fb7dbbbb30f\",\"dependencies\":[\"wc-settings\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"d79dedade2f2e4dc9df4\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"d62ecc40f192d0f05f05\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"a2c27bf10c2c51d247cf\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a16aa912ffa0a15063f1\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"0db759a8a6e010732c50\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"621353d8a3a7c8d44b41\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"c18bbb2325f333897e6b\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"0df720e448f7ab3c5d0d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"00b931bcc27024fa60ca\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"d179e1f113881cf2f0a9\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"56daaae21456ba6fa364\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"c71566edd56265d976c6\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"1cecc164412419d4282d\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/sanitize\\/index.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/sanitize\\/index.js\",\"version\":\"c7a741f8dc5bec166999\",\"dependencies\":[]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"http:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]}},\"version\":\"wc-10.4.3\",\"hash\":\"bd4fd323a0ef8386b398892e55273fad\"}','off'),(282396,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1769029553','off'),(282397,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"508473c3c2ece9af8f8f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"de925be9bc9f555c810c\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-entities.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-entities.js\",\"version\":\"cdb01de69fb7dbbbb30f\",\"dependencies\":[\"wc-settings\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"d79dedade2f2e4dc9df4\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"d62ecc40f192d0f05f05\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"a2c27bf10c2c51d247cf\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a16aa912ffa0a15063f1\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"0db759a8a6e010732c50\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"621353d8a3a7c8d44b41\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"c18bbb2325f333897e6b\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"0df720e448f7ab3c5d0d\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"00b931bcc27024fa60ca\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"d179e1f113881cf2f0a9\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"56daaae21456ba6fa364\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"c71566edd56265d976c6\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"1cecc164412419d4282d\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-sanitize\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/sanitize\\/index.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/sanitize\\/index.js\",\"version\":\"c7a741f8dc5bec166999\",\"dependencies\":[]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/wc-payment-method-paypal.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-payment-method-paypal.js\",\"version\":\"365f5d0a23d41177dd34\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-registry\",\"wc-sanitize\",\"wc-settings\",\"wp-api-fetch\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"0446a66f2604add5f739\",\"dependencies\":[\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]}},\"version\":\"wc-10.4.3\",\"hash\":\"bd4fd323a0ef8386b398892e55273fad\"}','off'),(284219,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'),(288655,'category_children','a:0:{}','auto'),(288656,'elementor_library_category_children','a:0:{}','auto'),(288657,'product_brand_children','a:0:{}','auto'),(288658,'product_cat_children','a:0:{}','auto'),(288718,'uaepro_start_onboarding','1','auto'),(288721,'uaepro_show_onboarding','yes','auto'),(288722,'uael-version','1.42.0','auto'),(288723,'nps-survey-uael','a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1758127847;}','auto'),(288724,'uae_analytics_optin','yes','off'),(288729,'is_beta_enable_rollback_uael','0','auto'),(288730,'_uael_integration','a:19:{s:10:\"google_api\";s:0:\"\";s:14:\"developer_mode\";b:0;s:8:\"language\";s:0:\"\";s:17:\"google_places_api\";s:0:\"\";s:8:\"yelp_api\";s:0:\"\";s:16:\"recaptcha_v3_key\";s:0:\"\";s:22:\"recaptcha_v3_secretkey\";s:0:\"\";s:18:\"recaptcha_v3_score\";s:3:\"0.5\";s:16:\"google_client_id\";s:0:\"\";s:15:\"facebook_app_id\";s:0:\"\";s:19:\"facebook_app_secret\";s:0:\"\";s:17:\"uael_share_button\";s:0:\"\";s:36:\"uael_maxmind_geolocation_license_key\";s:0:\"\";s:32:\"uael_maxmind_geolocation_db_path\";s:32:\"raKvsCuo4cLR7i7zFjtG4uE8TOnfMXNr\";s:30:\"uael_twitter_feed_consumer_key\";s:0:\"\";s:33:\"uael_twitter_feed_consumer_secret\";s:0:\"\";s:16:\"instagram_app_id\";s:0:\"\";s:20:\"instagram_app_secret\";s:0:\"\";s:19:\"instagram_app_token\";s:0:\"\";}','auto'),(288734,'uaepro_widgets_usage_data_option','a:0:{}','auto'),(288736,'brainstrom_bundled_products','a:0:{}','auto'),(288743,'bsf_product_referers','a:1:{s:23:\"header-footer-elementor\";s:18:\"ultimate-elementor\";}','auto'),(288744,'hfe_start_onboarding','1','auto'),(288754,'uae_widgets_usage_data_option','a:0:{}','auto'),(288767,'eael_setup_wizard','complete','auto'),(288768,'eael_save_settings','a:98:{s:14:\"img-comparison\";i:1;s:17:\"instagram-gallery\";i:1;s:17:\"interactive-promo\";i:1;s:8:\"lightbox\";i:1;s:10:\"post-block\";i:1;s:18:\"testimonial-slider\";i:1;s:14:\"static-product\";i:1;s:14:\"adv-google-map\";i:1;s:13:\"flip-carousel\";i:1;s:17:\"interactive-cards\";i:1;s:16:\"content-timeline\";i:1;s:21:\"twitter-feed-carousel\";i:1;s:22:\"dynamic-filter-gallery\";i:1;s:9:\"post-list\";i:1;s:6:\"toggle\";i:1;s:9:\"mailchimp\";i:1;s:7:\"divider\";i:1;s:10:\"price-menu\";i:1;s:14:\"image-hotspots\";i:1;s:19:\"one-page-navigation\";i:1;s:7:\"counter\";i:1;s:13:\"post-carousel\";i:1;s:20:\"team-member-carousel\";i:1;s:13:\"logo-carousel\";i:1;s:17:\"protected-content\";i:1;s:9:\"offcanvas\";i:1;s:13:\"advanced-menu\";i:1;s:14:\"image-scroller\";i:1;s:19:\"learn-dash-elements\";i:1;s:15:\"woo-collections\";i:1;s:19:\"dismissible-section\";i:1;s:16:\"section-parallax\";i:1;s:17:\"section-particles\";i:1;s:20:\"eael-tooltip-section\";i:1;s:9:\"post-grid\";s:0:\"\";s:13:\"post-timeline\";s:0:\"\";s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";s:0:\"\";s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:16:\"woo-product-list\";s:0:\"\";s:17:\"woo-product-price\";s:0:\"\";s:18:\"woo-product-rating\";s:0:\"\";s:11:\"breadcrumbs\";s:0:\"\";s:12:\"code-snippet\";s:0:\"\";s:18:\"woo-product-images\";s:0:\"\";s:15:\"woo-add-to-cart\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";s:0:\"\";s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";s:0:\"\";s:8:\"svg-draw\";s:0:\"\";s:18:\"woocommerce-review\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;}','auto'),(288770,'eael_version','6.5.4','auto'),(288771,'essential-addons-for-elementor-lite_notices','a:3:{s:21:\"ea8th_birthday_notice\";a:4:{s:5:\"start\";i:1758128205;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"6.3.1\";s:6:\"expire\";i:1754258400;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1758733007;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"6.3.1\";}}','off'),(288772,'wpins_allow_tracking','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','auto'),(288773,'wpins_essential_adons_elementor_site_id','cf6f6f289eb42e177dc6','auto'),(288774,'wpins_essential_adons_elementor_original_url','https://lcaportalstoreg.liceclinicsofamerica.com','auto'),(288775,'wpins_essential_adons_elementor_cf6f6f289eb42e177dc6','a:24:{s:11:\"plugin_slug\";s:25:\"essential_adons_elementor\";s:3:\"url\";s:48:\"https://lcaportalstoreg.liceclinicsofamerica.com\";s:9:\"site_name\";s:16:\"LCA Portal Store\";s:12:\"site_version\";s:5:\"6.8.2\";s:13:\"site_language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:13:\"wpins_version\";s:5:\"3.0.3\";s:11:\"php_version\";s:6:\"7.4.33\";s:9:\"multisite\";b:0;s:13:\"file_location\";s:140:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php\";s:5:\"email\";s:24:\"laradasciences@gmail.com\";s:16:\"marketing_method\";b:1;s:6:\"server\";s:12:\"nginx/1.21.4\";s:14:\"active_plugins\";a:34:{i:0;s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";i:1;s:27:\"astra-addon/astra-addon.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:33:\"classic-editor/classic-editor.php\";i:4;s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";i:5;s:32:\"duplicate-page/duplicatepage.php\";i:6;s:31:\"elementor-pro/elementor-pro.php\";i:7;s:23:\"elementor/elementor.php\";i:8;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:9;s:16:\"gotmls/index.php\";i:10;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:11;s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";i:12;s:23:\"pagespeed/pagespeed.php\";i:13;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:14;s:64:\"product-sales-report-for-woocommerce/hm-product-sales-report.php\";i:15;s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";i:16;s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";i:17;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:18;s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";i:19;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:20;s:56:\"wc-order-pdf-download/woocommerce-order-pdf-download.php\";i:21;s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";i:22;s:41:\"woo-discount-rules/woo-discount-rules.php\";i:23;s:41:\"woo-update-manager/woo-update-manager.php\";i:24;s:51:\"woocommerce-memberships/woocommerce-memberships.php\";i:25;s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";i:26;s:73:\"woocommerce-multiple-addresses-pro/woocommerce-multiple-addresses-pro.php\";i:27;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";i:28;s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";i:29;s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";i:30;s:53:\"woocommerce-shipping-ups/woocommerce-shipping-ups.php\";i:31;s:27:\"woocommerce/woocommerce.php\";i:32;s:41:\"wordpress-importer/wordpress-importer.php\";i:33;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}s:16:\"inactive_plugins\";a:3:{i:13;s:61:\"themehigh-multiple-addresses/themehigh-multiple-addresses.php\";i:27;s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";i:33;s:83:\"woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.php\";}s:14:\"text_direction\";s:3:\"LTR\";s:6:\"plugin\";s:30:\"Essential Addons for Elementor\";s:7:\"version\";s:5:\"6.3.1\";s:6:\"status\";s:6:\"Active\";s:5:\"theme\";s:5:\"Astra\";s:13:\"theme_version\";s:6:\"4.11.5\";s:13:\"optional_data\";a:1:{s:17:\"eael-wrapper-link\";i:0;}s:7:\"country\";s:13:\"United States\";s:7:\"item_id\";s:20:\"760e8569757fa16992d8\";}','auto'),(288776,'wpins_last_track_time','a:1:{s:25:\"essential_adons_elementor\";i:1758128224;}','auto'),(288777,'eael_admin_menu_notice','19','off'),(288786,'eael_pro_version','6.7.4','auto'),(288787,'edd_sl_3f108a182fb19972b031742afa068c31','a:2:{s:7:\"timeout\";i:1758139053;s:5:\"value\";s:2118:\"{\"new_version\":\"6.6.0\",\"stable_version\":\"6.6.0\",\"name\":\"Essential Addons for Elementor Pro\",\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2025-09-01 11:48:17\",\"homepage\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"icons\":{\"1x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\",\"2x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"id\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"tested\":null}\";}','off'),(288801,'essential-addons-elementor-license-key','c485088069d1e7aa86544fffac222abc','off'),(288802,'essential-addons-elementor-license-status','valid','off'),(288815,'eael_editor_updated_at','1766207164','auto'),(288816,'eael_global_settings','a:2:{s:22:\"eael_ext_scroll_to_top\";a:0:{}s:18:\"eael_custom_cursor\";a:3:{s:7:\"enabled\";b:0;s:7:\"post_id\";i:184396;s:16:\"enabled_globally\";b:0;}}','auto'),(290998,'edd_sl_ffab32fbcec5ca129392e951f6617ec6','a:2:{s:7:\"timeout\";i:1766218126;s:5:\"value\";s:2504:\"{\"new_version\":\"6.7.4\",\"stable_version\":\"6.7.4\",\"name\":\"Essential Addons for Elementor Pro\",\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2025-12-14 10:05:48\",\"homepage\":\"https:\\/\\/essential-addons.com\\/\",\"package\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc2NjM2MjEyNjpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmU4NWY5MDQ0OTBlNWRkMzk1NzRjYTZkYzBjN2QxNmFiOmh0dHBzQC8vbGNhcG9ydGFsc3RvcmVnLmxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbTow\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc2NjM2MjEyNjpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOmU4NWY5MDQ0OTBlNWRkMzk1NzRjYTZkYzBjN2QxNmFiOmh0dHBzQC8vbGNhcG9ydGFsc3RvcmVnLmxpY2VjbGluaWNzb2ZhbWVyaWNhLmNvbTow\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"icons\":{\"1x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\",\"2x\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\"},\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"],\"plugin\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"id\":\"essential-addons-elementor\\/essential_adons_elementor.php\",\"tested\":null}\";}','off'),(291009,'wt_advanced_order_number_start_date','1758637690','auto'),(291010,'wt_seq_basic_installation_date','1758637690','auto'),(291012,'wtso_bfcm_twenty_twenty_four_banner_state','4','auto'),(291020,'wt_sequence_order_number_format','[number]','on'),(291021,'wt_sequence_order_number_prefix','','on'),(291022,'wt_sequence_order_date_prefix','','on'),(291023,'wt_sequence_order_number_padding','4','on'),(291024,'wt_sequence_order_number_start','3981','on'),(291025,'wt_renumerate','no','on'),(291026,'wt_custom_order_number_tracking_enabled','yes','on'),(291027,'wt_custom_order_number_search','yes','on'),(291028,'wt_sequential_free_orders','no','on'),(291029,'wt_sequence_increment_counter','1','on'),(291030,'wt_sequential_reset_counter','no','on'),(291031,'wt_advanced_order_number_version','1.7.3','auto'),(291032,'wt_last_order_number','4149','off'),(291033,'wt_last_sequence_start','3981','auto'),(291158,'wt_last_prefix','','auto'),(291159,'wt_sequence_last_order_number_padding','4','auto'),(291160,'wt_last_date_prefix','','auto'),(291161,'wt_sequence_last_order_number_format','[number]','auto'),(292371,'woocommerce_analytics_uses_old_full_refund_data','yes','auto'),(292385,'wccom-product-installation-state-18620','a:13:{s:10:\"product_id\";i:18620;s:15:\"idempotency_key\";s:12:\"GmePmwztF6X5\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:12:\"download_url\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T170821Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=7c86ed8b3758e7b109fb88ee78bb83d7d216b812bdba24ab8da0271ae298d3ca\";s:13:\"download_path\";s:42:\"/tmp/woocommerce-shipping-fedex-5hr5Gg.zip\";s:13:\"unpacked_path\";s:96:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-shipping-fedex-5hr5Gg\";s:14:\"installed_path\";s:90:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-shipping-fedex/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:26:\"WooCommerce FedEx Shipping\";s:7:\"version\";s:5:\"4.4.5\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1758820100;}','auto'),(292396,'wccom-product-installation-state-6142928','a:13:{s:10:\"product_id\";i:6142928;s:15:\"idempotency_key\";s:12:\"pXffrKC54mrR\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:20:\"Customize My Account\";s:12:\"download_url\";s:453:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T170901Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=31361f4e2bdab4ab94ef85a6a6d5dde77c9ef3fbd903305c41d79000935860ea\";s:13:\"download_path\";s:57:\"/tmp/customize-my-account-page-for-woocommerce-x2q8W4.zip\";s:13:\"unpacked_path\";s:111:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/customize-my-account-page-for-woocommerce-x2q8W4\";s:14:\"installed_path\";s:105:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/customize-my-account-page-for-woocommerce/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:41:\"Customize My Account Page For Woocommerce\";s:7:\"version\";s:5:\"1.0.2\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1758820140;}','auto'),(292402,'wccom-product-installation-state-4721661','a:13:{s:10:\"product_id\";i:4721661;s:15:\"idempotency_key\";s:12:\"fn1xXP12AIbk\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:10:\"Tax Exempt\";s:12:\"download_url\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-tax-exempt-plugin/woocommerce-tax-exempt-plugin.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T170921Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=d5ba6f92a333b833480f6096a16ca7eb82fd062d70e00e74289c88be837cfc08\";s:13:\"download_path\";s:45:\"/tmp/woocommerce-tax-exempt-plugin-4Pv3Ma.zip\";s:13:\"unpacked_path\";s:99:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-tax-exempt-plugin-4Pv3Ma\";s:14:\"installed_path\";s:93:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-tax-exempt-plugin/\";s:29:\"already_installed_plugin_info\";N;s:12:\"started_date\";i:1758820159;}','auto'),(292407,'af_tax_flush_rules','no','auto'),(292408,'aftax_admin_email_message','\n <p>{user_name} have submitted tax exemption form with the following details.</p>\n <p>{form_data}</p>\n <p>Approve Exemption Request:<br />\n {approve_link}\n </p>\n <p>Disapprove Exemption Request:<br />\n {disapprove_link}\n </p>\n ','auto'),(292409,'aftax_customer_email_message','\n <p>Hi {user_name},</p>\n <p>Thank you for submitted the tax exemption form. We have received your tax exemption request with the following details,</p>\n <p>{form_data}</p>\n \n ','auto'),(292410,'aftax_admin_approve_tax_info_email_message','\n <p>The tax exemption has been approved for the following user,</p>\n <p>\n {user_name}<br />\n {customer_email}<br />\n {form_data}\n </p>\n \n ','auto'),(292411,'aftax_approve_tax_info_email_message','\n <p>Hi {user_name},</p>\n <p>Your tax exemption request has been approved. Below are the details of your tax exemption request,</p>\n <p>{form_data}</p>\n \n ','auto'),(292412,'aftax_disapprove_tax_info_email_message','\n <p>Hi {user_name},</p>\n <p>We regret to inform you that your tax exemption request has been declined. Below are the are details of your tax exemption request. If you feel this is mistake, please feel free to reach out to us.</p>\n <p>{form_data}</p>\n \n ','auto'),(292413,'aftax_expire_tax_info_email_message','\n <p>Tax exemption has expired for {user_name}. Below are the details of the users tax exemption form,</p>\n <p>{form_data}</p>\n \n ','auto'),(292414,'aftax_customer_expire_tax_info_email_message','\n <p>Hi {user_name},</p>\n <p>Your tax exemption has expired. Please provide the upload the updated tax exemption details from My Account > Tax Exemption. Below are the details of your existing tax exemption request. If you believe it’s a mistake, please reach out to us.</p>\n <p>{form_data}</p>\n \n ','auto'),(292421,'wccom-product-installation-state-8499707','a:13:{s:10:\"product_id\";i:8499707;s:15:\"idempotency_key\";s:12:\"cAbgRLyNi4iB\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:14:\"Order Approval\";s:12:\"download_url\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-order-approval-woocommerce/addify-order-approval-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T171011Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=7af240e69b69530418036275e31a86e5199cbb779770f53ed38098eb33801311\";s:13:\"download_path\";s:49:\"/tmp/addify-order-approval-woocommerce-VlvljL.zip\";s:13:\"unpacked_path\";s:103:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/addify-order-approval-woocommerce-VlvljL\";s:14:\"installed_path\";s:97:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/addify-order-approval-woocommerce/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:30:\"Order Approval for WooCommerce\";s:7:\"version\";s:5:\"1.3.0\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1758820209;}','auto'),(292427,'wccom-product-installation-state-18616','a:13:{s:10:\"product_id\";i:18616;s:15:\"idempotency_key\";s:12:\"Yfk0Qe3eAjG1\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:12:\"download_url\";s:431:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-min-max-quantities/woocommerce-min-max-quantities.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T171030Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=ba0ca7a781a88944b65f9ff8804cae6c5930ed0c534326fa485ac7e8f0f76818\";s:13:\"download_path\";s:46:\"/tmp/woocommerce-min-max-quantities-6r4aCx.zip\";s:13:\"unpacked_path\";s:100:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-min-max-quantities-6r4aCx\";s:14:\"installed_path\";s:94:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-min-max-quantities/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:30:\"WooCommerce Min/Max Quantities\";s:7:\"version\";s:5:\"5.2.7\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1758820229;}','auto'),(292436,'wccom-product-installation-state-958589','a:13:{s:10:\"product_id\";i:958589;s:15:\"idempotency_key\";s:12:\"tvUf1nYLBblc\";s:14:\"last_step_name\";s:16:\"activate_product\";s:16:\"last_step_status\";s:9:\"completed\";s:15:\"last_step_error\";N;s:12:\"product_type\";s:6:\"plugin\";s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:12:\"download_url\";s:417:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20250925%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250925T171054Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=0155b1c63cd00f6ab4569a7c6febf5d6d51eab1a788226feb7ff4e0afb7b6396\";s:13:\"download_path\";s:39:\"/tmp/woocommerce-memberships-06h9Md.zip\";s:13:\"unpacked_path\";s:93:\"/storage/v12674/lcaginesisstore/public_html/wp-content/upgrade/woocommerce-memberships-06h9Md\";s:14:\"installed_path\";s:87:\"/storage/v12674/lcaginesisstore/public_html/wp-content/plugins/woocommerce-memberships/\";s:29:\"already_installed_plugin_info\";a:3:{s:4:\"name\";s:23:\"WooCommerce Memberships\";s:7:\"version\";s:6:\"1.27.2\";s:6:\"active\";b:1;}s:12:\"started_date\";i:1758820252;}','auto'),(293039,'woocommerce_local_pickup_8_settings','a:3:{s:5:\"title\";s:12:\"Local pickup\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:0:\"\";}','on'),(293076,'tgwc_customize','a:10:{s:7:\"wrapper\";a:7:{s:10:\"menu_style\";s:7:\"sidebar\";s:16:\"sidebar_position\";s:4:\"left\";s:11:\"font_family\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:6:\"margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:5:\"color\";a:4:{s:7:\"heading\";s:0:\"\";s:4:\"body\";s:0:\"\";s:4:\"link\";s:0:\"\";s:10:\"link_hover\";s:0:\"\";}s:6:\"avatar\";a:6:{s:7:\"default\";s:0:\"\";s:17:\"upload_size_limit\";s:4:\"2048\";s:6:\"layout\";s:8:\"vertical\";s:4:\"type\";s:6:\"square\";s:8:\"username\";b:1;s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:10:\"navigation\";a:12:{s:7:\"general\";a:3:{s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:15:\"wrapper_padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:14:\"wrapper_margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";i:20;s:5:\"right\";i:0;s:6:\"bottom\";i:20;s:4:\"left\";i:0;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:6:\"normal\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:5:\"solid\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:7:\"#ced4da\";}s:5:\"hover\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}s:6:\"active\";a:5:{s:5:\"color\";s:7:\"#8224e3\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}s:13:\"color_palette\";a:4:{s:7:\"heading\";s:0:\"\";s:4:\"body\";s:0:\"\";s:4:\"link\";s:0:\"\";s:10:\"link_hover\";s:0:\"\";}s:12:\"menu_postion\";s:7:\"minimal\";s:10:\"menu_style\";s:13:\"vertical-left\";s:9:\"font_size\";s:0:\"\";s:9:\"show_icon\";b:1;s:29:\"group_accordion_default_state\";s:8:\"expanded\";s:15:\"show_logout_btn\";b:1;s:13:\"icon_position\";s:4:\"left\";}s:7:\"content\";a:3:{s:16:\"background_color\";s:0:\"\";s:6:\"margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:11:\"input_field\";a:3:{s:7:\"general\";a:1:{s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:6:\"normal\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}s:5:\"focus\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}}s:6:\"button\";a:3:{s:7:\"general\";a:4:{s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:6:\"margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:6:\"normal\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}s:5:\"hover\";a:5:{s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:12:\"border_style\";s:7:\"inherit\";s:12:\"border_width\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"border_color\";s:0:\"\";}}s:6:\"layout\";a:3:{s:13:\"menu_position\";s:13:\"vertical-left\";s:10:\"menu_style\";s:6:\"legacy\";s:13:\"color_palette\";a:2:{s:13:\"activePalette\";a:4:{s:7:\"minimal\";s:17:\"minimal_brick_red\";s:6:\"modern\";s:16:\"modern_brick_red\";s:7:\"classic\";s:17:\"classic_brick_red\";s:6:\"legacy\";s:13:\"legacy_colors\";}s:8:\"palettes\";a:13:{s:17:\"minimal_brick_red\";a:4:{s:4:\"base\";s:7:\"minimal\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:9:\"Brick Red\";s:6:\"colors\";a:4:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#b23a3a\";s:5:\"hover\";s:7:\"#8b2c2c\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#b23a3a\";s:6:\"active\";s:7:\"#b23a3a\";}}}s:20:\"minimal_forest_green\";a:4:{s:4:\"base\";s:7:\"minimal\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:12:\"Forest Green\";s:6:\"colors\";a:4:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#228B22\";s:5:\"hover\";s:7:\"#11641F\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#228B22\";s:6:\"active\";s:7:\"#228B22\";}}}s:18:\"minimal_royal_blue\";a:4:{s:4:\"base\";s:7:\"minimal\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:10:\"Royal Blue\";s:6:\"colors\";a:4:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#1e40af\";s:5:\"hover\";s:7:\"#1e3a8a\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#1e40af\";s:6:\"active\";s:7:\"#1e40af\";}}}s:21:\"minimal_sunset_orange\";a:4:{s:4:\"base\";s:7:\"minimal\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:13:\"Sunset Orange\";s:6:\"colors\";a:4:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#ea580c\";s:5:\"hover\";s:7:\"#C93E08\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#ea580c\";s:6:\"active\";s:7:\"#ea580c\";}}}s:16:\"modern_brick_red\";a:4:{s:4:\"base\";s:6:\"modern\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:9:\"Brick Red\";s:6:\"colors\";a:6:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#b23a3a\";s:5:\"hover\";s:7:\"#8b2c2c\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:7:\"#f7f7f7\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#b23a3a\";s:6:\"active\";s:7:\"#b23a3a\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:20:\"rgba(178,59,59,0.11)\";s:6:\"active\";s:20:\"rgba(178,59,59,0.11)\";}}}s:19:\"modern_forest_green\";a:4:{s:4:\"base\";s:6:\"modern\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:12:\"Forest Green\";s:6:\"colors\";a:6:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#228B22\";s:5:\"hover\";s:7:\"#11641F\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:7:\"#f7f7f7\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#228B22\";s:6:\"active\";s:7:\"#228B22\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:20:\"rgba(34,139,35,0.11)\";s:6:\"active\";s:20:\"rgba(34,139,35,0.11)\";}}}s:17:\"modern_royal_blue\";a:4:{s:4:\"base\";s:6:\"modern\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:10:\"Royal Blue\";s:6:\"colors\";a:6:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#1e40af\";s:5:\"hover\";s:7:\"#1e3a8a\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:7:\"#f7f7f7\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#1e40af\";s:6:\"active\";s:7:\"#1e40af\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:20:\"rgba(32,65,175,0.11)\";s:6:\"active\";s:20:\"rgba(32,65,175,0.11)\";}}}s:20:\"modern_sunset_orange\";a:4:{s:4:\"base\";s:6:\"modern\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:13:\"Sunset Orange\";s:6:\"colors\";a:6:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#ea580c\";s:5:\"hover\";s:7:\"#C93E08\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:7:\"#f7f7f7\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:7:\"#383838\";s:5:\"hover\";s:7:\"#ea580c\";s:6:\"active\";s:7:\"#ea580c\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:20:\"rgba(234,88,12,0.11)\";s:6:\"active\";s:20:\"rgba(234,88,12,0.11)\";}}}s:17:\"classic_brick_red\";a:4:{s:4:\"base\";s:7:\"classic\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:9:\"Brick Red\";s:6:\"colors\";a:8:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#b23a3a\";s:5:\"hover\";s:7:\"#8b2c2c\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:21:\"navigation_box_shadow\";a:1:{s:6:\"normal\";s:34:\"rgba(17, 17, 26, 0.1) 0px 0px 16px\";}s:9:\"item_text\";a:2:{s:6:\"normal\";s:7:\"#383838\";s:6:\"active\";s:7:\"#b23a3a\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:7:\"#f7f7f7\";s:6:\"active\";s:20:\"rgba(178,59,59,0.11)\";}s:11:\"item_border\";a:1:{s:6:\"active\";s:7:\"#b23a3a\";}}}s:20:\"classic_forest_green\";a:4:{s:4:\"base\";s:7:\"classic\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:12:\"Forest Green\";s:6:\"colors\";a:8:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#228B22\";s:5:\"hover\";s:7:\"#11641F\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:21:\"navigation_box_shadow\";a:1:{s:6:\"normal\";s:34:\"rgba(17, 17, 26, 0.1) 0px 0px 16px\";}s:9:\"item_text\";a:2:{s:6:\"normal\";s:7:\"#383838\";s:6:\"active\";s:7:\"#228B22\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:7:\"#f7f7f7\";s:6:\"active\";s:20:\"rgba(34,139,35,0.11)\";}s:11:\"item_border\";a:1:{s:6:\"active\";s:7:\"#228B22\";}}}s:18:\"classic_royal_blue\";a:4:{s:4:\"base\";s:7:\"classic\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:10:\"Royal Blue\";s:6:\"colors\";a:8:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#1e40af\";s:5:\"hover\";s:7:\"#1e3a8a\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:21:\"navigation_box_shadow\";a:1:{s:6:\"normal\";s:34:\"rgba(17, 17, 26, 0.1) 0px 0px 16px\";}s:9:\"item_text\";a:2:{s:6:\"normal\";s:7:\"#383838\";s:6:\"active\";s:7:\"#1e40af\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:7:\"#f7f7f7\";s:6:\"active\";s:20:\"rgba(32,65,175,0.11)\";}s:11:\"item_border\";a:1:{s:6:\"active\";s:7:\"#1e40af\";}}}s:21:\"classic_sunset_orange\";a:4:{s:4:\"base\";s:7:\"classic\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:13:\"Sunset Orange\";s:6:\"colors\";a:8:{s:11:\"button_text\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:7:\"#ea580c\";s:5:\"hover\";s:7:\"#C93E08\";}s:21:\"navigation_background\";a:1:{s:6:\"normal\";s:4:\"#fff\";}s:17:\"navigation_border\";a:1:{s:6:\"normal\";s:7:\"#e9e9e9\";}s:21:\"navigation_box_shadow\";a:1:{s:6:\"normal\";s:34:\"rgba(17, 17, 26, 0.1) 0px 0px 16px\";}s:9:\"item_text\";a:2:{s:6:\"normal\";s:7:\"#383838\";s:6:\"active\";s:7:\"#ea580c\";}s:15:\"item_background\";a:2:{s:5:\"hover\";s:7:\"#f7f7f7\";s:6:\"active\";s:20:\"rgba(234,88,12,0.13)\";}s:11:\"item_border\";a:1:{s:6:\"active\";s:7:\"#ea580c\";}}}s:13:\"legacy_colors\";a:4:{s:4:\"base\";s:6:\"legacy\";s:13:\"allowDeletion\";b:0;s:5:\"label\";s:6:\"Legacy\";s:6:\"colors\";a:11:{s:11:\"button_text\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:17:\"button_background\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:13:\"button_border\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";}s:9:\"item_text\";a:3:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:7:\"#8224e3\";}s:15:\"item_background\";a:3:{s:6:\"normal\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:11:\"item_border\";a:3:{s:6:\"normal\";s:7:\"#ced4da\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:18:\"content_background\";a:1:{s:6:\"normal\";s:0:\"\";}s:10:\"input_text\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"focus\";s:0:\"\";}s:16:\"input_background\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"focus\";s:0:\"\";}s:12:\"input_border\";a:2:{s:6:\"normal\";s:0:\"\";s:5:\"focus\";s:0:\"\";}s:18:\"wrapper_background\";a:1:{s:6:\"normal\";s:0:\"\";}}}}}}s:7:\"spacing\";a:3:{s:14:\"page_container\";a:2:{s:6:\"margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:14:\"menu_container\";a:2:{s:6:\"margin\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";i:20;s:5:\"right\";i:0;s:6:\"bottom\";i:20;s:4:\"left\";i:0;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";i:30;s:5:\"right\";i:30;s:6:\"bottom\";i:30;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}s:6:\"avatar\";a:1:{s:7:\"padding\";a:3:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}}}}i:0;b:0;}','auto'),(293077,'tgwc_color_palete_migration','1','auto'),(293078,'tgwc_flat_settings_migrated','1758895325','auto'),(294914,'jetpack_tos_agreed','1','auto'),(294915,'jetpack_secrets','a:1:{s:19:\"jetpack_authorize_2\";a:3:{s:8:\"secret_1\";s:32:\"N5C1EmaeMSnkFWY1ldNqAqF9xzquDjkC\";s:8:\"secret_2\";s:32:\"6h6uJCN9VIeyGs3qei3SE4ucp6icTdMT\";s:3:\"exp\";i:1759353214;}}','no'),(294916,'jetpack_sync_https_history_site_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','auto'),(294917,'jetpack_sync_https_history_home_url','a:2:{i:0;s:5:\"https\";i:1;s:5:\"https\";}','auto'),(294918,'_transient_jetpack_assumed_site_creation_date','2021-03-16 18:12:25','on'),(294919,'jetpack_package_versions','a:1:{s:10:\"connection\";s:6:\"6.19.2\";}','auto'),(294920,'jetpack_private_options','a:1:{s:10:\"blog_token\";s:65:\"rhwWjvFzV&0pfkl(1Tv#lhdVhfbPnq!u.6YncNHhKI!0Xfb!iAZxwv5U6zjVwZiXq\";}','auto'),(295653,'_transient_timeout_fedex_address_validation_9c4a2e50a222a5530f95de583f867743','1767191216','off'),(295654,'_transient_fedex_address_validation_9c4a2e50a222a5530f95de583f867743','BUSINESS','off'),(295669,'_transient_timeout_fedex_address_validation_bafa58f89d5da4c3dc4a51e20a65e6d7','1767191222','off'),(295670,'_transient_fedex_address_validation_bafa58f89d5da4c3dc4a51e20a65e6d7','BUSINESS','off'),(295714,'_transient_timeout_fedex_address_validation_cba04e5199a49279b9bc03d031bd04b4','1767191832','off'),(295715,'_transient_fedex_address_validation_cba04e5199a49279b9bc03d031bd04b4','RESIDENTIAL','off'),(295764,'_transient_timeout_fedex_address_validation_32a07eb022f6908ce53bacf68f065302','1767201843','off'),(295765,'_transient_fedex_address_validation_32a07eb022f6908ce53bacf68f065302','RESIDENTIAL','off'),(295950,'_transient_timeout_fedex_address_validation_9ab6a2725d93ead9d5321315eeb6ac6e','1767214281','off'),(295951,'_transient_fedex_address_validation_9ab6a2725d93ead9d5321315eeb6ac6e','RESIDENTIAL','off'),(295953,'_transient_timeout_fedex_address_validation_12534fc8506927bf2f04220093a42b2e','1767214309','off'),(295954,'_transient_fedex_address_validation_12534fc8506927bf2f04220093a42b2e','RESIDENTIAL','off'),(296355,'_transient_timeout_fedex_address_validation_d0327755129fcb5109da00dcac5f98fb','1767276886','off'),(296356,'_transient_fedex_address_validation_d0327755129fcb5109da00dcac5f98fb','RESIDENTIAL','off'),(296361,'_transient_timeout_fedex_address_validation_ae33a9683f8553d6dd73bcbb38a4148e','1767276889','off'),(296362,'_transient_fedex_address_validation_ae33a9683f8553d6dd73bcbb38a4148e','RESIDENTIAL','off'),(296459,'_transient_timeout_fedex_address_validation_ad53d3837bea7772e456b029c31b9b37','1767280989','off'),(296460,'_transient_fedex_address_validation_ad53d3837bea7772e456b029c31b9b37','RESIDENTIAL','off'),(296466,'_transient_timeout_fedex_address_validation_3a8f097ad54a7ce28718f5b5a4337cec','1767281004','off'),(296467,'_transient_fedex_address_validation_3a8f097ad54a7ce28718f5b5a4337cec','BUSINESS','off'),(296470,'_transient_timeout_fedex_address_validation_52dc67b4426b3e8737ec97d7d707fb79','1767281008','off'),(296471,'_transient_fedex_address_validation_52dc67b4426b3e8737ec97d7d707fb79','BUSINESS','off'),(296651,'wt_advanced_order_number_review_request','3','auto'),(298056,'_transient_timeout__elementor_ab_test_plg_site_mailer_submission','1767549893','off'),(298057,'_transient__elementor_ab_test_plg_site_mailer_submission','1','off'),(298960,'_transient_timeout_fedex_address_validation_0ff326461dc50cf1f1d575a24aee0991','1767669610','off'),(298961,'_transient_fedex_address_validation_0ff326461dc50cf1f1d575a24aee0991','RESIDENTIAL','off'),(299340,'_transient_timeout_fedex_address_validation_dff04d302a7d1882495f23104ceaed5a','1767715277','off'),(299341,'_transient_fedex_address_validation_dff04d302a7d1882495f23104ceaed5a','RESIDENTIAL','off'),(301994,'_transient_timeout_fedex_address_validation_d521ba8151d69655873995797fd05eb4','1768235485','off'),(301995,'_transient_fedex_address_validation_d521ba8151d69655873995797fd05eb4','BUSINESS','off'),(302067,'_transient_timeout_fedex_address_validation_6fe297e237c7de86a61224ed9caeec9e','1768239344','off'),(302068,'_transient_fedex_address_validation_6fe297e237c7de86a61224ed9caeec9e','BUSINESS','off'),(302088,'_transient_timeout_fedex_address_validation_95d261adfbc51945c4cbd21293702df0','1768239473','off'),(302089,'_transient_fedex_address_validation_95d261adfbc51945c4cbd21293702df0','BUSINESS','off'),(304806,'_transient_timeout_fedex_address_validation_ac59cf04643e304a85544aa00e50f450','1768517458','off'),(304807,'_transient_fedex_address_validation_ac59cf04643e304a85544aa00e50f450','BUSINESS','off'),(306561,'_transient_timeout_fedex_address_validation_13249b91cab5e8331fb5405d3c7b461c','1768840198','off'),(306562,'_transient_fedex_address_validation_13249b91cab5e8331fb5405d3c7b461c','BUSINESS','off'),(307990,'_transient_timeout_fedex_address_validation_6f56a4dc7598d3bd4ab5ad74e0810f08','1768935724','off'),(307991,'_transient_fedex_address_validation_6f56a4dc7598d3bd4ab5ad74e0810f08','BUSINESS','off'),(309258,'_transient_timeout_fedex_address_validation_bab255be8b5b2f3259905a19de8d199e','1769187603','off'),(309259,'_transient_fedex_address_validation_bab255be8b5b2f3259905a19de8d199e','BUSINESS','off'),(310101,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_store_has_orders','1769356107','off'),(310102,'_transient_woocommerce_admin_pes_incentive_woopayments_store_has_orders','yes','off'),(310144,'_transient_timeout_fedex_address_validation_39b2a8722b1c21919e3264556302f85c','1769378400','off'),(310145,'_transient_fedex_address_validation_39b2a8722b1c21919e3264556302f85c','BUSINESS','off'),(310712,'woocommerce_address_autocomplete_enabled','no','on'),(310713,'woocommerce_feature_destroy-empty-sessions_enabled','no','on'),(310714,'woocommerce_feature_mcp_integration_enabled','no','on'),(310809,'woocommerce_brand_permalink','','auto'),(311009,'_transient_timeout_fedex_address_validation_2e9e87eebd16bf1ecb3dd55eb84f91a6','1769462031','off'),(311010,'_transient_fedex_address_validation_2e9e87eebd16bf1ecb3dd55eb84f91a6','BUSINESS','off'),(312217,'_transient_timeout_fedex_address_validation_bd8c7604e0c28f8ad5cabfe177f304e0','1769637312','off'),(312218,'_transient_fedex_address_validation_bd8c7604e0c28f8ad5cabfe177f304e0','BUSINESS','off'),(312246,'_transient_timeout_fedex_address_validation_4d268f09cdebb013e0f37091b8d9f6f1','1769637451','off'),(312247,'_transient_fedex_address_validation_4d268f09cdebb013e0f37091b8d9f6f1','BUSINESS','off'),(312248,'_transient_timeout_fedex_address_validation_f83a089f7a279c3c219e9990b64497ab','1769637455','off'),(312249,'_transient_fedex_address_validation_f83a089f7a279c3c219e9990b64497ab','BUSINESS','off'),(312250,'_transient_timeout_fedex_address_validation_1701656ec279b49b7d63b2204a59a237','1769637458','off'),(312251,'_transient_fedex_address_validation_1701656ec279b49b7d63b2204a59a237','BUSINESS','off'),(312517,'_transient_timeout_fedex_address_validation_e2c3d2a500a13e01bc2ad4687c25e4dc','1769685641','off'),(312518,'_transient_fedex_address_validation_e2c3d2a500a13e01bc2ad4687c25e4dc','MIXED','off'),(312539,'_transient_timeout_fedex_address_validation_26b1957d5a34864e388a8d5251217b00','1769685670','off'),(312540,'_transient_fedex_address_validation_26b1957d5a34864e388a8d5251217b00','RESIDENTIAL','off'),(312619,'_transient_timeout_fedex_address_validation_b170da00419f3b886842bb6c6c6f1bd5','1769702095','off'),(312620,'_transient_fedex_address_validation_b170da00419f3b886842bb6c6c6f1bd5','MIXED','off'),(312651,'_transient_timeout_fedex_address_validation_1b1538de2be4887407aa9495ded5bdd5','1769702275','off'),(312652,'_transient_fedex_address_validation_1b1538de2be4887407aa9495ded5bdd5','BUSINESS','off'),(312661,'_transient_timeout_fedex_address_validation_a29bdff1aba857fdf5417d2b41d76ad7','1769702315','off'),(312662,'_transient_fedex_address_validation_a29bdff1aba857fdf5417d2b41d76ad7','RESIDENTIAL','off'),(312675,'_transient_timeout_fedex_address_validation_9829495b2bd956e71b02473126a53004','1769702331','off'),(312676,'_transient_fedex_address_validation_9829495b2bd956e71b02473126a53004','RESIDENTIAL','off'),(313726,'_transient_timeout_fedex_address_validation_6680c91ac72435ca7bc9ba93041de489','1769972000','off'),(313727,'_transient_fedex_address_validation_6680c91ac72435ca7bc9ba93041de489','BUSINESS','off'),(313881,'_transient_timeout_fedex_address_validation_161d706f7c1b42442c092062504bba28','1769977241','off'),(313882,'_transient_fedex_address_validation_161d706f7c1b42442c092062504bba28','RESIDENTIAL','off'),(314330,'_transient_timeout_fedex_address_validation_3cbce7bc02bcf971c8bea0ab97e1751b','1770049618','off'),(314331,'_transient_fedex_address_validation_3cbce7bc02bcf971c8bea0ab97e1751b','RESIDENTIAL','off'),(314371,'_transient_timeout_fedex_address_validation_a7b420981af9d51f5280427806836258','1770049661','off'),(314372,'_transient_fedex_address_validation_a7b420981af9d51f5280427806836258','BUSINESS','off'),(314422,'_transient_timeout_fedex_address_validation_7d87626c78135dbafe0326e76e9da23e','1770049756','off'),(314423,'_transient_fedex_address_validation_7d87626c78135dbafe0326e76e9da23e','BUSINESS','off'),(314436,'_transient_timeout_fedex_address_validation_24c91ad1740ff612c10c4089397c9fbd','1770049759','off'),(314437,'_transient_fedex_address_validation_24c91ad1740ff612c10c4089397c9fbd','BUSINESS','off'),(314445,'_transient_timeout_fedex_address_validation_cb71593c1da8ffbdd277b7f97e28d9b3','1770049768','off'),(314446,'_transient_fedex_address_validation_cb71593c1da8ffbdd277b7f97e28d9b3','BUSINESS','off'),(314515,'_transient_timeout_fedex_address_validation_4c5be657be7a0130c9d7004a1a2f72cd','1770050709','off'),(314516,'_transient_fedex_address_validation_4c5be657be7a0130c9d7004a1a2f72cd','BUSINESS','off'),(314677,'_transient_timeout_fedex_address_validation_04f8fa8958d656099007941f972404a3','1770052004','off'),(314678,'_transient_fedex_address_validation_04f8fa8958d656099007941f972404a3','RESIDENTIAL','off'),(314740,'_transient_timeout_fedex_address_validation_d48600bffd08ec2b4ef794af200bd9b8','1770054367','off'),(314741,'_transient_fedex_address_validation_d48600bffd08ec2b4ef794af200bd9b8','BUSINESS','off'),(315100,'_transient_timeout_fedex_address_validation_7cbad2d1518d4d810ff60227c646eae9','1770077244','off'),(315101,'_transient_fedex_address_validation_7cbad2d1518d4d810ff60227c646eae9','BUSINESS','off'),(315652,'_transient_timeout_fedex_address_validation_f9789052b1c7a0ca8e0a8de93d7c8808','1770144671','off'),(315653,'_transient_fedex_address_validation_f9789052b1c7a0ca8e0a8de93d7c8808','BUSINESS','off'),(315670,'_transient_timeout_fedex_address_validation_bc4b11c7de10e5111ea6564d7ca68776','1770144752','off'),(315671,'_transient_fedex_address_validation_bc4b11c7de10e5111ea6564d7ca68776','MIXED','off'),(316159,'_transient_timeout_fedex_address_validation_b4074fa74e3c3da274216056baad190f','1770212572','off'),(316160,'_transient_fedex_address_validation_b4074fa74e3c3da274216056baad190f','MIXED','off'),(318272,'_transient_timeout_fedex_address_validation_48c9f8e418837f67c0c5aa2528854635','1770566078','off'),(318273,'_transient_fedex_address_validation_48c9f8e418837f67c0c5aa2528854635','BUSINESS','off'),(319769,'_transient_timeout_fedex_address_validation_646560480cbd3706da1423a932324406','1770745227','off'),(319770,'_transient_fedex_address_validation_646560480cbd3706da1423a932324406','RESIDENTIAL','off'),(319915,'_transient_timeout_fedex_address_validation_6fdba60c112ed495eb569927d958cf1d','1770750951','off'),(319916,'_transient_fedex_address_validation_6fdba60c112ed495eb569927d958cf1d','MIXED','off'),(319943,'_transient_timeout_fedex_address_validation_78e0762c940be69714c72ec6dd3d94b7','1770750987','off'),(319944,'_transient_fedex_address_validation_78e0762c940be69714c72ec6dd3d94b7','BUSINESS','off'),(320120,'woocommerce_multiple_shipping_settings','a:22:{s:5:\"title\";s:17:\"Multiple Shipping\";s:24:\"cart_duplication_section\";s:0:\"\";s:16:\"cart_duplication\";s:2:\"no\";s:16:\"checkout_section\";s:0:\"\";s:14:\"checkout_notes\";s:2:\"no\";s:20:\"checkout_notes_limit\";s:0:\"\";s:19:\"checkout_datepicker\";s:2:\"no\";s:19:\"checkout_valid_days\";s:0:\"\";s:22:\"checkout_exclude_dates\";a:0:{}s:12:\"gift_section\";s:0:\"\";s:13:\"gift_packages\";s:2:\"no\";s:10:\"exclusions\";s:0:\"\";s:17:\"excluded_products\";a:0:{}s:19:\"excluded_categories\";a:0:{}s:16:\"language_section\";s:0:\"\";s:17:\"lang_notification\";s:52:\"You may use multiple shipping addresses on this cart\";s:14:\"lang_btn_items\";s:22:\"Set Multiple Addresses\";s:14:\"partial_orders\";s:2:\"no\";s:13:\"email_section\";s:0:\"\";s:20:\"partial_orders_email\";s:2:\"no\";s:13:\"email_subject\";s:35:\"Part of your order has been shipped\";s:13:\"email_message\";s:180:\"Hi there. Part of your recent order on LCA Portal Store has been completed. Your order details are shown below for your reference:Order: {order_id}{products_table}{addresses_table}\";}','on'),(320663,'_transient_timeout_fedex_address_validation_09537786aaaee4c6ccbf6ecdbd3ca22e','1770831567','off'),(320664,'_transient_fedex_address_validation_09537786aaaee4c6ccbf6ecdbd3ca22e','RESIDENTIAL','off'),(320675,'_transient_timeout_fedex_address_validation_c2e07f285a1024677c5e1ff79fdfcccc','1770831592','off'),(320676,'_transient_fedex_address_validation_c2e07f285a1024677c5e1ff79fdfcccc','BUSINESS','off'),(320787,'_transient_timeout_fedex_address_validation_ec8df91770441e893068fc64f52ddb32','1770835427','off'),(320788,'_transient_fedex_address_validation_ec8df91770441e893068fc64f52ddb32','RESIDENTIAL','off'),(320856,'_transient_timeout_fedex_address_validation_b1f58b54af3a3d336466b651ee775f04','1770835630','off'),(320857,'_transient_fedex_address_validation_b1f58b54af3a3d336466b651ee775f04','RESIDENTIAL','off'),(321371,'_transient_timeout_fedex_address_validation_b3c650971cc18a51175e9e7dfb1fc48b','1770917272','off'),(321372,'_transient_fedex_address_validation_b3c650971cc18a51175e9e7dfb1fc48b','RESIDENTIAL','off'),(321570,'_transient_timeout_fedex_address_validation_fa24e95765bf1764e530a6576742adc0','1770929203','off'),(321571,'_transient_fedex_address_validation_fa24e95765bf1764e530a6576742adc0','RESIDENTIAL','off'),(321580,'_transient_timeout_fedex_address_validation_707f1a2eb58f93709c79dd5ec7531f30','1770929228','off'),(321581,'_transient_fedex_address_validation_707f1a2eb58f93709c79dd5ec7531f30','RESIDENTIAL','off'),(322185,'_transient_timeout_fedex_address_validation_14af0a234afaeca385fae942a25ede55','1771073392','off'),(322186,'_transient_fedex_address_validation_14af0a234afaeca385fae942a25ede55','RESIDENTIAL','off'),(322376,'_transient_timeout_fedex_address_validation_f9dd4ab0a08a9503b5c476f5aa740939','1771103119','off'),(322377,'_transient_fedex_address_validation_f9dd4ab0a08a9503b5c476f5aa740939','BUSINESS','off'),(322524,'_transient_timeout_fedex_address_validation_4b6eb979757ad65b9494af1b5d4061fc','1771134199','off'),(322525,'_transient_fedex_address_validation_4b6eb979757ad65b9494af1b5d4061fc','BUSINESS','off'),(322866,'_transient_timeout_fedex_address_validation_f19bff88edf1588ca49cf59008800724','1771174158','off'),(322867,'_transient_fedex_address_validation_f19bff88edf1588ca49cf59008800724','RESIDENTIAL','off'),(322963,'elementor_safe_mode','','auto'),(323022,'woa_customer_message','Hello {full_name},\n Thank you for shopping with us! Your order #{order_no} has been received and is now being processed. Below are your order details.','auto'),(323023,'woa_approved_status','Hello {full_name},\n Good news! Your order #{order_no} has been approved and is ready for the next step.','auto'),(323024,'woa_reject_status','Hello {full_name},\n We regret to inform you that your order #{order_no} has not been approved at this time.','auto'),(323025,'woa_admin_message','Hello Admin,\n A new order {order_no} has been placed on your store. Please review the details below.','auto'),(323055,'bsr_data','a:8:{s:13:\"select_tables\";a:73:{i:0;s:25:\"wp_acfw_loyalprog_entries\";i:1;s:21:\"wp_acfw_store_credits\";i:2;s:23:\"wp_acfw_virtual_coupons\";i:3;s:26:\"wp_actionscheduler_actions\";i:4;s:25:\"wp_actionscheduler_claims\";i:5;s:25:\"wp_actionscheduler_groups\";i:6;s:23:\"wp_actionscheduler_logs\";i:7;s:22:\"wp_addonlibrary_addons\";i:8;s:26:\"wp_addonlibrary_categories\";i:9;s:14:\"wp_commentmeta\";i:10;s:11:\"wp_comments\";i:11;s:11:\"wp_e_events\";i:12;s:10:\"wp_e_notes\";i:13;s:26:\"wp_e_notes_users_relations\";i:14;s:16:\"wp_e_submissions\";i:15;s:28:\"wp_e_submissions_actions_log\";i:16;s:23:\"wp_e_submissions_values\";i:17;s:19:\"wp_fsmpt_email_logs\";i:18;s:8:\"wp_links\";i:19;s:18:\"wp_login_redirects\";i:20;s:26:\"wp_mw_wc_qbo_sync_sessions\";i:21;s:10:\"wp_options\";i:22;s:11:\"wp_postmeta\";i:23;s:8:\"wp_posts\";i:24;s:21:\"wp_term_relationships\";i:25;s:16:\"wp_term_taxonomy\";i:26;s:11:\"wp_termmeta\";i:27;s:8:\"wp_terms\";i:28;s:11:\"wp_usermeta\";i:29;s:8:\"wp_users\";i:30;s:24:\"wp_wc_admin_note_actions\";i:31;s:17:\"wp_wc_admin_notes\";i:32;s:21:\"wp_wc_category_lookup\";i:33;s:21:\"wp_wc_customer_lookup\";i:34;s:18:\"wp_wc_download_log\";i:35;s:21:\"wp_wc_order_addresses\";i:36;s:25:\"wp_wc_order_coupon_lookup\";i:37;s:28:\"wp_wc_order_operational_data\";i:38;s:26:\"wp_wc_order_product_lookup\";i:39;s:17:\"wp_wc_order_stats\";i:40;s:22:\"wp_wc_order_tax_lookup\";i:41;s:12:\"wp_wc_orders\";i:42;s:17:\"wp_wc_orders_meta\";i:43;s:31:\"wp_wc_product_attributes_lookup\";i:44;s:34:\"wp_wc_product_download_directories\";i:45;s:25:\"wp_wc_product_meta_lookup\";i:46;s:17:\"wp_wc_rate_limits\";i:47;s:20:\"wp_wc_reserved_stock\";i:48;s:22:\"wp_wc_tax_rate_classes\";i:49;s:14:\"wp_wc_webhooks\";i:50;s:22:\"wp_wdr_order_discounts\";i:51;s:27:\"wp_wdr_order_item_discounts\";i:52;s:12:\"wp_wdr_rules\";i:53;s:23:\"wp_woocommerce_api_keys\";i:54;s:35:\"wp_woocommerce_attribute_taxonomies\";i:55;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:56;s:18:\"wp_woocommerce_log\";i:57;s:29:\"wp_woocommerce_order_itemmeta\";i:58;s:26:\"wp_woocommerce_order_items\";i:59;s:32:\"wp_woocommerce_payment_tokenmeta\";i:60;s:29:\"wp_woocommerce_payment_tokens\";i:61;s:23:\"wp_woocommerce_sessions\";i:62;s:38:\"wp_woocommerce_shipping_zone_locations\";i:63;s:36:\"wp_woocommerce_shipping_zone_methods\";i:64;s:29:\"wp_woocommerce_shipping_zones\";i:65;s:33:\"wp_woocommerce_tax_rate_locations\";i:66;s:24:\"wp_woocommerce_tax_rates\";i:67;s:26:\"wp_wpmailsmtp_debug_events\";i:68;s:24:\"wp_wpmailsmtp_tasks_meta\";i:69;s:24:\"wp_wt_iew_action_history\";i:70;s:14:\"wp_wt_iew_cron\";i:71;s:13:\"wp_wt_iew_ftp\";i:72;s:26:\"wp_wt_iew_mapping_template\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:42:\"lcaginesisstore-staging.us14.cdn-alpha.com\";s:12:\"replace_with\";s:40:\"lcaportalstoreg.liceclinicsofamerica.com\";s:15:\"completed_pages\";i:88;s:11:\"total_pages\";i:88;}','auto'),(323389,'_transient_timeout_wc_min_max_quantity_rules_101','1768570270','off'),(323390,'_transient_wc_min_max_quantity_rules_101','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(324368,'_transient_timeout_fedex_address_validation_d2db8bbb4a21bfa7b4425be826716520','1771267220','off'),(324369,'_transient_fedex_address_validation_d2db8bbb4a21bfa7b4425be826716520','BUSINESS','off'),(324409,'pcc_license_key','4GXENUXDEME2IQDKFSL2VWSH','auto'),(324410,'pcc_license_valid','1','auto'),(324416,'pcc_remote_php_compat','a:12:{s:35:\"essential-addons-for-elementor-lite\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:9:\"elementor\";s:3:\"8.0\";s:28:\"plugin-compatibility-checker\";s:13:\"8.2, 8.3, 8.4\";s:12:\"wp-mail-smtp\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:11:\"woocommerce\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:5:\"astra\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:6:\"gotmls\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:18:\"wordpress-importer\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:27:\"woocommerce-paypal-payments\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:20:\"simple-301-redirects\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:14:\"classic-editor\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";s:21:\"better-search-replace\";s:28:\"7.4, 8.0, 8.1, 8.2, 8.3, 8.4\";}','off'),(325764,'_transient_timeout_fedex_address_validation_6d456730612dba4e8c99da6215a753c9','1771723010','off'),(325765,'_transient_fedex_address_validation_6d456730612dba4e8c99da6215a753c9','RESIDENTIAL','off'),(326252,'_transient_timeout_fedex_address_validation_88185375351c313c70a69ea7556e200f','1771820578','off'),(326253,'_transient_fedex_address_validation_88185375351c313c70a69ea7556e200f','RESIDENTIAL','off'),(327452,'code_snippets_version','3.9.3','auto'),(327453,'code_snippets_settings','a:4:{s:7:\"general\";a:9:{s:19:\"activate_by_default\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:18:\"visual_editor_rows\";i:5;s:10:\"list_order\";s:12:\"priority-asc\";s:13:\"disable_prism\";b:0;s:17:\"hide_upgrade_menu\";b:0;s:18:\"complete_uninstall\";b:0;s:17:\"enable_flat_files\";b:0;}s:6:\"editor\";a:12:{s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:4;s:9:\"font_size\";i:14;s:10:\"wrap_lines\";b:1;s:12:\"code_folding\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;s:21:\"highlight_active_line\";b:1;s:6:\"keymap\";s:7:\"default\";s:5:\"theme\";s:7:\"default\";}s:14:\"version-switch\";a:1:{s:16:\"selected_version\";s:0:\"\";}s:5:\"debug\";a:1:{s:21:\"enable_version_change\";b:0;}}','auto'),(327462,'recently_activated_snippets','a:0:{}','auto'),(327475,'_elementor_ab_testing_data','a:2:{s:7:\"timeout\";i:1764349915;s:5:\"value\";s:274:\"[{\"coreOnboarding\":{\"emphasizeConnectBenefits101\":false,\"embedConnectInOnboarding102\":false,\"onboardingStartsWithLogin103\":false,\"offerThemeChoicesHelloBiz201\":false,\"emphasizeThemeValueAudience202\":false,\"updateCopyVisuals401\":false,\"reduceHierarchyBlankOption402\":false}}]\";}','off'),(327512,'_transient_timeout_fedex_address_validation_892f6626542dc56e0c7d3cce5c427d5b','1772122540','off'),(327513,'_transient_fedex_address_validation_892f6626542dc56e0c7d3cce5c427d5b','RESIDENTIAL','off'),(328731,'_transient_timeout_fedex_address_validation_ee3fbba38baef1eb28604c6c2603445d','1772376891','off'),(328732,'_transient_fedex_address_validation_ee3fbba38baef1eb28604c6c2603445d','RESIDENTIAL','off'),(328733,'_transient_timeout_fedex_address_validation_f5157b8d21e4234451bcdc6fc88d1766','1772376891','off'),(328734,'_transient_fedex_address_validation_f5157b8d21e4234451bcdc6fc88d1766','MIXED','off'),(328747,'_transient_timeout_fedex_address_validation_4bc94c134c37be765975b72ebaca2a17','1772376897','off'),(328748,'_transient_fedex_address_validation_4bc94c134c37be765975b72ebaca2a17','MIXED','off'),(328749,'_transient_timeout_fedex_address_validation_16bec2a9619739b07e01f1523e524a6c','1772376898','off'),(328750,'_transient_fedex_address_validation_16bec2a9619739b07e01f1523e524a6c','BUSINESS','off'),(329275,'_transient_timeout_fedex_address_validation_33c6cf540905a705e9ec83b594bf562b','1772418480','off'),(329276,'_transient_fedex_address_validation_33c6cf540905a705e9ec83b594bf562b','BUSINESS','off'),(329609,'_transient_timeout_fedex_address_validation_f492230875ad52b78a9dab036c4db93f','1772463065','off'),(329610,'_transient_fedex_address_validation_f492230875ad52b78a9dab036c4db93f','BUSINESS','off'),(329655,'_transient_timeout_fedex_address_validation_1b2619c4238f20439aad1f1523d208d6','1772464450','off'),(329656,'_transient_fedex_address_validation_1b2619c4238f20439aad1f1523d208d6','BUSINESS','off'),(330026,'wp_notes_notify','1','on'),(330030,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1766773802;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}','off'),(330031,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','on'),(330334,'can_compress_scripts','0','on'),(330753,'wtso_bfcm_twenty_twenty_five_banner_state','4','auto'),(331174,'_transient_timeout_fedex_address_validation_3d0d61dc6595d0174aca25f04e2aae54','1772726951','off'),(331175,'_transient_fedex_address_validation_3d0d61dc6595d0174aca25f04e2aae54','RESIDENTIAL','off'),(331511,'_transient_timeout_fedex_address_validation_e09520ade07e3651dde2193e67977115','1772824315','off'),(331512,'_transient_fedex_address_validation_e09520ade07e3651dde2193e67977115','RESIDENTIAL','off'),(332142,'_transient_timeout_fedex_address_validation_04a6c82f224c81068aa4cad28a01b134','1772976442','off'),(332143,'_transient_fedex_address_validation_04a6c82f224c81068aa4cad28a01b134','RESIDENTIAL','off'),(332231,'_transient_timeout_fedex_address_validation_11bb221f3c6f3a6f101d14b23d2e6d45','1772980099','off'),(332232,'_transient_fedex_address_validation_11bb221f3c6f3a6f101d14b23d2e6d45','BUSINESS','off'),(332721,'_transient_timeout_fedex_address_validation_ffbf2e9ca44b830709ee6a2328a300d3','1773061925','off'),(332722,'_transient_fedex_address_validation_ffbf2e9ca44b830709ee6a2328a300d3','MIXED','off'),(332725,'_transient_timeout_fedex_address_validation_9309f2142818491574435142f45fd969','1773061929','off'),(332726,'_transient_fedex_address_validation_9309f2142818491574435142f45fd969','BUSINESS','off'),(332930,'_transient_timeout_ppcp_has_ppec_subscriptions','1767895936','off'),(332931,'_transient_ppcp_has_ppec_subscriptions','false','off'),(332951,'wc_memberships_lifecycle_events','[{\"name\":\"upgrade\",\"time\":1765304014,\"version\":\"1.27.4\",\"data\":{\"from_version\":\"1.27.3\"}},{\"name\":\"upgrade\",\"time\":1762439571,\"version\":\"1.27.3\",\"data\":{\"from_version\":\"1.27.2\"}},{\"name\":\"upgrade\",\"time\":1751071639,\"version\":\"1.27.2\",\"data\":{\"from_version\":\"1.27.1\"}},{\"name\":\"upgrade\",\"time\":1746803372,\"version\":\"1.27.1\",\"data\":{\"from_version\":\"1.26.11\"}},{\"name\":\"upgrade\",\"time\":1742837572,\"version\":\"1.26.11\",\"data\":{\"from_version\":\"1.26.10\"}},{\"name\":\"upgrade\",\"time\":1738331389,\"version\":\"1.26.10\",\"data\":{\"from_version\":\"1.26.9\"}},{\"name\":\"upgrade\",\"time\":1728402863,\"version\":\"1.26.9\",\"data\":{\"from_version\":\"1.26.8\"}},{\"name\":\"upgrade\",\"time\":1726254834,\"version\":\"1.26.8\",\"data\":{\"from_version\":\"1.26.5\"}},{\"name\":\"upgrade\",\"time\":1712852971,\"version\":\"1.26.5\",\"data\":{\"from_version\":\"1.26.4\"}},{\"name\":\"upgrade\",\"time\":1711996926,\"version\":\"1.26.4\",\"data\":{\"from_version\":\"1.26.3\"}},{\"name\":\"upgrade\",\"time\":1709671281,\"version\":\"1.26.3\",\"data\":{\"from_version\":\"1.26.1\"}},{\"name\":\"upgrade\",\"time\":1707847750,\"version\":\"1.26.1\",\"data\":{\"from_version\":\"1.26.0\"}},{\"name\":\"upgrade\",\"time\":1706543081,\"version\":\"1.26.0\",\"data\":{\"from_version\":\"1.25.2\"}},{\"name\":\"upgrade\",\"time\":1702504831,\"version\":\"1.25.2\",\"data\":{\"from_version\":\"1.25.0\"}},{\"name\":\"upgrade\",\"time\":1688669738,\"version\":\"1.25.0\",\"data\":{\"from_version\":\"1.24.0\"}},{\"name\":\"upgrade\",\"time\":1670356767,\"version\":\"1.24.0\",\"data\":{\"from_version\":\"1.23.1\"}},{\"name\":\"upgrade\",\"time\":1663608585,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608575,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608527,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1663608500,\"version\":\"1.23.1\",\"data\":{\"from_version\":\"1.23.0\"}},{\"name\":\"upgrade\",\"time\":1648729897,\"version\":\"1.23.0\",\"data\":{\"from_version\":\"1.22.11\"}},{\"name\":\"upgrade\",\"time\":1645830467,\"version\":\"1.22.11\",\"data\":{\"from_version\":\"1.22.10\"}},{\"name\":\"upgrade\",\"time\":1644434869,\"version\":\"1.22.10\",\"data\":{\"from_version\":\"1.22.9\"}},{\"name\":\"upgrade\",\"time\":1637692450,\"version\":\"1.22.9\",\"data\":{\"from_version\":\"1.22.7\"}},{\"name\":\"upgrade\",\"time\":1633713619,\"version\":\"1.22.7\",\"data\":{\"from_version\":\"1.22.5\"}},{\"name\":\"upgrade\",\"time\":1631464078,\"version\":\"1.22.5\",\"data\":{\"from_version\":\"1.22.4\"}},{\"name\":\"upgrade\",\"time\":1631111020,\"version\":\"1.22.4\",\"data\":{\"from_version\":\"1.22.3\"}},{\"name\":\"upgrade\",\"time\":1627324466,\"version\":\"1.22.3\",\"data\":{\"from_version\":\"1.21.7\"}},{\"name\":\"install\",\"time\":1617228998,\"version\":\"1.21.7\"}]','no'),(333147,'_transient_timeout_fedex_address_validation_3a39cd6b5ad30126864ca9894de47e09','1773097836','off'),(333148,'_transient_fedex_address_validation_3a39cd6b5ad30126864ca9894de47e09','RESIDENTIAL','off'),(333151,'_transient_timeout_fedex_address_validation_5f08427b1b4723843dab7ed0a0614b97','1773097840','off'),(333152,'_transient_fedex_address_validation_5f08427b1b4723843dab7ed0a0614b97','RESIDENTIAL','off'),(334490,'_transient_timeout_fedex_address_validation_e7ae12a4f51891afaa1aff69db5bd487','1773246409','off'),(334491,'_transient_fedex_address_validation_e7ae12a4f51891afaa1aff69db5bd487','BUSINESS','off'),(334570,'_transient_timeout_fedex_address_validation_927aa936564cc75177302be324ce8aee','1773250327','off'),(334571,'_transient_fedex_address_validation_927aa936564cc75177302be324ce8aee','BUSINESS','off'),(334654,'_transient_timeout_fedex_address_validation_a9f14023aea22810fdb9a3d135e2bb81','1773254566','off'),(334655,'_transient_fedex_address_validation_a9f14023aea22810fdb9a3d135e2bb81','RESIDENTIAL','off'),(334689,'_transient_timeout_fedex_address_validation_bc7ec201a96d21d623bfe951da7d30d3','1773257102','off'),(334690,'_transient_fedex_address_validation_bc7ec201a96d21d623bfe951da7d30d3','RESIDENTIAL','off'),(334833,'_transient_timeout_fedex_address_validation_f070e19779d221fc021670d639f6a5ae','1773258489','off'),(334834,'_transient_fedex_address_validation_f070e19779d221fc021670d639f6a5ae','BUSINESS','off'),(334920,'woocommerce_order_stats_has_fulfillment_column','no','off'),(334925,'woocommerce_shipment_tracking_version','2.6.7','auto'),(334935,'_transient_timeout_wc_report_orders_stats_cb4c5334601d47432040faacbe30d1ad','1767160803','off'),(334936,'_transient_wc_report_orders_stats_cb4c5334601d47432040faacbe30d1ad','a:2:{s:7:\"version\";s:10:\"1766529137\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"total_sales\";d:0;s:8:\"products\";i:11;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:1:{i:0;a:6:{s:8:\"interval\";s:4:\"2024\";s:10:\"date_start\";s:19:\"2024-01-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2024-01-01 00:00:00\";s:8:\"date_end\";s:19:\"2024-12-31 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2024-12-31 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"total_sales\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(334942,'wc_pending_batch_processes','a:0:{}','off'),(335192,'_transient_timeout_fedex_address_validation_95bb2da99205e571eff09acebf229483','1773281228','off'),(335193,'_transient_fedex_address_validation_95bb2da99205e571eff09acebf229483','RESIDENTIAL','off'),(335597,'_transient_timeout_wc_shipping_method_count','1768173950','off'),(335598,'_transient_wc_shipping_method_count','a:4:{s:7:\"version\";s:10:\"1762982674\";s:6:\"legacy\";i:1;s:7:\"enabled\";i:6;s:8:\"disabled\";i:0;}','off'),(335904,'_transient_timeout_wc_term_counts','1768406231','off'),(335905,'_transient_wc_term_counts','a:12:{s:14:\"32_product_cat\";i:42;s:14:\"31_product_cat\";i:11;s:14:\"16_product_cat\";i:0;s:14:\"25_product_cat\";i:0;s:14:\"19_product_cat\";i:0;s:14:\"18_product_cat\";i:0;s:14:\"20_product_cat\";i:0;s:14:\"24_product_cat\";i:0;s:14:\"21_product_cat\";i:0;s:14:\"23_product_cat\";i:0;s:14:\"17_product_cat\";i:0;s:14:\"15_product_cat\";i:0;}','off'),(336403,'_transient_timeout_wc_min_max_quantity_rules_23','1768411785','off'),(336404,'_transient_wc_min_max_quantity_rules_23','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336405,'_transient_timeout_wc_min_max_quantity_rules_38','1768411785','off'),(336406,'_transient_wc_min_max_quantity_rules_38','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336407,'_transient_timeout_wc_min_max_quantity_rules_2110','1768411785','off'),(336408,'_transient_wc_min_max_quantity_rules_2110','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336409,'_transient_timeout_wc_min_max_quantity_rules_2113','1768411785','off'),(336410,'_transient_wc_min_max_quantity_rules_2113','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336411,'_transient_timeout_wc_min_max_quantity_rules_3412','1768411785','off'),(336412,'_transient_wc_min_max_quantity_rules_3412','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336413,'_transient_timeout_wc_min_max_quantity_rules_42','1768411785','off'),(336414,'_transient_wc_min_max_quantity_rules_42','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336415,'_transient_timeout_wc_min_max_quantity_rules_116','1768411785','off'),(336416,'_transient_wc_min_max_quantity_rules_116','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336417,'_transient_timeout_wc_min_max_quantity_rules_3476','1768411785','off'),(336418,'_transient_wc_min_max_quantity_rules_3476','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336419,'_transient_timeout_wc_min_max_quantity_rules_41','1768411785','off'),(336420,'_transient_wc_min_max_quantity_rules_41','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336421,'_transient_timeout_wc_min_max_quantity_rules_45','1768411785','off'),(336422,'_transient_wc_min_max_quantity_rules_45','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336423,'_transient_timeout_wc_min_max_quantity_rules_118','1768411785','off'),(336424,'_transient_wc_min_max_quantity_rules_118','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336425,'_transient_timeout_wc_min_max_quantity_rules_51','1768411785','off'),(336426,'_transient_wc_min_max_quantity_rules_51','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336427,'_transient_timeout_wc_min_max_quantity_rules_2400','1768411785','off'),(336428,'_transient_wc_min_max_quantity_rules_2400','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336429,'_transient_timeout_wc_min_max_quantity_rules_2408','1768411785','off'),(336430,'_transient_wc_min_max_quantity_rules_2408','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336431,'_transient_timeout_wc_min_max_quantity_rules_44','1768411785','off'),(336432,'_transient_wc_min_max_quantity_rules_44','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336433,'_transient_timeout_wc_min_max_quantity_rules_49','1768411785','off'),(336434,'_transient_wc_min_max_quantity_rules_49','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336435,'_transient_timeout_wc_min_max_quantity_rules_3354','1768411785','off'),(336436,'_transient_wc_min_max_quantity_rules_3354','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336437,'_transient_timeout_wc_min_max_quantity_rules_3362','1768411785','off'),(336438,'_transient_wc_min_max_quantity_rules_3362','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336439,'_transient_timeout_wc_min_max_quantity_rules_3360','1768411785','off'),(336440,'_transient_wc_min_max_quantity_rules_3360','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336441,'_transient_timeout_wc_min_max_quantity_rules_43','1768411785','off'),(336442,'_transient_wc_min_max_quantity_rules_43','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336443,'_transient_timeout_wc_min_max_quantity_rules_3352','1768411785','off'),(336444,'_transient_wc_min_max_quantity_rules_3352','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336445,'_transient_timeout_wc_min_max_quantity_rules_120','1768411785','off'),(336446,'_transient_wc_min_max_quantity_rules_120','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336447,'_transient_timeout_wc_min_max_quantity_rules_40','1768411785','off'),(336448,'_transient_wc_min_max_quantity_rules_40','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336449,'_transient_timeout_wc_min_max_quantity_rules_3358','1768411785','off'),(336450,'_transient_wc_min_max_quantity_rules_3358','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336451,'_transient_timeout_wc_min_max_quantity_rules_39','1768411785','off'),(336452,'_transient_wc_min_max_quantity_rules_39','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336453,'_transient_timeout_wc_min_max_quantity_rules_3356','1768411785','off'),(336454,'_transient_wc_min_max_quantity_rules_3356','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336455,'_transient_timeout_wc_min_max_quantity_rules_3525','1768411785','off'),(336456,'_transient_wc_min_max_quantity_rules_3525','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336457,'_transient_timeout_wc_min_max_quantity_rules_3524','1768411785','off'),(336458,'_transient_wc_min_max_quantity_rules_3524','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336459,'_transient_timeout_wc_min_max_quantity_rules_3507','1768411785','off'),(336460,'_transient_wc_min_max_quantity_rules_3507','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336461,'_transient_timeout_wc_min_max_quantity_rules_3485','1768411785','off'),(336462,'_transient_wc_min_max_quantity_rules_3485','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336463,'_transient_timeout_wc_min_max_quantity_rules_3499','1768411785','off'),(336464,'_transient_wc_min_max_quantity_rules_3499','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336465,'_transient_timeout_wc_min_max_quantity_rules_93','1768411785','off'),(336466,'_transient_wc_min_max_quantity_rules_93','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:20;s:8:\"group_of\";i:0;}}','off'),(336467,'_transient_timeout_wc_min_max_quantity_rules_95','1768411785','off'),(336468,'_transient_wc_min_max_quantity_rules_95','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:20;s:8:\"group_of\";i:0;}}','off'),(336469,'_transient_timeout_wc_min_max_quantity_rules_97','1768411785','off'),(336470,'_transient_wc_min_max_quantity_rules_97','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:20;s:8:\"group_of\";i:0;}}','off'),(336471,'_transient_timeout_wc_min_max_quantity_rules_99','1768411785','off'),(336472,'_transient_wc_min_max_quantity_rules_99','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:20;s:8:\"group_of\";i:0;}}','off'),(336473,'_transient_timeout_wc_min_max_quantity_rules_131','1768411785','off'),(336474,'_transient_wc_min_max_quantity_rules_131','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336475,'_transient_timeout_wc_min_max_quantity_rules_133','1768411785','off'),(336476,'_transient_wc_min_max_quantity_rules_133','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336477,'_transient_timeout_wc_min_max_quantity_rules_3696','1768411785','off'),(336478,'_transient_wc_min_max_quantity_rules_3696','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336479,'_transient_timeout_wc_min_max_quantity_rules_490','1768411785','off'),(336480,'_transient_wc_min_max_quantity_rules_490','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336481,'_transient_timeout_wc_min_max_quantity_rules_489','1768411785','off'),(336482,'_transient_wc_min_max_quantity_rules_489','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336483,'_transient_timeout_wc_min_max_quantity_rules_488','1768411785','off'),(336484,'_transient_wc_min_max_quantity_rules_488','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336485,'_transient_timeout_wc_min_max_quantity_rules_487','1768411785','off'),(336486,'_transient_wc_min_max_quantity_rules_487','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336487,'_transient_timeout_wc_min_max_quantity_rules_142','1768411785','off'),(336488,'_transient_wc_min_max_quantity_rules_142','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336489,'_transient_timeout_wc_min_max_quantity_rules_146','1768411785','off'),(336490,'_transient_wc_min_max_quantity_rules_146','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336491,'_transient_timeout_wc_min_max_quantity_rules_144','1768411785','off'),(336492,'_transient_wc_min_max_quantity_rules_144','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336493,'_transient_timeout_wc_min_max_quantity_rules_318','1768411785','off'),(336494,'_transient_wc_min_max_quantity_rules_318','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336495,'_transient_timeout_wc_min_max_quantity_rules_320','1768411785','off'),(336496,'_transient_wc_min_max_quantity_rules_320','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336497,'_transient_timeout_wc_min_max_quantity_rules_137','1768411785','off'),(336498,'_transient_wc_min_max_quantity_rules_137','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336499,'_transient_timeout_wc_min_max_quantity_rules_148','1768411785','off'),(336500,'_transient_wc_min_max_quantity_rules_148','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336501,'_transient_timeout_wc_min_max_quantity_rules_138','1768411785','off'),(336502,'_transient_wc_min_max_quantity_rules_138','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336503,'_transient_timeout_wc_min_max_quantity_rules_135','1768411785','off'),(336504,'_transient_wc_min_max_quantity_rules_135','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(336702,'woocommerce_orders_report_date_tour_shown','yes','auto'),(336873,'br_sale_report_version','2.0','auto'),(336874,'br-sales_report-version','3.6.2.2','auto'),(336875,'BeRocket_Framework_plugins_version_check','a:1:{s:12:\"sales_report\";s:7:\"3.6.2.2\";}','auto'),(336876,'berocket_admin_notices','a:1:{i:20;a:1:{i:0;a:1:{i:0;a:1:{s:9:\"subscribe\";a:15:{s:5:\"start\";i:0;s:3:\"end\";i:0;s:4:\"name\";s:9:\"subscribe\";s:4:\"html\";s:136:\"Subscribe to get latest BeRocket news and updates, plugin recommendations and configuration help, promotional email with discount codes.\";s:9:\"righthtml\";s:43:\"<a class=\"berocket_no_thanks\">No thanks</a>\";s:10:\"rightwidth\";i:80;s:13:\"nothankswidth\";i:60;s:12:\"contentwidth\";i:400;s:9:\"subscribe\";b:1;s:6:\"closed\";s:1:\"0\";s:8:\"priority\";i:20;s:6:\"height\";i:50;s:6:\"repeat\";b:0;s:11:\"repeatcount\";i:1;s:5:\"image\";a:4:{s:5:\"local\";s:155:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/sales-report-for-woocommerce/berocket/includes/../assets/images/ad_white_on_orange.webp\";s:5:\"width\";i:239;s:6:\"height\";i:118;s:5:\"scale\";d:0.42372881355932202;}}}}}}','auto'),(336879,'berocket_current_displayed_notice','a:15:{s:5:\"start\";i:0;s:3:\"end\";i:0;s:4:\"name\";s:9:\"subscribe\";s:4:\"html\";s:136:\"Subscribe to get latest BeRocket news and updates, plugin recommendations and configuration help, promotional email with discount codes.\";s:9:\"righthtml\";s:43:\"<a class=\"berocket_no_thanks\">No thanks</a>\";s:10:\"rightwidth\";i:80;s:13:\"nothankswidth\";i:60;s:12:\"contentwidth\";i:400;s:9:\"subscribe\";b:1;s:6:\"closed\";s:1:\"0\";s:8:\"priority\";i:20;s:6:\"height\";i:50;s:6:\"repeat\";b:0;s:11:\"repeatcount\";i:1;s:5:\"image\";a:4:{s:5:\"local\";s:155:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/plugins/sales-report-for-woocommerce/berocket/includes/../assets/images/ad_white_on_orange.webp\";s:5:\"width\";i:239;s:6:\"height\";i:118;s:5:\"scale\";d:0.42372881355932202;}}','auto'),(336880,'berocket_admin_notices_rate_stars','a:1:{i:17;a:2:{s:4:\"time\";i:1766422170;s:5:\"count\";i:0;}}','auto');
INSERT INTO `wp_options` VALUES (336894,'ptk_patterns','a:99:{i:0;a:20:{s:2:\"ID\";i:450;s:7:\"site_id\";i:231214916;s:5:\"title\";s:47:\"Intro: Heading with image and two columns above\";s:4:\"name\";s:51:\"intro-heading-with-image-and-two-columns-above-copy\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4005:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"480px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Stay dry in style</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Designed for both fashion and function, our rain jackets offers sleek styles and waterproof protection to keep you dry in any downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:105:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-heading-with-image-and-two-columns-above-copy/\";s:13:\"modified_date\";s:19:\"2025-05-06 14:29:32\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:1;a:20:{s:2:\"ID\";i:448;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Intro: Two column with content and image\";s:4:\"name\";s:39:\"intro-two-column-with-content-and-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3489:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Sounds like<br>no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":79,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" alt=\"\" class=\"wp-image-79\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-two-column-with-content-and-image/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:14:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:2;a:20:{s:2:\"ID\";i:410;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Review: Centered testimonial\";s:4:\"name\";s:27:\"review-centered-testimonial\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4632:\"<!-- wp:group {\"metadata\":{\"name\":\"Review\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-centered-testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-large-font-size\">What people are saying</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\"I recently attended a pottery workshop at this shop, and it was such a wonderful experience. The instructor was patient and encouraging, and I had a blast getting creative with clay.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"64px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:64px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-medium-font-size\">Liz S.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Painter</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-centered-testimonial/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:03:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:3;a:20:{s:2:\"ID\";i:404;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Review: A quote with scattered images\";s:4:\"name\";s:36:\"review-a-quote-with-scattered-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4579:\"<!-- wp:group {\"metadata\":{\"categories\":[\"reviews\"],\"patternName\":\"review-a-quote-with-scattered-images\",\"name\":\"Review: A quote with scattered images\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":405,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/table-food-dessert-cake-circle-painting-23295-pxhere-2.png\" alt=\"\" class=\"wp-image-405\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":408,\"width\":\"95px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/formation-cave-food-autumn-darkness-still-life-790116-pxhere-2.png\" alt=\"\" class=\"wp-image-408\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:95px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|20\",\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--20)\"><!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"62px\",\"height\":\"62px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"object-fit:cover;width:62px;height:62px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">\"The only limit is the extent of your imagination.\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Jayla H.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":406,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/plant-fruit-dish-meal-food-cooking-88153-pxhere-2.png\" alt=\"\" class=\"wp-image-406\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":407,\"width\":\"112px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/tree-nature-branch-plant-fruit-flower-104610-pxhere.png\" alt=\"\" class=\"wp-image-407\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:112px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-a-quote-with-scattered-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:4;a:20:{s:2:\"ID\";i:401;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Review: Two column centered reviews\";s:4:\"name\";s:2:\"ff\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7029:\"<!-- wp:group {\"metadata\":{\"name\":\"Reviews\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-two-column-centered-reviews\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"wideSize\":\"900px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">Reviews</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Jayla H.</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">\"I\'ve been a loyal customer for years, and for good reason. The customer service is top-notch, and the products are always reliable.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":325,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Scott F.</h4>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">“I recently purchased a smart TV, and I couldn\'t be happier with my purchase. The staff was friendly and helpful, answering all of my questions.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:56:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/ff/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:5;a:20:{s:2:\"ID\";i:397;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Three column pricing table\";s:4:\"name\";s:28:\"three-column-pricing-table-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:15916:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Elevate your learning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"width\":\"0px\"} -->\n<div style=\"height:var(--wp--preset--spacing--30);width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Tiers\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$0</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Video lectures</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Interactive quizzes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Certificates of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item (highlighted)\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"2px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:2px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$39</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Everything included in Free</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Personalized feedback</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Live Q&A sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Premium</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\"><s><span></span></s>Everything included in Basic</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Premium support</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Coaching sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:59:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:6;a:20:{s:2:\"ID\";i:395;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Two column boxed pricing table\";s:4:\"name\";s:30:\"two-column-boxed-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7641:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title has-ast-global-color-2-color has-text-color\">Pricing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-description\"} -->\n<p class=\"has-text-align-center is-pricing-description\">Whether you\'re a self-paced learner looking for flexibility or someone who thrives with additional support and guidance, we have a plan for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$69.00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-boxed-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:49:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:7;a:20:{s:2:\"ID\";i:392;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column pricing table\";s:4:\"name\";s:24:\"two-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7002:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"960px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">It offers comprehensive access to all course materials, including video lectures, interactive quizzes, and downloadable resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$199</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Everything in the Basic plan plus exclusive perks and additional support. Enjoy live Q&A, coaching sessions, and priority access to new content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"0px\"} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:48:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:8;a:20:{s:2:\"ID\";i:384;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Two column service offerings\";s:4:\"name\";s:28:\"two-column-service-offerings\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4331:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$99/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":250,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" alt=\"\" class=\"wp-image-250\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$199/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":237,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" alt=\"\" class=\"wp-image-237\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-service-offerings/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:21:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:9;a:20:{s:2:\"ID\";i:382;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Three columns of headings, images and links\";s:4:\"name\";s:42:\"three-columns-of-headings-images-and-links\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5801:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":63,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1-1024x683.jpg\" alt=\"\" class=\"wp-image-63\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. From fabric selection to dimensions, we\'ll bring your vision to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1-683x1024.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":354,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/ade23ce2024ccbbb42f7f7d6dfe5f2e0-1-684x1024.jpeg\" alt=\"\" class=\"wp-image-354\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax in your newly furnished home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-columns-of-headings-images-and-links/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:40:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:10;a:20:{s:2:\"ID\";i:380;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Grid of text features\";s:4:\"name\";s:21:\"grid-of-text-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5163:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments<br>to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/grid-of-text-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:41:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:11;a:20:{s:2:\"ID\";i:378;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Headings left, content right\";s:4:\"name\";s:27:\"headings-left-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6543:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Installation</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Enjoy peace of mind with our professional installation and setup services. From home theater systems to smart home devices, we\'ll ensure everything is installed and configured correctly for optimal performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Maintenance</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Extend the lifespan of your electronics with our repair and maintenance services. Our skilled technicians will diagnose and fix any issues to keep your devices running smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Trade-in</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Support</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Get the most out of your electronics with our tech support and training services. Our experts will help troubleshoot any issues and provide guidance on using your devices effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/headings-left-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:17:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:12;a:20:{s:2:\"ID\";i:376;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with six text sections\";s:4:\"name\";s:30:\"heading-with-six-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6956:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Our services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. We\'ll bring your vision to life.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Home staging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Planning to sell your home? Our home staging service will help maximize its appeal to potential buyers, showcasing its full potential.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Restore the beauty of your beloved furniture pieces. From refinishing to repairs, we\'ll breathe new life into your cherished items.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our showroom? No problem! Our virtual design consultation service allows you to get expert advice from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-six-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:34:50\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:13;a:20:{s:2:\"ID\";i:371;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Three column boxed pricing table\";s:4:\"name\";s:26:\"three-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:9435:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Certificate of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$39.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$99.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Premium support</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Coaching sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:47:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:14;a:20:{s:2:\"ID\";i:359;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Two columns with images\";s:4:\"name\";s:23:\"two-columns-with-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5251:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":368,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/56b4ef6554bcb138de65c66f1ec092b9-2.jpeg\" alt=\"\" class=\"wp-image-368\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Trade-in and recycling</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":222,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" alt=\"\" class=\"wp-image-222\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Extended warranty</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Protect your investment with our extended warranty and protection plans. Get peace of mind knowing your electronics are covered against unexpected damage and defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-columns-with-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:21:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:15;a:20:{s:2:\"ID\";i:357;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with four text sections\";s:4:\"name\";s:31:\"heading-with-four-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5530:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-four-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:35:12\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:16;a:20:{s:2:\"ID\";i:348;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Personal bio with a contact button\";s:4:\"name\";s:34:\"personal-bio-with-a-contact-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3746:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"175px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover;width:175px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"wideSize\":\"460px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Marianne R.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">“My journey into fashion began with a passion for sustainability and a love for artisanal crafts. Since childhood, I’ve been captivated by the intricate handiwork of global artisans and the stories behind their creations.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About me</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/personal-bio-with-a-contact-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 18:33:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:17;a:20:{s:2:\"ID\";i:345;s:7:\"site_id\";i:231214916;s:5:\"title\";s:66:\"Circular avatar on left header on right with sub-header and button\";s:4:\"name\";s:66:\"circular-avatar-on-left-header-on-right-with-sub-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3620:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":346,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/8d605dc291be9f49e7e9afe9b8d0f5c7-1.png\" alt=\"\" class=\"wp-image-346\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:120:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-avatar-on-left-header-on-right-with-sub-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:53:07\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:18;a:20:{s:2:\"ID\";i:343;s:7:\"site_id\";i:231214916;s:5:\"title\";s:57:\"Circular image on right with large border header on right\";s:4:\"name\";s:57:\"circular-image-on-right-with-large-border-header-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3565:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">About us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":262,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\",\"width\":\"0px\",\"style\":\"none\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" alt=\"\" class=\"wp-image-262\" style=\"border-style:none;border-width:0px;border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:111:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-image-on-right-with-large-border-header-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:46:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:19;a:20:{s:2:\"ID\";i:341;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Header with a paragraph and stats\";s:4:\"name\";s:33:\"header-with-a-paragraph-and-stats\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4298:\"<!-- wp:group {\"metadata\":{\"name\":\"Numbers\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">14M</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satisfied clients</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">Eco</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are thinking about the planet</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">120</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Options</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:87:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/header-with-a-paragraph-and-stats/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:49:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:20;a:20:{s:2:\"ID\";i:338;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Team members\";s:4:\"name\";s:12:\"team-members\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11352:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Our Team</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">David Carter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Project manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>David oversees every project with precision and efficiency, ensuring that timelines are met and that every detail is executed flawlessly from concept to completion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":339,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/05414bb38f179cc7c6969cbaf1b152e1-1.jpeg\" alt=\"\" class=\"wp-image-339\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emma Reynolds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Marketing coordinator</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emma\'s creative flair and passion for design shine through in her work, as she curates captivating content and engaging campaigns to showcase our products and services.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team-members/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:42:27\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:21;a:20:{s:2:\"ID\";i:334;s:7:\"site_id\";i:231214916;s:5:\"title\";s:8:\"Our team\";s:4:\"name\";s:8:\"our-team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10105:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Our Team</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:62:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/our-team/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:43:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:22;a:20:{s:2:\"ID\";i:329;s:7:\"site_id\";i:231214916;s:5:\"title\";s:4:\"Team\";s:4:\"name\";s:4:\"team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4779:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Meet the passionate team behind our brand</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":325,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:45:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:23;a:20:{s:2:\"ID\";i:327;s:7:\"site_id\";i:231214916;s:5:\"title\";s:5:\"About\";s:4:\"name\";s:5:\"about\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6587:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":462,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/girls-in-the-hills-3.jpg\" alt=\"\" class=\"wp-image-462\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Eco-friendly packaging</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">75%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Recycled materials</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">80%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Less water usage</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Organic cotton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"9px\"} -->\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:59:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:31:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:24;a:20:{s:2:\"ID\";i:322;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"About with heading and images\";s:4:\"name\";s:29:\"about-with-heading-and-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4808:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Chic and eco-friendly fashion, thoughtfully crafted with organic fabrics and recycled materials.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":323,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f3b0161d47e4ada886ef5f69d0637ddd.jpeg\" alt=\"\" class=\"wp-image-323\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":325,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":324,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/f554dfb297c4824916eb82ee70a3d942.jpeg\" alt=\"\" class=\"wp-image-324\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about-with-heading-and-images/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:38:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:25;a:20:{s:2:\"ID\";i:319;s:7:\"site_id\";i:231214916;s:5:\"title\";s:22:\"List with descriptions\";s:4:\"name\";s:4:\"data\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10266:\"<!-- wp:group {\"metadata\":{\"name\":\"Data list\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"color\":\"var:preset|color|theme-4\",\"width\":\"1px\"},\"right\":[],\"bottom\":[],\"left\":[]},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-color:var(--wp--preset--color--theme-4);border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">18 years</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have been in the market for 18 years and proved our customers our experience matters.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">54 countries</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We are worldwide with market participation in more than 54 countries in 5 continents.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">98K users</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have almost 100k active users with a high level of engagement and adoption.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"color\":[],\"border\":{\"radius\":\"0px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"border-radius:0px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">$12M revenue</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We closed 2023 over $12M dollars in revenue which position us as leader in our industry</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/data/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:33:26\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:26;a:20:{s:2:\"ID\";i:317;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Tall content with image left\";s:4:\"name\";s:28:\"tall-content-with-image-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4051:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Committed to a greener lifestyle</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Our passion is crafting mindful moments with locally sourced, organic, and sustainable products. We\'re more than a store; we\'re your path to a community-driven, eco-friendly lifestyle that embraces premium quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-left/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:06:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:27;a:20:{s:2:\"ID\";i:315;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column text sections\";s:4:\"name\";s:24:\"two-column-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3953:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ethical sourcing is at the forefront of everything we do. We\'re proud to champion sustainable fashion by prioritizing the use of organic and recycled materials in our clothing and accessories. By supporting fair trade initiatives and maintaining transparent supply chains, we ensure that every piece upholds our commitment to ethical practices.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and Craftsmanship</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:16:22\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:28;a:20:{s:2:\"ID\";i:313;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Content with grid of images on right\";s:4:\"name\";s:36:\"content-with-grid-of-images-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5365:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1-768x1024.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-grid-of-images-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:29;a:20:{s:2:\"ID\";i:311;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Pull left, fullwidth image\";s:4:\"name\";s:25:\"pull-left-fullwidth-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3473:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":63,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1.jpg\" alt=\"\" class=\"wp-image-63\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-left-fullwidth-image/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:24:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:30;a:20:{s:2:\"ID\";i:309;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Right-aligned content\";s:4:\"name\";s:21:\"right-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3470:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process. From the stitching to the finishing touches, our products are thoughtfully designed to exude durability, longevity, and timeless elegance. When you shop with us, you can trust that you\'re investing in items that are not only stylish but also built to last, ensuring years of enjoyment and wear. We believe in fashion that not only looks good but also does good for the planet and its people. That\'s why we\'re dedicated to reducing the environmental and social impact of the clothing and accessories industry. When you shop with us, you can feel confident knowing that your purchase supports a more sustainable and ethical approach to fashion, making a positive difference in the world.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/right-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:23:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:31;a:20:{s:2:\"ID\";i:306;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Large heading with content on right\";s:4:\"name\";s:39:\"large-heading-with-content-on-the-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3440:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-heading-with-content-on-the-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:22:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:32;a:20:{s:2:\"ID\";i:303;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Tall content with image right\";s:4:\"name\";s:29:\"tall-content-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3981:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:58:41\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:33;a:20:{s:2:\"ID\";i:301;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Spread right, heavy text\";s:4:\"name\";s:23:\"spread-right-heavy-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3950:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Step into a world of botanical beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>With a passion for all things leafy, we offer a diverse collection of plants, from lush foliage to exotic blooms, to bring the beauty of nature into your home. Whether you\'re a seasoned plant parent or just beginning your green journey, our friendly team is here to help you find the perfect plant companion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/spread-right-heavy-text/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:51\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:34;a:20:{s:2:\"ID\";i:299;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Heading with button and text\";s:4:\"name\";s:28:\"heading-with-button-and-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3802:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-button-and-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:56:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:35;a:20:{s:2:\"ID\";i:297;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:22:\"left-aligned-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2881:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>As we navigate the intricate tapestry of existence, we are constantly presented with choices, each a potential pathway to something extraordinary. This is a world where creativity knows no bounds, where the curious mind finds solace, and where the fearless heart discovers uncharted territories. It is a place where the pursuit of knowledge, the embrace of change, and the willingness to take risks are not mere options but essential ingredients for a life well-lived.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:54:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:36;a:20:{s:2:\"ID\";i:294;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Fullwidth image, content pull right\";s:4:\"name\";s:34:\"fullwidth-image-content-pull-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3046:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:image {\"id\":295,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/90731e071ce29177b55e394f139c6400.jpeg\" alt=\"\" class=\"wp-image-295\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Welcome to your premier destination for premium headphones and audio accessories. Dive into our curated collection, where cutting-edge technology meets sleek design to deliver an unparalleled listening experience. From wireless wonders to noise-canceling marvels, we have the perfect pair to suit every lifestyle and preference.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-content-pull-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:53:49\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:37;a:20:{s:2:\"ID\";i:291;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Content left, image right\";s:4:\"name\";s:24:\"content-left-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3389:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":4,\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-small-font-size\">About us</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Elevate your space</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We specialize in curating exquisite home decor pieces that add an element of elegance to every space. With a keen eye for detail and a commitment to quality, we strive to bring sophistication and charm into your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":292,\"width\":\"521px\",\"height\":\"auto\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/b7754a09d649f4fe4ae390a60df7b556.jpeg\" alt=\"\" class=\"wp-image-292\" style=\"object-fit:cover;width:521px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:38;a:20:{s:2:\"ID\";i:289;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Centered heading and button\";s:4:\"name\";s:27:\"centered-heading-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2670:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:49:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:39;a:20:{s:2:\"ID\";i:287;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Heading with content and large image below\";s:4:\"name\";s:42:\"heading-with-content-and-large-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4054:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>From organic fabrics to recycled materials, every piece in our collection is thoughtfully crafted with the planet in mind.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-content-and-large-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:48:30\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:40;a:20:{s:2:\"ID\";i:284;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with two media columns\";s:4:\"name\";s:30:\"heading-with-two-media-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4356:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":285,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/e7e21c3e64f977311b55a59d66aec660.jpeg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every step of our process, from meticulous ingredient selection to adhering to stringent standards, reflects our dedication to quality. From the initial harvest to the finished product, we uphold uncompromising standards of freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-two-media-columns/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:47:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:41;a:20:{s:2:\"ID\";i:282;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Three columns with features\";s:4:\"name\";s:27:\"three-columns-with-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4409:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At our core, we\'re dedicated to delivering excellence. We take great care in selecting only the finest organic fruits and vegetables, adhering to stringent standards to guarantee optimal freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Community engagement</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">From fostering partnerships with local farmers to active participation in community events, we\'re deeply committed to supporting initiatives focused on food security, nutrition, and overall well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/three-columns-with-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:17:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:42;a:20:{s:2:\"ID\";i:279;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Four image grid, content on the left\";s:4:\"name\";s:35:\"four-image-grid-content-on-the-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5194:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/four-image-grid-content-on-the-left/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:43;a:20:{s:2:\"ID\";i:277;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading left and content right\";s:4:\"name\";s:30:\"heading-left-and-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3526:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Discover a world of possibilities</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-left-and-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:41:54\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:44;a:20:{s:2:\"ID\";i:275;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Content left with image right\";s:4:\"name\";s:29:\"content-left-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3420:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where cycling dreams take flight</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Founded by avid cyclists with a passion for pedal-powered adventures, we\'re dedicated to providing top-quality bikes, accessories, and expert advice to riders of all levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":70,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:40:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:45;a:20:{s:2:\"ID\";i:269;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Heading with image and two columns below\";s:4:\"name\";s:40:\"heading-with-image-and-two-columns-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4851:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":270,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/bc60cf21a37262b760535f0448a60acf-1.jpeg\" alt=\"\" class=\"wp-image-270\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"420px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Unleash your creativity at our pottery workshop</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Join us for an immersive pottery workshop where you can explore the art of shaping clay. Learn techniques from experienced artisans, unleash your creativity, and create your own unique pieces to take home. Perfect for all skill levels!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-image-and-two-columns-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:35:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:46;a:20:{s:2:\"ID\";i:264;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with three images below\";s:4:\"name\";s:31:\"heading-with-three-images-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4705:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Beyond function: vases as works of art</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":62,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-three-images-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:26:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:47;a:20:{s:2:\"ID\";i:261;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Full-width cover with heading, paragraph, and button\";s:4:\"name\";s:50:\"full-width-cover-with-heading-paragraph-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4040:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\",\"id\":262,\"dimRatio\":50,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeight\":558,\"minHeightUnit\":\"px\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);min-height:558px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-262\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.67%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.67%\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-xx-large-font-size\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your shade</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"300px\"} -->\n<div style=\"height:300px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Explore our exclusive collection of sunglasses, crafted to elevate your look and safeguard your eyes. Find your perfect pair and see the world through a new lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:104:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/full-width-cover-with-heading-paragraph-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:23:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:48;a:20:{s:2:\"ID\";i:259;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Left-aligned header and button\";s:4:\"name\";s:30:\"left-aligned-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2621:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Learn More</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:20:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:49;a:20:{s:2:\"ID\";i:254;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:20:\"left-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3792:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-xx-large-font-size\">A world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-23 14:32:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:50;a:20:{s:2:\"ID\";i:252;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Pull right with wide image below\";s:4:\"name\";s:32:\"pull-right-with-wide-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3885:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zoom through the streets on this premium 3-speed bike. Manufactured and assembled in Germany in the 80s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":70,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-right-with-wide-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:17:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:51;a:20:{s:2:\"ID\";i:249;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth image with content and button\";s:4:\"name\";s:39:\"fullwidth-image-with-content-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3735:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-fullwidth-image-with-content-and-button-2\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\",\"id\":250,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-250\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Vintage vinyl treasures</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Step back in time and groove to the melodies of vinyl records. Dive into our eclectic collection, where each record spins tales of nostalgia and magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop vinyl records</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-with-content-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:15:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:52;a:20:{s:2:\"ID\";i:247;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Large left-aligned heading\";s:4:\"name\";s:26:\"large-left-aligned-heading\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2447:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-left-aligned-header-and-button\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">A world filled with boundless opportunities and endless potential</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-left-aligned-heading/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:11:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:53;a:20:{s:2:\"ID\";i:244;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Centered heading with two column text\";s:4:\"name\";s:37:\"centered-heading-with-two-column-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4449:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/centered-heading-with-two-column-text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Welcome home</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:91:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-with-two-column-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:08:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:54;a:20:{s:2:\"ID\";i:243;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Two column with image and content\";s:4:\"name\";s:35:\"two-column-with-image-and-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3498:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Elevate your greenery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Spruce up your plants with our delightful ceramic pots, lovingly crafted to bring joy to your indoor and outdoor spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-with-image-and-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:02:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:55;a:20:{s:2:\"ID\";i:242;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Centered content\";s:4:\"name\";s:18:\"centered-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3583:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-center\">Welcome to your ultimate destination for high-quality bikes that fuel your passion for adventure. Whether you\'re a casual rider, a mountain biking enthusiast, or a road cycling pro, our diverse range of bikes promises to elevate your riding experience. Each bike is crafted with precision, combining cutting-edge technology and superior craftsmanship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore our collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:06:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:56;a:20:{s:2:\"ID\";i:241;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Content with button and fullwidth image\";s:4:\"name\";s:41:\"content-with-button-and-fullwidth-image-3\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3540:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"0\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:0;padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Sit back and relax</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">With a wide range of designer chairs to elevate your living space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\",\"id\":231,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-231\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:95:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-button-and-fullwidth-image-3/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:58:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:57;a:20:{s:2:\"ID\";i:239;s:7:\"site_id\";i:231214916;s:5:\"title\";s:41:\"Left-aligned content overlaid on an image\";s:4:\"name\";s:43:\"left-aligned-content-overlaid-on-an-image-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3486:\"<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\",\"id\":79,\"dimRatio\":30,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.45,\"y\":0.19},\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-79\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" style=\"object-position:45% 19%\" data-object-fit=\"cover\" data-object-position=\"45% 19%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|80\"} -->\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\",\"wideSize\":\"960px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Sounds like no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#fefefe;margin-bottom:var(--wp--preset--spacing--30)\">Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons alignwide\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:97:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/left-aligned-content-overlaid-on-an-image-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:42:03\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:58;a:20:{s:2:\"ID\";i:235;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Center-aligned content overlaid on an image\";s:4:\"name\";s:44:\"fullwidth-image-with-call-to-action-overlaid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3467:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\",\"id\":237,\"dimRatio\":20,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull has-text-color has-link-color\" style=\"color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-237\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"580px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your groove</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#fefefe\">Embark on a musical adventure, where every chord is a step towards harmony. Discover guitars of all shapes, sizes, and melodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-image-with-call-to-action-overlaid/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:24:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:59;a:20:{s:2:\"ID\";i:224;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth content with background image\";s:4:\"name\";s:39:\"fullwidth-content-with-background-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2606:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\",\"id\":222,\"dimRatio\":0,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeightUnit\":\"vh\",\"isDark\":false,\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-222\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"xx-large\"} -->\n<p class=\"has-text-align-center has-xx-large-font-size\">Craft your Story</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Welcome to the place where the journey of a thousand stories begins. Embrace the transformative power of writing, and let your voice echo through the pages of time. Join us, and turn your imagination into reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-content-with-background-image/\";s:13:\"modified_date\";s:19:\"2024-07-24 11:18:13\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:60;a:20:{s:2:\"ID\";i:208;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Small Discount Banner with Image\";s:4:\"name\";s:32:\"small-discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2269:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/small-discount-banner-with-image\",\"name\":\"Small Discount Banner with Image\"},\"style\":{\"color\":{\"background\":\"#fcf8e1\"},\"spacing\":{\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns has-background\" style=\"background-color:#fcf8e1;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"padding\":{\"left\":\"25px\",\"top\":\"25px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;padding-top:25px;padding-left:25px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1\",\"fontSize\":\"30px\"}}} -->\n<p style=\"font-size:30px;font-style:normal;font-weight:300;line-height:1\"><em>Chairs</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#74227b\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:30px;font-style:normal;font-weight:300;line-height:0\"><em>from</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#74227b\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"900\",\"fontSize\":\"52px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:52px;font-style:normal;font-weight:900;line-height:1.2\"><a href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">$149</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/small-discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-11-06 17:35:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:61;a:20:{s:2:\"ID\";i:206;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Shop by Price\";s:4:\"name\";s:13:\"shop-by-price\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11069:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/shop-by-price\",\"name\":\"Shop by Price\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#e09300\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"blockGap\":\"0em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"is-light has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e09300\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">Highest</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">rated</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?rating_filter=5\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Outdoor Furniture & Accessories</strong></a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#6f64f1\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#6f64f1\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">$15</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=15\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n <strong>Summer Dinning</strong>\n </a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#c1d21c\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#c1d21c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">$25</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=25\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n <strong>Women\'s Styles</strong>\n </a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#10ca99\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#10ca99\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">$20</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=20\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n <strong>Kids\' Styles</strong>\n </a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/shop-by-price/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:41:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:62;a:20:{s:2:\"ID\";i:204;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Product List with Full Product Description\";s:4:\"name\";s:42:\"product-list-with-full-product-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3309:\"<!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-full-product-description\",\"name\":\"Product List with Full Product Description\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-sku {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-full-product-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:63;a:20:{s:2:\"ID\";i:202;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product List with 1:1 Images\";s:4:\"name\";s:27:\"product-list-with-11-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2434:\"<!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-1-1-images\",\"name\":\"Product List with 1:1 Images\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-11-images/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:64;a:20:{s:2:\"ID\";i:200;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Minimal Product List\";s:4:\"name\";s:20:\"minimal-product-list\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2060:\"<!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-minimal-product-list\",\"name\":\"Minimal Product List\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-product-list/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:65;a:20:{s:2:\"ID\";i:198;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"4-Column Product Row\";s:4:\"name\";s:20:\"4-column-product-row\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2017:\"<!-- wp:query {\"queryId\":10,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-4-column-product-row\",\"name\":\"4-Column Product Row\"},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/4-column-product-row/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:06\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:66;a:20:{s:2:\"ID\";i:192;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Product Listing with Gallery and Description\";s:4:\"name\";s:44:\"product-listing-with-gallery-and-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7230:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-listing-with-gallery-and-description\",\"name\":\"Product Listing with Gallery and Description\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"60px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":{\"top\":\"1.5rem\",\"left\":\"1.5rem\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"15%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80px\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:0;flex-basis:15%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":193,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/desk-table-wood-chair-floor-home-square.png\" alt=\"\" class=\"has-border-color wp-image-193\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":194,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-1.png\" alt=\"\" class=\"has-border-color wp-image-194\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":195,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room-square.png\" alt=\"\" class=\"has-border-color wp-image-195\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:image {\"id\":196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/table-wood-chair-floor-living-room-furniture-vertical.png\" alt=\"\" class=\"wp-image-196\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"foreground\"} -->\n<h2 class=\"wp-block-heading has-foreground-color has-text-color\" style=\"font-size:48px;font-style:normal;font-weight:700\">Patterned Upright, Orange and White, Wood Legs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"textColor\":\"luminous-vivid-amber\"} -->\n<p class=\"has-luminous-vivid-amber-color has-text-color\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:0.7em\">\n <strong>4.2</strong>(1,079 reviews)\n </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:1.2em\">\n <strong><sup><sub>$</sub></sup>37.49</strong>\n </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#7c0a99\"}}} -->\n<p class=\"has-text-color\" style=\"color:#7c0a99;font-size:0.7em\">Save $10 <s>was $47.49</s></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:18px\">Designed with your well-being in mind, this chair features a contoured backrest that provides exceptional lumbar support, helping to reduce strain on your back during long hours of sitting. The adjustable height and tilt mechanisms allow you to customize the chair to your preferred sitting position, ensuring a comfortable and productive workday. Upholstered in premium fabric and available in a variety of colors, the Harmony Ergonomic Chair adds a touch of elegance to any room.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"80px\",\"right\":\"80px\"}},\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000;padding-right:80px;padding-left:80px\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} -->\n<p style=\"font-size:16px\">SKU 6355793</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-listing-with-gallery-and-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:33:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:67;a:20:{s:2:\"ID\";i:188;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Product Hero\";s:4:\"name\";s:12:\"product-hero\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1616:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true,\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-single-product alignwide\">\n <!-- wp:columns -->\n <div class=\"wp-block-columns\">\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:40%\">\n <!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfSingleProductBlock\":true,\"height\":\"300px\"} /-->\n </div>\n <!-- /wp:column -->\n\n <!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"60%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"650px\"}} -->\n <div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:60%\">\n <!-- wp:post-title {\"textAlign\":\"\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n <!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductBlock\":true} /-->\n\n <!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:woocommerce/product-button {\"isDescendentOfSingleProductBlock\":true} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-hero/\";s:13:\"modified_date\";s:19:\"2025-02-14 15:20:35\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:68;a:20:{s:2:\"ID\";i:186;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Featured Products 2 Columns\";s:4:\"name\";s:27:\"featured-products-2-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2625:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-products-2-cols\",\"name\":\"Featured Products 2 Columns\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":8,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Fan favorites</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get ready to start the season right. All the fan favorites in one place at the best price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Shop All</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-2-columns/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:30:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:69;a:20:{s:2:\"ID\";i:182;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Details Pattern\";s:4:\"name\";s:23:\"product-details-pattern\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:8559:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-details-pattern\",\"name\":\"Product Details Pattern\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"40px\",\"bottom\":\"0\",\"left\":\"0px\"},\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:40px;padding-bottom:0;padding-left:0px\"><!-- wp:image {\"id\":183,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room.png\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0.2em\",\"bottom\":\"0.2em\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0.2em;margin-bottom:0.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"5px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;padding-right:5px;padding-bottom:0px;padding-left:0px\"><!-- wp:image {\"id\":184,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-white-chair-floor-shelf-lamp-square-lg.png\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000\">Luxurious Charcoal Grey Upholstered Sofa</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fcb900\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fcb900\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"> <strong>4.2</strong>(1,079 reviews)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:1.2em\"><strong><sup><sub>$</sub></sup>158.99</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><s>was $173.99</s></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#C51313\"}}} -->\n<p class=\"has-text-color\" style=\"color:#C51313;font-size:0.7em\"><strong>9% off</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"5px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:5px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#00A510\"},\"typography\":{\"fontSize\":\"0.7em\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#00A510;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:0.7em\"><strong>Free 2-Day Shipping</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\">The \"Modern Elegance: Luxurious Charcoal Grey Upholstered Sofa\" harmonizes style and comfort to redefine your living space. This stunning piece is crafted with plush, high-density foam cushions, enveloped in a rich, charcoal grey fabric that is invitingly soft to the touch. Its clean lines and contemporary silhouette are complemented by the sturdy wooden frame, making it a durable yet stylish addition to any home decor. Whether you\'re lounging or entertaining, this sofa promises unrivaled comfort and a look that\'s seamlessly chic.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Features</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"color\":{\"text\":\"#000000\"}},\"className\":\"has-foreground-color\"} -->\n<ul style=\"color:#000000;margin-top:10px;margin-right:0;margin-bottom:0;margin-left:0\" class=\"wp-block-list has-foreground-color has-text-color\"><!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Top shelf weight capacity of 100 lbs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Drawer weight capacity of 50 lbs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Weight and Dimensions</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}},\"backgroundColor\":\"background\",\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:0.7em\"><table class=\"has-background-background-color has-text-color has-background\" style=\"color:#000000\"><tbody><tr><td>Overall</td><td>36.5\'\' H X 40\'\' W X 20\'\' D</td></tr><tr><td>Drawer Interior</td><td>2\'\' H X 29.25\'\' W X 12.5\'\' D</td></tr><tr><td>Countertop</td><td>40\'\' W X 20\'\' D</td></tr><tr><td>Countertop Thickness</td><td>0.7\'\' H</td></tr><tr><td>Overall Product Weight</td><td>39.6 lb.</td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-pattern/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:29:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:70;a:20:{s:2:\"ID\";i:180;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Product Details Product Listing\";s:4:\"name\";s:31:\"product-details-product-listing\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1582:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true} -->\n<div class=\"wp-block-woocommerce-single-product\">\n <!-- wp:columns -->\n <div class=\"wp-block-columns\">\n <!-- wp:column -->\n <div class=\"wp-block-column\">\n <!-- wp:post-featured-image {\"height\":\"490px\"} /-->\n\n <!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n <div class=\"wp-block-group\">\n <!-- wp:woocommerce/product-rating-stars {\"isDescendentOfSingleProductBlock\":true,\"textColor\":\"luminous-vivid-amber\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} /-->\n <!-- wp:woocommerce/product-average-rating {\"style\":{\"typography\":{\"fontWeight\":\"600\",\"fontSize\":\"14px\"}}} /-->\n <!-- wp:woocommerce/product-rating-counter {\"isDescendentOfSingleProductBlock\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"14px\"}}} /-->\n </div>\n <!-- /wp:group -->\n\n <!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"x-large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n <!-- wp:woocommerce/product-price {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true,\"style\":{\"typography\":{\"fontSize\":\"28px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n <!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true} /-->\n </div>\n <!-- /wp:column -->\n </div>\n <!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-product-listing/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:28:16\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:71;a:20:{s:2:\"ID\";i:178;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Product Collections Newest Arrivals\";s:4:\"name\";s:35:\"product-collections-newest-arrivals\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1993:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-newest-arrivals\",\"name\":\"Product Collections Newest Arrivals\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Our newest arrivals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">More new products</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":6,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-newest-arrivals/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:26:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:72;a:20:{s:2:\"ID\";i:172;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Product Collections Featured Collections\";s:4:\"name\";s:40:\"product-collections-featured-collections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4771:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collections\",\"name\":\"Product Collections Featured Collections\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#f3edd8\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#f3edd8;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">Tech gifts under $100</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop tech</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":173,\"width\":\"140px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-white-camera-photography-vintage-photographer.png\" alt=\"\" class=\"wp-image-173\" style=\"width:140px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":174,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/leather-guitar-typewriter-red-gadget-sofa.png\" alt=\"\" class=\"wp-image-174\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#d8f2f3\"}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#d8f2f3;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">For the gamers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop games</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":175,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/music-technology-play-equipment-studio-gadget.png\" alt=\"\" class=\"wp-image-175\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":176,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-joystick-gadget-console-games-playstation.png\" alt=\"\" class=\"wp-image-176\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collections/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:25:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:73;a:20:{s:2:\"ID\";i:169;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Product Collections Featured Collection\";s:4:\"name\";s:39:\"product-collections-featured-collection\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4254:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collection\",\"name\":\"Product Collections Featured Collection\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#333333\"},\"spacing\":{\"padding\":{\"top\":\"1.3rem\",\"right\":\"1.3rem\",\"bottom\":\"1.3rem\",\"left\":\"1.3rem\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-columns alignwide has-white-color has-text-color has-background\" style=\"background-color:#333333;padding-top:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;padding-left:1.3rem\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-x-large-font-size\" style=\"color:#ffffff;font-style:normal;font-weight:700\">\n This week\'s popular products </h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"},\"color\":{\"background\":\"#484848\"},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"4px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group has-background\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#484848;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"4px\"},\"color\":\"#ffffff\",\"style\":\"solid\",\"width\":\"3px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-border-color\" style=\"border-color:#ffffff;border-style:solid;border-width:3px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"left\":\"20px\",\"bottom\":\"10px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontFamily\":\"system-font\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"16px\",\"textDecoration\":\"none\"},\"color\":{\"text\":\"#ffffff\"}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collection/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:74;a:20:{s:2:\"ID\";i:167;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Product Collection Simple Grid\";s:4:\"name\";s:30:\"product-collection-simple-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1707:\"<!-- wp:woocommerce/product-collection {\"queryId\":22,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-simple-grid\",\"name\":\"Product Collection Simple Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"1rem\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-simple-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:15\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:75;a:20:{s:2:\"ID\";i:165;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Rows\";s:4:\"name\";s:23:\"product-collection-rows\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2506:\"<!-- wp:woocommerce/product-collection {\"queryId\":21,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"list\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-rows\",\"name\":\"Product Collection Rows\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"medium\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textColor\":\"luminous-vivid-amber\",\"fontSize\":\"medium\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"showMoreOnNewLine\":false,\"excerptLength\":23,\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-rows/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:22:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:76;a:20:{s:2:\"ID\";i:163;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Grid\";s:4:\"name\";s:23:\"product-collection-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1807:\"<!-- wp:woocommerce/product-collection {\"queryId\":20,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-grid\",\"name\":\"Product Collection Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"0.8rem\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:55\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:77;a:20:{s:2:\"ID\";i:161;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection Full Grid\";s:4:\"name\";s:28:\"product-collection-full-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1966:\"<!-- wp:woocommerce/product-collection {\"queryId\":19,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-full-grid\",\"name\":\"Product Collection Full Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"fontSize\":\"medium\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"left\",\"width\":50,\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-full-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:78;a:20:{s:2:\"ID\";i:158;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Product Collection Banner\";s:4:\"name\";s:25:\"product-collection-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3025:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-banner\",\"name\":\"Product Collection Banner\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffedf5\"}}} -->\n<div class=\"wp-block-columns alignwide has-background\" style=\"background-color:#ffedf5\"><!-- wp:column {\"width\":\"58%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:58%\"><!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\",\"id\":159,\"dimRatio\":20,\"customOverlayColor\":\"#9aacbd\",\"minHeight\":430,\"minHeightUnit\":\"px\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"right\":\"80px\",\"bottom\":\"80px\",\"left\":\"80px\"}}}} -->\n<div class=\"wp-block-cover is-light\" style=\"padding-top:80px;padding-right:80px;padding-bottom:80px;padding-left:80px;min-height:430px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#9aacbd\"></span><img class=\"wp-block-cover__image-background wp-image-159\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"40px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#ffffff\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-align-center has-text-color has-inter-font-family\" style=\"color:#ffffff;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;text-transform:uppercase\">Brand New for the Holidays</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"22px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#000000\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-color has-inter-font-family\" style=\"color:#000000;font-size:22px;font-style:normal;font-weight:300;line-height:1.3\">Check out our brand new collection of holiday products and find the right gift for anyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#000000\"},\"border\":{\"radius\":\"100px\",\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:100px;color:#000000;background-color:#ff7179\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:19:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:79;a:20:{s:2:\"ID\";i:153;s:7:\"site_id\";i:231214916;s:5:\"title\";s:14:\"Minimal Header\";s:4:\"name\";s:14:\"minimal-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1538:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-minimal\",\"name\":\"Minimal Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\",\"top\":\"24px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\" style=\"margin-top:0px;margin-bottom:0px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"always\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:68:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:14:02\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:80;a:20:{s:2:\"ID\";i:151;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Header Dark\";s:4:\"name\";s:17:\"large-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2045:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large-dark\",\"name\":\"Large Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"1rem\",\"right\":\"1rem\",\"bottom\":\"1rem\",\"left\":\"1rem\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"className\":\"has-small-font-size\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/mini-cart {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"1rem\",\"left\":\"0px\",\"bottom\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1rem;padding-bottom:2rem;padding-left:0px\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:81;a:20:{s:2:\"ID\";i:149;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Header\";s:4:\"name\";s:12:\"large-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2444:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large\",\"name\":\"Large Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"left\":\"40px\",\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"wc-blocks-pattern-header-large wc-blocks-header-pattern\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-large wc-blocks-header-pattern\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:search {\"label\":\"\",\"showLabel\":false,\"placeholder\":\"Search\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:82;a:20:{s:2:\"ID\";i:147;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Essential Header Dark\";s:4:\"name\";s:21:\"essential-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1885:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential-dark\",\"name\":\"Essential Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"2%\",\"bottom\":\"32px\",\"left\":\"2%\",\"top\":\"32px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern sticky-header has-background-color\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern sticky-header has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:2%;padding-bottom:32px;padding-left:2%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}},\"backgroundColor\":\"contrast-2\"} /-->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"overlayTextColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:83;a:20:{s:2:\"ID\";i:145;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Essential Header\";s:4:\"name\";s:16:\"essential-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1298:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential\",\"name\":\"Essential Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-essential wc-blocks-header-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:70:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:84;a:20:{s:2:\"ID\";i:143;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"name\";s:20:\"centered-header-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2534:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-centered-menu\",\"name\":\"Centered Header Menu\"},\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/centered-header-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:85;a:20:{s:2:\"ID\";i:141;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Footer with menus\";s:4:\"name\";s:17:\"footer-with-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2902:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-3-menus\",\"name\":\"Footer with menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"className\":\"are-vertically-aligned-top\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"60%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"30%\",\"style\":{\"spacing\":{\"blockGap\":\"60px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:30%\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"56px\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:56px;margin-bottom:0;padding-right:0;padding-left:0\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">\n Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:08\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:86;a:20:{s:2:\"ID\";i:139;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Footer with 2 Menus Dark\";s:4:\"name\";s:24:\"footer-with-2-menus-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3670:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus-dark\",\"name\":\"Footer with 2 Menus Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:paragraph {\"textColor\":\"background\",\"fontSize\":\"medium\"} -->\n<p class=\"has-background-color has-text-color has-medium-font-size\"><strong>Join our community</strong>\n </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color has-link-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:87;a:20:{s:2:\"ID\";i:137;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Footer with 2 Menus\";s:4:\"name\";s:19:\"footer-with-2-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3013:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus\",\"name\":\"Footer with 2 Menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Join our community</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:73:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:01\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:88;a:20:{s:2:\"ID\";i:135;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"name\";s:23:\"footer-with-simple-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2412:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-menu\",\"name\":\"Footer with Simple Menu\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"horizontal\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\"},\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-simple-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:09:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:89;a:20:{s:2:\"ID\";i:133;s:7:\"site_id\";i:231214916;s:5:\"title\";s:18:\"Simple Footer Dark\";s:4:\"name\";s:18:\"simple-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2951:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-dark\",\"name\":\"Simple Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:08:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:90;a:20:{s:2:\"ID\";i:131;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Simple Footer\";s:4:\"name\";s:13:\"simple-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2499:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple\",\"name\":\"Simple Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:07:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:91;a:20:{s:2:\"ID\";i:129;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Footer Dark\";s:4:\"name\";s:17:\"large-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4192:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large-dark\",\"name\":\"Large Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:site-logo /-->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"30px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Learn about new products and discounts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"text_only\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color has-link-color\"><!-- wp:paragraph -->\n<p>@ 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p><em>\n Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:06:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:92;a:20:{s:2:\"ID\";i:125;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Footer\";s:4:\"name\";s:12:\"large-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3605:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large\",\"name\":\"Large Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-large wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\">Learn about new products and discounts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}},\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.twitch.com\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:05:20\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:93;a:20:{s:2:\"ID\";i:119;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Featured Products: Fresh & Tasty\";s:4:\"name\";s:29:\"featured-products-fresh-tasty\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5006:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/sweet-organic-lemons.png\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Sweet Organic Lemons</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/fresh-organic-tomatoes.png\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Organic Tomatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $2.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":122,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/fresh-lettuce-washed.png\" alt=\"\" class=\"wp-image-122\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Lettuce (Washed)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $0.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":123,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/russet-organic-potatoes.png\" alt=\"\" class=\"wp-image-123\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Russet Organic Potatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.49</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-fresh-tasty/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:47:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:94;a:20:{s:2:\"ID\";i:115;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Discount Banner with Image\";s:4:\"name\";s:26:\"discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3248:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner-with-image\",\"name\":\"Discount Banner with Image\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#254094\"},\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center has-background\" style=\"background-color:#254094;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"350px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:15px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500;line-height:0\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.8\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.8\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"},\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;margin-bottom:40px;font-size:35px;font-style:normal;font-weight:300;line-height:0\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"100px\",\"topRight\":\"10px\",\"bottomLeft\":\"10px\",\"bottomRight\":\"100px\"}}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\" style=\"border-top-left-radius:100px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:45:36\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:95;a:20:{s:2:\"ID\";i:113;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"Discount banner\";s:4:\"name\";s:15:\"discount-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2312:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner\",\"name\":\"Discount Banner\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"470px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"color\":{\"background\":\"#254094\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#254094;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.1\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.1\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:35px;font-style:normal;font-weight:300\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">\n Shop now\n </a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:69:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:39:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:96;a:20:{s:2:\"ID\";i:99;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Featured Category Focus\";s:4:\"name\";s:22:\"feature-category-focus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1621:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-category-focus\",\"name\":\"Featured Category Focus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"right\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\",\"left\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)\"><!-- wp:image {\"id\":100,\"width\":\"469px\",\"height\":\"348px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/white-black-black-and-white-photograph-monochrome-photography.jpg\" alt=\"\" class=\"wp-image-100\" style=\"object-fit:cover;width:469px;height:348px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">Black and white high-quality prints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px\">Shop prints</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/feature-category-focus/\";s:13:\"modified_date\";s:19:\"2024-07-18 16:17:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:97;a:20:{s:2:\"ID\";i:90;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Large Image Product Gallery\";s:4:\"name\";s:27:\"large-image-product-gallery\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3144:\"<!-- wp:group {\"metadata\":{\"name\":\"Large Image Product Gallery\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"2/3\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/large-image-product-gallery/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:55:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:98;a:20:{s:2:\"ID\";i:83;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"name\";s:28:\"product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3351:\"<!-- wp:group {\"metadata\":{\"name\":\"Product Collection 3 Columns\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":26,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3},\"queryContextIncludes\":[\"collection\"],\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"3/5\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:13:\"subcategories\";a:0:{}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/product-collection-3-columns/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:35:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:7:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:11:\"personality\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}}','off'),(336901,'action_scheduler_migration_status','complete','auto'),(337269,'_transient_timeout_fedex_address_validation_5b363815e54f6134a8b3d1b194b3cabf','1773605768','off'),(337270,'_transient_fedex_address_validation_5b363815e54f6134a8b3d1b194b3cabf','BUSINESS','off'),(337904,'_transient_timeout_fedex_address_validation_54581086f254b3d51305ffa4f60fe98c','1773679739','off'),(337905,'_transient_fedex_address_validation_54581086f254b3d51305ffa4f60fe98c','RESIDENTIAL','off'),(337956,'_transient_timeout_fedex_address_validation_0a84f2869faacc5391aae31fb3226677','1773679848','off'),(337957,'_transient_fedex_address_validation_0a84f2869faacc5391aae31fb3226677','BUSINESS','off'),(338072,'_transient_timeout_essential-addons-elementor-license_data','1773680517','off'),(338073,'_transient_essential-addons-elementor-license_data','O:8:\"stdClass\":5:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:4372;s:9:\"item_name\";s:30:\"Essential Addons for Elementor\";s:11:\"license_key\";s:32:\"c4850**********************22abc\";}','off'),(338075,'_transient_timeout_fedex_address_validation_6d8395db205bbcc51198e48475c611f4','1773680521','off'),(338076,'_transient_fedex_address_validation_6d8395db205bbcc51198e48475c611f4','BUSINESS','off'),(338460,'_transient_timeout_wc_min_max_quantity_rules_103','1768570271','off'),(338461,'_transient_wc_min_max_quantity_rules_103','a:2:{s:7:\"version\";s:10:\"1765817370\";s:6:\"values\";a:3:{s:7:\"minimum\";i:0;s:7:\"maximum\";i:0;s:8:\"group_of\";i:0;}}','off'),(338953,'astra_theme_css_key-astra-addon','69432768412a30-87070976','auto'),(338954,'astra_theme_js_key-dep-astra-addon','a:2:{s:6:\"jquery\";N;s:10:\"flexslider\";N;}','auto'),(338955,'astra_theme_js_key-astra-addon','6943276841a3a7-46114773','auto'),(338958,'elementor_controls_usage','a:7:{s:6:\"header\";a:4:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"width\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:6:{s:14:\"flex_direction\";i:2;s:10:\"min_height\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;s:20:\"flex_justify_content\";i:1;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:2;}s:15:\"section_effects\";a:1:{s:6:\"sticky\";i:1;}}s:5:\"style\";a:2:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:4:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;s:7:\"link_to\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}}}}s:8:\"nav-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_layout\";a:8:{s:11:\"align_items\";i:1;s:7:\"pointer\";i:1;s:14:\"animation_text\";i:1;s:8:\"dropdown\";i:1;s:10:\"full_width\";i:1;s:10:\"text_align\";i:1;s:12:\"toggle_align\";i:1;s:12:\"submenu_icon\";i:1;}}s:5:\"style\";a:3:{s:23:\"section_style_main-menu\";a:12:{s:26:\"menu_typography_typography\";i:1;s:27:\"menu_typography_font_family\";i:1;s:25:\"menu_typography_font_size\";i:1;s:27:\"menu_typography_font_weight\";i:1;s:15:\"color_menu_item\";i:1;s:21:\"color_menu_item_hover\";i:1;s:29:\"pointer_color_menu_item_hover\";i:1;s:22:\"color_menu_item_active\";i:1;s:30:\"pointer_color_menu_item_active\";i:1;s:13:\"pointer_width\";i:1;s:28:\"padding_horizontal_menu_item\";i:1;s:18:\"menu_space_between\";i:1;}s:22:\"section_style_dropdown\";a:8:{s:19:\"color_dropdown_item\";i:1;s:30:\"background_color_dropdown_item\";i:1;s:25:\"color_dropdown_item_hover\";i:1;s:36:\"background_color_dropdown_item_hover\";i:1;s:26:\"color_dropdown_item_active\";i:1;s:23:\"dropdown_divider_border\";i:1;s:22:\"dropdown_divider_color\";i:1;s:22:\"dropdown_divider_width\";i:1;}s:12:\"style_toggle\";a:4:{s:12:\"toggle_color\";i:1;s:23:\"toggle_background_color\";i:1;s:18:\"toggle_color_hover\";i:1;s:11:\"toggle_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:10:\"_flex_size\";i:1;}}}}}s:7:\"wp-page\";a:10:{s:7:\"heading\";a:2:{s:5:\"count\";i:27;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:27;s:11:\"header_size\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:15;s:21:\"typography_typography\";i:27;s:22:\"typography_font_family\";i:27;s:22:\"typography_font_weight\";i:27;s:11:\"title_color\";i:27;s:20:\"typography_font_size\";i:13;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:9;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:17;}s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:15;s:8:\"_padding\";i:18;s:14:\"_element_width\";i:12;s:6:\"_title\";i:8;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:9;s:21:\"eael_svg_paths_custom\";i:9;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:9;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:14;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:14;}}s:5:\"style\";a:2:{s:13:\"section_style\";a:8:{s:21:\"typography_typography\";i:12;s:22:\"typography_font_family\";i:12;s:20:\"typography_font_size\";i:6;s:22:\"typography_font_weight\";i:12;s:22:\"typography_line_height\";i:4;s:25:\"typography_letter_spacing\";i:4;s:5:\"align\";i:7;s:10:\"text_color\";i:4;}s:38:\"eael_vertical_text_orientation_section\";a:1:{s:40:\"eael_vto_writing_gradient_color_repeater\";i:2;}}s:8:\"advanced\";a:5:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:7;s:8:\"_padding\";i:7;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:2;s:21:\"eael_svg_paths_custom\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:8;}}s:6:\"layout\";a:2:{s:24:\"section_layout_container\";a:8:{s:13:\"content_width\";i:8;s:5:\"width\";i:8;s:16:\"flex_align_items\";i:12;s:8:\"flex_gap\";i:13;s:20:\"flex_justify_content\";i:5;s:14:\"flex_direction\";i:5;s:9:\"flex_wrap\";i:2;s:11:\"boxed_width\";i:5;}s:33:\"section_layout_additional_options\";a:1:{s:4:\"link\";i:8;}}s:8:\"advanced\";a:7:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:12;}s:14:\"section_layout\";a:3:{s:6:\"margin\";i:10;s:7:\"padding\";i:13;s:10:\"_flex_size\";i:8;}s:18:\"_section_transform\";a:4:{s:34:\"_transform_translate_popover_hover\";i:8;s:34:\"_transform_translateX_effect_hover\";i:1;s:34:\"_transform_translateY_effect_hover\";i:8;s:28:\"_transform_translateY_effect\";i:3;}s:25:\"eael_wrapper_link_section\";a:2:{s:24:\"eael_wrapper_link_switch\";i:4;s:17:\"eael_wrapper_link\";i:4;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:3;s:21:\"eael_svg_paths_custom\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:12;s:16:\"background_color\";i:11;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:8;s:13:\"border_radius\";i:8;s:12:\"border_color\";i:8;}s:26:\"section_background_overlay\";a:5:{s:29:\"background_overlay_background\";i:4;s:24:\"background_overlay_image\";i:4;s:23:\"background_overlay_size\";i:4;s:26:\"background_overlay_opacity\";i:4;s:18:\"overlay_blend_mode\";i:4;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:3:{s:4:\"text\";i:4;s:4:\"size\";i:3;s:4:\"link\";i:4;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:14:{s:5:\"align\";i:4;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_letter_spacing\";i:3;s:17:\"button_text_color\";i:3;s:29:\"button_background_hover_color\";i:3;s:13:\"border_radius\";i:3;s:37:\"button_box_shadow_box_shadow_position\";i:3;s:12:\"align_mobile\";i:3;s:20:\"typography_font_size\";i:3;s:12:\"text_padding\";i:3;s:22:\"typography_line_height\";i:3;s:13:\"border_border\";i:3;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:3;s:8:\"_padding\";i:3;}s:30:\"wcm_element_visibility_section\";a:1:{s:32:\"wcm_element_visibility_condition\";i:1;}}}}s:6:\"spacer\";a:2:{s:5:\"count\";i:11;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:2:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;}}s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:29;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:28;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:18;s:8:\"controls\";a:2:{s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:3;}}s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:7;}}}}s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:9;s:15:\"query_posts_ids\";i:9;s:13:\"query_orderby\";i:9;s:11:\"query_order\";i:7;}s:15:\"section_content\";a:2:{s:14:\"columns_mobile\";i:1;s:8:\"paginate\";i:4;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:30:{s:11:\"title_color\";i:9;s:9:\"star_size\";i:9;s:27:\"title_typography_typography\";i:9;s:28:\"title_typography_font_family\";i:9;s:28:\"title_typography_font_weight\";i:9;s:11:\"price_color\";i:9;s:15:\"old_price_color\";i:9;s:13:\"title_spacing\";i:2;s:31:\"old_price_typography_typography\";i:4;s:32:\"old_price_typography_font_family\";i:4;s:32:\"old_price_typography_font_weight\";i:4;s:23:\"button_background_color\";i:7;s:19:\"button_border_color\";i:7;s:18:\"button_hover_color\";i:7;s:29:\"button_hover_background_color\";i:7;s:25:\"button_hover_border_color\";i:7;s:27:\"price_typography_typography\";i:6;s:28:\"price_typography_font_family\";i:6;s:28:\"price_typography_font_weight\";i:6;s:17:\"button_text_color\";i:1;s:7:\"row_gap\";i:5;s:5:\"align\";i:5;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;s:29:\"button_typography_font_weight\";i:1;s:19:\"button_text_padding\";i:5;s:27:\"automatically_align_buttons\";i:5;s:31:\"view_cart_typography_typography\";i:1;s:32:\"view_cart_typography_font_family\";i:1;s:32:\"view_cart_typography_font_weight\";i:1;}s:16:\"sale_flash_style\";a:3:{s:17:\"show_onsale_flash\";i:8;s:17:\"onsale_text_color\";i:2;s:28:\"onsale_text_background_color\";i:2;}}s:8:\"advanced\";a:4:{s:30:\"wcm_element_visibility_section\";a:3:{s:32:\"wcm_element_visibility_condition\";i:4;s:33:\"wcm_element_visibility_show_plans\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:26:\"eael_image_masking_section\";a:2:{s:15:\"eael_clip_paths\";i:5;s:21:\"eael_svg_paths_custom\";i:5;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:5:\"login\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"section_login_content\";a:4:{s:20:\"redirect_after_login\";i:1;s:12:\"redirect_url\";i:1;s:21:\"redirect_after_logout\";i:1;s:19:\"redirect_logout_url\";i:1;}}}}}s:7:\"section\";a:3:{s:20:\"woocommerce-products\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_query\";a:4:{s:15:\"query_post_type\";i:1;s:15:\"query_posts_ids\";i:1;s:13:\"query_orderby\";i:1;s:11:\"query_order\";i:1;}}s:5:\"style\";a:2:{s:22:\"section_products_style\";a:15:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:28:\"title_typography_font_weight\";i:1;s:9:\"star_size\";i:1;s:11:\"price_color\";i:1;s:27:\"price_typography_typography\";i:1;s:28:\"price_typography_font_family\";i:1;s:28:\"price_typography_font_weight\";i:1;s:15:\"old_price_color\";i:1;s:23:\"button_background_color\";i:1;s:19:\"button_border_color\";i:1;s:18:\"button_hover_color\";i:1;s:29:\"button_hover_background_color\";i:1;s:25:\"button_hover_border_color\";i:1;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_show_plans\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:0:{}}}s:9:\"container\";a:3:{s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:6:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:11:\"title_color\";i:2;s:20:\"typography_font_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:10:\"text_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}}}}s:5:\"popup\";a:5:{s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:0:{}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:6:{s:5:\"align\";i:1;s:10:\"text_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"toggle\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_toggle\";a:3:{s:4:\"tabs\";i:1;s:13:\"selected_icon\";i:1;s:10:\"faq_schema\";i:1;}}s:5:\"style\";a:2:{s:26:\"section_toggle_style_title\";a:5:{s:11:\"title_color\";i:1;s:27:\"title_typography_typography\";i:1;s:28:\"title_typography_font_family\";i:1;s:26:\"title_typography_font_size\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:28:\"section_toggle_style_content\";a:5:{s:13:\"content_color\";i:1;s:29:\"content_typography_typography\";i:1;s:30:\"content_typography_font_family\";i:1;s:28:\"content_typography_font_size\";i:1;s:30:\"content_typography_font_weight\";i:1;}}}}}s:6:\"footer\";a:3:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:4:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:4:\"link\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";i:2;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:2;s:10:\"text_color\";i:1;s:16:\"link_hover_color\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:10:\"_flex_size\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:1:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:4:{s:14:\"flex_direction\";i:1;s:16:\"flex_align_items\";i:1;s:8:\"flex_gap\";i:1;s:11:\"boxed_width\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"section_layout\";a:1:{s:7:\"padding\";i:1;}}}}}s:7:\"product\";a:10:{s:26:\"woocommerce-product-images\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:29:\"section_product_gallery_style\";a:4:{s:18:\"image_border_width\";i:1;s:18:\"image_border_color\";i:1;s:10:\"sale_flash\";i:1;s:7:\"spacing\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:1:{s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:1;s:6:\"margin\";i:1;}}}}s:22:\"woocommerce-breadcrumb\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:28:\"section_product_rating_style\";a:7:{s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_line_height\";i:1;}}}}s:25:\"woocommerce-product-title\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:2;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:2;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:5:{s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:25:\"typography_text_transform\";i:2;s:11:\"title_color\";i:2;}}}}s:37:\"woocommerce-product-short-description\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:33:\"section_product_description_style\";a:6:{s:10:\"text_align\";i:1;s:26:\"text_typography_typography\";i:1;s:25:\"text_typography_font_size\";i:1;s:27:\"text_typography_font_weight\";i:1;s:27:\"text_typography_font_family\";i:1;s:27:\"text_typography_line_height\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:25:\"woocommerce-product-price\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:1:{s:19:\"section_price_style\";a:15:{s:10:\"text_align\";i:1;s:11:\"price_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:20:\"typography_font_size\";i:1;s:25:\"typography_text_transform\";i:1;s:25:\"typography_letter_spacing\";i:1;s:18:\"sale_price_spacing\";i:1;s:11:\"price_block\";i:1;s:16:\"sale_price_color\";i:1;s:32:\"sale_price_typography_typography\";i:1;s:31:\"sale_price_typography_font_size\";i:1;s:33:\"sale_price_typography_font_weight\";i:1;s:33:\"sale_price_typography_font_family\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}}}}s:31:\"woocommerce-product-add-to-cart\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:2:{s:24:\"section_atc_button_style\";a:12:{s:20:\"button_border_radius\";i:1;s:14:\"button_padding\";i:1;s:20:\"button_border_border\";i:1;s:19:\"button_border_width\";i:1;s:17:\"button_text_color\";i:1;s:15:\"button_bg_color\";i:1;s:19:\"button_border_color\";i:1;s:23:\"button_text_color_hover\";i:1;s:21:\"button_bg_color_hover\";i:1;s:25:\"button_border_color_hover\";i:1;s:28:\"button_typography_typography\";i:1;s:29:\"button_typography_font_family\";i:1;}s:26:\"section_atc_quantity_style\";a:5:{s:22:\"quantity_border_radius\";i:1;s:19:\"quantity_text_color\";i:1;s:17:\"quantity_bg_color\";i:1;s:21:\"quantity_border_color\";i:1;s:25:\"quantity_text_color_focus\";i:1;}}}}s:27:\"woocommerce-product-related\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:32:\"section_related_products_content\";a:4:{s:14:\"posts_per_page\";i:2;s:7:\"columns\";i:2;s:7:\"orderby\";i:2;s:5:\"order\";i:1;}}s:5:\"style\";a:4:{s:22:\"section_products_style\";a:32:{s:5:\"align\";i:2;s:18:\"image_border_width\";i:2;s:18:\"image_border_color\";i:2;s:11:\"title_color\";i:2;s:11:\"price_color\";i:2;s:15:\"old_price_color\";i:2;s:20:\"button_border_border\";i:2;s:19:\"button_border_width\";i:2;s:20:\"button_border_radius\";i:2;s:14:\"button_spacing\";i:2;s:27:\"title_typography_typography\";i:2;s:28:\"title_typography_font_family\";i:2;s:27:\"price_typography_typography\";i:2;s:28:\"price_typography_font_family\";i:2;s:23:\"button_background_color\";i:2;s:19:\"button_border_color\";i:2;s:28:\"button_typography_typography\";i:2;s:29:\"button_typography_font_family\";i:2;s:9:\"star_size\";i:2;s:17:\"button_text_color\";i:2;s:27:\"button_typography_font_size\";i:2;s:29:\"button_typography_line_height\";i:2;s:32:\"button_typography_letter_spacing\";i:2;s:31:\"view_cart_typography_typography\";i:2;s:32:\"view_cart_typography_font_family\";i:2;s:32:\"view_cart_typography_font_weight\";i:2;s:26:\"title_typography_font_size\";i:1;s:31:\"old_price_typography_typography\";i:1;s:32:\"old_price_typography_font_family\";i:1;s:30:\"old_price_typography_font_size\";i:1;s:32:\"old_price_typography_font_weight\";i:1;s:28:\"title_typography_font_weight\";i:1;}s:21:\"section_heading_style\";a:7:{s:13:\"heading_color\";i:2;s:29:\"heading_typography_typography\";i:2;s:30:\"heading_typography_font_family\";i:2;s:28:\"heading_typography_font_size\";i:2;s:30:\"heading_typography_font_weight\";i:2;s:33:\"heading_typography_text_transform\";i:2;s:18:\"heading_text_align\";i:2;}s:18:\"section_design_box\";a:1:{s:17:\"box_border_radius\";i:2;}s:16:\"sale_flash_style\";a:1:{s:17:\"show_onsale_flash\";i:1;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:3:{s:12:\"hide_desktop\";i:1;s:11:\"hide_tablet\";i:1;s:11:\"hide_mobile\";i:1;}}}}s:24:\"woocommerce-product-meta\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:5:\"style\";a:1:{s:26:\"section_product_meta_style\";a:5:{s:26:\"text_typography_typography\";i:1;s:27:\"text_typography_font_family\";i:1;s:10:\"text_color\";i:1;s:10:\"link_color\";i:1;s:25:\"text_typography_font_size\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:16:\"content_position\";i:1;s:13:\"custom_height\";i:1;s:3:\"gap\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;s:13:\"border_radius\";i:1;}s:18:\"section_background\";a:2:{s:21:\"background_background\";i:1;s:16:\"background_color\";i:1;}}s:8:\"advanced\";a:2:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:2;s:7:\"padding\";i:1;}s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:1;}}}}}}','off'),(338962,'elementor_1_elementor_updater_batch_407f003ea6def190e4a45f8f2992','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','off'),(338966,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1766773804;s:7:\"checked\";a:2:{s:5:\"astra\";s:7:\"4.11.18\";s:16:\"twentytwentyfive\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:2:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:7:\"4.11.18\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/astra.4.11.18.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}','off'),(340360,'_transient_timeout_wc_report_orders_stats_a424c396e83a0c4f4508d07f174c35b2','1766812114','off'),(340361,'_transient_wc_report_orders_stats_a424c396e83a0c4f4508d07f174c35b2','a:2:{s:7:\"version\";s:10:\"1766185158\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"products\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(340362,'_transient_timeout_wc_report_products_stats_a98605f61d9d9b465b3e12a28e599c4f','1766812114','off'),(340363,'_transient_wc_report_products_stats_a98605f61d9d9b465b3e12a28e599c4f','a:2:{s:7:\"version\";s:10:\"1766185158\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(340364,'_transient_timeout_wc_report_variations_stats_b6ee15dd9d41a3008c1ffde81f812045','1766812114','off'),(340365,'_transient_wc_report_variations_stats_b6ee15dd9d41a3008c1ffde81f812045','a:2:{s:7:\"version\";s:10:\"1766185158\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:3:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:3;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(340366,'_transient_timeout_wc_report_orders_stats_8e904ff8841409785d12e729bc687779','1766812114','off'),(340367,'_transient_wc_report_orders_stats_8e904ff8841409785d12e729bc687779','a:2:{s:7:\"version\";s:10:\"1766185158\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:0;s:8:\"products\";i:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:20:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-12-01\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-12-02\";s:10:\"date_start\";s:19:\"2025-12-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-12-03\";s:10:\"date_start\";s:19:\"2025-12-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-12-04\";s:10:\"date_start\";s:19:\"2025-12-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-12-05\";s:10:\"date_start\";s:19:\"2025-12-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-12-06\";s:10:\"date_start\";s:19:\"2025-12-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-12-07\";s:10:\"date_start\";s:19:\"2025-12-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-12-08\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-12-09\";s:10:\"date_start\";s:19:\"2025-12-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-12-10\";s:10:\"date_start\";s:19:\"2025-12-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-12-11\";s:10:\"date_start\";s:19:\"2025-12-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-12-12\";s:10:\"date_start\";s:19:\"2025-12-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-12-13\";s:10:\"date_start\";s:19:\"2025-12-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-12-14\";s:10:\"date_start\";s:19:\"2025-12-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-12-15\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2025-12-16\";s:10:\"date_start\";s:19:\"2025-12-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2025-12-17\";s:10:\"date_start\";s:19:\"2025-12-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2025-12-18\";s:10:\"date_start\";s:19:\"2025-12-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2025-12-19\";s:10:\"date_start\";s:19:\"2025-12-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2025-12-20\";s:10:\"date_start\";s:19:\"2025-12-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:20;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(340368,'_transient_timeout_wc_report_products_stats_36537ae4293fdf22c746e5d6373e7c4a','1766812114','off'),(340369,'_transient_wc_report_products_stats_36537ae4293fdf22c746e5d6373e7c4a','a:2:{s:7:\"version\";s:10:\"1766185158\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:20:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-12-01\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-12-02\";s:10:\"date_start\";s:19:\"2025-12-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-12-03\";s:10:\"date_start\";s:19:\"2025-12-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-12-04\";s:10:\"date_start\";s:19:\"2025-12-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-12-05\";s:10:\"date_start\";s:19:\"2025-12-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-12-06\";s:10:\"date_start\";s:19:\"2025-12-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-12-07\";s:10:\"date_start\";s:19:\"2025-12-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-12-08\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-12-09\";s:10:\"date_start\";s:19:\"2025-12-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-12-10\";s:10:\"date_start\";s:19:\"2025-12-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-12-11\";s:10:\"date_start\";s:19:\"2025-12-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-12-12\";s:10:\"date_start\";s:19:\"2025-12-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-12-13\";s:10:\"date_start\";s:19:\"2025-12-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-12-14\";s:10:\"date_start\";s:19:\"2025-12-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-12-15\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2025-12-16\";s:10:\"date_start\";s:19:\"2025-12-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2025-12-17\";s:10:\"date_start\";s:19:\"2025-12-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2025-12-18\";s:10:\"date_start\";s:19:\"2025-12-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2025-12-19\";s:10:\"date_start\";s:19:\"2025-12-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2025-12-20\";s:10:\"date_start\";s:19:\"2025-12-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:20;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(340615,'_transient_timeout_fedex_quote_f2c67a62e6d20c389e81927974e08d97','1766864131','off'),(340616,'_transient_fedex_quote_f2c67a62e6d20c389e81927974e08d97','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"29b6f0f6-b77c-4939-a697-e229c52b3c72\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:788.88;s:14:\"totalNetCharge\";d:981.44000000000005;s:19:\"totalNetFedExCharge\";d:981.44000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:192.56;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:163.25999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:726.88;s:14:\"totalNetCharge\";d:361.04000000000002;s:19:\"totalNetFedExCharge\";d:361.04000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:77.540000000000006;s:20:\"totalFreightDiscount\";d:443.38;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.680000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:370.69999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:59.579999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:690.70000000000005;s:14:\"totalNetCharge\";d:344.04000000000002;s:19:\"totalNetFedExCharge\";d:344.04000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:74.680000000000007;s:20:\"totalFreightDiscount\";d:421.33999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:69.079999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:352.25999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.719999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:322.74000000000001;s:14:\"totalNetCharge\";d:190.90000000000001;s:19:\"totalNetFedExCharge\";d:190.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:48.899999999999999;s:20:\"totalFreightDiscount\";d:180.74000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:32.280000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:148.46000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:30.940000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:263.69999999999999;s:14:\"totalNetCharge\";d:159.66;s:19:\"totalNetFedExCharge\";d:159.66;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:43.640000000000001;s:20:\"totalFreightDiscount\";d:147.68000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:26.379999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:121.3;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:25.68;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:239.75999999999999;s:14:\"totalNetCharge\";d:147;s:19:\"totalNetFedExCharge\";d:147;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:41.5;s:20:\"totalFreightDiscount\";d:134.25999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:23.98;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:110.28;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.539999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:68.120000000000005;s:14:\"totalNetCharge\";d:51.579999999999998;s:19:\"totalNetFedExCharge\";d:51.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:22.300000000000001;s:20:\"totalFreightDiscount\";d:38.840000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:31.34;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:7.5;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.8600000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.120000000000005;s:10:\"netFreight\";d:29.280000000000001;s:15:\"totalSurcharges\";d:22.300000000000001;s:14:\"netFedExCharge\";d:51.579999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:51.579999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.5;}s:21:\"totalFreightDiscounts\";d:38.840000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:31.34;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.8600000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-20\";s:7:\"encoded\";b:0;}}','off'),(341015,'_transient_timeout_fedex_quote_1c2b89cb2cf2f465e7ac5caca19643ad','1766986413','off'),(341016,'_transient_fedex_quote_1c2b89cb2cf2f465e7ac5caca19643ad','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"421d3b10-8082-4995-a9ab-74122fbaec77\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1246.95;s:14:\"totalNetCharge\";d:1562.3599999999999;s:19:\"totalNetFedExCharge\";d:1562.3599999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:315.41000000000003;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:32.75;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:259.56;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1196.4200000000001;s:14:\"totalNetCharge\";d:595.91999999999996;s:19:\"totalNetFedExCharge\";d:595.91999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:129.31;s:20:\"totalFreightDiscount\";d:729.80999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:119.64;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:610.16999999999996;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.230000000000004;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1529\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1171.97;s:14:\"totalNetCharge\";d:584.45000000000005;s:19:\"totalNetFedExCharge\";d:584.45000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:127.38;s:20:\"totalFreightDiscount\";d:714.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:117.2;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:597.70000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:96.299999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1326\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:643.85000000000002;s:14:\"totalNetCharge\";d:375.48000000000002;s:19:\"totalNetFedExCharge\";d:375.48000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.189999999999998;s:20:\"totalFreightDiscount\";d:360.56;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:64.390000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:296.17000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:61.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"7\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:502.04000000000002;s:14:\"totalNetCharge\";d:300.44999999999999;s:19:\"totalNetFedExCharge\";d:300.44999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:79.549999999999997;s:20:\"totalFreightDiscount\";d:281.13999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.200000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:230.94;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:48.469999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6023\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:529.5;s:14:\"totalNetCharge\";d:326.92000000000002;s:19:\"totalNetFedExCharge\";d:326.92000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.930000000000007;s:20:\"totalFreightDiscount\";d:296.50999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:52.950000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:243.56;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.630000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:10.5;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:151.87;s:14:\"totalNetCharge\";d:116.73;s:19:\"totalNetFedExCharge\";d:116.73;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:50.609999999999999;s:20:\"totalFreightDiscount\";d:85.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:69.040000000000006;s:7:\"percent\";d:45.399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.710000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:18.109999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:160.80000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}}s:13:\"ratedPackages\";a:5:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.300000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.300000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.32;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:11.699999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:32.409999999999997;s:10:\"netFreight\";d:13.93;s:15:\"totalSurcharges\";d:10.09;s:14:\"netFedExCharge\";d:24.02;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.02;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.700000000000003;}s:21:\"totalFreightDiscounts\";d:18.48;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:14.91;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.5699999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.77;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.060000000000002;s:10:\"netFreight\";d:14.640000000000001;s:15:\"totalSurcharges\";d:11.15;s:14:\"netFedExCharge\";d:25.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.5;}s:21:\"totalFreightDiscounts\";d:19.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:15.67;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.75;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.9300000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.300000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.300000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.199999999999999;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-21\";s:7:\"encoded\";b:0;}}','off'),(341017,'_transient_timeout_fedex_quote_7d364aefa223e43ca129685998147be2','1766986414','off'),(341018,'_transient_fedex_quote_7d364aefa223e43ca129685998147be2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"928a6f52-bf27-45f3-a98b-917adde6e5df\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:171.31999999999999;s:14:\"totalNetCharge\";d:155.13;s:19:\"totalNetFedExCharge\";d:155.13;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:69.079999999999998;s:20:\"totalFreightDiscount\";d:85.269999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:68.510000000000005;s:7:\"percent\";d:40;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.760000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:23.940000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:20.789999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5499999999999998;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:203;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";}s:13:\"ratedPackages\";a:6:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:26.16;s:10:\"netFreight\";d:13.140000000000001;s:15:\"totalSurcharges\";d:9.9199999999999999;s:14:\"netFedExCharge\";d:23.059999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.059999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d:13.02;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.5600000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:10.460000000000001;s:7:\"percent\";d:40;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:23.629999999999999;s:10:\"netFreight\";d:11.869999999999999;s:15:\"totalSurcharges\";d:9.6500000000000004;s:14:\"netFedExCharge\";d:21.52;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:21.52;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:11.76;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:9.4499999999999993;s:7:\"percent\";d:40;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.3100000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.3300000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.539999999999999;s:10:\"netFreight\";d:14.84;s:15:\"totalSurcharges\";d:10.289999999999999;s:14:\"netFedExCharge\";d:25.129999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.129999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.700000000000003;}s:21:\"totalFreightDiscounts\";d:14.699999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:11.81;s:7:\"percent\";d:40;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.8900000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.9700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:32.07;s:10:\"netFreight\";d:16.100000000000001;s:15:\"totalSurcharges\";d:11.460000000000001;s:14:\"netFedExCharge\";d:27.559999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.559999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.5;}s:21:\"totalFreightDiscounts\";d:15.970000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:12.83;s:7:\"percent\";d:40;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.1400000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.2400000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:26.16;s:10:\"netFreight\";d:13.140000000000001;s:15:\"totalSurcharges\";d:9.9199999999999999;s:14:\"netFedExCharge\";d:23.059999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.059999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.199999999999999;}s:21:\"totalFreightDiscounts\";d:13.02;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:10.460000000000001;s:7:\"percent\";d:40;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.5600000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:5;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:22:\"PAYOR_ACCOUNT_SHIPMENT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:33.759999999999998;s:10:\"netFreight\";d:16.960000000000001;s:15:\"totalSurcharges\";d:17.84;s:14:\"netFedExCharge\";d:34.799999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.799999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:16.800000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2999999999999998;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.5;s:7:\"percent\";d:40;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.2000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-21\";s:7:\"encoded\";b:0;}}','off'),(341028,'_transient_timeout_fedex_quote_93ea4267a1950e7b67c04923568b7039','1766986481','off'),(341029,'_transient_fedex_quote_93ea4267a1950e7b67c04923568b7039','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"71cda1ee-9cb6-4dc7-8252-f0b4f0ddf4d8\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1132.2;s:14:\"totalNetCharge\";d:1421.3800000000001;s:19:\"totalNetFedExCharge\";d:1421.3800000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:289.18000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:32.75;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:236.33000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1086.3199999999999;s:14:\"totalNetCharge\";d:542.49000000000001;s:19:\"totalNetFedExCharge\";d:542.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118.81999999999999;s:20:\"totalFreightDiscount\";d:662.64999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:108.63;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:554.01999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:89.540000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1529\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1064.1199999999999;s:14:\"totalNetCharge\";d:532.07000000000005;s:19:\"totalNetFedExCharge\";d:532.07000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:117.06;s:20:\"totalFreightDiscount\";d:649.11000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:106.41;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:542.70000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:87.780000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1326\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:584.60000000000002;s:14:\"totalNetCharge\";d:342.32999999999998;s:19:\"totalNetFedExCharge\";d:342.32999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:85.109999999999999;s:20:\"totalFreightDiscount\";d:327.38;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:58.460000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:268.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.829999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"7\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:455.83999999999997;s:14:\"totalNetCharge\";d:274.20999999999998;s:19:\"totalNetFedExCharge\";d:274.20999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:73.640000000000001;s:20:\"totalFreightDiscount\";d:255.27000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:45.579999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:209.69;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:44.359999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6023\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:494.38;s:14:\"totalNetCharge\";d:307.42000000000002;s:19:\"totalNetFedExCharge\";d:307.42000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.890000000000001;s:20:\"totalFreightDiscount\";d:276.85000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:49.439999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:227.41;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:49.490000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:10.5;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:140.75999999999999;s:14:\"totalNetCharge\";d:111.92;s:19:\"totalNetFedExCharge\";d:111.92;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:49.009999999999998;s:20:\"totalFreightDiscount\";d:77.849999999999994;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:62.369999999999997;s:7:\"percent\";d:44.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.48;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:146.69999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.300000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.300000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.32;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:11.699999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:32.409999999999997;s:10:\"netFreight\";d:13.93;s:15:\"totalSurcharges\";d:10.09;s:14:\"netFedExCharge\";d:24.02;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.02;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.700000000000003;}s:21:\"totalFreightDiscounts\";d:18.48;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:14.91;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.5699999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.77;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.039999999999999;s:10:\"netFreight\";d:23.940000000000001;s:15:\"totalSurcharges\";d:19.34;s:14:\"netFedExCharge\";d:43.280000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.280000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.100000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.379999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.7199999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-21\";s:7:\"encoded\";b:0;}}','off'),(341033,'_transient_timeout_fedex_quote_6f106ed2c4d8740c0bd92eb1ca081853','1766986497','off'),(341034,'_transient_fedex_quote_6f106ed2c4d8740c0bd92eb1ca081853','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6654defd-5235-4ee6-96c4-bb40294d7773\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1132.2;s:14:\"totalNetCharge\";d:1422.8800000000001;s:19:\"totalNetFedExCharge\";d:1422.8800000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:290.68000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:32.75;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:236.33000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:19.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1086.3199999999999;s:14:\"totalNetCharge\";d:543.38999999999999;s:19:\"totalNetFedExCharge\";d:543.38999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:119.72;s:20:\"totalFreightDiscount\";d:662.64999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:108.63;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:554.01999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:89.540000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:11.699999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1529\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1064.1199999999999;s:14:\"totalNetCharge\";d:532.97000000000003;s:19:\"totalNetFedExCharge\";d:532.97000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:117.95999999999999;s:20:\"totalFreightDiscount\";d:649.11000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:106.41;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:542.70000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:87.780000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:11.699999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1326\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:584.60000000000002;s:14:\"totalNetCharge\";d:343.23000000000002;s:19:\"totalNetFedExCharge\";d:343.23000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:86.010000000000005;s:20:\"totalFreightDiscount\";d:327.38;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:58.460000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:268.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.829999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:11.699999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"7\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:455.83999999999997;s:14:\"totalNetCharge\";d:275.11000000000001;s:19:\"totalNetFedExCharge\";d:275.11000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:74.540000000000006;s:20:\"totalFreightDiscount\";d:255.27000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:45.579999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:209.69;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.379999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:44.359999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:11.699999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6023\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:494.38;s:14:\"totalNetCharge\";d:307.42000000000002;s:19:\"totalNetFedExCharge\";d:307.42000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.890000000000001;s:20:\"totalFreightDiscount\";d:276.85000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:49.439999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:227.41;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:16.399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:49.490000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:10.5;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:140.75999999999999;s:14:\"totalNetCharge\";d:111.92;s:19:\"totalNetFedExCharge\";d:111.92;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:49.009999999999998;s:20:\"totalFreightDiscount\";d:77.849999999999994;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:62.369999999999997;s:7:\"percent\";d:44.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.48;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:146.69999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.300000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.300000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.399999999999999;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:27.219999999999999;s:10:\"netFreight\";d:12.529999999999999;s:15:\"totalSurcharges\";d:9.7899999999999991;s:14:\"netFedExCharge\";d:22.32;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:22.32;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28;}s:21:\"totalFreightDiscounts\";d:14.69;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:11.699999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:32.409999999999997;s:10:\"netFreight\";d:13.93;s:15:\"totalSurcharges\";d:10.09;s:14:\"netFedExCharge\";d:24.02;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.02;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.700000000000003;}s:21:\"totalFreightDiscounts\";d:18.48;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:14.91;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.5699999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.77;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.039999999999999;s:10:\"netFreight\";d:23.940000000000001;s:15:\"totalSurcharges\";d:19.34;s:14:\"netFedExCharge\";d:43.280000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.280000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.100000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.379999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.7199999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"ORD\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-21\";s:7:\"encoded\";b:0;}}','off'),(341194,'_transient_timeout_fedex_quote_42a05534426e91f62f01e89391f91a00','1767027583','off'),(341195,'_transient_fedex_quote_42a05534426e91f62f01e89391f91a00','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"1d569d48-7d6e-450a-ad6e-f607b952c893\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2286.27;s:14:\"totalNetCharge\";d:2781.7600000000002;s:19:\"totalNetFedExCharge\";d:2781.7600000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:495.49000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:463.38999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2227.0599999999999;s:14:\"totalNetCharge\";d:1064.96;s:19:\"totalNetFedExCharge\";d:1064.96;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:196.41;s:20:\"totalFreightDiscount\";d:1358.51;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:222.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1135.8;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:176.31;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2095.27;s:14:\"totalNetCharge\";d:1003.15;s:19:\"totalNetFedExCharge\";d:1003.15;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:186;s:20:\"totalFreightDiscount\";d:1278.1199999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:209.53;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1068.5899999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:165.90000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1862.25;s:14:\"totalNetCharge\";d:1005.83;s:19:\"totalNetFedExCharge\";d:1005.83;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:186.44999999999999;s:20:\"totalFreightDiscount\";d:1042.8699999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:186.22999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:856.63999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:166.34999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1633.05;s:14:\"totalNetCharge\";d:884.57000000000005;s:19:\"totalNetFedExCharge\";d:884.57000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:166.03;s:20:\"totalFreightDiscount\";d:914.50999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:163.31;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:751.20000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:145.93000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1486.54;s:14:\"totalNetCharge\";d:822.38;s:19:\"totalNetFedExCharge\";d:822.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:168.28999999999999;s:20:\"totalFreightDiscount\";d:832.45000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:148.65000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:683.79999999999995;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:134.99000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:20.699999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:12.6;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:360.25;s:14:\"totalNetCharge\";d:203.78999999999999;s:19:\"totalNetFedExCharge\";d:203.78999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:53.109999999999999;s:20:\"totalFreightDiscount\";d:209.56999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:169.94;s:7:\"percent\";d:47.200000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:39.630000000000003;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:32.409999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:20.699999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:188.69999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:191;}}s:13:\"ratedPackages\";a:5:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.979999999999997;s:10:\"netFreight\";d:25;s:15:\"totalSurcharges\";d:8.9800000000000004;s:14:\"netFedExCharge\";d:33.979999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:33.979999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31.399999999999999;}s:21:\"totalFreightDiscounts\";d:35.979999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:29.27;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.3799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:11.130000000000001;s:14:\"netFedExCharge\";d:41.969999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.969999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:105.3;s:10:\"netFreight\";d:45.280000000000001;s:15:\"totalSurcharges\";d:15.140000000000001;s:14:\"netFedExCharge\";d:60.420000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:60.420000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:60.020000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:48.439999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:11.58;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.7400000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:43.890000000000001;s:10:\"netFreight\";d:18.870000000000001;s:15:\"totalSurcharges\";d:6.7599999999999998;s:14:\"netFedExCharge\";d:25.629999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:25.629999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:21.899999999999999;}s:21:\"totalFreightDiscounts\";d:25.02;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:20.190000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.8300000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.0599999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341199,'_transient_timeout_fedex_quote_315c402ae2db5fa4dacdd6acbc7e7a76','1767027592','off'),(341200,'_transient_fedex_quote_315c402ae2db5fa4dacdd6acbc7e7a76','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"290bc7d7-1dd7-44ca-929b-ed5939df0fe1\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1951.1099999999999;s:14:\"totalNetCharge\";d:2374.2399999999998;s:19:\"totalNetFedExCharge\";d:2374.2399999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:423.13;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:395.52999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:25.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1900.5799999999999;s:14:\"totalNetCharge\";d:909.13999999999999;s:19:\"totalNetFedExCharge\";d:909.13999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:167.91999999999999;s:20:\"totalFreightDiscount\";d:1159.3599999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:190.06;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:969.29999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:150.52000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1788.1099999999999;s:14:\"totalNetCharge\";d:856.39999999999998;s:19:\"totalNetFedExCharge\";d:856.39999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:159.03999999999999;s:20:\"totalFreightDiscount\";d:1090.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:178.81;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:911.94000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:141.63999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1589.25;s:14:\"totalNetCharge\";d:858.69000000000005;s:19:\"totalNetFedExCharge\";d:858.69000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:159.43000000000001;s:20:\"totalFreightDiscount\";d:889.99000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:158.93000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:731.05999999999995;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:142.03;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1393.6500000000001;s:14:\"totalNetCharge\";d:755.20000000000005;s:19:\"totalNetFedExCharge\";d:755.20000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:142;s:20:\"totalFreightDiscount\";d:780.45000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:139.37;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:641.08000000000004;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.59999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1266.72;s:14:\"totalNetCharge\";d:699.95000000000005;s:19:\"totalNetFedExCharge\";d:699.95000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:142.58000000000001;s:20:\"totalFreightDiscount\";d:709.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:126.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:582.69000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:114.98;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:17.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:10.5;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:307.64999999999998;s:14:\"totalNetCharge\";d:174.21000000000001;s:19:\"totalNetFedExCharge\";d:174.21000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:44.909999999999997;s:20:\"totalFreightDiscount\";d:178.34999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:144.52000000000001;s:7:\"percent\";d:47.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:33.829999999999998;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.809999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.30000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.399999999999999;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:157.94999999999999;s:10:\"netFreight\";d:67.920000000000002;s:15:\"totalSurcharges\";d:22.710000000000001;s:14:\"netFedExCharge\";d:90.629999999999995;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:90.629999999999995;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:90.030000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:72.659999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:17.370000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341201,'_transient_timeout_fedex_quote_c14e13ef28050e73049e341fe414fef0','1767027593','off'),(341202,'_transient_fedex_quote_c14e13ef28050e73049e341fe414fef0','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"24e57196-ce2b-4cdb-b5fe-2d5b19494e32\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:164.38999999999999;s:14:\"totalNetCharge\";d:200.19999999999999;s:19:\"totalNetFedExCharge\";d:200.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.810000000000002;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:33.710000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:164.38999999999999;s:10:\"netFreight\";d:164.38999999999999;s:15:\"totalSurcharges\";d:35.810000000000002;s:14:\"netFedExCharge\";d:200.19999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:200.19999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:33.710000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:133.38999999999999;s:14:\"totalNetCharge\";d:65.079999999999998;s:19:\"totalNetFedExCharge\";d:65.079999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:13.06;s:20:\"totalFreightDiscount\";d:81.370000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.34;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:68.030000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.960000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:133.38999999999999;s:10:\"netFreight\";d:52.020000000000003;s:15:\"totalSurcharges\";d:13.06;s:14:\"netFedExCharge\";d:65.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:65.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:81.370000000000005;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:68.030000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.34;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.960000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:120.84;s:14:\"totalNetCharge\";d:59.200000000000003;s:19:\"totalNetFedExCharge\";d:59.200000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:12.07;s:20:\"totalFreightDiscount\";d:73.709999999999994;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:12.08;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:61.630000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.9700000000000006;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:120.84;s:10:\"netFreight\";d:47.130000000000003;s:15:\"totalSurcharges\";d:12.07;s:14:\"netFedExCharge\";d:59.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:59.200000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:73.709999999999994;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:61.630000000000003;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:12.08;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.9700000000000006;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:70.379999999999995;s:14:\"totalNetCharge\";d:39.770000000000003;s:19:\"totalNetFedExCharge\";d:39.770000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:8.8000000000000007;s:20:\"totalFreightDiscount\";d:39.409999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:7.04;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:32.369999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.7000000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.379999999999995;s:10:\"netFreight\";d:30.969999999999999;s:15:\"totalSurcharges\";d:8.8000000000000007;s:14:\"netFedExCharge\";d:39.770000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:39.770000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:39.409999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:32.369999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:7.04;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.7000000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:60.450000000000003;s:14:\"totalNetCharge\";d:34.5;s:19:\"totalNetFedExCharge\";d:34.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:7.9100000000000001;s:20:\"totalFreightDiscount\";d:33.859999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.0499999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:27.809999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.8099999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.450000000000003;s:10:\"netFreight\";d:26.59;s:15:\"totalSurcharges\";d:7.9100000000000001;s:14:\"netFedExCharge\";d:34.5;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.5;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:33.859999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:27.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.0499999999999998;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.8099999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:52.289999999999999;s:14:\"totalNetCharge\";d:30.190000000000001;s:19:\"totalNetFedExCharge\";d:30.190000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:7.1799999999999997;s:20:\"totalFreightDiscount\";d:29.280000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:5.2300000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.050000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.0800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.289999999999999;s:10:\"netFreight\";d:23.010000000000002;s:15:\"totalSurcharges\";d:7.1799999999999997;s:14:\"netFedExCharge\";d:30.190000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.190000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:29.280000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:24.050000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:5.2300000000000004;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.0800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341203,'_transient_timeout_fedex_quote_0e90094ff69c3330b45f6031b5975336','1767027594','off'),(341204,'_transient_fedex_quote_0e90094ff69c3330b45f6031b5975336','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5452e7ba-7ccc-4490-9144-499ece237b5e\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:325.69999999999999;s:14:\"totalNetCharge\";d:186.44999999999999;s:19:\"totalNetFedExCharge\";d:186.44999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:47.079999999999998;s:20:\"totalFreightDiscount\";d:186.33000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:151.19999999999999;s:7:\"percent\";d:44.75;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:35.130000000000003;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:29.98;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:163.80000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:166;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.399999999999999;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:157.94999999999999;s:10:\"netFreight\";d:67.920000000000002;s:15:\"totalSurcharges\";d:22.710000000000001;s:14:\"netFedExCharge\";d:90.629999999999995;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:90.629999999999995;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:90.030000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:72.659999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:17.370000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:18.050000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1699999999999999;s:14:\"netFedExCharge\";d:12.24;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.24;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:2.5;}s:21:\"totalFreightDiscounts\";d:7.9800000000000004;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.3;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:6.6799999999999997;s:7:\"percent\";d:37;}}s:10:\"surcharges\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341208,'_transient_timeout_fedex_quote_08355bc37833bbe511f5bab5cb596e6d','1767027611','off'),(341209,'_transient_fedex_quote_08355bc37833bbe511f5bab5cb596e6d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ca56623d-fd0d-43ea-8306-72fc65ec2af7\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:177.36000000000001;s:14:\"totalNetCharge\";d:215.80000000000001;s:19:\"totalNetFedExCharge\";d:215.80000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.439999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:36.340000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:177.36000000000001;s:10:\"netFreight\";d:177.36000000000001;s:15:\"totalSurcharges\";d:38.439999999999998;s:14:\"netFedExCharge\";d:215.80000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:215.80000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:36.340000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:146.36000000000001;s:14:\"totalNetCharge\";d:71.159999999999997;s:19:\"totalNetFedExCharge\";d:71.159999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:14.08;s:20:\"totalFreightDiscount\";d:89.280000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:14.640000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:74.640000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.98;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:146.36000000000001;s:10:\"netFreight\";d:57.079999999999998;s:15:\"totalSurcharges\";d:14.08;s:14:\"netFedExCharge\";d:71.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:71.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:89.280000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:74.640000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:14.640000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.98;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:135.21000000000001;s:14:\"totalNetCharge\";d:65.930000000000007;s:19:\"totalNetFedExCharge\";d:65.930000000000007;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:13.199999999999999;s:20:\"totalFreightDiscount\";d:82.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.52;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:68.959999999999994;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:135.21000000000001;s:10:\"netFreight\";d:52.729999999999997;s:15:\"totalSurcharges\";d:13.199999999999999;s:14:\"netFedExCharge\";d:65.930000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:65.930000000000007;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:82.480000000000004;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:68.959999999999994;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.52;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:91.120000000000005;s:14:\"totalNetCharge\";d:50.729999999999997;s:19:\"totalNetFedExCharge\";d:50.729999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:10.640000000000001;s:20:\"totalFreightDiscount\";d:51.030000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:9.1099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:41.920000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.5399999999999991;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:91.120000000000005;s:10:\"netFreight\";d:40.090000000000003;s:15:\"totalSurcharges\";d:10.640000000000001;s:14:\"netFedExCharge\";d:50.729999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.729999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:51.030000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:41.920000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:9.1099999999999994;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.5399999999999991;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:78.290000000000006;s:14:\"totalNetCharge\";d:43.950000000000003;s:19:\"totalNetFedExCharge\";d:43.950000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:9.5;s:20:\"totalFreightDiscount\";d:43.840000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:7.8300000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:36.009999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.4000000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:78.290000000000006;s:10:\"netFreight\";d:34.450000000000003;s:15:\"totalSurcharges\";d:9.5;s:14:\"netFedExCharge\";d:43.950000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.950000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:43.840000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:36.009999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:7.8300000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.4000000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:67.099999999999994;s:14:\"totalNetCharge\";d:38.020000000000003;s:19:\"totalNetFedExCharge\";d:38.020000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:8.5;s:20:\"totalFreightDiscount\";d:37.579999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:30.870000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4000000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:67.099999999999994;s:10:\"netFreight\";d:29.52;s:15:\"totalSurcharges\";d:8.5;s:14:\"netFedExCharge\";d:38.020000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.020000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:37.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:30.870000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4000000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341210,'_transient_timeout_fedex_quote_08b6e712db37d8d21908e08390432d0b','1767027612','off'),(341211,'_transient_fedex_quote_08b6e712db37d8d21908e08390432d0b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"cf2ed756-2986-4daa-a4b6-67b923a4bda6\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:328.13;s:14:\"totalNetCharge\";d:189.84999999999999;s:19:\"totalNetFedExCharge\";d:189.84999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:49.899999999999999;s:20:\"totalFreightDiscount\";d:188.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:152.09999999999999;s:7:\"percent\";d:44.75;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:36.079999999999998;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:30.100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.800000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:166.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:168;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.399999999999999;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:11.1;s:14:\"netFedExCharge\";d:41.789999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.789999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:157.94999999999999;s:10:\"netFreight\";d:67.920000000000002;s:15:\"totalSurcharges\";d:22.710000000000001;s:14:\"netFedExCharge\";d:90.629999999999995;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:90.629999999999995;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:90.030000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:72.659999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:17.370000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:20.48;s:10:\"netFreight\";d:10.65;s:15:\"totalSurcharges\";d:4.9900000000000002;s:14:\"netFedExCharge\";d:15.640000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:15.640000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:4.9000000000000004;}s:21:\"totalFreightDiscounts\";d:9.8300000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.5800000000000001;s:7:\"percent\";d:37;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.25;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.29;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341243,'_transient_timeout_wc_report_orders_stats_57d231021624f7789b991c89c2002c06','1767042371','off'),(341244,'_transient_wc_report_orders_stats_57d231021624f7789b991c89c2002c06','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":15:{s:12:\"orders_count\";i:2;s:14:\"num_items_sold\";i:36;s:11:\"gross_sales\";d:2981.5900000000001;s:11:\"total_sales\";d:2832.5100000000002;s:7:\"coupons\";d:149.07999999999998;s:13:\"coupons_count\";i:1;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:2832.5100000000002;s:19:\"avg_items_per_order\";d:18;s:15:\"avg_order_value\";d:1416.2550000000001;s:15:\"total_customers\";i:2;s:8:\"products\";i:10;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-52\";s:10:\"date_start\";s:19:\"2025-12-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:2;s:14:\"num_items_sold\";i:36;s:11:\"gross_sales\";d:2981.5900000000001;s:11:\"total_sales\";d:2832.5100000000002;s:7:\"coupons\";d:149.07999999999998;s:13:\"coupons_count\";i:1;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:2832.5100000000002;s:19:\"avg_items_per_order\";d:18;s:15:\"avg_order_value\";d:1416.2550000000001;s:15:\"total_customers\";i:2;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":14:{s:12:\"orders_count\";i:0;s:14:\"num_items_sold\";i:0;s:11:\"gross_sales\";d:0;s:11:\"total_sales\";d:0;s:7:\"coupons\";d:0;s:13:\"coupons_count\";i:0;s:7:\"refunds\";d:0;s:5:\"taxes\";d:0;s:8:\"shipping\";d:0;s:11:\"net_revenue\";d:0;s:19:\"avg_items_per_order\";d:0;s:15:\"avg_order_value\";d:0;s:15:\"total_customers\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341245,'_transient_timeout_wc_report_products_stats_152f7cb3c05798a3644524d70f29348d','1767042371','off'),(341246,'_transient_wc_report_products_stats_152f7cb3c05798a3644524d70f29348d','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:36;s:11:\"net_revenue\";d:2832.5099999999998;s:12:\"orders_count\";i:2;s:14:\"products_count\";i:10;s:16:\"variations_count\";i:1;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-52\";s:10:\"date_start\";s:19:\"2025-12-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:36;s:11:\"net_revenue\";d:2832.5099999999998;s:12:\"orders_count\";i:2;s:14:\"products_count\";i:10;s:16:\"variations_count\";i:1;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":6:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:14:\"products_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341247,'_transient_timeout_wc_report_variations_stats_23d70038d0d41691b313ad914d18c03a','1767042371','off'),(341248,'_transient_wc_report_variations_stats_23d70038d0d41691b313ad914d18c03a','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:4:{i:0;a:6:{s:8:\"interval\";s:7:\"2025-52\";s:10:\"date_start\";s:19:\"2025-12-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:7:\"2025-51\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:7:\"2025-50\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:7:\"2025-49\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":5:{s:10:\"items_sold\";i:0;s:11:\"net_revenue\";d:0;s:12:\"orders_count\";i:0;s:16:\"variations_count\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:4;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341249,'_transient_timeout_wc_report_orders_stats_169eb598f9e780f840fb2ab123a98aa1','1767042371','off'),(341250,'_transient_wc_report_orders_stats_169eb598f9e780f840fb2ab123a98aa1','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":4:{s:11:\"net_revenue\";d:2832.5100000000002;s:8:\"products\";i:10;s:13:\"coupons_count\";i:1;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:22:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-12-01\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-12-02\";s:10:\"date_start\";s:19:\"2025-12-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-12-03\";s:10:\"date_start\";s:19:\"2025-12-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-12-04\";s:10:\"date_start\";s:19:\"2025-12-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-12-05\";s:10:\"date_start\";s:19:\"2025-12-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-12-06\";s:10:\"date_start\";s:19:\"2025-12-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-12-07\";s:10:\"date_start\";s:19:\"2025-12-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-12-08\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-12-09\";s:10:\"date_start\";s:19:\"2025-12-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-12-10\";s:10:\"date_start\";s:19:\"2025-12-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-12-11\";s:10:\"date_start\";s:19:\"2025-12-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-12-12\";s:10:\"date_start\";s:19:\"2025-12-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-12-13\";s:10:\"date_start\";s:19:\"2025-12-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-12-14\";s:10:\"date_start\";s:19:\"2025-12-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-12-15\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2025-12-16\";s:10:\"date_start\";s:19:\"2025-12-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2025-12-17\";s:10:\"date_start\";s:19:\"2025-12-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2025-12-18\";s:10:\"date_start\";s:19:\"2025-12-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2025-12-19\";s:10:\"date_start\";s:19:\"2025-12-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2025-12-20\";s:10:\"date_start\";s:19:\"2025-12-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2025-12-21\";s:10:\"date_start\";s:19:\"2025-12-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-21 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:0;s:13:\"coupons_count\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2025-12-22\";s:10:\"date_start\";s:19:\"2025-12-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":3:{s:11:\"net_revenue\";d:2832.5100000000002;s:13:\"coupons_count\";i:1;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:22;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341251,'_transient_timeout_wc_report_products_stats_ca664729cc7a27df68e28bc6e712af88','1767042371','off'),(341252,'_transient_wc_report_products_stats_ca664729cc7a27df68e28bc6e712af88','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":5:{s:6:\"totals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}s:9:\"intervals\";a:22:{i:0;a:6:{s:8:\"interval\";s:10:\"2025-12-01\";s:10:\"date_start\";s:19:\"2025-12-01 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-01 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-01 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-01 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:1;a:6:{s:8:\"interval\";s:10:\"2025-12-02\";s:10:\"date_start\";s:19:\"2025-12-02 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-02 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-02 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-02 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:2;a:6:{s:8:\"interval\";s:10:\"2025-12-03\";s:10:\"date_start\";s:19:\"2025-12-03 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-03 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-03 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-03 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:3;a:6:{s:8:\"interval\";s:10:\"2025-12-04\";s:10:\"date_start\";s:19:\"2025-12-04 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-04 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-04 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-04 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:4;a:6:{s:8:\"interval\";s:10:\"2025-12-05\";s:10:\"date_start\";s:19:\"2025-12-05 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-05 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-05 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-05 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:5;a:6:{s:8:\"interval\";s:10:\"2025-12-06\";s:10:\"date_start\";s:19:\"2025-12-06 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-06 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-06 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-06 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:6;a:6:{s:8:\"interval\";s:10:\"2025-12-07\";s:10:\"date_start\";s:19:\"2025-12-07 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-07 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-07 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-07 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:7;a:6:{s:8:\"interval\";s:10:\"2025-12-08\";s:10:\"date_start\";s:19:\"2025-12-08 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-08 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-08 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-08 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:8;a:6:{s:8:\"interval\";s:10:\"2025-12-09\";s:10:\"date_start\";s:19:\"2025-12-09 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-09 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-09 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-09 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:9;a:6:{s:8:\"interval\";s:10:\"2025-12-10\";s:10:\"date_start\";s:19:\"2025-12-10 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-10 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-10 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-10 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:10;a:6:{s:8:\"interval\";s:10:\"2025-12-11\";s:10:\"date_start\";s:19:\"2025-12-11 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-11 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-11 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-11 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:11;a:6:{s:8:\"interval\";s:10:\"2025-12-12\";s:10:\"date_start\";s:19:\"2025-12-12 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-12 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-12 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-12 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:12;a:6:{s:8:\"interval\";s:10:\"2025-12-13\";s:10:\"date_start\";s:19:\"2025-12-13 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-13 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-13 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-13 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:13;a:6:{s:8:\"interval\";s:10:\"2025-12-14\";s:10:\"date_start\";s:19:\"2025-12-14 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-14 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-14 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-14 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:14;a:6:{s:8:\"interval\";s:10:\"2025-12-15\";s:10:\"date_start\";s:19:\"2025-12-15 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-15 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-15 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-15 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:15;a:6:{s:8:\"interval\";s:10:\"2025-12-16\";s:10:\"date_start\";s:19:\"2025-12-16 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-16 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-16 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-16 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:16;a:6:{s:8:\"interval\";s:10:\"2025-12-17\";s:10:\"date_start\";s:19:\"2025-12-17 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-17 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-17 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-17 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:17;a:6:{s:8:\"interval\";s:10:\"2025-12-18\";s:10:\"date_start\";s:19:\"2025-12-18 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-18 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-18 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-18 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:18;a:6:{s:8:\"interval\";s:10:\"2025-12-19\";s:10:\"date_start\";s:19:\"2025-12-19 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-19 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-19 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-19 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:19;a:6:{s:8:\"interval\";s:10:\"2025-12-20\";s:10:\"date_start\";s:19:\"2025-12-20 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-20 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-20 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-20 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:20;a:6:{s:8:\"interval\";s:10:\"2025-12-21\";s:10:\"date_start\";s:19:\"2025-12-21 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-21 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-21 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-21 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}i:21;a:6:{s:8:\"interval\";s:10:\"2025-12-22\";s:10:\"date_start\";s:19:\"2025-12-22 00:00:00\";s:14:\"date_start_gmt\";s:19:\"2025-12-22 00:00:00\";s:8:\"date_end\";s:19:\"2025-12-22 23:59:59\";s:12:\"date_end_gmt\";s:19:\"2025-12-22 23:59:59\";s:9:\"subtotals\";O:8:\"stdClass\":2:{s:10:\"items_sold\";i:0;s:8:\"segments\";a:0:{}}}}s:5:\"total\";i:22;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off');
INSERT INTO `wp_options` VALUES (341301,'elementor_pro_remote_info_api_data_3.33.2','a:2:{s:7:\"timeout\";i:1766471162;s:5:\"value\";s:250914:\"{\"stable_version\":\"3.34.0\",\"last_updated\":\"2025-12-22 12:50:17\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:234725:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.34.0 - 2025-12-22<\\/h4>\\n<ul>\\n<li>New: Added support for Display Conditions for Atomic Elements - Editor V4<\\/li>\\n<li>Tweak: Enabled media queries for the Desktop breakpoint only in Custom CSS - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Added support for Google Calendar in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Tel link in Contact URL Dynamic Tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF Image field in Dynamic Tags - Editor V4<\\/li>\\n<li>Tweak: Removed icon from the accessibility tree in Flip Box widget<\\/li>\\n<li>Tweak: Applied CSS logical properties in text-align controls and improved RTL rendering in the Editor<\\/li>\\n<li>Fix: Website Template library displayed in English instead of the translated language<\\/li>\\n<li>Fix: Custom CSS field breaks when using certain characters - Editor V4<\\/li>\\n<\\/ul>\\n<h4>3.33.2 - 2025-12-03<\\/h4>\\n<ul>\\n<li>Fix: Incorrect status shown for Custom Code, Fonts, and Icons after importing a Website Template<\\/li>\\n<li>Fix: Display Conditions window appears empty in the editor<\\/li>\\n<\\/ul>\\n<h4>3.33.1 - 2025-11-11<\\/h4>\\n<ul>\\n<li>Fix: Styles not loading correctly in Custom Fonts and Custom Icons admin screens (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/33396\\\">#33396<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.33.0 - 2025-11-10<\\/h4>\\n<ul>\\n<li>New: Introducing Custom CSS for element-level styling with full isolation and responsive control - Editor V4<\\/li>\\n<li>New: Introducing media save to cloud in Website Templates, enabling users to store media assets directly in the cloud for easier access and management.<\\/li>\\n<li>Tweak: Added support for Post Excerpt dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Internal URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Post Terms dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Shortcode dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Popup dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Off-Canvas dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Lightbox dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Add To Cart dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for ACF URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for Archive Title dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for the Email Contact URL dynamic tag - Editor V4<\\/li>\\n<li>Tweak: Added support for reduced-motion preferences in Flip Box widget<\\/li>\\n<li>Tweak: Updated minimum supported versions for Chrome, Firefox, and Safari<\\/li>\\n<li>Tweak: Updated Notes button location in the Editor Top Bar<\\/li>\\n<\\/ul>\\n<h4>3.32.3 - 2025-10-21<\\/h4>\\n<ul>\\n<li>Fix: Website Template fails to apply when Custom Code or Custom Icons are included<\\/li>\\n<\\/ul>\\n<h4>3.32.2 - 2025-09-29<\\/h4>\\n<ul>\\n<li>Fix: Exported taxonomies are not displayed correctly on the summary page in Website Templates export<\\/li>\\n<li>Fix: Certain taxonomies are not exported as expected in Website Templates export<\\/li>\\n<\\/ul>\\n<h4>3.32.1 - 2025-09-16<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder fails to load when containers are disabled<\\/li>\\n<li>Fix: Popup and single product templates not imported or exported as expected<\\/li>\\n<\\/ul>\\n<h4>3.32.0 - 2025-09-15<\\/h4>\\n<ul>\\n<li>New: Introducing Size Variables to store and reuse numeric values across spacing, typography, layout, and borders - Editor V4<\\/li>\\n<li>New: Introducing granular Transitions with property-level control for advanced micro-animations - Editor V4<\\/li>\\n<li>New: Added granular content selection for Website Templates import and export, including pages, menus, post types, and taxonomies<\\/li>\\n<li>Tweak: Enhanced accessibility of background images in Slides widget with proper aria attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23543\\\">#23543<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/31063\\\">#31063<\\/a>)<\\/li>\\n<li>Tweak: Added REST API support for the Custom Code feature<\\/li>\\n<li>Tweak: Moved Background control from Content tab to Style tab in Flip Box widget<\\/li>\\n<li>Tweak: Removed SVG icons from the accessibility tree in Share Buttons widget<\\/li>\\n<li>Tweak: Removed dropdown indicator icons from the accessibility tree in WordPress Menu widget<\\/li>\\n<li>Fix: PHP 8.4 deprecation notices when running with <code>WP_DEBUG<\\/code> enabled<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied to Animated Headline widget<\\/li>\\n<li>Fix: Reduced-motion preferences are not applied in Motion Effects<\\/li>\\n<li>Fix: Added required PHP and WordPress versions to the plugin header<\\/li>\\n<\\/ul>\\n<h4>3.31.3 - 2025-09-08<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in WordPress Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.31.2 - 2025-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Improved release version functionality<\\/li>\\n<\\/ul>\\n<h4>3.31.1 - 2025-08-06<\\/h4>\\n<ul>\\n<li>Tweak: Updated <code>form-data<\\/code> package version<\\/li>\\n<\\/ul>\\n<h4>3.31.0 - 2025-08-05<\\/h4>\\n<ul>\\n<li>New: Introducing Attributes - add custom HTML attributes to elements for advanced control - Editor V4<\\/li>\\n<li>Tweak: Optimized Custom Code styles by removing redundant RTL file<\\/li>\\n<li>Tweak: Improved performance by loading ribbon styles only when used in Call to Action and Price Table widgets<\\/li>\\n<li>Tweak: Improved semantic markup structure for header and footer documents<\\/li>\\n<li>Tweak: Reorganized design controls in Animated Headline widget<\\/li>\\n<li>Tweak: Reorganized design controls in Blockquote widget<\\/li>\\n<li>Tweak: Reorganized design controls in Countdown widget<\\/li>\\n<li>Tweak: Replaced SASS mixins and functions with native CSS logical properties<\\/li>\\n<li>Fix: Empty headers are rendered in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28167\\\">#28167<\\/a>)<\\/li>\\n<li>Fix: <code>TypeError<\\/code> bug in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.30.1 - 2025-07-22<\\/h4>\\n<ul>\\n<li>Security Fix: Improved content sanitization in multiple widgets<\\/li>\\n<li>Fix: UI issue in Hotspot widget when Optimized Markup experiment is enabled<\\/li>\\n<li>Fix: Taxonomy filter not working in the Editor when Optimized Markup experiment is enabled<\\/li>\\n<\\/ul>\\n<h4>3.30.0 - 2025-07-01<\\/h4>\\n<ul>\\n<li>New: Introduced Full Website Templates in the Cloud - export, manage, and reuse full site kits across all your websites from one place<\\/li>\\n<li>Tweak: Activated "Optimized Markup" feature on new sites<\\/li>\\n<li>Tweak: Activated "Menu" feature on new sites<\\/li>\\n<li>Tweak: Improved error handling for Theme Builder display conditions<\\/li>\\n<li>Tweak: Added styling controls to Post Excerpt widget<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> and <code>aria-label<\\/code> attributes Post Navigation widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Form widget<\\/li>\\n<li>Tweak: Added <code>aria-label<\\/code> in Login widget<\\/li>\\n<li>Tweak: Arranged content as lists in Portfolio and Posts widgets<\\/li>\\n<li>Tweak: Added Box Shadow and Text Shadow controls in Countdown widget<\\/li>\\n<li>Tweak: Moved image resolution control to content tab in Price List widget<\\/li>\\n<li>Tweak: Renamed and reorganized style sections in Price List widget<\\/li>\\n<li>Tweak: Added conditional logic to controls in Price Table widget<\\/li>\\n<li>Tweak: Grouped layout controls under list section in Price List widget<\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.6<\\/li>\\n<li>Fix: Inline font icons support doesn\'t work in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24367\\\">#24367<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18343\\\">#18343<\\/a>)<\\/li>\\n<li>Fix: Page Title condition doesn\'t work on child pages in Widget Display Conditions<\\/li>\\n<li>Fix: Editor users with "Access to edit content only" are able to delete elements<\\/li>\\n<li>Fix: Links are not crawlable in Video Playlist widget<\\/li>\\n<li>Fix: Uses hardcoded admin fonts in Video Playlist widget<\\/li>\\n<li>Fix: Editor freezes when the Form widget is used with a high PHP upload size limit<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled in Slides widget<\\/li>\\n<li>Fix: Plugin dependency not enforced in Elementor Pro<\\/li>\\n<li>Fix: Console shows deprecation warning in Global Widgets<\\/li>\\n<\\/ul>\\n<h4>3.29.2 - 2025-06-04<\\/h4>\\n<ul>\\n<li>Tweak: Added selectors to Menu widget for compatibility with Optimized Markup experiment<\\/li>\\n<\\/ul>\\n<h4>3.29.1 - 2025-05-28<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Price Table widget<\\/li>\\n<\\/ul>\\n<h4>3.29.0 - 2025-05-19<\\/h4>\\n<ul>\\n<li>New: Introduced Cloud Templates - save, manage, and reuse your templates across all your sites from a single cloud library<\\/li>\\n<li>Tweak: Improved accessibility with <code>role<\\/code> attributes in Share Buttons widget<\\/li>\\n<li>Tweak: Improved accessibility by grouping content with <code>role=region<\\/code> in the Video Playlist widget<\\/li>\\n<li>Fix: Focus color is not applied correctly for accessibility in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24239\\\">#24239<\\/a>)<\\/li>\\n<li>Fix: Common scripts loaded late when using the Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.28.4 - 2025-05-05<\\/h4>\\n<ul>\\n<li>Fix: Empty results appeared on the frontend when using the Taxonomy Filter with the \'Avoid Duplicates\' option in Loop Grid widget<\\/li>\\n<li>Fix: Errors occur when Debug mode is enabled and the Optimized Markup experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.28.3 - 2025-04-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved sidebar navigation flow on the Elementor Home screen<\\/li>\\n<\\/ul>\\n<h4>3.28.2 - 2025-03-30<\\/h4>\\n<ul>\\n<li>Fix: Default Elementor animation shown for logged-out users when using an "External URL" source in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.28.1 - 2025-03-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Animated Headline and Form widgets<\\/li>\\n<\\/ul>\\n<h4>3.28.0 - 2025-03-17<\\/h4>\\n<ul>\\n<li>Tweak: Ensured File Upload field styles are overridden by global styles in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11651\\\">#11651<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17223\\\">#17223<\\/a>)<\\/li>\\n<li>Tweak: Updated Scroll Snap description to clarify incompatibility with animations and motion effects<\\/li>\\n<li>Tweak: Prevented special characters from being encoded in the email subject field in Form widget<\\/li>\\n<li>Tweak: Loaded module styles within the module instead of registering them in <code>plugin.php<\\/code><\\/li>\\n<li>Tweak: Updated minimum required WordPress version to 6.5<\\/li>\\n<li>Tweak: Improved keyboard accessibility for menus in Editor Top Bar<\\/li>\\n<li>Tweak: Made the edit button accessible in the Template widget<\\/li>\\n<li>Tweak: Optimized Form widget performance by caching field assets <code>using get_style_depends()<\\/code> and <code>get_script_depends()<\\/code> methods<\\/li>\\n<li>Tweak: Added Text Shadow control in Testimonial Carousel, Call to Action and Animated Headline widgets<\\/li>\\n<li>Fix: Button icon alignment breaks when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16077\\\">#16077<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16511\\\">#16511<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17692\\\">#17692<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17922\\\">#17922<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19253\\\">#19253<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19370\\\">#19370<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21236\\\">#21236<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21844\\\">#21844<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28080\\\">#28080<\\/a>)<\\/li>\\n<li>Fix: Dropdown caret color did not follow menu item color when Inline Font Icons feature is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17500\\\">#17500<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18466\\\">#18466<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21664\\\">#21664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24929\\\">#24929<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28064\\\">#28064<\\/a>)<\\/li>\\n<li>Fix: Page doesn\'t scroll up when a coupon error notice appears in Checkout widget<\\/li>\\n<\\/ul>\\n<h4>3.27.7 - 2025-03-13<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<\\/ul>\\n<h4>3.27.6 - 2025-03-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Template Condition<\\/li>\\n<\\/ul>\\n<h4>3.27.5 - 2025-03-03<\\/h4>\\n<ul>\\n<li>Fix: The <code>wp_trigger_error<\\/code> function causes the site to crash instead of triggering a warning when used with ACF text<\\/li>\\n<\\/ul>\\n<h4>3.27.4 - 2025-02-16<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Screenshots module<\\/li>\\n<li>Security Fix: Improved code security enforcement in Query control<\\/li>\\n<li>Fix: ACF <code>true_false<\\/code> field causing a fatal error when used as a dynamic tag with third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/30170\\\">#30170<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.27.3 - 2025-02-06<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Stripe Button widget<\\/li>\\n<\\/ul>\\n<h4>3.27.2 - 2025-02-03<\\/h4>\\n<ul>\\n<li>Fix: Value type configuration issue causing errors when using ACF<\\/li>\\n<li>Fix: Hide content on responsive breakpoint option is not working on WordPress Menu widget when Optimized Markup experiment is activated<\\/li>\\n<\\/ul>\\n<h4>3.27.1 - 2025-01-27<\\/h4>\\n<ul>\\n<li>Tweak: Increased the number of items allowed in Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<li>Security Fix: Improved code security enforcement in Global widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Lottie widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Admin settings<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Empty custom fields are missing in the Dynamic Tags options in Display Conditions for Elements<\\/li>\\n<\\/ul>\\n<h4>3.27.0 - 2025-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Removed the <code>elementor-widget-container<\\/code> div from the Menu, Loop, Table of Contents, Form, and Hotspot widgets as part of the Optimized Markup experiment to improve HTML structure<\\/li>\\n<li>Tweak: Reduced DOM size by optimizing the submit button markup in Search widget<\\/li>\\n<li>Tweak: Moved style loading to the head instead of the footer to improve CLS<\\/li>\\n<li>Tweak: Enabled conditional loading of Swiper.js based on widget dependencies to reduce unnecessary assets and improve page load times<\\/li>\\n<li>Tweak: Standardized navigation elements like arrows and bullets across all carousel and slider widgets for improved accessibility<\\/li>\\n<li>Tweak: Improved accessibility when the submit button has only an icon and no text in Search widget<\\/li>\\n<li>Tweak: Removed <code>load_plugin_textdomain()<\\/code> function from Elementor Pro<\\/li>\\n<\\/ul>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.34.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NjQyNzk2MiwiZXhwIjoxNzY2NTE0MzYyfQ.UFR6VJC16J-xgLum6ULkEBkOVxItxGw4j8U-115hRZ4\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NjQyNzk2MiwiZXhwIjoxNzY2NTE0MzYyfQ.UFR6VJC16J-xgLum6ULkEBkOVxItxGw4j8U-115hRZ4\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.9\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiaWF0IjoxNzY2NDI3OTYyLCJleHAiOjE3NjY1MTQzNjJ9.8_MIFs4Bt58YCXF8ZdSga8Yc8Qif1gTtBBu27o4XSnU\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiaWF0IjoxNzY2NDI3OTYyLCJleHAiOjE3NjY1MTQzNjJ9.8_MIFs4Bt58YCXF8ZdSga8Yc8Qif1gTtBBu27o4XSnU\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),(341303,'_transient_wc_attribute_taxonomies','a:0:{}','on'),(341356,'_site_transient_timeout_woocommerce_new_version','1767042353','off'),(341357,'_site_transient_woocommerce_new_version','','off'),(341368,'_transient_timeout_wc_report_customers_0d8d4f97bfb1d8c5674f9b0efd53942f','1767042712','off'),(341369,'_transient_wc_report_customers_0d8d4f97bfb1d8c5674f9b0efd53942f','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:57;s:7:\"user_id\";i:54;s:8:\"username\";s:14:\"lca_northernil\";s:4:\"name\";s:9:\"Erin Hawn\";s:5:\"email\";s:31:\"info@liceclinicsvernonhills.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:12:\"Vernon Hills\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60061\";s:15:\"date_registered\";s:19:\"2021-04-19 03:10:33\";s:16:\"date_last_active\";s:19:\"2025-12-22 05:35:59\";s:15:\"date_last_order\";s:19:\"2025-12-22 05:35:59\";s:12:\"orders_count\";i:4;s:11:\"total_spend\";d:1845.48;s:15:\"avg_order_value\";d:461.37;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341373,'_transient_timeout_wc_report_customers_aa54ef83dde269947499db46f63603a8','1767042737','off'),(341374,'_transient_wc_report_customers_aa54ef83dde269947499db46f63603a8','a:2:{s:7:\"version\";s:10:\"1766428202\";s:5:\"value\";O:8:\"stdClass\":4:{s:4:\"data\";a:1:{i:0;a:15:{s:2:\"id\";i:57;s:7:\"user_id\";i:54;s:8:\"username\";s:14:\"lca_northernil\";s:4:\"name\";s:9:\"Erin Hawn\";s:5:\"email\";s:31:\"info@liceclinicsvernonhills.com\";s:7:\"country\";s:2:\"US\";s:4:\"city\";s:12:\"Vernon Hills\";s:5:\"state\";s:2:\"IL\";s:8:\"postcode\";s:5:\"60061\";s:15:\"date_registered\";s:19:\"2021-04-19 03:10:33\";s:16:\"date_last_active\";s:19:\"2025-12-22 05:35:59\";s:15:\"date_last_order\";s:19:\"2025-01-31 21:37:42\";s:12:\"orders_count\";i:3;s:11:\"total_spend\";d:714.04000000000008;s:15:\"avg_order_value\";d:238.01333333333335;}}s:5:\"total\";i:1;s:5:\"pages\";i:1;s:7:\"page_no\";i:1;}}','off'),(341407,'_transient_timeout_fedex_quote_21306401eda2bfc93b8f0b7d0daac9d4','1767046794','off'),(341408,'_transient_fedex_quote_21306401eda2bfc93b8f0b7d0daac9d4','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d7b3c57c-6f14-4ee8-82d0-6f7ca25098dd\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:928.96000000000004;s:14:\"totalNetCharge\";d:1166.29;s:19:\"totalNetFedExCharge\";d:1166.29;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:237.33000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:194.13;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:12.4;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:866.96000000000004;s:14:\"totalNetCharge\";d:435.06999999999999;s:19:\"totalNetFedExCharge\";d:435.06999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.959999999999994;s:20:\"totalFreightDiscount\";d:528.85000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86.700000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.14999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.900000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:834.38999999999999;s:14:\"totalNetCharge\";d:419.80000000000001;s:19:\"totalNetFedExCharge\";d:419.80000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.390000000000001;s:20:\"totalFreightDiscount\";d:508.98000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.439999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:425.54000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:69.329999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:755.39999999999998;s:14:\"totalNetCharge\";d:428.17000000000002;s:19:\"totalNetFedExCharge\";d:428.17000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:95.799999999999997;s:20:\"totalFreightDiscount\";d:423.02999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.540000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:347.49000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.739999999999995;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:678.73000000000002;s:14:\"totalNetCharge\";d:387.61000000000001;s:19:\"totalNetFedExCharge\";d:387.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:88.969999999999999;s:20:\"totalFreightDiscount\";d:380.08999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.870000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:312.22000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:63.909999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:494.06999999999999;s:14:\"totalNetCharge\";d:289.91000000000003;s:19:\"totalNetFedExCharge\";d:289.91000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:72.519999999999996;s:20:\"totalFreightDiscount\";d:276.68000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:49.399999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:227.28;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:47.460000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:122.77;s:14:\"totalNetCharge\";d:88.579999999999998;s:19:\"totalNetFedExCharge\";d:88.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:35.780000000000001;s:20:\"totalFreightDiscount\";d:69.969999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:56.469999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:13.5;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.24;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76.200000000000003;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.200000000000003;s:10:\"netFreight\";d:25.890000000000001;s:15:\"totalSurcharges\";d:18.23;s:14:\"netFedExCharge\";d:44.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.899999999999999;}s:21:\"totalFreightDiscounts\";d:34.310000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.6200000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:27.690000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.0099999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.57;s:10:\"netFreight\";d:26.91;s:15:\"totalSurcharges\";d:17.550000000000001;s:14:\"netFedExCharge\";d:44.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.460000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.299999999999997;}s:21:\"totalFreightDiscounts\";d:35.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.780000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8799999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341409,'_transient_timeout_fedex_quote_e2396b33bc1744837806f6e209fd874b','1767046795','off'),(341410,'_transient_fedex_quote_e2396b33bc1744837806f6e209fd874b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"2fb24e43-e45c-4f16-ad2b-3897792c6ff0\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:193.69;s:14:\"totalNetCharge\";d:243.31;s:19:\"totalNetFedExCharge\";d:243.31;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:49.619999999999997;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.969999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:193.69;s:10:\"netFreight\";d:193.69;s:15:\"totalSurcharges\";d:49.619999999999997;s:14:\"netFedExCharge\";d:243.31;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:243.31;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.969999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:162.69;s:14:\"totalNetCharge\";d:86.5;s:19:\"totalNetFedExCharge\";d:86.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:23.050000000000001;s:20:\"totalFreightDiscount\";d:99.239999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.27;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.969999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:14.57;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:162.69;s:10:\"netFreight\";d:63.450000000000003;s:15:\"totalSurcharges\";d:23.050000000000001;s:14:\"netFedExCharge\";d:86.5;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:86.5;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:99.239999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:82.969999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:16.27;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:14.57;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:141.65000000000001;s:14:\"totalNetCharge\";d:76.620000000000005;s:19:\"totalNetFedExCharge\";d:76.620000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:21.379999999999999;s:20:\"totalFreightDiscount\";d:86.409999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:14.17;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:72.239999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:141.65000000000001;s:10:\"netFreight\";d:55.240000000000002;s:15:\"totalSurcharges\";d:21.379999999999999;s:14:\"netFedExCharge\";d:76.620000000000005;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:76.620000000000005;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:86.409999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:72.239999999999995;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:14.17;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.9;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:95.280000000000001;s:14:\"totalNetCharge\";d:60.609999999999999;s:19:\"totalNetFedExCharge\";d:60.609999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:18.690000000000001;s:20:\"totalFreightDiscount\";d:53.359999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:9.5299999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:43.829999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.210000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:95.280000000000001;s:10:\"netFreight\";d:41.920000000000002;s:15:\"totalSurcharges\";d:18.690000000000001;s:14:\"netFedExCharge\";d:60.609999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:60.609999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:53.359999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:43.829999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:9.5299999999999994;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.210000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:82.010000000000005;s:14:\"totalNetCharge\";d:53.600000000000001;s:19:\"totalNetFedExCharge\";d:53.600000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:17.510000000000002;s:20:\"totalFreightDiscount\";d:45.920000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:8.1999999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:37.719999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.0299999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:82.010000000000005;s:10:\"netFreight\";d:36.090000000000003;s:15:\"totalSurcharges\";d:17.510000000000002;s:14:\"netFedExCharge\";d:53.600000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:53.600000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:45.920000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:37.719999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:8.1999999999999993;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.0299999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:62.75;s:14:\"totalNetCharge\";d:43.390000000000001;s:19:\"totalNetFedExCharge\";d:43.390000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:15.789999999999999;s:20:\"totalFreightDiscount\";d:35.149999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.2800000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:28.870000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.3099999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.75;s:10:\"netFreight\";d:27.600000000000001;s:15:\"totalSurcharges\";d:15.789999999999999;s:14:\"netFedExCharge\";d:43.390000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.390000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:35.149999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:28.870000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.2800000000000002;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.3099999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341411,'_transient_timeout_fedex_quote_348f63b6264e3a07f93bf241f512dd6a','1767046796','off'),(341412,'_transient_fedex_quote_348f63b6264e3a07f93bf241f512dd6a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ffdfdda4-c6e1-4c29-8379-6a4776ee557c\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:142.11000000000001;s:14:\"totalNetCharge\";d:109.2;s:19:\"totalNetFedExCharge\";d:109.2;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:46.149999999999999;s:20:\"totalFreightDiscount\";d:79.060000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:63.43;s:7:\"percent\";d:42.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.630000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.890000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.3000000000000007;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:81.700000000000003;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:83;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.200000000000003;s:10:\"netFreight\";d:25.890000000000001;s:15:\"totalSurcharges\";d:18.23;s:14:\"netFedExCharge\";d:44.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.899999999999999;}s:21:\"totalFreightDiscounts\";d:34.310000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.6200000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:27.690000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.0099999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.57;s:10:\"netFreight\";d:26.91;s:15:\"totalSurcharges\";d:17.550000000000001;s:14:\"netFedExCharge\";d:44.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.460000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.299999999999997;}s:21:\"totalFreightDiscounts\";d:35.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.780000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8799999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.34;s:10:\"netFreight\";d:10.25;s:15:\"totalSurcharges\";d:10.369999999999999;s:14:\"netFedExCharge\";d:20.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5.5;}s:21:\"totalFreightDiscounts\";d:9.0899999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:6.96;s:7:\"percent\";d:36;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.1299999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6499999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341416,'_transient_timeout_fedex_quote_b77079bb66a2b58759086b78910fa0d8','1767046816','off'),(341417,'_transient_fedex_quote_b77079bb66a2b58759086b78910fa0d8','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8e3f4af3-22ff-439c-98ff-570d51843398\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:876.72000000000003;s:14:\"totalNetCharge\";d:1101.97;s:19:\"totalNetFedExCharge\";d:1101.97;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:225.25;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:183.55000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:12.4;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:814.72000000000003;s:14:\"totalNetCharge\";d:409.68000000000001;s:19:\"totalNetFedExCharge\";d:409.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.939999999999998;s:20:\"totalFreightDiscount\";d:496.98000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.469999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:415.50999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.780000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:772.03999999999996;s:14:\"totalNetCharge\";d:389.64999999999998;s:19:\"totalNetFedExCharge\";d:389.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:88.560000000000002;s:20:\"totalFreightDiscount\";d:470.94999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:77.209999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:393.74000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.400000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:729.37;s:14:\"totalNetCharge\";d:413.5;s:19:\"totalNetFedExCharge\";d:413.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.579999999999998;s:20:\"totalFreightDiscount\";d:408.44999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.939999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:335.50999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:68.420000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:636.28999999999996;s:14:\"totalNetCharge\";d:364.25;s:19:\"totalNetFedExCharge\";d:364.25;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:84.280000000000001;s:20:\"totalFreightDiscount\";d:356.31999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:63.630000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:292.69;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.119999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:463.42000000000002;s:14:\"totalNetCharge\";d:272.79000000000002;s:19:\"totalNetFedExCharge\";d:272.79000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:68.890000000000001;s:20:\"totalFreightDiscount\";d:259.51999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:46.350000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:213.16999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:44.729999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:114.98999999999999;s:14:\"totalNetCharge\";d:85.409999999999997;s:19:\"totalNetFedExCharge\";d:85.409999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:34.479999999999997;s:20:\"totalFreightDiscount\";d:64.060000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:51.409999999999997;s:7:\"percent\";d:44.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:12.65;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.84;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70.299999999999997;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:65.609999999999999;s:10:\"netFreight\";d:28.210000000000001;s:15:\"totalSurcharges\";d:18.73;s:14:\"netFedExCharge\";d:46.939999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.939999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:42;}s:21:\"totalFreightDiscounts\";d:37.399999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.2199999999999998;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:30.18;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.5099999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.380000000000003;s:10:\"netFreight\";d:22.719999999999999;s:15:\"totalSurcharges\";d:15.75;s:14:\"netFedExCharge\";d:38.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.469999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.300000000000001;}s:21:\"totalFreightDiscounts\";d:26.66;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.23;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.4299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3300000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341423,'_transient_timeout_fedex_quote_01b51e2a24e24fe92aa2cfe693fccdcd','1767046899','off'),(341424,'_transient_fedex_quote_01b51e2a24e24fe92aa2cfe693fccdcd','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0cf71b1e-0186-47a4-bbb6-b427be2c1512\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:913.80999999999995;s:14:\"totalNetCharge\";d:1146.5799999999999;s:19:\"totalNetFedExCharge\";d:1146.5799999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:232.77000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:191.06999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:12.4;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:851.80999999999995;s:14:\"totalNetCharge\";d:427.06999999999999;s:19:\"totalNetFedExCharge\";d:427.06999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.859999999999999;s:20:\"totalFreightDiscount\";d:519.60000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:85.180000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:434.42000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.700000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:815.40999999999997;s:14:\"totalNetCharge\";d:410;s:19:\"totalNetFedExCharge\";d:410;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.989999999999995;s:20:\"totalFreightDiscount\";d:497.39999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.540000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:415.86000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.829999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:752.84000000000003;s:14:\"totalNetCharge\";d:425.91000000000003;s:19:\"totalNetFedExCharge\";d:425.91000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.670000000000002;s:20:\"totalFreightDiscount\";d:421.60000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.290000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:346.31;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.510000000000005;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:659.03999999999996;s:14:\"totalNetCharge\";d:376.29000000000002;s:19:\"totalNetFedExCharge\";d:376.29000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:86.310000000000002;s:20:\"totalFreightDiscount\";d:369.06;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:65.900000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:303.16000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:62.149999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:484.69;s:14:\"totalNetCharge\";d:284.04000000000002;s:19:\"totalNetFedExCharge\";d:284.04000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:70.780000000000001;s:20:\"totalFreightDiscount\";d:271.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:48.469999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:222.96000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:46.619999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:120.66;s:14:\"totalNetCharge\";d:86.579999999999998;s:19:\"totalNetFedExCharge\";d:86.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:34.689999999999998;s:20:\"totalFreightDiscount\";d:68.769999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:55.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:13.27;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.050000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73.400000000000006;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:58.090000000000003;s:10:\"netFreight\";d:24.98;s:15:\"totalSurcharges\";d:17.140000000000001;s:14:\"netFedExCharge\";d:42.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.100000000000001;}s:21:\"totalFreightDiscounts\";d:33.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.3899999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:26.719999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8200000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.57;s:10:\"netFreight\";d:26.91;s:15:\"totalSurcharges\";d:17.550000000000001;s:14:\"netFedExCharge\";d:44.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.460000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.299999999999997;}s:21:\"totalFreightDiscounts\";d:35.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.780000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8799999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341425,'_transient_timeout_fedex_quote_c817f9e66dc5289807b903405540dc81','1767046900','off'),(341426,'_transient_fedex_quote_c817f9e66dc5289807b903405540dc81','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ff84cc3e-3d14-403a-a605-e23d5972f1cc\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:140;s:14:\"totalNetCharge\";d:107.2;s:19:\"totalNetFedExCharge\";d:107.2;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:45.060000000000002;s:20:\"totalFreightDiscount\";d:77.859999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:62.460000000000001;s:7:\"percent\";d:42.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.4;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.699999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.3000000000000007;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78.900000000000006;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:81;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:58.090000000000003;s:10:\"netFreight\";d:24.98;s:15:\"totalSurcharges\";d:17.140000000000001;s:14:\"netFedExCharge\";d:42.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.100000000000001;}s:21:\"totalFreightDiscounts\";d:33.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.3899999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:26.719999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8200000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.57;s:10:\"netFreight\";d:26.91;s:15:\"totalSurcharges\";d:17.550000000000001;s:14:\"netFedExCharge\";d:44.460000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.460000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.299999999999997;}s:21:\"totalFreightDiscounts\";d:35.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.780000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8799999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.34;s:10:\"netFreight\";d:10.25;s:15:\"totalSurcharges\";d:10.369999999999999;s:14:\"netFedExCharge\";d:20.620000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.620000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5.5;}s:21:\"totalFreightDiscounts\";d:9.0899999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:6.96;s:7:\"percent\";d:36;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.1299999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6499999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341449,'_transient_timeout_fedex_quote_19ce18464d3b6da9c8a70c4cafa609d1','1767048261','off'),(341450,'_transient_fedex_quote_19ce18464d3b6da9c8a70c4cafa609d1','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"4e35373a-8453-479b-82cd-df16c126a20e\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:303.31999999999999;s:14:\"totalNetCharge\";d:379.63999999999999;s:19:\"totalNetFedExCharge\";d:379.63999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:76.319999999999993;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:63.170000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:303.31999999999999;s:10:\"netFreight\";d:303.31999999999999;s:15:\"totalSurcharges\";d:76.319999999999993;s:14:\"netFedExCharge\";d:379.63999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:379.63999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:63.170000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:272.31999999999999;s:14:\"totalNetCharge\";d:140.61000000000001;s:19:\"totalNetFedExCharge\";d:140.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.399999999999999;s:20:\"totalFreightDiscount\";d:166.11000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:27.23;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:138.88;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:272.31999999999999;s:10:\"netFreight\";d:106.20999999999999;s:15:\"totalSurcharges\";d:34.399999999999999;s:14:\"netFedExCharge\";d:140.61000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:140.61000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:166.11000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:138.88;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:27.23;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:247.11000000000001;s:14:\"totalNetCharge\";d:128.78;s:19:\"totalNetFedExCharge\";d:128.78;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:32.409999999999997;s:20:\"totalFreightDiscount\";d:150.74000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:24.710000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:126.03;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.23;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:247.11000000000001;s:10:\"netFreight\";d:96.370000000000005;s:15:\"totalSurcharges\";d:32.409999999999997;s:14:\"netFedExCharge\";d:128.78;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:128.78;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:150.74000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:126.03;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:24.710000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.23;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:204.09999999999999;s:14:\"totalNetCharge\";d:120.88;s:19:\"totalNetFedExCharge\";d:120.88;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31.079999999999998;s:20:\"totalFreightDiscount\";d:114.3;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:20.41;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:93.890000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:204.09999999999999;s:10:\"netFreight\";d:89.799999999999997;s:15:\"totalSurcharges\";d:31.079999999999998;s:14:\"netFedExCharge\";d:120.88;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.88;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:114.3;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:93.890000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:20.41;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.899999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:174.61000000000001;s:14:\"totalNetCharge\";d:105.29000000000001;s:19:\"totalNetFedExCharge\";d:105.29000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:28.460000000000001;s:20:\"totalFreightDiscount\";d:97.780000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.460000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:80.319999999999993;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.280000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:174.61000000000001;s:10:\"netFreight\";d:76.829999999999998;s:15:\"totalSurcharges\";d:28.460000000000001;s:14:\"netFedExCharge\";d:105.29000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:105.29000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:97.780000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:80.319999999999993;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:17.460000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.280000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:127.87;s:14:\"totalNetCharge\";d:80.549999999999997;s:19:\"totalNetFedExCharge\";d:80.549999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:24.289999999999999;s:20:\"totalFreightDiscount\";d:71.609999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:12.789999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:58.82;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:127.87;s:10:\"netFreight\";d:56.259999999999998;s:15:\"totalSurcharges\";d:24.289999999999999;s:14:\"netFedExCharge\";d:80.549999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:80.549999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:71.609999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:58.82;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:12.789999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341451,'_transient_timeout_fedex_quote_32810f199eeba9b4cd6d73fa35db0523','1767048262','off'),(341452,'_transient_fedex_quote_32810f199eeba9b4cd6d73fa35db0523','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e2e6bbdc-ded8-4e12-8522-91138fb39a4b\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:33.280000000000001;s:14:\"totalNetCharge\";d:30.280000000000001;s:19:\"totalNetFedExCharge\";d:30.280000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:14.300000000000001;s:20:\"totalFreightDiscount\";d:17.300000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:13.640000000000001;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3.6600000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.8799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16.899999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:33.280000000000001;s:10:\"netFreight\";d:15.98;s:15:\"totalSurcharges\";d:14.300000000000001;s:14:\"netFedExCharge\";d:30.280000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.280000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16.899999999999999;}s:21:\"totalFreightDiscounts\";d:17.300000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.6600000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.640000000000001;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.8799999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341557,'_transient_timeout_fedex_quote_89c7d9007ac46f18a4823bc0eba135c2','1767073732','off'),(341558,'_transient_fedex_quote_89c7d9007ac46f18a4823bc0eba135c2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"451e44ea-fc7a-4092-a96f-6e48f9f9a205\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:752.66999999999996;s:14:\"totalNetCharge\";d:949.79999999999995;s:19:\"totalNetFedExCharge\";d:949.79999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:197.13;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:158.43000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:12.4;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:690.66999999999996;s:14:\"totalNetCharge\";d:349.69999999999999;s:19:\"totalNetFedExCharge\";d:349.69999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:80.340000000000003;s:20:\"totalFreightDiscount\";d:421.31;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:69.069999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:352.24000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:57.979999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:648.67999999999995;s:14:\"totalNetCharge\";d:330;s:19:\"totalNetFedExCharge\";d:330;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:77.019999999999996;s:20:\"totalFreightDiscount\";d:395.69999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:64.870000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:330.82999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:54.659999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:572.63999999999999;s:14:\"totalNetCharge\";d:328.76999999999998;s:19:\"totalNetFedExCharge\";d:328.76999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:76.810000000000002;s:20:\"totalFreightDiscount\";d:320.68000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:57.259999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:263.42000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:54.450000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.69999999999999;s:14:\"totalNetCharge\";d:295.48000000000002;s:19:\"totalNetFedExCharge\";d:295.48000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:71.209999999999994;s:20:\"totalFreightDiscount\";d:285.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.969999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:234.46000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:48.850000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:382.51999999999998;s:14:\"totalNetCharge\";d:228.18000000000001;s:19:\"totalNetFedExCharge\";d:228.18000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.880000000000003;s:20:\"totalFreightDiscount\";d:214.22;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:38.259999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:175.96000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.520000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:93.219999999999999;s:14:\"totalNetCharge\";d:73.840000000000003;s:19:\"totalNetFedExCharge\";d:73.840000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:30.949999999999999;s:20:\"totalFreightDiscount\";d:50.329999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:40.079999999999998;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:10.25;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:12.109999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:53.899999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:55;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.630000000000003;s:10:\"netFreight\";d:22.829999999999998;s:15:\"totalSurcharges\";d:15.77;s:14:\"netFedExCharge\";d:38.600000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.600000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:29.399999999999999;}s:21:\"totalFreightDiscounts\";d:26.800000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.46;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.34;s:7:\"percent\";d:43;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3499999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:43.590000000000003;s:10:\"netFreight\";d:20.059999999999999;s:15:\"totalSurcharges\";d:15.18;s:14:\"netFedExCharge\";d:35.240000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:35.240000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:24.5;}s:21:\"totalFreightDiscounts\";d:23.530000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:18.739999999999998;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7599999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341562,'_transient_timeout_fedex_quote_cce33f5770645cc780c0e6db46b7f9a7','1767073765','off'),(341563,'_transient_fedex_quote_cce33f5770645cc780c0e6db46b7f9a7','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"9f7e960a-8267-4c58-8cd5-1203f5e7d3b0\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:788.39999999999998;s:14:\"totalNetCharge\";d:992.75999999999999;s:19:\"totalNetFedExCharge\";d:992.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:204.36000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:165.66;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:12.4;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:726.39999999999998;s:14:\"totalNetCharge\";d:366.45999999999998;s:19:\"totalNetFedExCharge\";d:366.45999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:83.159999999999997;s:20:\"totalFreightDiscount\";d:443.10000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.640000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:370.45999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1596\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:684.20000000000005;s:14:\"totalNetCharge\";d:346.66000000000003;s:19:\"totalNetFedExCharge\";d:346.66000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:79.819999999999993;s:20:\"totalFreightDiscount\";d:417.36000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:68.420000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:348.94;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:57.460000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1393\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:605.08000000000004;s:14:\"totalNetCharge\";d:345.94;s:19:\"totalNetFedExCharge\";d:345.94;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:79.700000000000003;s:20:\"totalFreightDiscount\";d:338.83999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:60.5;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:278.33999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:57.340000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"14\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:546.25999999999999;s:14:\"totalNetCharge\";d:314.81999999999999;s:19:\"totalNetFedExCharge\";d:314.81999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:74.459999999999994;s:20:\"totalFreightDiscount\";d:305.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:54.619999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:251.28;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.100000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6090\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:407.5;s:14:\"totalNetCharge\";d:241.38;s:19:\"totalNetFedExCharge\";d:241.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"07\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:62.100000000000001;s:20:\"totalFreightDiscount\";d:228.22;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:40.759999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:187.46000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:39.740000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:6:\"amount\";d:6.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7177\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:99.260000000000005;s:14:\"totalNetCharge\";d:77.200000000000003;s:19:\"totalNetFedExCharge\";d:77.200000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"7\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:31.539999999999999;s:20:\"totalFreightDiscount\";d:53.600000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:42.68;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:10.92;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:12.699999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2000000000000002;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:58.799999999999997;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.630000000000003;s:10:\"netFreight\";d:22.829999999999998;s:15:\"totalSurcharges\";d:15.77;s:14:\"netFedExCharge\";d:38.600000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.600000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:29.399999999999999;}s:21:\"totalFreightDiscounts\";d:26.800000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.46;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.34;s:7:\"percent\";d:43;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3499999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.630000000000003;s:10:\"netFreight\";d:22.829999999999998;s:15:\"totalSurcharges\";d:15.77;s:14:\"netFedExCharge\";d:38.600000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.600000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:29.399999999999999;}s:21:\"totalFreightDiscounts\";d:26.800000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.34;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.46;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3499999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"DELIVERY_AREA\";s:11:\"description\";s:35:\"Delivery Area Surcharge Residential\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BUR\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-22\";s:7:\"encoded\";b:0;}}','off'),(341625,'_transient_timeout_fedex_quote_4f09111374321a8d3394974774e851d6','1767080884','off'),(341626,'_transient_fedex_quote_4f09111374321a8d3394974774e851d6','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"16eca39c-e33c-4a2f-b7d5-ad1cf698b8d5\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:958.01999999999998;s:14:\"totalNetCharge\";d:1187.8199999999999;s:19:\"totalNetFedExCharge\";d:1187.8199999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:229.80000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:197.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:896.01999999999998;s:14:\"totalNetCharge\";d:442.14999999999998;s:19:\"totalNetFedExCharge\";d:442.14999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.700000000000003;s:20:\"totalFreightDiscount\";d:546.57000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.599999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:456.97000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:72.939999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:859.55999999999995;s:14:\"totalNetCharge\";d:425.04000000000002;s:19:\"totalNetFedExCharge\";d:425.04000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.819999999999993;s:20:\"totalFreightDiscount\";d:524.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:85.959999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:438.38;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.060000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:803.65999999999997;s:14:\"totalNetCharge\";d:447.13999999999999;s:19:\"totalNetFedExCharge\";d:447.13999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.540000000000006;s:20:\"totalFreightDiscount\";d:450.06;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:80.370000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:369.69;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:73.780000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:693.96000000000004;s:14:\"totalNetCharge\";d:389.12;s:19:\"totalNetFedExCharge\";d:389.12;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:83.769999999999996;s:20:\"totalFreightDiscount\";d:388.61000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:69.390000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:319.22000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.010000000000005;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:585.79999999999995;s:14:\"totalNetCharge\";d:331.88999999999999;s:19:\"totalNetFedExCharge\";d:331.88999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:74.140000000000001;s:20:\"totalFreightDiscount\";d:328.05000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:58.579999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:269.47000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:54.380000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:143.53999999999999;s:14:\"totalNetCharge\";d:92.790000000000006;s:19:\"totalNetFedExCharge\";d:92.790000000000006;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:31.07;s:20:\"totalFreightDiscount\";d:81.819999999999993;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:66.030000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.789999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.83;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76.799999999999997;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:15.82;s:14:\"netFedExCharge\";d:48.009999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.009999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.899999999999999;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.689999999999998;s:10:\"netFreight\";d:29.530000000000001;s:15:\"totalSurcharges\";d:15.25;s:14:\"netFedExCharge\";d:44.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.780000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.899999999999999;}s:21:\"totalFreightDiscounts\";d:39.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:31.600000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5599999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341627,'_transient_timeout_fedex_quote_b01e72f403175de8455a8f1df62a4658','1767080885','off'),(341628,'_transient_fedex_quote_b01e72f403175de8455a8f1df62a4658','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f940c065-9d28-43d7-987f-184d8442a6ac\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:932.03999999999996;s:14:\"totalNetCharge\";d:1165.47;s:19:\"totalNetFedExCharge\";d:1165.47;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:233.43000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:193.97999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:839.03999999999996;s:14:\"totalNetCharge\";d:420.99000000000001;s:19:\"totalNetFedExCharge\";d:420.99000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.780000000000001;s:20:\"totalFreightDiscount\";d:511.82999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.909999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:427.92000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:69.540000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:817.40999999999997;s:14:\"totalNetCharge\";d:410.85000000000002;s:19:\"totalNetFedExCharge\";d:410.85000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.069999999999993;s:20:\"totalFreightDiscount\";d:498.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.75;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:416.88;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.829999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:690.75;s:14:\"totalNetCharge\";d:392.94;s:19:\"totalNetFedExCharge\";d:392.94;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.040000000000006;s:20:\"totalFreightDiscount\";d:386.85000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:69.090000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:317.75999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.799999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:613.44000000000005;s:14:\"totalNetCharge\";d:352.07999999999998;s:19:\"totalNetFedExCharge\";d:352.07999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:82.170000000000002;s:20:\"totalFreightDiscount\";d:343.52999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:61.350000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:282.18000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:57.93;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:518.78999999999996;s:14:\"totalNetCharge\";d:302.00999999999999;s:19:\"totalNetFedExCharge\";d:302.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:73.739999999999995;s:20:\"totalFreightDiscount\";d:290.51999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:51.869999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:238.65000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:49.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:60;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341629,'_transient_timeout_fedex_quote_e99e88b7d172001b6682cb348d851f78','1767080886','off'),(341630,'_transient_fedex_quote_e99e88b7d172001b6682cb348d851f78','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d936a32c-d4ac-4c1f-ba33-79c34d50b8b0\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:265.91000000000003;s:14:\"totalNetCharge\";d:185.46000000000001;s:19:\"totalNetFedExCharge\";d:185.46000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:65;s:20:\"totalFreightDiscount\";d:145.44999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:116.19;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:29.260000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:29.800000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:136.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:15.82;s:14:\"netFedExCharge\";d:48.009999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.009999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.899999999999999;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.689999999999998;s:10:\"netFreight\";d:29.530000000000001;s:15:\"totalSurcharges\";d:15.25;s:14:\"netFedExCharge\";d:44.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.780000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.899999999999999;}s:21:\"totalFreightDiscounts\";d:39.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:31.600000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5599999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:122.37;s:10:\"netFreight\";d:58.740000000000002;s:15:\"totalSurcharges\";d:33.93;s:14:\"netFedExCharge\";d:92.670000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:92.670000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:63.630000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:50.159999999999997;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:13.470000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.970000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341634,'_transient_timeout_fedex_quote_1fa7702f0cc548612faa3c1004cebe8f','1767080895','off'),(341635,'_transient_fedex_quote_1fa7702f0cc548612faa3c1004cebe8f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"eb5786d5-863f-4761-b7e5-39e396f1adda\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:621.36000000000001;s:14:\"totalNetCharge\";d:776.98000000000002;s:19:\"totalNetFedExCharge\";d:776.98000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:155.62;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:129.31999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:559.36000000000001;s:14:\"totalNetCharge\";d:280.66000000000003;s:19:\"totalNetFedExCharge\";d:280.66000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:62.520000000000003;s:20:\"totalFreightDiscount\";d:341.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:55.939999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:285.27999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:46.359999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:544.94000000000005;s:14:\"totalNetCharge\";d:273.89999999999998;s:19:\"totalNetFedExCharge\";d:273.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:61.380000000000003;s:20:\"totalFreightDiscount\";d:332.42000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:54.5;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:277.92000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:45.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:460.5;s:14:\"totalNetCharge\";d:261.95999999999998;s:19:\"totalNetFedExCharge\";d:261.95999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.359999999999999;s:20:\"totalFreightDiscount\";d:257.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:46.060000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:211.84;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:43.200000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:408.95999999999998;s:14:\"totalNetCharge\";d:234.72;s:19:\"totalNetFedExCharge\";d:234.72;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:54.780000000000001;s:20:\"totalFreightDiscount\";d:229.02000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:40.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:188.12;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:38.619999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:345.86000000000001;s:14:\"totalNetCharge\";d:201.34;s:19:\"totalNetFedExCharge\";d:201.34;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:49.159999999999997;s:20:\"totalFreightDiscount\";d:193.68000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:34.579999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:159.09999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:33;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341636,'_transient_timeout_fedex_quote_8e3ec18757ae20defe6703b0476301ed','1767080896','off'),(341637,'_transient_fedex_quote_8e3ec18757ae20defe6703b0476301ed','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"013dd897-6353-4c7a-90fb-ea2ef92e537e\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:225.12;s:14:\"totalNetCharge\";d:154.56999999999999;s:19:\"totalNetFedExCharge\";d:154.56999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:53.689999999999998;s:20:\"totalFreightDiscount\";d:124.23999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:99.469999999999999;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.77;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:24.809999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116.40000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:117;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:15.82;s:14:\"netFedExCharge\";d:48.009999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.009999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.899999999999999;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.689999999999998;s:10:\"netFreight\";d:29.530000000000001;s:15:\"totalSurcharges\";d:15.25;s:14:\"netFedExCharge\";d:44.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.780000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.899999999999999;}s:21:\"totalFreightDiscounts\";d:39.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:31.600000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5599999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:22.620000000000001;s:14:\"netFedExCharge\";d:61.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:61.780000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9800000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341639,'_transient_timeout_fedex_quote_2738494cfdd07d2520530b8b0cea7bc5','1767080908','off'),(341640,'_transient_fedex_quote_2738494cfdd07d2520530b8b0cea7bc5','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d4bfb901-af22-405f-abbd-d6c5caeb2d4c\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:927.49000000000001;s:14:\"totalNetCharge\";d:1158.21;s:19:\"totalNetFedExCharge\";d:1158.21;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:230.72;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:192.77000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:865.49000000000001;s:14:\"totalNetCharge\";d:431.24000000000001;s:19:\"totalNetFedExCharge\";d:431.24000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.700000000000003;s:20:\"totalFreightDiscount\";d:527.95000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86.549999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:441.39999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.260000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:832.79999999999995;s:14:\"totalNetCharge\";d:415.89999999999998;s:19:\"totalNetFedExCharge\";d:415.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.109999999999999;s:20:\"totalFreightDiscount\";d:508.00999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.280000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:424.73000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:68.670000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:759.69000000000005;s:14:\"totalNetCharge\";d:427.29000000000002;s:19:\"totalNetFedExCharge\";d:427.29000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.030000000000001;s:20:\"totalFreightDiscount\";d:425.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.969999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:349.45999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.590000000000003;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:669.45000000000005;s:14:\"totalNetCharge\";d:379.56;s:19:\"totalNetFedExCharge\";d:379.56;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:84.989999999999995;s:20:\"totalFreightDiscount\";d:374.88;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:66.939999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:307.94;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:62.549999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:552.63999999999999;s:14:\"totalNetCharge\";d:317.75999999999999;s:19:\"totalNetFedExCharge\";d:317.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:74.590000000000003;s:20:\"totalFreightDiscount\";d:309.47000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:55.259999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:254.21000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.149999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:135.83000000000001;s:14:\"totalNetCharge\";d:92.200000000000003;s:19:\"totalNetFedExCharge\";d:92.200000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:33.789999999999999;s:20:\"totalFreightDiscount\";d:77.420000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:62.479999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:14.94;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71.900000000000006;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.979999999999997;s:10:\"netFreight\";d:26.219999999999999;s:15:\"totalSurcharges\";d:17.07;s:14:\"netFedExCharge\";d:43.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31.100000000000001;}s:21:\"totalFreightDiscounts\";d:34.759999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.050000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1799999999999997;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341641,'_transient_timeout_fedex_quote_24044c34e141ce28147313bc66ae9934','1767080908','off'),(341642,'_transient_fedex_quote_24044c34e141ce28147313bc66ae9934','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"a2b77b2d-b643-419b-9650-d45488260baf\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:217.41;s:14:\"totalNetCharge\";d:162.66;s:19:\"totalNetFedExCharge\";d:162.66;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:65.090000000000003;s:20:\"totalFreightDiscount\";d:119.84;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:95.920000000000002;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.920000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:26.399999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:111.5;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:113;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.979999999999997;s:10:\"netFreight\";d:26.219999999999999;s:15:\"totalSurcharges\";d:17.07;s:14:\"netFedExCharge\";d:43.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31.100000000000001;}s:21:\"totalFreightDiscounts\";d:34.759999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.050000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1799999999999997;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341644,'_transient_timeout_fedex_quote_20bf62ca3edfbab58a33d0c5426fd629','1767080946','off'),(341645,'_transient_fedex_quote_20bf62ca3edfbab58a33d0c5426fd629','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6a357c5a-7036-418a-96dc-6ebd1823ca46\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:975.38999999999999;s:14:\"totalNetCharge\";d:1217.3099999999999;s:19:\"totalNetFedExCharge\";d:1217.3099999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:241.91999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:202.47;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:913.38999999999999;s:14:\"totalNetCharge\";d:454.60000000000002;s:19:\"totalNetFedExCharge\";d:454.60000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:98.379999999999995;s:20:\"totalFreightDiscount\";d:557.16999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:91.340000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:465.82999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:75.040000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:883.38999999999999;s:14:\"totalNetCharge\";d:440.52999999999997;s:19:\"totalNetFedExCharge\";d:440.52999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.010000000000005;s:20:\"totalFreightDiscount\";d:538.87;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:88.340000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:450.52999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:72.670000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:835.79999999999995;s:14:\"totalNetCharge\";d:468.44999999999999;s:19:\"totalNetFedExCharge\";d:468.44999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:100.70999999999999;s:20:\"totalFreightDiscount\";d:468.06;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.590000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:384.47000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:77.370000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:727.20000000000005;s:14:\"totalNetCharge\";d:411;s:19:\"totalNetFedExCharge\";d:411;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.030000000000001;s:20:\"totalFreightDiscount\";d:407.23000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.719999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:334.50999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.689999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.07000000000005;s:14:\"totalNetCharge\";d:342.68000000000001;s:19:\"totalNetFedExCharge\";d:342.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:79.530000000000001;s:20:\"totalFreightDiscount\";d:334.92000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:59.810000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:275.11000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:56.189999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:146.96000000000001;s:14:\"totalNetCharge\";d:98.920000000000002;s:19:\"totalNetFedExCharge\";d:98.920000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:35.719999999999999;s:20:\"totalFreightDiscount\";d:83.760000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:67.599999999999994;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.16;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.91;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:79.700000000000003;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.109999999999999;s:10:\"netFreight\";d:31.010000000000002;s:15:\"totalSurcharges\";d:19;s:14:\"netFedExCharge\";d:50.009999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.009999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.899999999999999;}s:21:\"totalFreightDiscounts\";d:41.100000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.170000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.2100000000000009;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341646,'_transient_timeout_fedex_quote_a77538d81902d6cabe76268b730d3049','1767080947','off'),(341647,'_transient_fedex_quote_a77538d81902d6cabe76268b730d3049','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"c20ecdc6-41fe-469b-9c13-5f1340e41ce5\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:228.53999999999999;s:14:\"totalNetCharge\";d:169.38;s:19:\"totalNetFedExCharge\";d:169.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:67.019999999999996;s:20:\"totalFreightDiscount\";d:126.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:101.04000000000001;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:25.140000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.43;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:119.3;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.109999999999999;s:10:\"netFreight\";d:31.010000000000002;s:15:\"totalSurcharges\";d:19;s:14:\"netFedExCharge\";d:50.009999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.009999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.899999999999999;}s:21:\"totalFreightDiscounts\";d:41.100000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.170000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.2100000000000009;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341650,'_transient_timeout_fedex_quote_d3135fb74e5ae3499921285d24a92cdf','1767080963','off'),(341651,'_transient_fedex_quote_d3135fb74e5ae3499921285d24a92cdf','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5b916990-dd3b-42ae-841d-00c27dbf246d\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1267.47;s:14:\"totalNetCharge\";d:1571.8399999999999;s:19:\"totalNetFedExCharge\";d:1571.8399999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:304.37;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:261.92000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1174.47;s:14:\"totalNetCharge\";d:580.12;s:19:\"totalNetFedExCharge\";d:580.12;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:122.06;s:20:\"totalFreightDiscount\";d:716.40999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:117.44;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:598.97000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:96.019999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1122.8699999999999;s:14:\"totalNetCharge\";d:555.92999999999995;s:19:\"totalNetFedExCharge\";d:555.92999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118;s:20:\"totalFreightDiscount\";d:684.94000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:112.28;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:572.65999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:91.959999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:996.04999999999995;s:14:\"totalNetCharge\";d:556.30999999999995;s:19:\"totalNetFedExCharge\";d:556.30999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118.05;s:20:\"totalFreightDiscount\";d:557.78999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:99.599999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:458.19;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:92.010000000000005;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:885.03999999999996;s:14:\"totalNetCharge\";d:497.56999999999999;s:19:\"totalNetFedExCharge\";d:497.56999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:108.16;s:20:\"totalFreightDiscount\";d:495.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:88.5;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:407.13;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:82.120000000000005;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:735.54999999999995;s:14:\"totalNetCharge\";d:418.5;s:19:\"totalNetFedExCharge\";d:418.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.849999999999994;s:20:\"totalFreightDiscount\";d:411.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:73.549999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:338.35000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:68.810000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:177.43000000000001;s:14:\"totalNetCharge\";d:119.65000000000001;s:19:\"totalNetFedExCharge\";d:119.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:40.189999999999998;s:20:\"totalFreightDiscount\";d:97.969999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:78.459999999999994;s:7:\"percent\";d:44;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.510000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:93.5;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:94;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:15.57;s:14:\"netFedExCharge\";d:46.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:12.31;s:14:\"netFedExCharge\";d:36.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9900000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:12.31;s:14:\"netFedExCharge\";d:36.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9900000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341652,'_transient_timeout_fedex_quote_2ed1c55a01fbe057d314e657dffd9625','1767080964','off'),(341653,'_transient_fedex_quote_2ed1c55a01fbe057d314e657dffd9625','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d5353555-a3d2-4c70-8c95-b14ba97645fe\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:177.36000000000001;s:14:\"totalNetCharge\";d:223.68000000000001;s:19:\"totalNetFedExCharge\";d:223.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:46.32;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.670000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:177.36000000000001;s:10:\"netFreight\";d:177.36000000000001;s:15:\"totalSurcharges\";d:46.32;s:14:\"netFedExCharge\";d:223.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:223.68000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.670000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:146.36000000000001;s:14:\"totalNetCharge\";d:75.109999999999999;s:19:\"totalNetFedExCharge\";d:75.109999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:18.030000000000001;s:20:\"totalFreightDiscount\";d:89.280000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:14.640000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:74.640000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.65;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:146.36000000000001;s:10:\"netFreight\";d:57.079999999999998;s:15:\"totalSurcharges\";d:18.030000000000001;s:14:\"netFedExCharge\";d:75.109999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:75.109999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:89.280000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:74.640000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:14.640000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.65;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:135.21000000000001;s:14:\"totalNetCharge\";d:69.879999999999995;s:19:\"totalNetFedExCharge\";d:69.879999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:17.149999999999999;s:20:\"totalFreightDiscount\";d:82.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.52;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:68.959999999999994;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.77;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:135.21000000000001;s:10:\"netFreight\";d:52.729999999999997;s:15:\"totalSurcharges\";d:17.149999999999999;s:14:\"netFedExCharge\";d:69.879999999999995;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.879999999999995;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:82.480000000000004;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:68.959999999999994;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.52;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.77;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:91.120000000000005;s:14:\"totalNetCharge\";d:54.68;s:19:\"totalNetFedExCharge\";d:54.68;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:14.59;s:20:\"totalFreightDiscount\";d:51.030000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:9.1099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:41.920000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.2100000000000009;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:91.120000000000005;s:10:\"netFreight\";d:40.090000000000003;s:15:\"totalSurcharges\";d:14.59;s:14:\"netFedExCharge\";d:54.68;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:54.68;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:51.030000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:41.920000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:9.1099999999999994;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.2100000000000009;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:78.290000000000006;s:14:\"totalNetCharge\";d:47.899999999999999;s:19:\"totalNetFedExCharge\";d:47.899999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:13.449999999999999;s:20:\"totalFreightDiscount\";d:43.840000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:7.8300000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:36.009999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.0700000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:78.290000000000006;s:10:\"netFreight\";d:34.450000000000003;s:15:\"totalSurcharges\";d:13.449999999999999;s:14:\"netFedExCharge\";d:47.899999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:47.899999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:43.840000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:36.009999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:7.8300000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:8.0700000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:67.099999999999994;s:14:\"totalNetCharge\";d:41.969999999999999;s:19:\"totalNetFedExCharge\";d:41.969999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:12.449999999999999;s:20:\"totalFreightDiscount\";d:37.579999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:30.870000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.0700000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:67.099999999999994;s:10:\"netFreight\";d:29.52;s:15:\"totalSurcharges\";d:12.449999999999999;s:14:\"netFedExCharge\";d:41.969999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.969999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5;}s:21:\"totalFreightDiscounts\";d:37.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:30.870000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.71;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.0700000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341654,'_transient_timeout_fedex_quote_bae5a87ab700403fd92cfbd8797a78cd','1767080965','off'),(341655,'_transient_fedex_quote_bae5a87ab700403fd92cfbd8797a78cd','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d2f0e23d-fd23-444b-a3aa-00f38620dc9f\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:197.91;s:14:\"totalNetCharge\";d:140.19;s:19:\"totalNetFedExCharge\";d:140.19;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:49.670000000000002;s:20:\"totalFreightDiscount\";d:107.39;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:85.629999999999995;s:7:\"percent\";d:41.75;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:21.760000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.59;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:12.6;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:98.400000000000006;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:99;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:15.57;s:14:\"netFedExCharge\";d:46.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:12.31;s:14:\"netFedExCharge\";d:36.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:27;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9900000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:12.31;s:14:\"netFedExCharge\";d:36.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:36.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9900000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:20.48;s:10:\"netFreight\";d:11.06;s:15:\"totalSurcharges\";d:9.4800000000000004;s:14:\"netFedExCharge\";d:20.539999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.539999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:4.9000000000000004;}s:21:\"totalFreightDiscounts\";d:9.4199999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.1699999999999999;s:7:\"percent\";d:35;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.25;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.1600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341666,'_transient_timeout_fedex_quote_c6e18b32eefce9f36b195d75b581a55e','1767081329','off'),(341667,'_transient_fedex_quote_c6e18b32eefce9f36b195d75b581a55e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"13bb0c37-87c6-4623-80d7-e1b643c1ab2f\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.05999999999995;s:14:\"totalNetCharge\";d:1191.48;s:19:\"totalNetFedExCharge\";d:1191.48;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:230.41999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:198.12;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:899.05999999999995;s:14:\"totalNetCharge\";d:443.56999999999999;s:19:\"totalNetFedExCharge\";d:443.56999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.939999999999998;s:20:\"totalFreightDiscount\";d:548.42999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.909999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:458.51999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:73.180000000000007;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:859.95000000000005;s:14:\"totalNetCharge\";d:425.22000000000003;s:19:\"totalNetFedExCharge\";d:425.22000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.849999999999994;s:20:\"totalFreightDiscount\";d:524.58000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:438.57999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.090000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:777.60000000000002;s:14:\"totalNetCharge\";d:433.36000000000001;s:19:\"totalNetFedExCharge\";d:433.36000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.219999999999999;s:20:\"totalFreightDiscount\";d:435.45999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:77.760000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:357.69999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.459999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:708.40999999999997;s:14:\"totalNetCharge\";d:396.75999999999999;s:19:\"totalNetFedExCharge\";d:396.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:85.060000000000002;s:20:\"totalFreightDiscount\";d:396.70999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:70.840000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:325.87;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:65.299999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:581.08000000000004;s:14:\"totalNetCharge\";d:329.38999999999999;s:19:\"totalNetFedExCharge\";d:329.38999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:73.709999999999994;s:20:\"totalFreightDiscount\";d:325.39999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:58.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:267.29000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:53.950000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:142.78999999999999;s:14:\"totalNetCharge\";d:92.409999999999997;s:19:\"totalNetFedExCharge\";d:92.409999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:31;s:20:\"totalFreightDiscount\";d:81.379999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:65.680000000000007;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.699999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.76;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77.299999999999997;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:78;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:15.57;s:14:\"netFedExCharge\";d:46.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:15.43;s:14:\"netFedExCharge\";d:45.82;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.82;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.600000000000001;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3099999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341668,'_transient_timeout_fedex_quote_27c3dbcc917686fee51355bfa4e29cb1','1767081330','off'),(341669,'_transient_fedex_quote_27c3dbcc917686fee51355bfa4e29cb1','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"474541a9-7fe2-4da1-b09f-704b07c74057\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:224.37;s:14:\"totalNetCharge\";d:154.19;s:19:\"totalNetFedExCharge\";d:154.19;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:53.619999999999997;s:20:\"totalFreightDiscount\";d:123.8;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:99.120000000000005;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.68;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:24.739999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:118;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:15.57;s:14:\"netFedExCharge\";d:46.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:15.43;s:14:\"netFedExCharge\";d:45.82;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.82;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.600000000000001;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3099999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:22.620000000000001;s:14:\"netFedExCharge\";d:61.780000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:61.780000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9800000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341673,'_transient_timeout_fedex_quote_36e6d05b8c050eb5e1a3292413b6e2c0','1767081521','off'),(341674,'_transient_fedex_quote_36e6d05b8c050eb5e1a3292413b6e2c0','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"006ead9b-8a97-4fe7-9d78-2c41ab69f08f\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:991.23000000000002;s:14:\"totalNetCharge\";d:1237.8499999999999;s:19:\"totalNetFedExCharge\";d:1237.8499999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:246.62;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:205.66999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:929.23000000000002;s:14:\"totalNetCharge\";d:462.92000000000002;s:19:\"totalNetFedExCharge\";d:462.92000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:100.53;s:20:\"totalFreightDiscount\";d:566.84000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:92.930000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:473.91000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:76.290000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:889.94000000000005;s:14:\"totalNetCharge\";d:444.5;s:19:\"totalNetFedExCharge\";d:444.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:97.430000000000007;s:20:\"totalFreightDiscount\";d:542.87;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:453.87;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:73.189999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:815.96000000000004;s:14:\"totalNetCharge\";d:458.87;s:19:\"totalNetFedExCharge\";d:458.87;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:99.849999999999994;s:20:\"totalFreightDiscount\";d:456.94;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.590000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:375.35000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:75.609999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:727.55999999999995;s:14:\"totalNetCharge\";d:412.10000000000002;s:19:\"totalNetFedExCharge\";d:412.10000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.969999999999999;s:20:\"totalFreightDiscount\";d:407.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.760000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:334.67000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.730000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:594.15999999999997;s:14:\"totalNetCharge\";d:341.50999999999999;s:19:\"totalNetFedExCharge\";d:341.50999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:80.079999999999998;s:20:\"totalFreightDiscount\";d:332.73000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:59.420000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:273.31;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.840000000000003;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:145.88999999999999;s:14:\"totalNetCharge\";d:99.25;s:19:\"totalNetFedExCharge\";d:99.25;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:36.520000000000003;s:20:\"totalFreightDiscount\";d:83.159999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:67.109999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.050000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.81;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:79.400000000000006;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:80;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:19.77;s:14:\"netFedExCharge\";d:50.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.600000000000001;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0800000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341675,'_transient_timeout_fedex_quote_bcb0faf7d70372e268d1f3e3c5475e87','1767081522','off'),(341676,'_transient_fedex_quote_bcb0faf7d70372e268d1f3e3c5475e87','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6f14e9ed-b340-4dcf-a759-96fd428bb537\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:227.47;s:14:\"totalNetCharge\";d:169.71000000000001;s:19:\"totalNetFedExCharge\";d:169.71000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:67.819999999999993;s:20:\"totalFreightDiscount\";d:125.58;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:100.55;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:25.030000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.329999999999998;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:119;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:19.77;s:14:\"netFedExCharge\";d:50.159999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:50.159999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.600000000000001;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0800000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341677,'_transient_timeout_fedex_quote_f32fa5e7d5cf670d15fcf634a0b42c48','1767081558','off'),(341678,'_transient_fedex_quote_f32fa5e7d5cf670d15fcf634a0b42c48','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f8ca037a-270f-4ae8-8d1d-d1eabe05f5e5\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:932.09000000000003;s:14:\"totalNetCharge\";d:1166.74;s:19:\"totalNetFedExCharge\";d:1166.74;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:234.65000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:193.69999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:870.09000000000003;s:14:\"totalNetCharge\";d:435.19999999999999;s:19:\"totalNetFedExCharge\";d:435.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:95.859999999999999;s:20:\"totalFreightDiscount\";d:530.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:87.010000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:443.74000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.620000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:833.30999999999995;s:14:\"totalNetCharge\";d:417.95999999999998;s:19:\"totalNetFedExCharge\";d:417.95999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.959999999999994;s:20:\"totalFreightDiscount\";d:508.31;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.329999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:424.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:68.719999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:768.34000000000003;s:14:\"totalNetCharge\";d:433.68000000000001;s:19:\"totalNetFedExCharge\";d:433.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:95.609999999999999;s:20:\"totalFreightDiscount\";d:430.26999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:76.829999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:353.44;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.370000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:671.79999999999995;s:14:\"totalNetCharge\";d:382.61000000000001;s:19:\"totalNetFedExCharge\";d:382.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:87.010000000000005;s:20:\"totalFreightDiscount\";d:376.19999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.180000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.01999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:62.770000000000003;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:558.44000000000005;s:14:\"totalNetCharge\";d:322.61000000000001;s:19:\"totalNetFedExCharge\";d:322.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:76.900000000000006;s:20:\"totalFreightDiscount\";d:312.73000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:55.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:256.88;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.659999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:135.55000000000001;s:14:\"totalNetCharge\";d:93.829999999999998;s:19:\"totalNetFedExCharge\";d:93.829999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:35.560000000000002;s:20:\"totalFreightDiscount\";d:77.280000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:62.359999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:14.92;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:72.099999999999994;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:73;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.32;s:10:\"netFreight\";d:25.93;s:15:\"totalSurcharges\";d:18.809999999999999;s:14:\"netFedExCharge\";d:44.740000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.740000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.300000000000001;}s:21:\"totalFreightDiscounts\";d:34.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:27.75;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.6399999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1200000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341679,'_transient_timeout_fedex_quote_c7c0f4f9ca4b036546f705df40c467c2','1767081559','off'),(341680,'_transient_fedex_quote_c7c0f4f9ca4b036546f705df40c467c2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"69e04c74-b4fb-4549-a4ad-e3e4e336703c\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:217.13;s:14:\"totalNetCharge\";d:164.28999999999999;s:19:\"totalNetFedExCharge\";d:164.28999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:66.859999999999999;s:20:\"totalFreightDiscount\";d:119.7;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:95.799999999999997;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.899999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:26.370000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:111.7;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:113;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.32;s:10:\"netFreight\";d:25.93;s:15:\"totalSurcharges\";d:18.809999999999999;s:14:\"netFedExCharge\";d:44.740000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.740000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.300000000000001;}s:21:\"totalFreightDiscounts\";d:34.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:27.75;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.6399999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1200000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341687,'_transient_timeout_fedex_quote_3dd1be0b845930cfb5e78b7107ad4d1e','1767081643','off'),(341688,'_transient_fedex_quote_3dd1be0b845930cfb5e78b7107ad4d1e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"4e7be2e2-83c4-48ed-b602-79ef1d8fc145\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:960.53999999999996;s:14:\"totalNetCharge\";d:1200.95;s:19:\"totalNetFedExCharge\";d:1200.95;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:240.41;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:199.46000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:16.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:898.53999999999996;s:14:\"totalNetCharge\";d:448.54000000000002;s:19:\"totalNetFedExCharge\";d:448.54000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:98.109999999999999;s:20:\"totalFreightDiscount\";d:548.11000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.859999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:458.25;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:73.870000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:855.37;s:14:\"totalNetCharge\";d:428.30000000000001;s:19:\"totalNetFedExCharge\";d:428.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.700000000000003;s:20:\"totalFreightDiscount\";d:521.76999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:85.540000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:436.23000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.459999999999994;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:778.63999999999999;s:14:\"totalNetCharge\";d:439.12;s:19:\"totalNetFedExCharge\";d:439.12;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.519999999999996;s:20:\"totalFreightDiscount\";d:436.04000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:77.859999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:358.18000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:72.280000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:686.36000000000001;s:14:\"totalNetCharge\";d:390.30000000000001;s:19:\"totalNetFedExCharge\";d:390.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:88.299999999999997;s:20:\"totalFreightDiscount\";d:384.36000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:68.640000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:315.72000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.060000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:560.24000000000001;s:14:\"totalNetCharge\";d:323.56;s:19:\"totalNetFedExCharge\";d:323.56;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:77.060000000000002;s:20:\"totalFreightDiscount\";d:313.74000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:56.030000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:257.70999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.82;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:137.86000000000001;s:14:\"totalNetCharge\";d:95.049999999999997;s:19:\"totalNetFedExCharge\";d:95.049999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:35.780000000000001;s:20:\"totalFreightDiscount\";d:78.590000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:63.420000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.17;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.07;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9.9000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:74.5;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:75;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.630000000000003;s:10:\"netFreight\";d:26.93;s:15:\"totalSurcharges\";d:19.030000000000001;s:14:\"netFedExCharge\";d:45.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.960000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:32.700000000000003;}s:21:\"totalFreightDiscounts\";d:35.700000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8899999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3399999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341689,'_transient_timeout_fedex_quote_c313de09875bf089084d46ca81eaa413','1767081643','off'),(341690,'_transient_fedex_quote_c313de09875bf089084d46ca81eaa413','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8b8e9460-a3a6-489f-892f-ca86802922e6\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:219.44;s:14:\"totalNetCharge\";d:165.50999999999999;s:19:\"totalNetFedExCharge\";d:165.50999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:67.079999999999998;s:20:\"totalFreightDiscount\";d:121.01000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:96.859999999999999;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.149999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:26.59;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:114.09999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.630000000000003;s:10:\"netFreight\";d:26.93;s:15:\"totalSurcharges\";d:19.030000000000001;s:14:\"netFedExCharge\";d:45.960000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.960000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:32.700000000000003;}s:21:\"totalFreightDiscounts\";d:35.700000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8899999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3399999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341694,'_transient_timeout_fedex_quote_54418d1d1e6d34a84dc499c30078815b','1767081698','off'),(341695,'_transient_fedex_quote_54418d1d1e6d34a84dc499c30078815b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"33b754e6-d914-4dd9-bc2b-6c4aab71ba96\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1256.8499999999999;s:14:\"totalNetCharge\";d:1567.1099999999999;s:19:\"totalNetFedExCharge\";d:1567.1099999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:310.25999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:260.36000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1224.3;s:14:\"totalNetCharge\";d:605.41999999999996;s:19:\"totalNetFedExCharge\";d:605.41999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:127.94;s:20:\"totalFreightDiscount\";d:746.82000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:122.43000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:624.38999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:99.829999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1151.8499999999999;s:14:\"totalNetCharge\";d:571.44000000000005;s:19:\"totalNetFedExCharge\";d:571.44000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:122.22;s:20:\"totalFreightDiscount\";d:702.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:115.19;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:587.44000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:94.109999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1023.75;s:14:\"totalNetCharge\";d:572.89999999999998;s:19:\"totalNetFedExCharge\";d:572.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:122.45999999999999;s:20:\"totalFreightDiscount\";d:573.30999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:102.38;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:470.93000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:94.349999999999994;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:897.75;s:14:\"totalNetCharge\";d:506.24000000000001;s:19:\"totalNetFedExCharge\";d:506.24000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:111.23999999999999;s:20:\"totalFreightDiscount\";d:502.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.780000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:412.97000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:83.129999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:798.63;s:14:\"totalNetCharge\";d:460.66000000000003;s:19:\"totalNetFedExCharge\";d:460.66000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:109.27;s:20:\"totalFreightDiscount\";d:447.24000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:79.870000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:367.37;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:75.150000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:195.61000000000001;s:14:\"totalNetCharge\";d:135.93000000000001;s:19:\"totalNetFedExCharge\";d:135.93000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:50.329999999999998;s:20:\"totalFreightDiscount\";d:110.01000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:88.489999999999995;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:21.52;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:21.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:103.8;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:105;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:16.329999999999998;s:14:\"netFedExCharge\";d:46.719999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.719999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.700000000000003;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3099999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.719999999999999;s:10:\"netFreight\";d:22.870000000000001;s:15:\"totalSurcharges\";d:17.25;s:14:\"netFedExCharge\";d:40.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:24.300000000000001;}s:21:\"totalFreightDiscounts\";d:26.850000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.379999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.4699999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.46;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341696,'_transient_timeout_fedex_quote_2c0bee4fb3d89856e98425c110c11ad4','1767081699','off'),(341697,'_transient_fedex_quote_2c0bee4fb3d89856e98425c110c11ad4','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"770734a6-97aa-434a-807c-71b62e4c34b8\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:310.68000000000001;s:14:\"totalNetCharge\";d:388.49000000000001;s:19:\"totalNetFedExCharge\";d:388.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:77.810000000000002;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.659999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:310.68000000000001;s:10:\"netFreight\";d:310.68000000000001;s:15:\"totalSurcharges\";d:77.810000000000002;s:14:\"netFedExCharge\";d:388.49000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:388.49000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.659999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:279.68000000000001;s:14:\"totalNetCharge\";d:140.33000000000001;s:19:\"totalNetFedExCharge\";d:140.33000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31.260000000000002;s:20:\"totalFreightDiscount\";d:170.61000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:27.969999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:142.63999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:279.68000000000001;s:10:\"netFreight\";d:109.06999999999999;s:15:\"totalSurcharges\";d:31.260000000000002;s:14:\"netFedExCharge\";d:140.33000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:140.33000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:170.61000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:142.63999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:27.969999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.18;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:272.47000000000003;s:14:\"totalNetCharge\";d:136.94999999999999;s:19:\"totalNetFedExCharge\";d:136.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:30.690000000000001;s:20:\"totalFreightDiscount\";d:166.21000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:27.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:138.96000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:22.609999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:272.47000000000003;s:10:\"netFreight\";d:106.26000000000001;s:15:\"totalSurcharges\";d:30.690000000000001;s:14:\"netFedExCharge\";d:136.94999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:136.94999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:166.21000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:138.96000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:27.25;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:22.609999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:230.25;s:14:\"totalNetCharge\";d:130.97999999999999;s:19:\"totalNetFedExCharge\";d:130.97999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:29.68;s:20:\"totalFreightDiscount\";d:128.94999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:23.030000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:105.92;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:230.25;s:10:\"netFreight\";d:101.3;s:15:\"totalSurcharges\";d:29.68;s:14:\"netFedExCharge\";d:130.97999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:130.97999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:128.94999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:105.92;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:23.030000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.600000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:204.47999999999999;s:14:\"totalNetCharge\";d:117.36;s:19:\"totalNetFedExCharge\";d:117.36;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:27.390000000000001;s:20:\"totalFreightDiscount\";d:114.51000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:20.449999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:94.060000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.309999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:204.47999999999999;s:10:\"netFreight\";d:89.969999999999999;s:15:\"totalSurcharges\";d:27.390000000000001;s:14:\"netFedExCharge\";d:117.36;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:117.36;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:114.51000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:94.060000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:20.449999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.309999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:172.93000000000001;s:14:\"totalNetCharge\";d:100.67;s:19:\"totalNetFedExCharge\";d:100.67;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:24.579999999999998;s:20:\"totalFreightDiscount\";d:96.840000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.289999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:79.549999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:172.93000000000001;s:10:\"netFreight\";d:76.090000000000003;s:15:\"totalSurcharges\";d:24.579999999999998;s:14:\"netFedExCharge\";d:100.67;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:100.67;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20;}s:21:\"totalFreightDiscounts\";d:96.840000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:79.549999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:17.289999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341698,'_transient_timeout_fedex_quote_96781933093c351e16d1fa6d5769fc08','1767081699','off'),(341699,'_transient_fedex_quote_96781933093c351e16d1fa6d5769fc08','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"18c8bc2d-14bc-408f-a2a0-8b22430caaa9\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:236.40000000000001;s:14:\"totalNetCharge\";d:171.16;s:19:\"totalNetFedExCharge\";d:171.16;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:65.980000000000004;s:20:\"totalFreightDiscount\";d:131.22;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:105.20999999999999;s:7:\"percent\";d:44;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:26.010000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.260000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123.59999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:125;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.659999999999997;s:10:\"netFreight\";d:30.390000000000001;s:15:\"totalSurcharges\";d:16.329999999999998;s:14:\"netFedExCharge\";d:46.719999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:46.719999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37.700000000000003;}s:21:\"totalFreightDiscounts\";d:40.270000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.5;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.7699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3099999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:49.719999999999999;s:10:\"netFreight\";d:22.870000000000001;s:15:\"totalSurcharges\";d:17.25;s:14:\"netFedExCharge\";d:40.119999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.119999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:24.300000000000001;}s:21:\"totalFreightDiscounts\";d:26.850000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:21.379999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.4699999999999998;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.46;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:40.789999999999999;s:10:\"netFreight\";d:19.579999999999998;s:15:\"totalSurcharges\";d:15.65;s:14:\"netFedExCharge\";d:35.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:35.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:21.210000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.719999999999999;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.4900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7599999999999998;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341705,'_transient_timeout_fedex_quote_9748e90070f156c680ba52a746a58449','1767081809','off'),(341706,'_transient_fedex_quote_9748e90070f156c680ba52a746a58449','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"38f818f6-6f46-4bc5-ad77-c0e985e8a88b\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1388.52;s:14:\"totalNetCharge\";d:1728.45;s:19:\"totalNetFedExCharge\";d:1728.45;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:339.93000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:287.02999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:24;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1352.5599999999999;s:14:\"totalNetCharge\";d:667.36000000000001;s:19:\"totalNetFedExCharge\";d:667.36000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:139.87;s:20:\"totalFreightDiscount\";d:825.07000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:135.25999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:689.80999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:109.95999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1272.52;s:14:\"totalNetCharge\";d:629.83000000000004;s:19:\"totalNetFedExCharge\";d:629.83000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:133.55000000000001;s:20:\"totalFreightDiscount\";d:776.24000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:127.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:648.99000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:103.64;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1131;s:14:\"totalNetCharge\";d:631.46000000000004;s:19:\"totalNetFedExCharge\";d:631.46000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:133.81999999999999;s:20:\"totalFreightDiscount\";d:633.36000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:113.09999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:520.25999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:103.91;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:991.79999999999995;s:14:\"totalNetCharge\";d:557.80999999999995;s:19:\"totalNetFedExCharge\";d:557.80999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:121.42;s:20:\"totalFreightDiscount\";d:555.40999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:99.180000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:456.23000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:91.510000000000005;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:867.74000000000001;s:14:\"totalNetCharge\";d:498.13;s:19:\"totalNetFedExCharge\";d:498.13;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:116.33;s:20:\"totalFreightDiscount\";d:485.94;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86.780000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:399.16000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:81.310000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:212.71000000000001;s:14:\"totalNetCharge\";d:143.96000000000001;s:19:\"totalNetFedExCharge\";d:143.96000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:52.5;s:20:\"totalFreightDiscount\";d:121.25;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:97.849999999999994;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.399999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.77;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:115;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:116;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:20.16;s:14:\"netFedExCharge\";d:52.350000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.350000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.600000000000001;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.4700000000000006;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.630000000000003;s:10:\"netFreight\";d:26.93;s:15:\"totalSurcharges\";d:15.59;s:14:\"netFedExCharge\";d:42.520000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.520000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:32.600000000000001;}s:21:\"totalFreightDiscounts\";d:35.700000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8899999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5700000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341707,'_transient_timeout_fedex_quote_6d47645c585dc834b29ab2a90079d22d','1767081809','off'),(341708,'_transient_fedex_quote_6d47645c585dc834b29ab2a90079d22d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"3b76fe79-198d-438c-a48d-b29f17ca1d60\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:294.29000000000002;s:14:\"totalNetCharge\";d:214.41999999999999;s:19:\"totalNetFedExCharge\";d:214.41999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:83.799999999999997;s:20:\"totalFreightDiscount\";d:163.66999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:131.28999999999999;s:7:\"percent\";d:44.75;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:32.380000000000003;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:34.289999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:20.699999999999999;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:154.59999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:156;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:20.16;s:14:\"netFedExCharge\";d:52.350000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.350000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.600000000000001;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.4700000000000006;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:62.630000000000003;s:10:\"netFreight\";d:26.93;s:15:\"totalSurcharges\";d:15.59;s:14:\"netFedExCharge\";d:42.520000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.520000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:32.600000000000001;}s:21:\"totalFreightDiscounts\";d:35.700000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:28.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.8899999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5700000000000003;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.579999999999998;s:10:\"netFreight\";d:39.159999999999997;s:15:\"totalSurcharges\";d:31.300000000000001;s:14:\"netFedExCharge\";d:70.459999999999994;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:70.459999999999994;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:42.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.439999999999998;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.9800000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.52;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341715,'_transient_timeout_fedex_quote_acd14afdec1a81bc03ffd09ded301d0d','1767082321','off'),(341716,'_transient_fedex_quote_acd14afdec1a81bc03ffd09ded301d0d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"5f8c87de-f111-43ba-98cf-765cb83b0652\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1639.8900000000001;s:14:\"totalNetCharge\";d:2048.6900000000001;s:19:\"totalNetFedExCharge\";d:2048.6900000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:408.80000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:26.199999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:340.69999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:25.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1597.4200000000001;s:14:\"totalNetCharge\";d:791.35000000000002;s:19:\"totalNetFedExCharge\";d:791.35000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:168.34999999999999;s:20:\"totalFreightDiscount\";d:974.41999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:159.74000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:814.67999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:130.69;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1502.8900000000001;s:14:\"totalNetCharge\";d:747.00999999999999;s:19:\"totalNetFedExCharge\";d:747.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:160.88;s:20:\"totalFreightDiscount\";d:916.75999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:150.28999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:766.47000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:123.22;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1335.75;s:14:\"totalNetCharge\";d:748.91999999999996;s:19:\"totalNetFedExCharge\";d:748.91999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:161.19999999999999;s:20:\"totalFreightDiscount\";d:748.02999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:133.58000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:614.45000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:123.54000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1171.3499999999999;s:14:\"totalNetCharge\";d:661.94000000000005;s:19:\"totalNetFedExCharge\";d:661.94000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:146.55000000000001;s:20:\"totalFreightDiscount\";d:655.96000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:117.14;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:538.82000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.109999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:108.89;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15.300000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1056.1300000000001;s:14:\"totalNetCharge\";d:610.38999999999999;s:19:\"totalNetFedExCharge\";d:610.38999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:145.69;s:20:\"totalFreightDiscount\";d:591.42999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:105.61;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:485.81999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.119999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:99.909999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:17.100000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:255.38;s:14:\"totalNetCharge\";d:180.62;s:19:\"totalNetFedExCharge\";d:180.62;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:67.650000000000006;s:20:\"totalFreightDiscount\";d:142.41;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:114.31999999999999;s:7:\"percent\";d:44.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:28.09;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:28.93;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:135.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:137;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:17.539999999999999;s:14:\"netFedExCharge\";d:41.759999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.759999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341717,'_transient_timeout_fedex_quote_bcf7c1b10f3877136decd5753b0e1bee','1767082322','off'),(341718,'_transient_fedex_quote_bcf7c1b10f3877136decd5753b0e1bee','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e62e7ff9-16ff-4c33-be36-4255b1ff0584\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:252.88999999999999;s:14:\"totalNetCharge\";d:319;s:19:\"totalNetFedExCharge\";d:319;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:66.109999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.960000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:252.88999999999999;s:10:\"netFreight\";d:252.88999999999999;s:15:\"totalSurcharges\";d:66.109999999999999;s:14:\"netFedExCharge\";d:319;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:319;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:52.960000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:221.88999999999999;s:14:\"totalNetCharge\";d:113.23;s:19:\"totalNetFedExCharge\";d:113.23;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:26.690000000000001;s:20:\"totalFreightDiscount\";d:135.34999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.190000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:113.16;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.609999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:221.88999999999999;s:10:\"netFreight\";d:86.540000000000006;s:15:\"totalSurcharges\";d:26.690000000000001;s:14:\"netFedExCharge\";d:113.23;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:113.23;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:135.34999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:113.16;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:22.190000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.609999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:204.59;s:14:\"totalNetCharge\";d:105.12;s:19:\"totalNetFedExCharge\";d:105.12;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:25.329999999999998;s:20:\"totalFreightDiscount\";d:124.8;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:20.460000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:104.34;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.25;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:204.59;s:10:\"netFreight\";d:79.790000000000006;s:15:\"totalSurcharges\";d:25.329999999999998;s:14:\"netFedExCharge\";d:105.12;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:105.12;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:124.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:104.34;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:20.460000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.25;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:143.90000000000001;s:14:\"totalNetCharge\";d:85.310000000000002;s:19:\"totalNetFedExCharge\";d:85.310000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:21.989999999999998;s:20:\"totalFreightDiscount\";d:80.579999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:14.390000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:66.189999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13.91;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:143.90000000000001;s:10:\"netFreight\";d:63.32;s:15:\"totalSurcharges\";d:21.989999999999998;s:14:\"netFedExCharge\";d:85.310000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:85.310000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:80.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:66.189999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:14.390000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13.91;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:133.71000000000001;s:14:\"totalNetCharge\";d:79.909999999999997;s:19:\"totalNetFedExCharge\";d:79.909999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:21.079999999999998;s:20:\"totalFreightDiscount\";d:74.879999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.369999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:61.509999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:133.71000000000001;s:10:\"netFreight\";d:58.829999999999998;s:15:\"totalSurcharges\";d:21.079999999999998;s:14:\"netFedExCharge\";d:79.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:79.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:74.879999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:61.509999999999998;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.369999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:13;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:113.88;s:14:\"totalNetCharge\";d:69.430000000000007;s:19:\"totalNetFedExCharge\";d:69.430000000000007;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:19.32;s:20:\"totalFreightDiscount\";d:63.770000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:11.390000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:52.380000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.24;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:113.88;s:10:\"netFreight\";d:50.109999999999999;s:15:\"totalSurcharges\";d:19.32;s:14:\"netFedExCharge\";d:69.430000000000007;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.430000000000007;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:11;}s:21:\"totalFreightDiscounts\";d:63.770000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:52.380000000000003;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:11.390000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.24;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341719,'_transient_timeout_fedex_quote_c0acdf8420ad2cfc84c676c533a988ab','1767082323','off');
INSERT INTO `wp_options` VALUES (341720,'_transient_fedex_quote_c0acdf8420ad2cfc84c676c533a988ab','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"87c2a388-241a-4e5c-b79b-df8c1dc7d00c\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:282.17000000000002;s:14:\"totalNetCharge\";d:207.68000000000001;s:19:\"totalNetFedExCharge\";d:207.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:81.849999999999994;s:20:\"totalFreightDiscount\";d:156.34;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:125.3;s:7:\"percent\";d:43.799999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:31.039999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:33.240000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.85;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.800000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.25;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:146.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:148;}}s:13:\"ratedPackages\";a:5:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:17.539999999999999;s:14:\"netFedExCharge\";d:41.759999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.759999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:26.789999999999999;s:10:\"netFreight\";d:12.859999999999999;s:15:\"totalSurcharges\";d:14.199999999999999;s:14:\"netFedExCharge\";d:27.059999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.059999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:10.300000000000001;}s:21:\"totalFreightDiscounts\";d:13.93;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:10.98;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9500000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.3099999999999996;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341724,'_transient_timeout_fedex_quote_34176fe93de4053b2e885e0008488682','1767082331','off'),(341725,'_transient_fedex_quote_34176fe93de4053b2e885e0008488682','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"0034beff-1886-43c2-a761-bb2ee2cf8dbb\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1316.7;s:14:\"totalNetCharge\";d:1640.5799999999999;s:19:\"totalNetFedExCharge\";d:1640.5799999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:323.88;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:272.48000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:22.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1282.5999999999999;s:14:\"totalNetCharge\";d:633.64999999999998;s:19:\"totalNetFedExCharge\";d:633.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:133.44;s:20:\"totalFreightDiscount\";d:782.38999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:128.25999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:654.13;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:104.43000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1206.7;s:14:\"totalNetCharge\";d:598.05999999999995;s:19:\"totalNetFedExCharge\";d:598.05999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:127.45;s:20:\"totalFreightDiscount\";d:736.09000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:120.67;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:615.41999999999996;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.439999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1072.5;s:14:\"totalNetCharge\";d:599.61000000000001;s:19:\"totalNetFedExCharge\";d:599.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:127.70999999999999;s:20:\"totalFreightDiscount\";d:600.60000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:107.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:493.35000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.700000000000003;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:940.5;s:14:\"totalNetCharge\";d:529.76999999999998;s:19:\"totalNetFedExCharge\";d:529.76999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:115.95;s:20:\"totalFreightDiscount\";d:526.67999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:94.049999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:432.63;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.939999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:838.88999999999999;s:14:\"totalNetCharge\";d:481.97000000000003;s:19:\"totalNetFedExCharge\";d:481.97000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:112.86;s:20:\"totalFreightDiscount\";d:469.77999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.890000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:385.88999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:78.739999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:202.72999999999999;s:14:\"totalNetCharge\";d:139.75999999999999;s:19:\"totalNetFedExCharge\";d:139.75999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:51.009999999999998;s:20:\"totalFreightDiscount\";d:113.98;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:91.680000000000007;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:22.300000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.18;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109.09999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:17.539999999999999;s:14:\"netFedExCharge\";d:41.759999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.759999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341726,'_transient_timeout_fedex_quote_31972ca15625ff777a2261c9198f3d57','1767082332','off'),(341727,'_transient_fedex_quote_31972ca15625ff777a2261c9198f3d57','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"d83ce354-a332-48fd-b4d5-05622c9024fa\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:309.29000000000002;s:14:\"totalNetCharge\";d:386.81999999999999;s:19:\"totalNetFedExCharge\";d:386.81999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:77.530000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.379999999999995;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:309.29000000000002;s:10:\"netFreight\";d:309.29000000000002;s:15:\"totalSurcharges\";d:77.530000000000001;s:14:\"netFedExCharge\";d:386.81999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:386.81999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.379999999999995;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:278.29000000000002;s:14:\"totalNetCharge\";d:139.68000000000001;s:19:\"totalNetFedExCharge\";d:139.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31.149999999999999;s:20:\"totalFreightDiscount\";d:169.75999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:27.829999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:141.93000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.07;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:278.29000000000002;s:10:\"netFreight\";d:108.53;s:15:\"totalSurcharges\";d:31.149999999999999;s:14:\"netFedExCharge\";d:139.68000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:139.68000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:169.75999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:141.93000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:27.829999999999998;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.07;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:271.33999999999997;s:14:\"totalNetCharge\";d:136.43000000000001;s:19:\"totalNetFedExCharge\";d:136.43000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:30.600000000000001;s:20:\"totalFreightDiscount\";d:165.50999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:27.129999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:138.38;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:22.52;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:271.33999999999997;s:10:\"netFreight\";d:105.83;s:15:\"totalSurcharges\";d:30.600000000000001;s:14:\"netFedExCharge\";d:136.43000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:136.43000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:165.50999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:138.38;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:27.129999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:22.52;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:228.71000000000001;s:14:\"totalNetCharge\";d:130.18000000000001;s:19:\"totalNetFedExCharge\";d:130.18000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:29.550000000000001;s:20:\"totalFreightDiscount\";d:128.08000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:105.20999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.469999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:228.71000000000001;s:10:\"netFreight\";d:100.63;s:15:\"totalSurcharges\";d:29.550000000000001;s:14:\"netFedExCharge\";d:130.18000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:130.18000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:128.08000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:105.20999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:22.870000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.469999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:197.13999999999999;s:14:\"totalNetCharge\";d:113.48999999999999;s:19:\"totalNetFedExCharge\";d:113.48999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:26.739999999999998;s:20:\"totalFreightDiscount\";d:110.39;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:19.710000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:90.680000000000007;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.66;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:197.13999999999999;s:10:\"netFreight\";d:86.75;s:15:\"totalSurcharges\";d:26.739999999999998;s:14:\"netFedExCharge\";d:113.48999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:113.48999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:110.39;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:90.680000000000007;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:19.710000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.66;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:165.86000000000001;s:14:\"totalNetCharge\";d:96.920000000000002;s:19:\"totalNetFedExCharge\";d:96.920000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:23.949999999999999;s:20:\"totalFreightDiscount\";d:92.890000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.59;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:76.299999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:15.869999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:165.86000000000001;s:10:\"netFreight\";d:72.969999999999999;s:15:\"totalSurcharges\";d:23.949999999999999;s:14:\"netFedExCharge\";d:96.920000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:96.920000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19;}s:21:\"totalFreightDiscounts\";d:92.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:76.299999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:16.59;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:15.869999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341728,'_transient_timeout_fedex_quote_f926cb3890ec01d5e1e9f01f760713a4','1767082333','off'),(341729,'_transient_fedex_quote_f926cb3890ec01d5e1e9f01f760713a4','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"a57a7b43-51da-427d-9a26-ff058bdac741\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:242.09;s:14:\"totalNetCharge\";d:174.15000000000001;s:19:\"totalNetFedExCharge\";d:174.15000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:66.510000000000005;s:20:\"totalFreightDiscount\";d:134.44999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:107.81999999999999;s:7:\"percent\";d:44;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:26.629999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.789999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:127.40000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:129;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:16.75;s:14:\"netFedExCharge\";d:49.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:32.189999999999998;s:15:\"totalSurcharges\";d:16.719999999999999;s:14:\"netFedExCharge\";d:48.909999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.909999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:42.659999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7000000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:17.539999999999999;s:14:\"netFedExCharge\";d:41.759999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:41.759999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:39.359999999999999;s:10:\"netFreight\";d:18.890000000000001;s:15:\"totalSurcharges\";d:15.5;s:14:\"netFedExCharge\";d:34.390000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.390000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:18.300000000000001;}s:21:\"totalFreightDiscounts\";d:20.469999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.140000000000001;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.3300000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.6100000000000003;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341731,'_transient_timeout_fedex_quote_ba5d242483348afee5f9f24398004ef3','1767082339','off'),(341732,'_transient_fedex_quote_ba5d242483348afee5f9f24398004ef3','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e636bd14-9e73-413d-b69f-0a3a605b6f55\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1304.73;s:14:\"totalNetCharge\";d:1634.79;s:19:\"totalNetFedExCharge\";d:1634.79;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:330.06;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:271.50999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:22.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1270.9400000000001;s:14:\"totalNetCharge\";d:632.49000000000001;s:19:\"totalNetFedExCharge\";d:632.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:136.81999999999999;s:20:\"totalFreightDiscount\";d:775.26999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:127.09;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:648.17999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:104.23999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1195.73;s:14:\"totalNetCharge\";d:597.22000000000003;s:19:\"totalNetFedExCharge\";d:597.22000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:130.88;s:20:\"totalFreightDiscount\";d:729.38999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:119.56999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:609.82000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.299999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1062.75;s:14:\"totalNetCharge\";d:598.73000000000002;s:19:\"totalNetFedExCharge\";d:598.73000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:131.13;s:20:\"totalFreightDiscount\";d:595.14999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:106.28;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:488.87;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.549999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:931.95000000000005;s:14:\"totalNetCharge\";d:529.52999999999997;s:19:\"totalNetFedExCharge\";d:529.52999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:119.48;s:20:\"totalFreightDiscount\";d:521.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.200000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:428.69999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.900000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:832.46000000000004;s:14:\"totalNetCharge\";d:482.86000000000001;s:19:\"totalNetFedExCharge\";d:482.86000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:116.58;s:20:\"totalFreightDiscount\";d:466.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:382.93000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:78.879999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:200.00999999999999;s:14:\"totalNetCharge\";d:142.68000000000001;s:19:\"totalNetFedExCharge\";d:142.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:55.100000000000001;s:20:\"totalFreightDiscount\";d:112.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:90.430000000000007;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:22;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.699999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:108.59999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:18.27;s:14:\"netFedExCharge\";d:49.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341733,'_transient_timeout_fedex_quote_ec649b7aa57f45e28ecff34f7e2b454e','1767082340','off'),(341734,'_transient_fedex_quote_ec649b7aa57f45e28ecff34f7e2b454e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b8b56aa2-e48e-45ea-b4c4-874e69378164\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:226.80000000000001;s:14:\"totalNetCharge\";d:169.74000000000001;s:19:\"totalNetFedExCharge\";d:169.74000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:69.299999999999997;s:20:\"totalFreightDiscount\";d:126.36;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:101.41;s:7:\"percent\";d:44;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.949999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:27.010000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.100000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:118.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:18.27;s:14:\"netFedExCharge\";d:49.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:26.789999999999999;s:10:\"netFreight\";d:12.859999999999999;s:15:\"totalSurcharges\";d:14.199999999999999;s:14:\"netFedExCharge\";d:27.059999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:27.059999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:10.300000000000001;}s:21:\"totalFreightDiscounts\";d:13.93;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:10.98;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.9500000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.3099999999999996;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341735,'_transient_timeout_fedex_quote_68abe2a397a699915a58cb42ae671fe9','1767082346','off'),(341736,'_transient_fedex_quote_68abe2a397a699915a58cb42ae671fe9','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b7024d5e-5e92-4282-83a2-317e6edd38c9\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1304.73;s:14:\"totalNetCharge\";d:1633.29;s:19:\"totalNetFedExCharge\";d:1633.29;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:328.56;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:271.50999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1270.9400000000001;s:14:\"totalNetCharge\";d:631.59000000000003;s:19:\"totalNetFedExCharge\";d:631.59000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:135.91999999999999;s:20:\"totalFreightDiscount\";d:775.26999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:127.09;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:648.17999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:104.23999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1195.73;s:14:\"totalNetCharge\";d:596.32000000000005;s:19:\"totalNetFedExCharge\";d:596.32000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:129.97999999999999;s:20:\"totalFreightDiscount\";d:729.38999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:119.56999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:609.82000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.299999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1062.75;s:14:\"totalNetCharge\";d:597.83000000000004;s:19:\"totalNetFedExCharge\";d:597.83000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:130.22999999999999;s:20:\"totalFreightDiscount\";d:595.14999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:106.28;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:488.87;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.549999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:931.95000000000005;s:14:\"totalNetCharge\";d:528.63;s:19:\"totalNetFedExCharge\";d:528.63;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118.58;s:20:\"totalFreightDiscount\";d:521.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.200000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:428.69999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.900000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:832.46000000000004;s:14:\"totalNetCharge\";d:482.86000000000001;s:19:\"totalNetFedExCharge\";d:482.86000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:116.58;s:20:\"totalFreightDiscount\";d:466.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:382.93000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:78.879999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:200.00999999999999;s:14:\"totalNetCharge\";d:142.68000000000001;s:19:\"totalNetFedExCharge\";d:142.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:55.100000000000001;s:20:\"totalFreightDiscount\";d:112.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:90.430000000000007;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:22;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.699999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:108.09999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:18.27;s:14:\"netFedExCharge\";d:49.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.799999999999997;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341737,'_transient_timeout_fedex_quote_026cc54ff5765d2a162f1ff8ec9e96eb','1767082346','off'),(341738,'_transient_fedex_quote_026cc54ff5765d2a162f1ff8ec9e96eb','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8e51b290-1ba3-422c-87d9-c8a4081c9f84\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:164.38999999999999;s:14:\"totalNetCharge\";d:208.08000000000001;s:19:\"totalNetFedExCharge\";d:208.08000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:43.689999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:35.039999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:164.38999999999999;s:10:\"netFreight\";d:164.38999999999999;s:15:\"totalSurcharges\";d:43.689999999999998;s:14:\"netFedExCharge\";d:208.08000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:208.08000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5499999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:35.039999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:133.38999999999999;s:14:\"totalNetCharge\";d:69.019999999999996;s:19:\"totalNetFedExCharge\";d:69.019999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:17;s:20:\"totalFreightDiscount\";d:81.370000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.34;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:68.030000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.619999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:133.38999999999999;s:10:\"netFreight\";d:52.020000000000003;s:15:\"totalSurcharges\";d:17;s:14:\"netFedExCharge\";d:69.019999999999996;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:69.019999999999996;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:81.370000000000005;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:68.030000000000001;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.34;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.619999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:120.84;s:14:\"totalNetCharge\";d:63.140000000000001;s:19:\"totalNetFedExCharge\";d:63.140000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:16.010000000000002;s:20:\"totalFreightDiscount\";d:73.709999999999994;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:12.08;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:61.630000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.630000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:120.84;s:10:\"netFreight\";d:47.130000000000003;s:15:\"totalSurcharges\";d:16.010000000000002;s:14:\"netFedExCharge\";d:63.140000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:63.140000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:73.709999999999994;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:61.630000000000003;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:12.08;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.630000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:70.379999999999995;s:14:\"totalNetCharge\";d:43.710000000000001;s:19:\"totalNetFedExCharge\";d:43.710000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:12.74;s:20:\"totalFreightDiscount\";d:39.409999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:7.04;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:32.369999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.3600000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:70.379999999999995;s:10:\"netFreight\";d:30.969999999999999;s:15:\"totalSurcharges\";d:12.74;s:14:\"netFedExCharge\";d:43.710000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.710000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:39.409999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:32.369999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:7.04;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.3600000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:60.450000000000003;s:14:\"totalNetCharge\";d:38.439999999999998;s:19:\"totalNetFedExCharge\";d:38.439999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:11.85;s:20:\"totalFreightDiscount\";d:33.859999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.0499999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:27.809999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4699999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:60.450000000000003;s:10:\"netFreight\";d:26.59;s:15:\"totalSurcharges\";d:11.85;s:14:\"netFedExCharge\";d:38.439999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.439999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:33.859999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:27.809999999999999;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.0499999999999998;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4699999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:52.289999999999999;s:14:\"totalNetCharge\";d:34.140000000000001;s:19:\"totalNetFedExCharge\";d:34.140000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:11.130000000000001;s:20:\"totalFreightDiscount\";d:29.280000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:5.2300000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.050000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.75;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.289999999999999;s:10:\"netFreight\";d:23.010000000000002;s:15:\"totalSurcharges\";d:11.130000000000001;s:14:\"netFedExCharge\";d:34.140000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:34.140000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:3;}s:21:\"totalFreightDiscounts\";d:29.280000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:24.050000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:5.2300000000000004;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:3.2799999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:5.75;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341739,'_transient_timeout_fedex_quote_025678cd62f6a8b0767425c40b8de675','1767082347','off'),(341740,'_transient_fedex_quote_025678cd62f6a8b0767425c40b8de675','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e5f79867-6f38-4b3a-b98a-1fce20bed03a\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:218.06;s:14:\"totalNetCharge\";d:163.65000000000001;s:19:\"totalNetFedExCharge\";d:163.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:66;s:20:\"totalFreightDiscount\";d:120.41;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:96.75;s:7:\"percent\";d:42.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.66;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.710000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:26.41;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:110.59999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:112;}}s:13:\"ratedPackages\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:18.27;s:14:\"netFedExCharge\";d:49.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.799999999999997;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:18.050000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:10.9;s:14:\"netFedExCharge\";d:20.969999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:20.969999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:2.5;}s:21:\"totalFreightDiscounts\";d:7.9800000000000004;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.6599999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:6.3200000000000003;s:7:\"percent\";d:35;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.71;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341742,'_transient_timeout_fedex_quote_fcc8e559df3edd5daf4e6c140599e072','1767082372','off'),(341743,'_transient_fedex_quote_fcc8e559df3edd5daf4e6c140599e072','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6b075430-a020-4571-a4c0-541465bfa103\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1304.73;s:14:\"totalNetCharge\";d:1633.29;s:19:\"totalNetFedExCharge\";d:1633.29;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:328.56;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:19.649999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:271.50999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:21;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1270.9400000000001;s:14:\"totalNetCharge\";d:631.59000000000003;s:19:\"totalNetFedExCharge\";d:631.59000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:135.91999999999999;s:20:\"totalFreightDiscount\";d:775.26999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:127.09;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:648.17999999999995;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:104.23999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1195.73;s:14:\"totalNetCharge\";d:596.32000000000005;s:19:\"totalNetFedExCharge\";d:596.32000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:129.97999999999999;s:20:\"totalFreightDiscount\";d:729.38999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:119.56999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:609.82000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.299999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1062.75;s:14:\"totalNetCharge\";d:597.83000000000004;s:19:\"totalNetFedExCharge\";d:597.83000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:130.22999999999999;s:20:\"totalFreightDiscount\";d:595.14999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:106.28;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:488.87;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:98.549999999999997;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:931.95000000000005;s:14:\"totalNetCharge\";d:528.63;s:19:\"totalNetFedExCharge\";d:528.63;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:118.58;s:20:\"totalFreightDiscount\";d:521.89999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.200000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:428.69999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8300000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.900000000000006;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12.6;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:832.46000000000004;s:14:\"totalNetCharge\";d:482.86000000000001;s:19:\"totalNetFedExCharge\";d:482.86000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:116.58;s:20:\"totalFreightDiscount\";d:466.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.25;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:382.93000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:9.8399999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:78.879999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:200.00999999999999;s:14:\"totalNetCharge\";d:142.68000000000001;s:19:\"totalNetFedExCharge\";d:142.68000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:55.100000000000001;s:20:\"totalFreightDiscount\";d:112.43000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:90.430000000000007;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:22;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:22.699999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.4;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:108.09999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:109;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:18.27;s:14:\"netFedExCharge\";d:49.289999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.289999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.799999999999997;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:52.649999999999999;s:10:\"netFreight\";d:24.219999999999999;s:15:\"totalSurcharges\";d:16.640000000000001;s:14:\"netFedExCharge\";d:40.859999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.859999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:26.800000000000001;}s:21:\"totalFreightDiscounts\";d:28.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:22.640000000000001;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:5.79;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.75;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341744,'_transient_timeout_fedex_quote_a61fd8a794c7896fcfeb4280c3cac166','1767082381','off'),(341745,'_transient_fedex_quote_a61fd8a794c7896fcfeb4280c3cac166','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"2f7ee5f5-3069-4d64-9c4d-70f9ad70c28d\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1000.15;s:14:\"totalNetCharge\";d:1250.0799999999999;s:19:\"totalNetFedExCharge\";d:1250.0799999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:249.93000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:207.47999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:938.14999999999998;s:14:\"totalNetCharge\";d:468.00999999999999;s:19:\"totalNetFedExCharge\";d:468.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:102.13;s:20:\"totalFreightDiscount\";d:572.26999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.819999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:478.44999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:76.989999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:894.76999999999998;s:14:\"totalNetCharge\";d:447.67000000000002;s:19:\"totalNetFedExCharge\";d:447.67000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:98.709999999999994;s:20:\"totalFreightDiscount\";d:545.80999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.480000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:456.32999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:73.569999999999993;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:849.10000000000002;s:14:\"totalNetCharge\";d:477.30000000000001;s:19:\"totalNetFedExCharge\";d:477.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:103.7;s:20:\"totalFreightDiscount\";d:475.5;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:84.909999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:390.58999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:78.560000000000002;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:744.38999999999999;s:14:\"totalNetCharge\";d:421.89999999999998;s:19:\"totalNetFedExCharge\";d:421.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.370000000000005;s:20:\"totalFreightDiscount\";d:416.86000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:74.439999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:342.42000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:69.230000000000004;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:615.22000000000003;s:14:\"totalNetCharge\";d:353.54000000000002;s:19:\"totalNetFedExCharge\";d:353.54000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:82.849999999999994;s:20:\"totalFreightDiscount\";d:344.52999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:61.530000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:283;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:57.710000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:147.36000000000001;s:14:\"totalNetCharge\";d:100.92;s:19:\"totalNetFedExCharge\";d:100.92;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:37.560000000000002;s:20:\"totalFreightDiscount\";d:84;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:67.790000000000006;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:16.210000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.949999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:81.099999999999994;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:82;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:17.370000000000001;s:14:\"netFedExCharge\";d:48.390000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.390000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341746,'_transient_timeout_fedex_quote_0029ba7c74688c191454f83262bae98a','1767082382','off'),(341747,'_transient_fedex_quote_0029ba7c74688c191454f83262bae98a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"9e5981f4-67a6-41c0-a3ef-21aef879a05b\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:188.15000000000001;s:14:\"totalNetCharge\";d:136.15000000000001;s:19:\"totalNetFedExCharge\";d:136.15000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:53.210000000000001;s:20:\"totalFreightDiscount\";d:105.20999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:84.510000000000005;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:20.699999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:21.710000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:100.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:102;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.129999999999995;s:10:\"netFreight\";d:31.02;s:15:\"totalSurcharges\";d:17.370000000000001;s:14:\"netFedExCharge\";d:48.390000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.390000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:41.109999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:33.18;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4500000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:40.789999999999999;s:10:\"netFreight\";d:19.579999999999998;s:15:\"totalSurcharges\";d:15.65;s:14:\"netFedExCharge\";d:35.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:35.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:21.210000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.719999999999999;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.4900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7599999999999998;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341748,'_transient_timeout_fedex_quote_cff38dc730598fe21b0f47fe54d5e10f','1767082397','off'),(341749,'_transient_fedex_quote_cff38dc730598fe21b0f47fe54d5e10f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"dc680500-f624-42db-8dcc-80c1d3b852ab\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:966.27999999999997;s:14:\"totalNetCharge\";d:1209.3499999999999;s:19:\"totalNetFedExCharge\";d:1209.3499999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:243.06999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:7.1500000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:200.62;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:18;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:904.27999999999997;s:14:\"totalNetCharge\";d:452.13;s:19:\"totalNetFedExCharge\";d:452.13;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:99.459999999999994;s:20:\"totalFreightDiscount\";d:551.61000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:90.430000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:461.18000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:74.319999999999993;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:864.88;s:14:\"totalNetCharge\";d:433.64999999999998;s:19:\"totalNetFedExCharge\";d:433.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.349999999999994;s:20:\"totalFreightDiscount\";d:527.58000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86.489999999999995;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:441.08999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:71.209999999999994;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:809.04999999999995;s:14:\"totalNetCharge\";d:456.11000000000001;s:19:\"totalNetFedExCharge\";d:456.11000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:100.13;s:20:\"totalFreightDiscount\";d:453.06999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:80.900000000000006;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:372.17000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:74.989999999999995;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:695.22000000000003;s:14:\"totalNetCharge\";d:395.88;s:19:\"totalNetFedExCharge\";d:395.88;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.989999999999995;s:20:\"totalFreightDiscount\";d:389.32999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:69.530000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:319.80000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.849999999999994;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:580.79999999999995;s:14:\"totalNetCharge\";d:335.32999999999998;s:19:\"totalNetFedExCharge\";d:335.32999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:79.790000000000006;s:20:\"totalFreightDiscount\";d:325.25999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:58.090000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:267.17000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:3.5800000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:54.649999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:141.33000000000001;s:14:\"totalNetCharge\";d:97.760000000000005;s:19:\"totalNetFedExCharge\";d:97.760000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:37;s:20:\"totalFreightDiscount\";d:80.569999999999993;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:65.019999999999996;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.550000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.390000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:76.200000000000003;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:77;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:66.099999999999994;s:10:\"netFreight\";d:28.420000000000002;s:15:\"totalSurcharges\";d:16.809999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.799999999999997;}s:21:\"totalFreightDiscounts\";d:37.68;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:30.41;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.2699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8899999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341750,'_transient_timeout_fedex_quote_72d30a375fca264c4d8604df0337a93f','1767082398','off'),(341751,'_transient_fedex_quote_72d30a375fca264c4d8604df0337a93f','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"aae6ff2e-251c-4213-8a8d-a8a629b954a7\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:182.12;s:14:\"totalNetCharge\";d:132.99000000000001;s:19:\"totalNetFedExCharge\";d:132.99000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:52.649999999999999;s:20:\"totalFreightDiscount\";d:101.78;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:81.739999999999995;s:7:\"percent\";d:44.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:20.039999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:21.149999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:96;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:97;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:20.190000000000001;s:14:\"netFedExCharge\";d:52.530000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:52.530000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.5;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:66.099999999999994;s:10:\"netFreight\";d:28.420000000000002;s:15:\"totalSurcharges\";d:16.809999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34.799999999999997;}s:21:\"totalFreightDiscounts\";d:37.68;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:30.41;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.2699999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8899999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:40.789999999999999;s:10:\"netFreight\";d:19.579999999999998;s:15:\"totalSurcharges\";d:15.65;s:14:\"netFedExCharge\";d:35.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:35.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:19.800000000000001;}s:21:\"totalFreightDiscounts\";d:21.210000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.719999999999999;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.4900000000000002;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.7599999999999998;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341755,'_transient_timeout_fedex_quote_16a233963591cc0f2ca161d9fb1fc293','1767082409','off'),(341756,'_transient_fedex_quote_16a233963591cc0f2ca161d9fb1fc293','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ba9bebd8-83de-492e-af1e-f224f831fa89\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:923.57000000000005;s:14:\"totalNetCharge\";d:1146.3900000000001;s:19:\"totalNetFedExCharge\";d:1146.3900000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:222.81999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:190.52000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:15;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"18\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:861.57000000000005;s:14:\"totalNetCharge\";d:426;s:19:\"totalNetFedExCharge\";d:426;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.989999999999995;s:20:\"totalFreightDiscount\";d:525.55999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:86.159999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:439.39999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.230000000000004;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:818.63;s:14:\"totalNetCharge\";d:405.85000000000002;s:19:\"totalNetFedExCharge\";d:405.85000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:86.590000000000003;s:20:\"totalFreightDiscount\";d:499.37;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.870000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:417.5;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:66.829999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1415\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:748.39999999999998;s:14:\"totalNetCharge\";d:417.91000000000003;s:19:\"totalNetFedExCharge\";d:417.91000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:88.620000000000005;s:20:\"totalFreightDiscount\";d:419.11000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:74.840000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:344.26999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:68.859999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"16\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:657.26999999999998;s:14:\"totalNetCharge\";d:369.70999999999998;s:19:\"totalNetFedExCharge\";d:369.70999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:80.510000000000005;s:20:\"totalFreightDiscount\";d:368.06999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:65.730000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:302.33999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:60.75;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6112\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:545.36000000000001;s:14:\"totalNetCharge\";d:310.48000000000002;s:19:\"totalNetFedExCharge\";d:310.48000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:70.530000000000001;s:20:\"totalFreightDiscount\";d:305.41000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:54.539999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:250.87;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:50.770000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7179\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:131.34999999999999;s:14:\"totalNetCharge\";d:88.459999999999994;s:19:\"totalNetFedExCharge\";d:88.459999999999994;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:30.300000000000001;s:20:\"totalFreightDiscount\";d:73.189999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:58.740000000000002;s:7:\"percent\";d:44.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:14.449999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.06;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:9;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:70.299999999999997;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:71;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:15.85;s:14:\"netFedExCharge\";d:48.189999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.189999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:56.119999999999997;s:10:\"netFreight\";d:25.82;s:15:\"totalSurcharges\";d:14.449999999999999;s:14:\"netFedExCharge\";d:40.270000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.270000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.899999999999999;}s:21:\"totalFreightDiscounts\";d:30.300000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:24.129999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.1699999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3300000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341757,'_transient_timeout_fedex_quote_3acb725f63c6fc58071a7a155313d998','1767082410','off'),(341758,'_transient_fedex_quote_3acb725f63c6fc58071a7a155313d998','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"279e1e91-1dbd-4014-9fa3-6650cbb57340\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:170.71000000000001;s:14:\"totalNetCharge\";d:118.51000000000001;s:19:\"totalNetFedExCharge\";d:118.51000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:41.460000000000001;s:20:\"totalFreightDiscount\";d:93.659999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:74.879999999999995;s:7:\"percent\";d:43.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:18.780000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:18.899999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.9100000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.699999999999999;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.95;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:88.599999999999994;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:90;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:32.340000000000003;s:15:\"totalSurcharges\";d:15.85;s:14:\"netFedExCharge\";d:48.189999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:48.189999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.399999999999999;}s:21:\"totalFreightDiscounts\";d:42.890000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:56.119999999999997;s:10:\"netFreight\";d:25.82;s:15:\"totalSurcharges\";d:14.449999999999999;s:14:\"netFedExCharge\";d:40.270000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:40.270000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:28.899999999999999;}s:21:\"totalFreightDiscounts\";d:30.300000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:24.129999999999999;s:7:\"percent\";d:43;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:6.1699999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.3300000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:39.359999999999999;s:10:\"netFreight\";d:18.890000000000001;s:15:\"totalSurcharges\";d:11.16;s:14:\"netFedExCharge\";d:30.050000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:30.050000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:18.300000000000001;}s:21:\"totalFreightDiscounts\";d:20.469999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.140000000000001;s:7:\"percent\";d:41;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.3300000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.8399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"SJC\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341962,'_transient_timeout_astra_addons_nav_menu_loader_nav_items_transient','1767126786','off'),(341963,'_transient_astra_addons_nav_menu_loader_nav_items_transient','a:1:{i:28;a:3:{i:0;O:7:\"WP_Post\":78:{s:2:\"ID\";i:125;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2021-03-28 19:25:57\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:8:\"SHOP NOW\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:8:\"shop-now\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:55:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=125\";s:10:\"menu_order\";i:1;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:125;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:3:\"115\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:4:\"Page\";s:3:\"url\";s:58:\"https://lcaportalstoreg.liceclinicsofamerica.com/shop-now/\";s:5:\"title\";s:8:\"SHOP NOW\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}i:1;O:7:\"WP_Post\":78:{s:2:\"ID\";i:126;s:11:\"post_author\";s:1:\"2\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2021-03-28 19:25:57\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:10:\"MY ACCOUNT\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:10:\"my-account\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:55:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=126\";s:10:\"menu_order\";i:2;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:126;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:2:\"22\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:4:\"Page\";s:3:\"url\";s:60:\"https://lcaportalstoreg.liceclinicsofamerica.com/my-account/\";s:5:\"title\";s:10:\"MY ACCOUNT\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}i:2;O:7:\"WP_Post\":78:{s:2:\"ID\";i:2929;s:11:\"post_author\";s:2:\"95\";s:9:\"post_date\";s:19:\"2025-10-14 15:22:22\";s:13:\"post_date_gmt\";s:19:\"2024-09-13 19:18:06\";s:12:\"post_content\";s:0:\"\";s:10:\"post_title\";s:4:\"CART\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:6:\"closed\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:4:\"cart\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2025-10-14 15:22:22\";s:17:\"post_modified_gmt\";s:19:\"2025-10-14 15:22:22\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:56:\"https://lcaportalstoreg.liceclinicsofamerica.com/?p=2929\";s:10:\"menu_order\";i:3;s:9:\"post_type\";s:13:\"nav_menu_item\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";s:5:\"db_id\";i:2929;s:16:\"menu_item_parent\";s:1:\"0\";s:9:\"object_id\";s:2:\"20\";s:6:\"object\";s:4:\"page\";s:4:\"type\";s:9:\"post_type\";s:10:\"type_label\";s:4:\"Page\";s:3:\"url\";s:54:\"https://lcaportalstoreg.liceclinicsofamerica.com/cart/\";s:5:\"title\";s:4:\"CART\";s:6:\"target\";s:0:\"\";s:10:\"attr_title\";s:0:\"\";s:11:\"description\";s:0:\"\";s:7:\"classes\";a:1:{i:0;s:0:\"\";}s:3:\"xfn\";s:0:\"\";s:8:\"megamenu\";s:0:\"\";s:14:\"megamenu_width\";s:0:\"\";s:12:\"megamenu_col\";s:0:\"\";s:19:\"megamenu_text_color\";s:0:\"\";s:21:\"megamenu_text_h_color\";s:0:\"\";s:25:\"megamenu_background_image\";s:0:\"\";s:16:\"megamenu_bg_size\";s:0:\"\";s:18:\"megamenu_bg_repeat\";s:0:\"\";s:20:\"megamenu_bg_position\";s:0:\"\";s:17:\"megamenu_bg_color\";s:0:\"\";s:24:\"megamenu_highlight_label\";s:0:\"\";s:20:\"megamenu_icon_source\";a:3:{s:6:\"source\";s:4:\"none\";s:4:\"icon\";s:0:\"\";s:5:\"image\";s:0:\"\";}s:22:\"megamenu_icon_position\";s:12:\"before-label\";s:21:\"megamenu_icon_spacing\";i:5;s:18:\"megamenu_icon_view\";s:7:\"default\";s:27:\"megamenu_icon_primary_color\";s:0:\"\";s:29:\"megamenu_icon_secondary_color\";s:0:\"\";s:21:\"megamenu_icon_padding\";i:5;s:27:\"megamenu_icon_corner_radius\";a:6:{s:7:\"desktop\";a:4:{s:8:\"top-left\";s:2:\"50\";s:9:\"top-right\";s:2:\"50\";s:11:\"bottom-left\";s:2:\"50\";s:12:\"bottom-right\";s:2:\"50\";}s:6:\"tablet\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:6:\"mobile\";a:4:{s:8:\"top-left\";s:0:\"\";s:9:\"top-right\";s:0:\"\";s:11:\"bottom-left\";s:0:\"\";s:12:\"bottom-right\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:26:\"megamenu_icon_border_width\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:1:\"2\";s:5:\"right\";s:1:\"2\";s:6:\"bottom\";s:1:\"2\";s:4:\"left\";s:1:\"2\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:18:\"megamenu_icon_size\";i:20;s:20:\"megamenu_label_color\";s:0:\"\";s:23:\"megamenu_label_bg_color\";s:0:\"\";s:29:\"megamenu_column_divider_color\";s:0:\"\";s:33:\"megamenu_heading_seeparator_color\";s:0:\"\";s:20:\"megamenu_content_src\";s:0:\"\";s:20:\"megamenu_custom_text\";s:0:\"\";s:22:\"megamenu_disable_title\";s:0:\"\";s:23:\"megamenu_enable_heading\";s:0:\"\";s:21:\"megamenu_disable_link\";s:0:\"\";s:21:\"megamenu_widgets_list\";s:0:\"\";s:17:\"megamenu_template\";s:0:\"\";s:12:\"custom_width\";s:0:\"\";s:19:\"megamenu_margin_top\";s:0:\"\";s:21:\"megamenu_margin_right\";s:0:\"\";s:22:\"megamenu_margin_bottom\";s:0:\"\";s:20:\"megamenu_margin_left\";s:0:\"\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";}}}','off'),(341968,'_transient_timeout_fedex_quote_f9f5187a8d943634e4e193329d7a9ee2','1767126792','off'),(341969,'_transient_fedex_quote_f9f5187a8d943634e4e193329d7a9ee2','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"480d1031-e9da-40c0-847e-dca4f17117b5\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3878.2800000000002;s:14:\"totalNetCharge\";d:4762.0500000000002;s:19:\"totalNetFedExCharge\";d:4762.0500000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:883.76999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:28.600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:791.57000000000005;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:61.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3728.8699999999999;s:14:\"totalNetCharge\";d:1825.75;s:19:\"totalNetFedExCharge\";d:1825.75;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:371.5;s:20:\"totalFreightDiscount\";d:2274.6199999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:372.89999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1901.72;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.32;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:300.77999999999997;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:39.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:16.800000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1618\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3554.2800000000002;s:14:\"totalNetCharge\";d:1723.49;s:19:\"totalNetFedExCharge\";d:1723.49;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:337.31999999999999;s:20:\"totalFreightDiscount\";d:2168.1100000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:355.43000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1812.6800000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:284.01999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:36.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3159;s:14:\"totalNetCharge\";d:1728.05;s:19:\"totalNetFedExCharge\";d:1728.05;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:338.08999999999997;s:20:\"totalFreightDiscount\";d:1769.04;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:315.89999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1453.1400000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:284.79000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:36.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2770.1999999999998;s:14:\"totalNetCharge\";d:1522.3399999999999;s:19:\"totalNetFedExCharge\";d:1522.3399999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:303.44999999999999;s:20:\"totalFreightDiscount\";d:1551.3099999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:277.01999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1274.29;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:250.15000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:36.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2352.2399999999998;s:14:\"totalNetCharge\";d:1301.2;s:19:\"totalNetFedExCharge\";d:1301.2;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:266.20999999999998;s:20:\"totalFreightDiscount\";d:1317.25;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:235.22;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1082.03;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:14.300000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:212.91;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:36.899999999999999;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7178\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:591.03999999999996;s:14:\"totalNetCharge\";d:351.38;s:19:\"totalNetFedExCharge\";d:351.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:109.06;s:20:\"totalFreightDiscount\";d:348.72000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:283.69999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:65.019999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.279999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:55.18;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:39.600000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:321.10000000000002;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:324;}}s:13:\"ratedPackages\";a:8:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:12;s:14:\"netFedExCharge\";d:42.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.689999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:12.029999999999999;s:14:\"netFedExCharge\";d:42.869999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.869999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.109999999999999;s:10:\"netFreight\";d:29.57;s:15:\"totalSurcharges\";d:15.199999999999999;s:14:\"netFedExCharge\";d:44.770000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.770000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.5;}s:21:\"totalFreightDiscounts\";d:42.539999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1299999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.689999999999998;s:10:\"netFreight\";d:28.16;s:15:\"totalSurcharges\";d:13.99;s:14:\"netFedExCharge\";d:42.149999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.149999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.299999999999997;}s:21:\"totalFreightDiscounts\";d:40.530000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.969999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5599999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8200000000000003;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:14.539999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3700000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:5;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:13.83;s:14:\"netFedExCharge\";d:44.670000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.670000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:6;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:12.9;s:14:\"netFedExCharge\";d:43.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:7;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:14.57;s:14:\"netFedExCharge\";d:45.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.409999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4000000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(341970,'_transient_timeout_fedex_quote_be1777b96eb0f09b937c1fbdcf16c74b','1767126793','off'),(341971,'_transient_fedex_quote_be1777b96eb0f09b937c1fbdcf16c74b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"adf25995-4e66-4bca-8816-b391934a1371\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:625.88;s:14:\"totalNetCharge\";d:378.31999999999999;s:19:\"totalNetFedExCharge\";d:378.31999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:119.62;s:20:\"totalFreightDiscount\";d:367.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:298.32999999999998;s:7:\"percent\";d:47.329999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:68.849999999999994;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.850000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:59.469999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:42.299999999999997;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:338.10000000000002;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:341;}}s:13:\"ratedPackages\";a:9:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:12;s:14:\"netFedExCharge\";d:42.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.689999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:12.029999999999999;s:14:\"netFedExCharge\";d:42.869999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.869999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.5;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.4000000000000004;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:72.109999999999999;s:10:\"netFreight\";d:29.57;s:15:\"totalSurcharges\";d:15.199999999999999;s:14:\"netFedExCharge\";d:44.770000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.770000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:38.5;}s:21:\"totalFreightDiscounts\";d:42.539999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:34.609999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.9299999999999997;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1299999999999999;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:68.689999999999998;s:10:\"netFreight\";d:28.16;s:15:\"totalSurcharges\";d:13.99;s:14:\"netFedExCharge\";d:42.149999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:42.149999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.299999999999997;}s:21:\"totalFreightDiscounts\";d:40.530000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:32.969999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:7.5599999999999996;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.8200000000000003;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:14.539999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.5;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3700000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:5;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:13.83;s:14:\"netFedExCharge\";d:44.670000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:44.670000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:6;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:12.9;s:14:\"netFedExCharge\";d:43.590000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.590000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.5999999999999996;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:7;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:14.57;s:14:\"netFedExCharge\";d:45.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.409999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4000000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:8;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.840000000000003;s:10:\"netFreight\";d:16.379999999999999;s:15:\"totalSurcharges\";d:10.56;s:14:\"netFedExCharge\";d:26.940000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.940000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:17;}s:21:\"totalFreightDiscounts\";d:18.460000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:14.630000000000001;s:7:\"percent\";d:42;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.8300000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.29;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(342008,'_transient_timeout_fedex_quote_35802cbd80e66c532ee9217967af2b93','1767131923','off'),(342009,'_transient_fedex_quote_35802cbd80e66c532ee9217967af2b93','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"321bebc0-d56a-497a-8e6e-4f38a70e4a9f\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3567.0599999999999;s:14:\"totalNetCharge\";d:4385.8999999999996;s:19:\"totalNetFedExCharge\";d:4385.8999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:818.84000000000003;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:35.75;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:729.99000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:51;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3474.6799999999998;s:14:\"totalNetCharge\";d:1684.1600000000001;s:19:\"totalNetFedExCharge\";d:1684.1600000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:329.04000000000002;s:20:\"totalFreightDiscount\";d:2119.5599999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:347.47000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1772.0899999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:278.45999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3269.0599999999999;s:14:\"totalNetCharge\";d:1587.73;s:19:\"totalNetFedExCharge\";d:1587.73;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:312.80000000000001;s:20:\"totalFreightDiscount\";d:1994.1300000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:326.91000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1667.22;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:262.22000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2905.5;s:14:\"totalNetCharge\";d:1591.9300000000001;s:19:\"totalNetFedExCharge\";d:1591.9300000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:313.50999999999999;s:20:\"totalFreightDiscount\";d:1627.0799999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:290.55000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1336.53;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:262.93000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2547.9000000000001;s:14:\"totalNetCharge\";d:1402.72;s:19:\"totalNetFedExCharge\";d:1402.72;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:281.63999999999999;s:20:\"totalFreightDiscount\";d:1426.8199999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:254.78999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1172.03;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:231.06;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2163.48;s:14:\"totalNetCharge\";d:1199.3199999999999;s:19:\"totalNetFedExCharge\";d:1199.3199999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:247.38999999999999;s:20:\"totalFreightDiscount\";d:1211.55;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:216.34999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:995.20000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:196.81;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:30.600000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7178\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:549.07000000000005;s:14:\"totalNetCharge\";d:330.43000000000001;s:19:\"totalNetFedExCharge\";d:330.43000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:104.48;s:20:\"totalFreightDiscount\";d:323.12;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:262.70999999999998;s:7:\"percent\";d:47.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:60.409999999999997;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.850000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:52.43;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:34.200000000000003;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:296;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}}s:13:\"ratedPackages\";a:6:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:131.25999999999999;s:10:\"netFreight\";d:53.82;s:15:\"totalSurcharges\";d:22.379999999999999;s:14:\"netFedExCharge\";d:76.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:76.200000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34;}s:21:\"totalFreightDiscounts\";d:77.439999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:14.44;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:63;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.58;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:12.93;s:14:\"netFedExCharge\";d:43.770000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.770000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:14.57;s:14:\"netFedExCharge\";d:45.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.409999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4000000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:14.539999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.100000000000001;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3700000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:150.46000000000001;s:10:\"netFreight\";d:61.68;s:15:\"totalSurcharges\";d:29.140000000000001;s:14:\"netFedExCharge\";d:90.819999999999993;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:90.819999999999993;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:88.780000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:72.219999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:16.559999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.800000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:5;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:42.039999999999999;s:10:\"netFreight\";d:18.079999999999998;s:15:\"totalSurcharges\";d:10.92;s:14:\"netFedExCharge\";d:29;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20.399999999999999;}s:21:\"totalFreightDiscounts\";d:23.960000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:19.34;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.6200000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.6500000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(342013,'_transient_timeout_fedex_quote_f41e7ba0dc1db516de91ba6eab8b0416','1767131967','off'),(342014,'_transient_fedex_quote_f41e7ba0dc1db516de91ba6eab8b0416','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"8a572f89-c414-45ab-bfb8-52ff469ef6ef\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3567.0599999999999;s:14:\"totalNetCharge\";d:4387.3999999999996;s:19:\"totalNetFedExCharge\";d:4387.3999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:820.34000000000003;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:35.75;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:729.99000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:52.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"17\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3474.6799999999998;s:14:\"totalNetCharge\";d:1685.0599999999999;s:19:\"totalNetFedExCharge\";d:1685.0599999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:329.94;s:20:\"totalFreightDiscount\";d:2119.5599999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:347.47000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1772.0899999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:278.45999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:31.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1617\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:3269.0599999999999;s:14:\"totalNetCharge\";d:1588.6300000000001;s:19:\"totalNetFedExCharge\";d:1588.6300000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:313.69999999999999;s:20:\"totalFreightDiscount\";d:1994.1300000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:326.91000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1667.22;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:262.22000000000003;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:31.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1414\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2905.5;s:14:\"totalNetCharge\";d:1592.8299999999999;s:19:\"totalNetFedExCharge\";d:1592.8299999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:314.41000000000003;s:20:\"totalFreightDiscount\";d:1627.0799999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:290.55000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1336.53;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:262.93000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:31.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"15\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2547.9000000000001;s:14:\"totalNetCharge\";d:1403.6199999999999;s:19:\"totalNetFedExCharge\";d:1403.6199999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:282.54000000000002;s:20:\"totalFreightDiscount\";d:1426.8199999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:254.78999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:1172.03;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:231.06;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:31.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6111\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:2163.48;s:14:\"totalNetCharge\";d:1200.22;s:19:\"totalNetFedExCharge\";d:1200.22;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"08\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:248.28999999999999;s:20:\"totalFreightDiscount\";d:1211.55;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:216.34999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:995.20000000000005;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:6:\"amount\";d:17.879999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:196.81;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:31.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7178\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:549.07000000000005;s:14:\"totalNetCharge\";d:330.43000000000001;s:19:\"totalNetFedExCharge\";d:330.43000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"8\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:104.48;s:20:\"totalFreightDiscount\";d:323.12;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:262.70999999999998;s:7:\"percent\";d:47.670000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:60.409999999999997;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:17.850000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:52.43;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:34.200000000000003;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:296;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:298;}}s:13:\"ratedPackages\";a:6:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:131.25999999999999;s:10:\"netFreight\";d:53.82;s:15:\"totalSurcharges\";d:22.379999999999999;s:14:\"netFedExCharge\";d:76.200000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:76.200000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:34;}s:21:\"totalFreightDiscounts\";d:77.439999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:14.44;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:63;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.58;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:12.93;s:14:\"netFedExCharge\";d:43.770000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:43.770000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.6299999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:75.230000000000004;s:10:\"netFreight\";d:30.84;s:15:\"totalSurcharges\";d:14.57;s:14:\"netFedExCharge\";d:45.409999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.409999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.799999999999997;}s:21:\"totalFreightDiscounts\";d:44.390000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:36.109999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2799999999999994;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.4000000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:3;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:74.849999999999994;s:10:\"netFreight\";d:30.690000000000001;s:15:\"totalSurcharges\";d:14.539999999999999;s:14:\"netFedExCharge\";d:45.229999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.229999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.100000000000001;}s:21:\"totalFreightDiscounts\";d:44.159999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:35.93;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:8.2300000000000004;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.3700000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:4;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:150.46000000000001;s:10:\"netFreight\";d:61.68;s:15:\"totalSurcharges\";d:29.140000000000001;s:14:\"netFedExCharge\";d:90.819999999999993;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:90.819999999999993;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:41.899999999999999;}s:21:\"totalFreightDiscounts\";d:88.780000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:72.219999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:16.559999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.1399999999999997;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:14.800000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:7.2000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:5;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:42.039999999999999;s:10:\"netFreight\";d:18.079999999999998;s:15:\"totalSurcharges\";d:10.92;s:14:\"netFedExCharge\";d:29;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:20.399999999999999;}s:21:\"totalFreightDiscounts\";d:23.960000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:19.34;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.6200000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:16:\"SIGNATURE_OPTION\";s:11:\"description\";s:25:\"Direct signature required\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.5699999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.6500000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"PDX\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:6:\"DIRECT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-23\";s:7:\"encoded\";b:0;}}','off'),(342192,'_transient_timeout_wc_memberships_public_content','1767176343','off'),(342193,'_transient_wc_memberships_public_content','a:1:{s:4:\"page\";a:3:{i:0;i:115;i:1;i:16;i:2;i:22;}}','off'),(342237,'_transient_timeout_fedex_quote_26cb0ad51f7d5db1cd1d9a5580ad0048','1767187441','off'),(342238,'_transient_fedex_quote_26cb0ad51f7d5db1cd1d9a5580ad0048','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"61bf1d2d-0905-4058-8021-f2857b3f830f\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:347.68000000000001;s:14:\"totalNetCharge\";d:426.61000000000001;s:19:\"totalNetFedExCharge\";d:426.61000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:78.930000000000007;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.829999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:347.68000000000001;s:10:\"netFreight\";d:347.68000000000001;s:15:\"totalSurcharges\";d:78.930000000000007;s:14:\"netFedExCharge\";d:426.61000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:426.61000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70.829999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:316.68000000000001;s:14:\"totalNetCharge\";d:154.63;s:19:\"totalNetFedExCharge\";d:154.63;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31.129999999999999;s:20:\"totalFreightDiscount\";d:193.18000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:31.670000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:161.50999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:25.43;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:316.68000000000001;s:10:\"netFreight\";d:123.5;s:15:\"totalSurcharges\";d:31.129999999999999;s:14:\"netFedExCharge\";d:154.63;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:154.63;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:193.18000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:161.50999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:31.670000000000002;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:25.43;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:294.94;s:14:\"totalNetCharge\";d:144.44999999999999;s:19:\"totalNetFedExCharge\";d:144.44999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:29.420000000000002;s:20:\"totalFreightDiscount\";d:179.91;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:29.489999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:150.41999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.719999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:294.94;s:10:\"netFreight\";d:115.03;s:15:\"totalSurcharges\";d:29.420000000000002;s:14:\"netFedExCharge\";d:144.44999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:144.44999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:179.91;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:150.41999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:29.489999999999998;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:23.719999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:137.88999999999999;s:14:\"totalNetCharge\";d:79.079999999999998;s:19:\"totalNetFedExCharge\";d:79.079999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:18.41;s:20:\"totalFreightDiscount\";d:77.219999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:13.789999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:63.43;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.710000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:137.88999999999999;s:10:\"netFreight\";d:60.670000000000002;s:15:\"totalSurcharges\";d:18.41;s:14:\"netFedExCharge\";d:79.079999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:79.079999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:77.219999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:63.43;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:13.789999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.710000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:111.56;s:14:\"totalNetCharge\";d:65.140000000000001;s:19:\"totalNetFedExCharge\";d:65.140000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:194;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:16.059999999999999;s:20:\"totalFreightDiscount\";d:62.479999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:11.16;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:51.32;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.359999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:111.56;s:10:\"netFreight\";d:49.079999999999998;s:15:\"totalSurcharges\";d:16.059999999999999;s:14:\"netFedExCharge\";d:65.140000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:65.140000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:62.479999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:51.32;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:11.16;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.359999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:101.2;s:14:\"totalNetCharge\";d:59.670000000000002;s:19:\"totalNetFedExCharge\";d:59.670000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:139;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:15.140000000000001;s:20:\"totalFreightDiscount\";d:56.670000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:10.119999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:46.549999999999997;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.4399999999999995;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:101.2;s:10:\"netFreight\";d:44.530000000000001;s:15:\"totalSurcharges\";d:15.140000000000001;s:14:\"netFedExCharge\";d:59.670000000000002;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:59.670000000000002;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}s:21:\"totalFreightDiscounts\";d:56.670000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:46.549999999999997;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:10.119999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.4399999999999995;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:3.6000000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:29.09;s:14:\"totalNetCharge\";d:18.09;s:19:\"totalNetFedExCharge\";d:18.09;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:6.1600000000000001;s:20:\"totalFreightDiscount\";d:17.16;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:13.960000000000001;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.5600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:11.93;s:15:\"totalSurcharges\";d:6.1600000000000001;s:14:\"netFedExCharge\";d:18.09;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.09;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:17.16;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.960000000000001;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.5600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342239,'_transient_timeout_fedex_quote_6acdf60a1a0f2eaec199573a120296b7','1767187442','off'),(342240,'_transient_fedex_quote_6acdf60a1a0f2eaec199573a120296b7','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"a20eb8a0-cb43-4dab-b1ff-c907a477e51b\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:155.88;s:14:\"totalNetCharge\";d:189.97;s:19:\"totalNetFedExCharge\";d:189.97;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.090000000000003;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:31.989999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:155.88;s:10:\"netFreight\";d:155.88;s:15:\"totalSurcharges\";d:34.090000000000003;s:14:\"netFedExCharge\";d:189.97;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:189.97;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:31.989999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:124.88;s:14:\"totalNetCharge\";d:61.090000000000003;s:19:\"totalNetFedExCharge\";d:61.090000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:12.390000000000001;s:20:\"totalFreightDiscount\";d:76.180000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:12.49;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:63.689999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.289999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:124.88;s:10:\"netFreight\";d:48.700000000000003;s:15:\"totalSurcharges\";d:12.390000000000001;s:14:\"netFedExCharge\";d:61.090000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:61.090000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:76.180000000000007;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:63.689999999999998;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:12.49;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:10.289999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:113.34;s:14:\"totalNetCharge\";d:55.689999999999998;s:19:\"totalNetFedExCharge\";d:55.689999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:11.48;s:20:\"totalFreightDiscount\";d:69.129999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:11.33;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:57.799999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.3800000000000008;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:113.34;s:10:\"netFreight\";d:44.210000000000001;s:15:\"totalSurcharges\";d:11.48;s:14:\"netFedExCharge\";d:55.689999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:55.689999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:69.129999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:57.799999999999997;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:11.33;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.3800000000000008;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:47.829999999999998;s:14:\"totalNetCharge\";d:29.489999999999998;s:19:\"totalNetFedExCharge\";d:29.489999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:7.0700000000000003;s:20:\"totalFreightDiscount\";d:25.41;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:4.7800000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:20.629999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.9699999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:47.829999999999998;s:10:\"netFreight\";d:22.420000000000002;s:15:\"totalSurcharges\";d:7.0700000000000003;s:14:\"netFedExCharge\";d:29.489999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.489999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:25.41;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:4.7800000000000002;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:20.629999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.9699999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:38.68;s:14:\"totalNetCharge\";d:26.309999999999999;s:19:\"totalNetFedExCharge\";d:26.309999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:6.5300000000000002;s:20:\"totalFreightDiscount\";d:18.899999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:3.8700000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.029999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.4299999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:38.68;s:10:\"netFreight\";d:19.780000000000001;s:15:\"totalSurcharges\";d:6.5300000000000002;s:14:\"netFedExCharge\";d:26.309999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:26.309999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:18.899999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:3.8700000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:15.029999999999999;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.4299999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:35.399999999999999;s:14:\"totalNetCharge\";d:24.350000000000001;s:19:\"totalNetFedExCharge\";d:24.350000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:6.2000000000000002;s:20:\"totalFreightDiscount\";d:17.25;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:3.54;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:13.710000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.0999999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:35.399999999999999;s:10:\"netFreight\";d:18.149999999999999;s:15:\"totalSurcharges\";d:6.2000000000000002;s:14:\"netFedExCharge\";d:24.350000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:24.350000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:6;}s:21:\"totalFreightDiscounts\";d:17.25;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:3.54;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:13.710000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.0999999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342241,'_transient_timeout_fedex_quote_f530ef0a0d210775f8f2a8db4fa74263','1767187442','off'),(342242,'_transient_fedex_quote_f530ef0a0d210775f8f2a8db4fa74263','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"fed5f5f5-d88a-4a38-833a-c74ee6d27d6b\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:45.420000000000002;s:14:\"totalNetCharge\";d:30.329999999999998;s:19:\"totalNetFedExCharge\";d:30.329999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:8.3300000000000001;s:20:\"totalFreightDiscount\";d:23.420000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:20.219999999999999;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:35.600000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:37;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:11.93;s:15:\"totalSurcharges\";d:6.1600000000000001;s:14:\"netFedExCharge\";d:18.09;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.09;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:17.16;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.960000000000001;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.5600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:16.329999999999998;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1699999999999999;s:14:\"netFedExCharge\";d:12.24;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.24;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:5.5;}s:21:\"totalFreightDiscounts\";d:6.2599999999999998;s:16:\"freightDiscounts\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:6.2599999999999998;s:7:\"percent\";d:39;}}s:10:\"surcharges\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342243,'_transient_timeout_fedex_quote_8c49ad4220acea48f4e0a7db7ffc928c','1767187460','off'),(342244,'_transient_fedex_quote_8c49ad4220acea48f4e0a7db7ffc928c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"421506a1-8fa3-4842-8542-c105f0d922e6\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:734.89999999999998;s:19:\"totalNetFedExCharge\";d:734.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:136.69;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:121.98999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:250.40000000000001;s:19:\"totalNetFedExCharge\";d:250.40000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:51.600000000000001;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:41.100000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:236.00999999999999;s:19:\"totalNetFedExCharge\";d:236.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:49.18;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:38.68;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:128.05000000000001;s:19:\"totalNetFedExCharge\";d:128.05000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:20.5;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:105.75;s:19:\"totalNetFedExCharge\";d:105.75;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:27.239999999999998;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.739999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:100.63;s:19:\"totalNetFedExCharge\";d:100.63;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:26.379999999999999;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:15.880000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:33.030000000000001;s:19:\"totalNetFedExCharge\";d:33.030000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:11.029999999999999;s:20:\"totalFreightDiscount\";d:26.100000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.940000000000001;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.1600000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:11.93;s:15:\"totalSurcharges\";d:6.1600000000000001;s:14:\"netFedExCharge\";d:18.09;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.09;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:17.16;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.960000000000001;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.5600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:4.8700000000000001;s:14:\"netFedExCharge\";d:14.94;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:14.94;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:0.95999999999999996;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.9800000000000004;s:7:\"percent\";d:42;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342248,'_transient_timeout_fedex_quote_8b04cac49ae4cd56f6db4ad0066fb21c','1767187523','off'),(342249,'_transient_fedex_quote_8b04cac49ae4cd56f6db4ad0066fb21c','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"b82a8d61-dbb4-4225-aa9c-4b2719316e72\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342253,'_transient_timeout_fedex_address_validation_06e4bc93e5b0e7de067ad82cdcbb4631','1774358726','off'),(342254,'_transient_fedex_address_validation_06e4bc93e5b0e7de067ad82cdcbb4631','BUSINESS','off'),(342255,'_transient_timeout_fedex_quote_3bf016dc7383806cf57a99d293d46321','1767187527','off'),(342256,'_transient_fedex_quote_3bf016dc7383806cf57a99d293d46321','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"043b798f-2e38-4543-8668-a169baf30d86\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:734.89999999999998;s:19:\"totalNetFedExCharge\";d:734.89999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:136.69;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:121.98999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:250.40000000000001;s:19:\"totalNetFedExCharge\";d:250.40000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:51.600000000000001;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:41.100000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:236.00999999999999;s:19:\"totalNetFedExCharge\";d:236.00999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:49.18;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:38.68;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:128.05000000000001;s:19:\"totalNetFedExCharge\";d:128.05000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:31;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:20.5;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:105.75;s:19:\"totalNetFedExCharge\";d:105.75;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:27.239999999999998;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.739999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:100.63;s:19:\"totalNetFedExCharge\";d:100.63;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:26.379999999999999;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:15.880000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:33.030000000000001;s:19:\"totalNetFedExCharge\";d:33.030000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:11.029999999999999;s:20:\"totalFreightDiscount\";d:26.100000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.940000000000001;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.1600000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:4.7300000000000004;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:11.93;s:15:\"totalSurcharges\";d:6.1600000000000001;s:14:\"netFedExCharge\";d:18.09;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:18.09;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:17.16;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.960000000000001;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.5600000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:4.8700000000000001;s:14:\"netFedExCharge\";d:14.94;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:14.94;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:0.95999999999999996;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.9800000000000004;s:7:\"percent\";d:42;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342259,'_transient_timeout_fedex_address_validation_5c3d2389ff7d86997c505dce1e3fd12e','1767187562','off'),(342260,'_transient_fedex_address_validation_5c3d2389ff7d86997c505dce1e3fd12e','UNKNOWN','off'),(342261,'_transient_timeout_fedex_address_validation_6c731c15f91b0b287e996e9429ed9b5b','1774358763','off'),(342262,'_transient_fedex_address_validation_6c731c15f91b0b287e996e9429ed9b5b','MIXED','off'),(342263,'_transient_timeout_fedex_quote_d4a1d544264be361792620a47feb98dd','1767187563','off'),(342264,'_transient_fedex_quote_d4a1d544264be361792620a47feb98dd','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"ba6ae45c-5486-4dad-bec1-2d0a5aa48ad6\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342265,'_transient_timeout_fedex_quote_c8efa0e490da0ccd804eeb247ce4c4e6','1767187564','off'),(342266,'_transient_fedex_quote_c8efa0e490da0ccd804eeb247ce4c4e6','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7c1b70a3-f6a0-46d7-9f4d-aae81f34d54a\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342267,'_transient_timeout_fedex_address_validation_2beb24f5636c324ddc47f0426ad47a44','1774358768','off'),(342268,'_transient_fedex_address_validation_2beb24f5636c324ddc47f0426ad47a44','MIXED','off'),(342269,'_transient_timeout_fedex_quote_6eba0c2436d915658fb16a1c1bb9e4d1','1767187570','off'),(342270,'_transient_fedex_quote_6eba0c2436d915658fb16a1c1bb9e4d1','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"2213f0db-07bc-40d4-a20f-881a6be11fc8\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:31:\"DESTINATION.POSTALCITY.MISMATCH\";s:7:\"message\";s:119:\"The Destination Postal Code is not valid for the Destination City entered. Please verify the information and try again.\";s:9:\"alertType\";s:7:\"WARNING\";}i:1;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342271,'_transient_timeout_fedex_address_validation_289f09697aefed64124b3443aae7218f','1774358783','off'),(342272,'_transient_fedex_address_validation_289f09697aefed64124b3443aae7218f','MIXED','off'),(342273,'_transient_timeout_fedex_quote_5bafb74b91f80f5c6f620432e88d255a','1767187584','off'),(342274,'_transient_fedex_quote_5bafb74b91f80f5c6f620432e88d255a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"62f3a99e-4b1c-4d8c-8026-2102d3c70166\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342278,'_transient_timeout_fedex_quote_b6583369d0c0f2e4b74ffbb20bed20cd','1767187585','off'),(342279,'_transient_fedex_quote_b6583369d0c0f2e4b74ffbb20bed20cd','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"12d9ea60-9d06-43ea-8d55-669bc374a002\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:598.21000000000004;s:14:\"totalNetCharge\";d:750.64999999999998;s:19:\"totalNetFedExCharge\";d:750.64999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:152.44;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:124.64;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:509.75999999999999;s:14:\"totalNetCharge\";d:258.30000000000001;s:19:\"totalNetFedExCharge\";d:258.30000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:59.5;s:20:\"totalFreightDiscount\";d:310.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.979999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.98000000000002;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:42.439999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1530\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:479.05000000000001;s:14:\"totalNetCharge\";d:243.90000000000001;s:19:\"totalNetFedExCharge\";d:243.90000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.07;s:20:\"totalFreightDiscount\";d:292.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:47.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:244.31999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:40.009999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1327\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:220.56999999999999;s:14:\"totalNetCharge\";d:135.94999999999999;s:19:\"totalNetFedExCharge\";d:135.94999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:38.899999999999999;s:20:\"totalFreightDiscount\";d:123.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:22.059999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:101.45999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:21.84;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"8\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:178.44;s:14:\"totalNetCharge\";d:113.65000000000001;s:19:\"totalNetFedExCharge\";d:113.65000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:35.140000000000001;s:20:\"totalFreightDiscount\";d:99.930000000000007;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:17.850000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:82.079999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:18.079999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6024\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:5:\"MIXED\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:168.72999999999999;s:14:\"totalNetCharge\";d:108.53;s:19:\"totalNetFedExCharge\";d:108.53;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"04\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:34.280000000000001;s:20:\"totalFreightDiscount\";d:94.480000000000004;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:16.870000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:77.609999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:6.5599999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:17.219999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:4.2000000000000002;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:49;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7171\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:48.100000000000001;s:14:\"totalNetCharge\";d:42.530000000000001;s:19:\"totalNetFedExCharge\";d:42.530000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"4\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.949999999999999;s:20:\"totalFreightDiscount\";d:25.52;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:21.170000000000002;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:4.3499999999999996;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.4100000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:5.9400000000000004;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:1.3;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:45;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:46;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:29.09;s:10:\"netFreight\";d:12.51;s:15:\"totalSurcharges\";d:10.69;s:14:\"netFedExCharge\";d:23.199999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.199999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:30.100000000000001;}s:21:\"totalFreightDiscounts\";d:16.579999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.2000000000000002;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:13.380000000000001;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.4700000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.6000000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:19.010000000000002;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:9.2599999999999998;s:14:\"netFedExCharge\";d:19.329999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.329999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:14.9;}s:21:\"totalFreightDiscounts\";d:8.9399999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.1499999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.79;s:7:\"percent\";d:41;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9399999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.9700000000000002;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:0.65000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"DFW\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342311,'_transient_timeout_fedex_quote_e30d75457159a9a0ab0e58ab17cca953','1767191685','off'),(342312,'_transient_fedex_quote_e30d75457159a9a0ab0e58ab17cca953','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"6ffa915a-022b-4870-b7ef-18f12208e481\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1859.3499999999999;s:14:\"totalNetCharge\";d:2250.3899999999999;s:19:\"totalNetFedExCharge\";d:2250.3899999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:391.04000000000002;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:376.94;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1795.8;s:14:\"totalNetCharge\";d:851.90999999999997;s:19:\"totalNetFedExCharge\";d:851.90999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:151.55000000000001;s:20:\"totalFreightDiscount\";d:1095.4400000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:179.58000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:915.86000000000001;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:142.25;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1758.9000000000001;s:14:\"totalNetCharge\";d:834.60000000000002;s:19:\"totalNetFedExCharge\";d:834.60000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:148.63;s:20:\"totalFreightDiscount\";d:1072.9300000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:175.88999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:897.03999999999996;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:139.33000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1201.3;s:14:\"totalNetCharge\";d:645.33000000000004;s:19:\"totalNetFedExCharge\";d:645.33000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:116.76000000000001;s:20:\"totalFreightDiscount\";d:672.73000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:120.13;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:552.60000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:107.45999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:938.89999999999998;s:14:\"totalNetCharge\";d:506.5;s:19:\"totalNetFedExCharge\";d:506.5;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.379999999999995;s:20:\"totalFreightDiscount\";d:525.77999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.890000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:431.88999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:84.079999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:832.29999999999995;s:14:\"totalNetCharge\";d:450.08999999999997;s:19:\"totalNetFedExCharge\";d:450.08999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:83.879999999999995;s:20:\"totalFreightDiscount\";d:466.08999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:83.230000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:382.86000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:74.579999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7172\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:219.84999999999999;s:14:\"totalNetCharge\";d:122.95;s:19:\"totalNetFedExCharge\";d:122.95;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:32.850000000000001;s:20:\"totalFreightDiscount\";d:129.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:105.55;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.199999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.350000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:201.5;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:205;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:219.84999999999999;s:10:\"netFreight\";d:90.099999999999994;s:15:\"totalSurcharges\";d:32.850000000000001;s:14:\"netFedExCharge\";d:122.95;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:122.95;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:129.75;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:24.199999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:105.55;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.350000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342313,'_transient_timeout_fedex_quote_6213255779a13f6c221471d62f793928','1767191686','off'),(342314,'_transient_fedex_quote_6213255779a13f6c221471d62f793928','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"323cd30e-e377-41f5-bcef-8cbc641f68e3\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:273.13;s:14:\"totalNetCharge\";d:335.45999999999998;s:19:\"totalNetFedExCharge\";d:335.45999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:62.329999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.729999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:273.13;s:10:\"netFreight\";d:273.13;s:15:\"totalSurcharges\";d:62.329999999999998;s:14:\"netFedExCharge\";d:335.45999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:335.45999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:55.729999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:242.13;s:14:\"totalNetCharge\";d:118.78;s:19:\"totalNetFedExCharge\";d:118.78;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:24.350000000000001;s:20:\"totalFreightDiscount\";d:147.69999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:24.210000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:123.48999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.550000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:242.13;s:10:\"netFreight\";d:94.430000000000007;s:15:\"totalSurcharges\";d:24.350000000000001;s:14:\"netFedExCharge\";d:118.78;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:118.78;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:147.69999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:123.48999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:24.210000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:19.550000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:209.00999999999999;s:14:\"totalNetCharge\";d:103.23999999999999;s:19:\"totalNetFedExCharge\";d:103.23999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:21.73;s:20:\"totalFreightDiscount\";d:127.5;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:20.899999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:106.59999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:209.00999999999999;s:10:\"netFreight\";d:81.510000000000005;s:15:\"totalSurcharges\";d:21.73;s:14:\"netFedExCharge\";d:103.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:103.23999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:127.5;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:106.59999999999999;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:20.899999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:16.93;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:126.36;s:14:\"totalNetCharge\";d:72.069999999999993;s:19:\"totalNetFedExCharge\";d:72.069999999999993;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:16.48;s:20:\"totalFreightDiscount\";d:70.769999999999996;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:12.640000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:58.130000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.68;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:126.36;s:10:\"netFreight\";d:55.590000000000003;s:15:\"totalSurcharges\";d:16.48;s:14:\"netFedExCharge\";d:72.069999999999993;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:72.069999999999993;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:70.769999999999996;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:58.130000000000003;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:12.640000000000001;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.68;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:104.81;s:14:\"totalNetCharge\";d:60.68;s:19:\"totalNetFedExCharge\";d:60.68;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:14.56;s:20:\"totalFreightDiscount\";d:58.689999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:10.48;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:48.210000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.7599999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:104.81;s:10:\"netFreight\";d:46.119999999999997;s:15:\"totalSurcharges\";d:14.56;s:14:\"netFedExCharge\";d:60.68;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:60.68;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:58.689999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:48.210000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:10.48;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:9.7599999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:21:\"FEDEX_EXTRA_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:84.290000000000006;s:14:\"totalNetCharge\";d:49.829999999999998;s:19:\"totalNetFedExCharge\";d:49.829999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:12.74;s:20:\"totalFreightDiscount\";d:47.200000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:8.4299999999999997;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:38.770000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.9400000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:84.290000000000006;s:10:\"netFreight\";d:37.090000000000003;s:15:\"totalSurcharges\";d:12.74;s:14:\"netFedExCharge\";d:49.829999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:49.829999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:16;}s:21:\"totalFreightDiscounts\";d:47.200000000000003;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:38.770000000000003;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:8.4299999999999997;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.9400000000000004;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:2.7000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342315,'_transient_timeout_fedex_quote_d9a91d91950a94ee6977f2fff81d3f6a','1767191687','off'),(342316,'_transient_fedex_quote_d9a91d91950a94ee6977f2fff81d3f6a','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"72733592-d018-42a6-bbef-7f912aff2214\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:241.83000000000001;s:14:\"totalNetCharge\";d:138.19999999999999;s:19:\"totalNetFedExCharge\";d:138.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:37.770000000000003;s:20:\"totalFreightDiscount\";d:141.40000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:114.78;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:26.620000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:21.57;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:16.199999999999999;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:217.40000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:221;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:219.84999999999999;s:10:\"netFreight\";d:90.099999999999994;s:15:\"totalSurcharges\";d:32.850000000000001;s:14:\"netFedExCharge\";d:122.95;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:122.95;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:129.75;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:24.199999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:105.55;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.350000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:21.98;s:10:\"netFreight\";d:10.33;s:15:\"totalSurcharges\";d:4.9199999999999999;s:14:\"netFedExCharge\";d:15.25;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:15.25;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:15.9;}s:21:\"totalFreightDiscounts\";d:11.65;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:9.2300000000000004;s:7:\"percent\";d:42;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:2.4199999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.2200000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342317,'_transient_timeout_fedex_quote_8761eba886eb974a2c301b7a044cbbb8','1767191693','off'),(342318,'_transient_fedex_quote_8761eba886eb974a2c301b7a044cbbb8','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"a3635655-4c8a-4e14-904e-5e47258367a4\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1850.28;s:14:\"totalNetCharge\";d:2240.9899999999998;s:19:\"totalNetFedExCharge\";d:2240.9899999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:390.70999999999998;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:375.11000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1787.04;s:14:\"totalNetCharge\";d:848.71000000000004;s:19:\"totalNetFedExCharge\";d:848.71000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:151.75999999999999;s:20:\"totalFreightDiscount\";d:1090.0899999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:178.69999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:911.38999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:141.56;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1750.3199999999999;s:14:\"totalNetCharge\";d:831.49000000000001;s:19:\"totalNetFedExCharge\";d:831.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:148.86000000000001;s:20:\"totalFreightDiscount\";d:1067.6900000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:175.03;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:892.65999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:138.66;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1195.4400000000001;s:14:\"totalNetCharge\";d:643.13999999999999;s:19:\"totalNetFedExCharge\";d:643.13999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:117.14;s:20:\"totalFreightDiscount\";d:669.44000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:119.54000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:549.89999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:106.94;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:934.32000000000005;s:14:\"totalNetCharge\";d:504.97000000000003;s:19:\"totalNetFedExCharge\";d:504.97000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:93.870000000000005;s:20:\"totalFreightDiscount\";d:523.22000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:93.430000000000007;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:429.79000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:83.670000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:828.24000000000001;s:14:\"totalNetCharge\";d:448.85000000000002;s:19:\"totalNetFedExCharge\";d:448.85000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:84.420000000000002;s:20:\"totalFreightDiscount\";d:463.81;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:82.819999999999993;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:380.99000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:74.219999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7172\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:218.34;s:14:\"totalNetCharge\";d:122.20999999999999;s:19:\"totalNetFedExCharge\";d:122.20999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:32.719999999999999;s:20:\"totalFreightDiscount\";d:128.84999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:104.81999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:24.030000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.219999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:200.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:204;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:72.079999999999998;s:15:\"totalSurcharges\";d:26.280000000000001;s:14:\"netFedExCharge\";d:98.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:98.359999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:103.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:42.460000000000001;s:10:\"netFreight\";d:17.41;s:15:\"totalSurcharges\";d:6.4400000000000004;s:14:\"netFedExCharge\";d:23.850000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.850000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:25.050000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:20.379999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.6699999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.7400000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342319,'_transient_timeout_fedex_quote_ba4a4e6ca43154cbc639b5595afb26a9','1767191694','off'),(342320,'_transient_fedex_quote_ba4a4e6ca43154cbc639b5595afb26a9','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"e0944b04-2e16-4820-9565-a9419a012d6d\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:6:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:184.66;s:14:\"totalNetCharge\";d:224.58000000000001;s:19:\"totalNetFedExCharge\";d:224.58000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:39.920000000000002;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.82;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"12\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":13:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:184.66;s:10:\"netFreight\";d:184.66;s:15:\"totalSurcharges\";d:39.920000000000002;s:14:\"netFedExCharge\";d:224.58000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:224.58000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:0;s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:37.82;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:153.66;s:14:\"totalNetCharge\";d:74.579999999999998;s:19:\"totalNetFedExCharge\";d:74.579999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:14.66;s:20:\"totalFreightDiscount\";d:93.739999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:15.369999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:78.370000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.56;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1552\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:153.66;s:10:\"netFreight\";d:59.920000000000002;s:15:\"totalSurcharges\";d:14.66;s:14:\"netFedExCharge\";d:74.579999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:74.579999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:93.739999999999995;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:78.370000000000005;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:15.369999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:12.56;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:141.05000000000001;s:14:\"totalNetCharge\";d:68.659999999999997;s:19:\"totalNetFedExCharge\";d:68.659999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:13.66;s:20:\"totalFreightDiscount\";d:86.049999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:14.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:71.939999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.56;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1349\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:141.05000000000001;s:10:\"netFreight\";d:55;s:15:\"totalSurcharges\";d:13.66;s:14:\"netFedExCharge\";d:68.659999999999997;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:68.659999999999997;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:86.049999999999997;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:71.939999999999998;s:7:\"percent\";d:51;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:14.109999999999999;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:11.56;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:81.140000000000001;s:14:\"totalNetCharge\";d:45.469999999999999;s:19:\"totalNetFedExCharge\";d:45.469999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:9.7599999999999998;s:20:\"totalFreightDiscount\";d:45.43;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:8.1099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:37.32;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.6600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"10\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:81.140000000000001;s:10:\"netFreight\";d:35.710000000000001;s:15:\"totalSurcharges\";d:9.7599999999999998;s:14:\"netFedExCharge\";d:45.469999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:45.469999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:45.43;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:37.32;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:8.1099999999999994;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:7.6600000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:67.299999999999997;s:14:\"totalNetCharge\";d:38.130000000000003;s:19:\"totalNetFedExCharge\";d:38.130000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:8.5199999999999996;s:20:\"totalFreightDiscount\";d:37.689999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:6.7300000000000004;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:30.960000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4199999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6046\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:67.299999999999997;s:10:\"netFreight\";d:29.609999999999999;s:15:\"totalSurcharges\";d:8.5199999999999996;s:14:\"netFedExCharge\";d:38.130000000000003;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:38.130000000000003;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:37.689999999999998;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:30.960000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:6.7300000000000004;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:6.4199999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:15:\"FEDEX_LARGE_BOX\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:50.960000000000001;s:14:\"totalNetCharge\";d:29.489999999999998;s:19:\"totalNetFedExCharge\";d:29.489999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:7.0700000000000003;s:20:\"totalFreightDiscount\";d:28.539999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:5.0999999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.440000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.9699999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:50.960000000000001;s:10:\"netFreight\";d:22.420000000000002;s:15:\"totalSurcharges\";d:7.0700000000000003;s:14:\"netFedExCharge\";d:29.489999999999998;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:29.489999999999998;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:8;}s:21:\"totalFreightDiscounts\";d:28.539999999999999;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:23.440000000000001;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:16:\"Automation Bonus\";s:6:\"amount\";d:5.0999999999999996;s:7:\"percent\";d:10;}}s:10:\"surcharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:4.9699999999999998;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:0;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342321,'_transient_timeout_fedex_quote_006d21db7aad665e902ebd0da58cb70d','1767191695','off'),(342322,'_transient_fedex_quote_006d21db7aad665e902ebd0da58cb70d','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"98b793bc-9457-4eaa-bf9d-bcd25c14f616\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:237.05000000000001;s:14:\"totalNetCharge\";d:134.44999999999999;s:19:\"totalNetFedExCharge\";d:134.44999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:34.890000000000001;s:20:\"totalFreightDiscount\";d:137.49000000000001;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:112.12;s:7:\"percent\";d:45;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:25.370000000000001;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:21.390000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:208.80000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:212;}}s:13:\"ratedPackages\";a:3:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:72.079999999999998;s:15:\"totalSurcharges\";d:26.280000000000001;s:14:\"netFedExCharge\";d:98.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:98.359999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:103.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:42.460000000000001;s:10:\"netFreight\";d:17.41;s:15:\"totalSurcharges\";d:6.4400000000000004;s:14:\"netFedExCharge\";d:23.850000000000001;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:23.850000000000001;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:39.700000000000003;}s:21:\"totalFreightDiscounts\";d:25.050000000000001;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:20.379999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:4.6699999999999999;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.7400000000000002;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:2;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:18.710000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1699999999999999;s:14:\"netFedExCharge\";d:12.24;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.24;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:7.9000000000000004;}s:21:\"totalFreightDiscounts\";d:8.6400000000000006;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.3400000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.2999999999999998;s:7:\"percent\";d:39;}}s:10:\"surcharges\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342323,'_transient_timeout_fedex_quote_dab713c7e0d8f5ca7aff4517a3847e60','1767191702','off'),(342324,'_transient_fedex_quote_dab713c7e0d8f5ca7aff4517a3847e60','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"f151e194-61b9-4ddc-9cd4-35a2d4a128f1\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1777.72;s:14:\"totalNetCharge\";d:2152.23;s:19:\"totalNetFedExCharge\";d:2152.23;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:374.50999999999999;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:360.41000000000003;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:12;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1716.96;s:14:\"totalNetCharge\";d:814.92999999999995;s:19:\"totalNetFedExCharge\";d:814.92999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:145.31999999999999;s:20:\"totalFreightDiscount\";d:1047.3499999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:171.69999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:875.64999999999998;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:136.02000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1681.6800000000001;s:14:\"totalNetCharge\";d:798.38;s:19:\"totalNetFedExCharge\";d:798.38;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:142.53;s:20:\"totalFreightDiscount\";d:1025.8299999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:168.16999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:857.65999999999997;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:133.22999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1148.5599999999999;s:14:\"totalNetCharge\";d:617.41999999999996;s:19:\"totalNetFedExCharge\";d:617.41999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:112.06;s:20:\"totalFreightDiscount\";d:643.20000000000005;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:114.86;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:528.34000000000003;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:102.76000000000001;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:16:\"MPS.EXPRESS.NOTE\";s:7:\"message\";s:28:\"HundredWeight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:897.67999999999995;s:14:\"totalNetCharge\";d:484.69;s:19:\"totalNetFedExCharge\";d:484.69;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:89.709999999999994;s:20:\"totalFreightDiscount\";d:502.69999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:89.769999999999996;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:412.93000000000001;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:80.409999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.2000000000000002;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:810.26999999999998;s:14:\"totalNetCharge\";d:454.86000000000001;s:19:\"totalNetFedExCharge\";d:454.86000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:98.310000000000002;s:20:\"totalFreightDiscount\";d:453.72000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:81.010000000000005;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:372.70999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:74.310000000000002;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:13.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:10.5;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:15:\"MPS.GROUND.NOTE\";s:7:\"message\";s:26:\"Multiweight rated shipment\";}i:1;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:210.47999999999999;s:14:\"totalNetCharge\";d:118.29000000000001;s:19:\"totalNetFedExCharge\";d:118.29000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:32.030000000000001;s:20:\"totalFreightDiscount\";d:124.22;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:101.05;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:23.170000000000002;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:18.530000000000001;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.5;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:193.09999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:196;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:72.079999999999998;s:15:\"totalSurcharges\";d:26.280000000000001;s:14:\"netFedExCharge\";d:98.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:98.359999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:103.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:34.600000000000001;s:10:\"netFreight\";d:14.18;s:15:\"totalSurcharges\";d:5.75;s:14:\"netFedExCharge\";d:19.93;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:19.93;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:31.899999999999999;}s:21:\"totalFreightDiscounts\";d:20.420000000000002;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:16.609999999999999;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:3.8100000000000001;s:7:\"percent\";d:11;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:3.0499999999999998;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.7000000000000002;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342325,'_transient_timeout_fedex_quote_a4c82c8fe07378d6254bf28f2e9f8796','1767191711','off'),(342326,'_transient_fedex_quote_a4c82c8fe07378d6254bf28f2e9f8796','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"32c543bb-f13e-456d-b559-68c32f6ce807\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1115.6099999999999;s:14:\"totalNetCharge\";d:1351.55;s:19:\"totalNetFedExCharge\";d:1351.55;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:235.94;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:226.34;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:7.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1077.48;s:14:\"totalNetCharge\";d:512.34000000000003;s:19:\"totalNetFedExCharge\";d:512.34000000000003;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:92.120000000000005;s:20:\"totalFreightDiscount\";d:657.25999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:107.75;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:549.50999999999999;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:85.519999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1055.3399999999999;s:14:\"totalNetCharge\";d:501.95999999999998;s:19:\"totalNetFedExCharge\";d:501.95999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:90.370000000000005;s:20:\"totalFreightDiscount\";d:643.75;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:105.53;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:538.22000000000003;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:83.769999999999996;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:720.77999999999997;s:14:\"totalNetCharge\";d:388.38999999999999;s:19:\"totalNetFedExCharge\";d:388.38999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:71.25;s:20:\"totalFreightDiscount\";d:403.63999999999999;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:72.079999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:331.56;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.650000000000006;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:563.34000000000003;s:14:\"totalNetCharge\";d:305.08999999999997;s:19:\"totalNetFedExCharge\";d:305.08999999999997;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:57.219999999999999;s:20:\"totalFreightDiscount\";d:315.47000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:56.329999999999998;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:259.13999999999999;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:50.619999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:4.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:505.31999999999999;s:14:\"totalNetCharge\";d:283.05000000000001;s:19:\"totalNetFedExCharge\";d:283.05000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:60.689999999999998;s:20:\"totalFreightDiscount\";d:282.95999999999998;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:50.520000000000003;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:232.44;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:46.289999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:8.0999999999999996;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:6.2999999999999998;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:131.91;s:14:\"totalNetCharge\";d:73.769999999999996;s:19:\"totalNetFedExCharge\";d:73.769999999999996;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:19.710000000000001;s:20:\"totalFreightDiscount\";d:77.849999999999994;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:63.329999999999998;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:14.52;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:120.90000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:123;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:131.91;s:10:\"netFreight\";d:54.060000000000002;s:15:\"totalSurcharges\";d:19.710000000000001;s:14:\"netFedExCharge\";d:73.769999999999996;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:73.769999999999996;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:77.849999999999994;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:14.52;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:63.329999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342327,'_transient_timeout_fedex_quote_34c00900e12a6225fdb81caa60b25f5e','1767191712','off'),(342328,'_transient_fedex_quote_34c00900e12a6225fdb81caa60b25f5e','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"7b206b6d-eb73-470d-812d-84b900c9ce12\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:1:{i:0;O:8:\"stdClass\":7:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:150.62;s:14:\"totalNetCharge\";d:86.010000000000005;s:19:\"totalNetFedExCharge\";d:86.010000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:21.879999999999999;s:20:\"totalFreightDiscount\";d:86.489999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:70.629999999999995;s:7:\"percent\";d:43.5;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:15.859999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:13.779999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:128.80000000000001;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:131;}}s:13:\"ratedPackages\";a:2:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:131.91;s:10:\"netFreight\";d:54.060000000000002;s:15:\"totalSurcharges\";d:19.710000000000001;s:14:\"netFedExCharge\";d:73.769999999999996;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:73.769999999999996;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:77.849999999999994;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:14.52;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:63.329999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.609999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:8.0999999999999996;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}i:1;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:18.710000000000001;s:10:\"netFreight\";d:10.07;s:15:\"totalSurcharges\";d:2.1699999999999999;s:14:\"netFedExCharge\";d:12.24;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:12.24;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:7.9000000000000004;}s:21:\"totalFreightDiscounts\";d:8.6400000000000006;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:1.3400000000000001;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:7.2999999999999998;s:7:\"percent\";d:39;}}s:10:\"surcharges\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.1699999999999999;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342330,'_transient_timeout_fedex_quote_d3142b2b63adde45d746468ecfb5ebf1','1767191724','off'),(342331,'_transient_fedex_quote_d3142b2b63adde45d746468ecfb5ebf1','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"3ff86467-3f22-439b-8446-a641782709a5\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1487.48;s:14:\"totalNetCharge\";d:1801.72;s:19:\"totalNetFedExCharge\";d:1801.72;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:314.24000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:301.63999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1436.6400000000001;s:14:\"totalNetCharge\";d:682.57000000000005;s:19:\"totalNetFedExCharge\";d:682.57000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:122.28;s:20:\"totalFreightDiscount\";d:876.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:143.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:732.69000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:113.88;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1407.1199999999999;s:14:\"totalNetCharge\";d:668.73000000000002;s:19:\"totalNetFedExCharge\";d:668.73000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:119.95;s:20:\"totalFreightDiscount\";d:858.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:140.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:717.63;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:111.55;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.03999999999996;s:14:\"totalNetCharge\";d:517.30999999999995;s:19:\"totalNetFedExCharge\";d:517.30999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.450000000000003;s:20:\"totalFreightDiscount\";d:538.17999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:96.099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.07999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.049999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:751.12;s:14:\"totalNetCharge\";d:406.24000000000001;s:19:\"totalNetFedExCharge\";d:406.24000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:75.75;s:20:\"totalFreightDiscount\";d:420.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:345.51999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.349999999999994;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:673.75999999999999;s:14:\"totalNetCharge\";d:377.39999999999998;s:19:\"totalNetFedExCharge\";d:377.39999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:80.920000000000002;s:20:\"totalFreightDiscount\";d:377.27999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.359999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:61.719999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:175.88;s:14:\"totalNetCharge\";d:98.359999999999999;s:19:\"totalNetFedExCharge\";d:98.359999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:26.280000000000001;s:20:\"totalFreightDiscount\";d:103.8;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:72.079999999999998;s:15:\"totalSurcharges\";d:26.280000000000001;s:14:\"netFedExCharge\";d:98.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:98.359999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:103.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342333,'_transient_timeout_fedex_quote_2f81482a4de58ae1781282c0f23ce0c9','1767191744','off'),(342334,'_transient_fedex_quote_2f81482a4de58ae1781282c0f23ce0c9','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"738f977e-5e9e-4e3a-a2b3-e620c15f1745\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1487.48;s:14:\"totalNetCharge\";d:1833.23;s:19:\"totalNetFedExCharge\";d:1833.23;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:345.75;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:26.199999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:306.94999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1436.6400000000001;s:14:\"totalNetCharge\";d:698.33000000000004;s:19:\"totalNetFedExCharge\";d:698.33000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:138.03999999999999;s:20:\"totalFreightDiscount\";d:876.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:143.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:732.69000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:116.54000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1407.1199999999999;s:14:\"totalNetCharge\";d:684.49000000000001;s:19:\"totalNetFedExCharge\";d:684.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:135.71000000000001;s:20:\"totalFreightDiscount\";d:858.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:140.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:717.63;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:114.20999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.03999999999996;s:14:\"totalNetCharge\";d:533.07000000000005;s:19:\"totalNetFedExCharge\";d:533.07000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:110.20999999999999;s:20:\"totalFreightDiscount\";d:538.17999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:96.099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.07999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:88.709999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:751.12;s:14:\"totalNetCharge\";d:421.99000000000001;s:19:\"totalNetFedExCharge\";d:421.99000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.5;s:20:\"totalFreightDiscount\";d:420.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:345.51999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:673.75999999999999;s:14:\"totalNetCharge\";d:393.19999999999999;s:19:\"totalNetFedExCharge\";d:393.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.719999999999999;s:20:\"totalFreightDiscount\";d:377.27999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.359999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.119999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.400000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:175.88;s:14:\"totalNetCharge\";d:120.23999999999999;s:19:\"totalNetFedExCharge\";d:120.23999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:44.640000000000001;s:20:\"totalFreightDiscount\";d:100.28;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:75.599999999999994;s:15:\"totalSurcharges\";d:44.640000000000001;s:14:\"netFedExCharge\";d:120.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.23999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:100.28;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342337,'_transient_timeout_fedex_address_validation_8e5498a61f13e2b90c65114105ab02ac','1767191746','off'),(342338,'_transient_fedex_address_validation_8e5498a61f13e2b90c65114105ab02ac','UNKNOWN','off'),(342339,'_transient_timeout_fedex_quote_247cd56ad3680714145441ac08680d7b','1767191747','off'),(342340,'_transient_fedex_quote_247cd56ad3680714145441ac08680d7b','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"57a85e6d-042f-4106-ab9f-d5be48f56416\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1487.48;s:14:\"totalNetCharge\";d:1833.23;s:19:\"totalNetFedExCharge\";d:1833.23;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:345.75;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:26.199999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:306.94999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1436.6400000000001;s:14:\"totalNetCharge\";d:698.33000000000004;s:19:\"totalNetFedExCharge\";d:698.33000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:138.03999999999999;s:20:\"totalFreightDiscount\";d:876.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:143.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:732.69000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:116.54000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1407.1199999999999;s:14:\"totalNetCharge\";d:684.49000000000001;s:19:\"totalNetFedExCharge\";d:684.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:135.71000000000001;s:20:\"totalFreightDiscount\";d:858.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:140.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:717.63;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:114.20999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.03999999999996;s:14:\"totalNetCharge\";d:533.07000000000005;s:19:\"totalNetFedExCharge\";d:533.07000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:110.20999999999999;s:20:\"totalFreightDiscount\";d:538.17999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:96.099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.07999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:88.709999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:751.12;s:14:\"totalNetCharge\";d:421.99000000000001;s:19:\"totalNetFedExCharge\";d:421.99000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.5;s:20:\"totalFreightDiscount\";d:420.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:345.51999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:673.75999999999999;s:14:\"totalNetCharge\";d:393.19999999999999;s:19:\"totalNetFedExCharge\";d:393.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.719999999999999;s:20:\"totalFreightDiscount\";d:377.27999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.359999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.119999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.400000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:175.88;s:14:\"totalNetCharge\";d:120.23999999999999;s:19:\"totalNetFedExCharge\";d:120.23999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:44.640000000000001;s:20:\"totalFreightDiscount\";d:100.28;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:75.599999999999994;s:15:\"totalSurcharges\";d:44.640000000000001;s:14:\"netFedExCharge\";d:120.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.23999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:100.28;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342344,'_transient_timeout_fedex_address_validation_4c77186f9711c8991da834ce49ebb9bb','1774362961','off'),(342345,'_transient_fedex_address_validation_4c77186f9711c8991da834ce49ebb9bb','MIXED','off'),(342346,'_transient_timeout_fedex_quote_35404c158d9515680ea9dfacf24ec211','1767191762','off'),(342347,'_transient_fedex_quote_35404c158d9515680ea9dfacf24ec211','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"dee95f3c-51f7-44d5-acd4-a77b6bc492d6\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1487.48;s:14:\"totalNetCharge\";d:1833.23;s:19:\"totalNetFedExCharge\";d:1833.23;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:345.75;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:26.199999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:306.94999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1436.6400000000001;s:14:\"totalNetCharge\";d:698.33000000000004;s:19:\"totalNetFedExCharge\";d:698.33000000000004;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:138.03999999999999;s:20:\"totalFreightDiscount\";d:876.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:143.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:732.69000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:116.54000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1407.1199999999999;s:14:\"totalNetCharge\";d:684.49000000000001;s:19:\"totalNetFedExCharge\";d:684.49000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:135.71000000000001;s:20:\"totalFreightDiscount\";d:858.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:140.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:717.63;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:114.20999999999999;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.03999999999996;s:14:\"totalNetCharge\";d:533.07000000000005;s:19:\"totalNetFedExCharge\";d:533.07000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:110.20999999999999;s:20:\"totalFreightDiscount\";d:538.17999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:96.099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.07999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:88.709999999999994;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:751.12;s:14:\"totalNetCharge\";d:421.99000000000001;s:19:\"totalNetFedExCharge\";d:421.99000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:91.5;s:20:\"totalFreightDiscount\";d:420.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:345.51999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.1;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:70;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:673.75999999999999;s:14:\"totalNetCharge\";d:393.19999999999999;s:19:\"totalNetFedExCharge\";d:393.19999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:96.719999999999999;s:20:\"totalFreightDiscount\";d:377.27999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.359999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:27:\"Residential Delivery Charge\";s:6:\"amount\";d:13.119999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:64.400000000000006;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:11:\"serviceName\";s:21:\"FedEx Home Delivery®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:175.88;s:14:\"totalNetCharge\";d:120.23999999999999;s:19:\"totalNetFedExCharge\";d:120.23999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:44.640000000000001;s:20:\"totalFreightDiscount\";d:100.28;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:75.599999999999994;s:15:\"totalSurcharges\";d:44.640000000000001;s:14:\"netFedExCharge\";d:120.23999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:120.23999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:100.28;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:80.920000000000002;s:7:\"percent\";d:46;}}s:10:\"surcharges\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:19.359999999999999;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"RESIDENTIAL_DELIVERY\";s:11:\"description\";s:21:\"Residential surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:11.880000000000001;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:2.6000000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXH\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"90\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000133\";s:11:\"serviceType\";s:20:\"GROUND_HOME_DELIVERY\";s:4:\"code\";s:2:\"90\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Home Delivery®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Home Delivery\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"Home Delivery®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"Home Delivery\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"HD\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"HD\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"QH\";}}s:11:\"description\";s:19:\"FedEx Home Delivery\";s:16:\"astraDescription\";s:3:\"FXH\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342348,'_transient_timeout_fedex_address_validation_06a0aa402cca039cbe241846037dc848','1774362965','off'),(342349,'_transient_fedex_address_validation_06a0aa402cca039cbe241846037dc848','BUSINESS','off'),(342350,'_transient_timeout_fedex_quote_6c3c67e7055136faaefedb8aff8f4abe','1767191766','off'),(342351,'_transient_fedex_quote_6c3c67e7055136faaefedb8aff8f4abe','O:8:\"stdClass\":2:{s:13:\"transactionId\";s:36:\"1bd6f051-cf69-4507-8bf2-1aacefac015a\";s:6:\"output\";O:8:\"stdClass\":4:{s:6:\"alerts\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"code\";s:34:\"ORIGIN.STATEORPROVINCECODE.CHANGED\";s:7:\"message\";s:48:\"The origin state/province code has been changed.\";s:9:\"alertType\";s:4:\"NOTE\";}}s:16:\"rateReplyDetails\";a:7:{i:0;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:11:\"serviceName\";s:23:\"FedEx First Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1487.48;s:14:\"totalNetCharge\";d:1801.72;s:19:\"totalNetFedExCharge\";d:1801.72;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":10:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:314.24000000000001;s:20:\"totalFreightDiscount\";d:0;s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:301.63999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.5;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:2:\"11\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"1ST OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"06\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000006\";s:11:\"serviceType\";s:15:\"FIRST_OVERNIGHT\";s:4:\"code\";s:2:\"06\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:23:\"FedEx First Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:21:\"FedEx First Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FO\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:15:\"First Overnight\";s:16:\"astraDescription\";s:7:\"1ST OVR\";}}i:1;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Priority Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1436.6400000000001;s:14:\"totalNetCharge\";d:682.57000000000005;s:19:\"totalNetFedExCharge\";d:682.57000000000005;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:122.28;s:20:\"totalFreightDiscount\";d:876.35000000000002;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:143.66;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:732.69000000000005;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:113.88;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1551\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"P1\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"01\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000002\";s:11:\"serviceType\";s:18:\"PRIORITY_OVERNIGHT\";s:4:\"code\";s:2:\"01\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Priority Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Priority Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-1\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-1\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"PO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Priority Overnight\";s:16:\"astraDescription\";s:2:\"P1\";}}i:2;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:11:\"serviceName\";s:26:\"FedEx Standard Overnight®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:1407.1199999999999;s:14:\"totalNetCharge\";d:668.73000000000002;s:19:\"totalNetFedExCharge\";d:668.73000000000002;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:119.95;s:20:\"totalFreightDiscount\";d:858.34000000000003;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:140.71000000000001;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:717.63;s:7:\"percent\";d:51;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:111.55;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"1348\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"STD OVR\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"05\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000005\";s:11:\"serviceType\";s:18:\"STANDARD_OVERNIGHT\";s:4:\"code\";s:2:\"05\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:26:\"FedEx Standard Overnight®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:24:\"FedEx Standard Overnight\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"SOS\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"SOS\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SO\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:18:\"Standard Overnight\";s:16:\"astraDescription\";s:7:\"STD OVR\";}}i:3;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:11:\"serviceName\";s:15:\"FedEx 2Day® AM\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:961.03999999999996;s:14:\"totalNetCharge\";d:517.30999999999995;s:19:\"totalNetFedExCharge\";d:517.30999999999995;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:94.450000000000003;s:20:\"totalFreightDiscount\";d:538.17999999999995;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:96.099999999999994;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:442.07999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:86.049999999999997;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:1:\"9\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:7:\"2DAY AM\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"49\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000023\";s:11:\"serviceType\";s:14:\"FEDEX_2_DAY_AM\";s:4:\"code\";s:2:\"49\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:15:\"FedEx 2Day® AM\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:13:\"FedEx 2Day AM\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:4:\"E2AM\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:4:\"E2AM\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"TA\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:7:\"2DAY AM\";s:16:\"astraDescription\";s:7:\"2DAY AM\";}}i:4;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:11:\"serviceName\";s:12:\"FedEx 2Day®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:751.12;s:14:\"totalNetCharge\";d:406.24000000000001;s:19:\"totalNetFedExCharge\";d:406.24000000000001;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:75.75;s:20:\"totalFreightDiscount\";d:420.63;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:75.109999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:345.51999999999998;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:67.349999999999994;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:6.2999999999999998;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:2.1000000000000001;}}s:11:\"pricingCode\";s:13:\"HUNDREDWEIGHT\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"6045\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"E2\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"03\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000003\";s:11:\"serviceType\";s:11:\"FEDEX_2_DAY\";s:4:\"code\";s:2:\"03\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:12:\"FedEx 2Day®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:10:\"FedEx 2Day\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:3:\"P-2\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:3:\"P-2\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"ES\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:4:\"2Day\";s:16:\"astraDescription\";s:2:\"E2\";}}i:5;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:11:\"serviceName\";s:21:\"FedEx Express Saver®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":8:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:673.75999999999999;s:14:\"totalNetCharge\";d:377.39999999999998;s:19:\"totalNetFedExCharge\";d:377.39999999999998;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:2:\"05\";s:10:\"dimDivisor\";i:0;s:20:\"fuelSurchargePercent\";d:20.25;s:15:\"totalSurcharges\";d:80.920000000000002;s:20:\"totalFreightDiscount\";d:377.27999999999997;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:5:\"BONUS\";s:11:\"description\";s:14:\"Bonus discount\";s:6:\"amount\";d:67.359999999999999;s:7:\"percent\";d:10;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:309.92000000000002;s:7:\"percent\";d:46;}}s:10:\"surCharges\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:6:\"amount\";d:61.719999999999999;}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:6:\"amount\";d:10.800000000000001;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"DEMAND\";s:11:\"description\";s:16:\"Demand Surcharge\";s:6:\"amount\";d:8.4000000000000004;}}s:11:\"pricingCode\";s:7:\"PACKAGE\";s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}s:8:\"currency\";s:3:\"USD\";s:9:\"rateScale\";s:4:\"7173\";}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:2:\"XS\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"20\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":7:{s:9:\"serviceId\";s:12:\"EP1000000013\";s:11:\"serviceType\";s:19:\"FEDEX_EXPRESS_SAVER\";s:4:\"code\";s:2:\"20\";s:5:\"names\";a:4:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:21:\"FedEx Express Saver®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:19:\"FedEx Express Saver\";}}s:15:\"serviceCategory\";s:6:\"parcel\";s:11:\"description\";s:13:\"Express Saver\";s:16:\"astraDescription\";s:2:\"XS\";}}i:6;O:8:\"stdClass\":8:{s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:11:\"serviceName\";s:14:\"FedEx Ground®\";s:13:\"packagingType\";s:14:\"YOUR_PACKAGING\";s:16:\"customerMessages\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"code\";s:3:\"441\";s:7:\"message\";s:51:\"This shipment met Shipment Weight Minimum criteria.\";}}s:20:\"ratedShipmentDetails\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"rateType\";s:7:\"ACCOUNT\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:14:\"totalDiscounts\";d:0;s:15:\"totalBaseCharge\";d:175.88;s:14:\"totalNetCharge\";d:98.359999999999999;s:19:\"totalNetFedExCharge\";d:98.359999999999999;s:18:\"shipmentRateDetail\";O:8:\"stdClass\":11:{s:8:\"rateZone\";s:1:\"5\";s:10:\"dimDivisor\";i:225;s:20:\"fuelSurchargePercent\";d:21.5;s:15:\"totalSurcharges\";d:26.280000000000001;s:20:\"totalFreightDiscount\";d:103.8;s:15:\"freightDiscount\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:15:\"Volume discount\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:15:\"Earned discount\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}}s:10:\"surCharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:18:\"totalBillingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:161.19999999999999;}s:14:\"dimDivisorType\";s:7:\"PRODUCT\";s:8:\"currency\";s:3:\"USD\";s:20:\"totalRateScaleWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:164;}}s:13:\"ratedPackages\";a:1:{i:0;O:8:\"stdClass\":4:{s:11:\"groupNumber\";i:0;s:20:\"effectiveNetDiscount\";d:0;s:17:\"packageRateDetail\";O:8:\"stdClass\":14:{s:8:\"rateType\";s:21:\"PAYOR_ACCOUNT_PACKAGE\";s:17:\"ratedWeightMethod\";s:6:\"ACTUAL\";s:10:\"baseCharge\";d:175.88;s:10:\"netFreight\";d:72.079999999999998;s:15:\"totalSurcharges\";d:26.280000000000001;s:14:\"netFedExCharge\";d:98.359999999999999;s:10:\"totalTaxes\";d:0;s:9:\"netCharge\";d:98.359999999999999;s:12:\"totalRebates\";d:0;s:13:\"billingWeight\";O:8:\"stdClass\":2:{s:5:\"units\";s:2:\"LB\";s:5:\"value\";d:40.299999999999997;}s:21:\"totalFreightDiscounts\";d:103.8;s:16:\"freightDiscounts\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"EARNED\";s:11:\"description\";s:6:\"Earned\";s:6:\"amount\";d:19.359999999999999;s:7:\"percent\";d:11;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"VOLUME\";s:11:\"description\";s:6:\"Volume\";s:6:\"amount\";d:84.439999999999998;s:7:\"percent\";d:48;}}s:10:\"surcharges\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:4:\"FUEL\";s:11:\"description\";s:14:\"Fuel Surcharge\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:15.48;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:13:\"INSURED_VALUE\";s:11:\"description\";s:14:\"Declared Value\";s:5:\"level\";s:7:\"PACKAGE\";s:6:\"amount\";d:10.800000000000001;}}s:8:\"currency\";s:3:\"USD\";}s:14:\"sequenceNumber\";i:1;}}s:8:\"currency\";s:3:\"USD\";}}s:17:\"operationalDetail\";O:8:\"stdClass\":4:{s:31:\"ineligibleForMoneyBackGuarantee\";b:0;s:16:\"astraDescription\";s:3:\"FXG\";s:9:\"airportId\";s:3:\"BOS\";s:11:\"serviceCode\";s:2:\"92\";}s:19:\"signatureOptionType\";s:15:\"SERVICE_DEFAULT\";s:18:\"serviceDescription\";O:8:\"stdClass\":6:{s:9:\"serviceId\";s:12:\"EP1000000134\";s:11:\"serviceType\";s:12:\"FEDEX_GROUND\";s:4:\"code\";s:2:\"92\";s:5:\"names\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:14:\"FedEx Ground®\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:4:\"long\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:12:\"FedEx Ground\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:8:\"Ground®\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:6:\"medium\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:6:\"Ground\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"utf-8\";s:5:\"value\";s:2:\"FG\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"short\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"FG\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:5:\"abbrv\";s:8:\"encoding\";s:5:\"ascii\";s:5:\"value\";s:2:\"SG\";}}s:11:\"description\";s:12:\"FedEx Ground\";s:16:\"astraDescription\";s:3:\"FXG\";}}}s:9:\"quoteDate\";s:10:\"2025-12-24\";s:7:\"encoded\";b:0;}}','off'),(342379,'_transient_is_multi_author','0','on'),(342409,'_site_transient_timeout_php_check_da775d00ae55849f14f81cf79fc50d46','1767205802','off'),(342410,'_site_transient_php_check_da775d00ae55849f14f81cf79fc50d46','a:5:{s:19:\"recommended_version\";s:3:\"8.3\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),(342575,'_transient_timeout_woocommerce_admin_pes_incentive_woopayments_cache','1766817003','off'),(342576,'_transient_woocommerce_admin_pes_incentive_woopayments_cache','a:3:{s:10:\"incentives\";a:2:{i:0;a:6:{s:2:\"id\";s:32:\"wcpay-promo-2023-switch-discount\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:12:\"welcome_page\";s:11:\"description\";s:115:\"Sign up today for WooPayments and get <b>20% off</b> your payment processing costs for <b>the first six months.</b>\";s:9:\"cta_label\";s:28:\"Install WooPayments for free\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";}i:1;a:9:{s:2:\"id\";s:54:\"wcpay-promo-2023-switch-discount__wc_settings_payments\";s:8:\"promo_id\";s:32:\"wcpay-promo-2023-switch-discount\";s:4:\"type\";s:20:\"wc_settings_payments\";s:11:\"description\";s:161:\"Use the native payments solution built and supported by Woo to accept online and in-person payments, track revenue, and handle all payment activity in one place.\";s:9:\"cta_label\";s:20:\"Install and save 20%\";s:6:\"tc_url\";s:68:\"https://woocommerce.com/terms-conditions/woopayments-promotion-2023/\";s:5:\"title\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:17:\"short_description\";s:86:\"Save 20% on processing fees during your first 6 months when you switch to WooPayments.\";s:5:\"badge\";s:27:\"Save 20% on processing fees\";}}s:12:\"context_hash\";s:32:\"bf8dce6f4e3f0cabe3630ef0e68e1b89\";s:9:\"timestamp\";i:1766644203;}','off'),(342715,'_transient_timeout_elementor_rollback_versions_3.33.6','1767294002','off'),(342716,'_transient_elementor_rollback_versions_3.33.6','a:30:{i:0;s:6:\"3.33.5\";i:1;s:6:\"3.33.4\";i:2;s:6:\"3.33.3\";i:3;s:6:\"3.33.2\";i:4;s:6:\"3.33.1\";i:5;s:6:\"3.33.0\";i:6;s:6:\"3.32.5\";i:7;s:6:\"3.32.4\";i:8;s:6:\"3.32.3\";i:9;s:6:\"3.32.2\";i:10;s:6:\"3.32.1\";i:11;s:6:\"3.32.0\";i:12;s:6:\"3.31.5\";i:13;s:6:\"3.31.4\";i:14;s:6:\"3.31.3\";i:15;s:6:\"3.31.2\";i:16;s:6:\"3.31.1\";i:17;s:6:\"3.31.0\";i:18;s:6:\"3.30.4\";i:19;s:6:\"3.30.3\";i:20;s:6:\"3.30.2\";i:21;s:6:\"3.30.1\";i:22;s:6:\"3.30.0\";i:23;s:6:\"3.29.2\";i:24;s:6:\"3.29.1\";i:25;s:6:\"3.29.0\";i:26;s:6:\"3.28.4\";i:27;s:6:\"3.28.3\";i:28;s:6:\"3.28.2\";i:29;s:6:\"3.28.1\";}','off'),(342865,'_transient_timeout_code_snippets_welcome_data','1766905202','off'),(342866,'_transient_code_snippets_welcome_data','a:5:{s:6:\"banner\";a:9:{s:3:\"key\";s:6:\"bf2025\";s:14:\"start_datetime\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-11-18 00:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"end_datetime\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-12-03 00:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"text_free\";s:63:\"Save up to 50% on Code Snippets Pro with our Black Friday Sale!\";s:15:\"action_url_free\";s:45:\"https://codesnippets.pro/pricing/?cs_user=new\";s:17:\"action_label_free\";s:8:\"Get Deal\";s:8:\"text_pro\";s:58:\"Save up to 50% on your upgrade with our Black Friday Sale!\";s:14:\"action_url_pro\";s:50:\"https://codesnippets.pro/pricing/?cs_user=existing\";s:16:\"action_label_pro\";s:8:\"Get Deal\";}s:9:\"hero-item\";a:3:{s:4:\"name\";s:24:\"Meet Snippet Conditions!\";s:10:\"follow_url\";s:78:\"https://codesnippets.pro/blog/version-3-7-snippet-conditions-official-release/\";s:9:\"image_url\";s:78:\"https://codesnippets.pro/wp-content/uploads/2025/09/conditions_screenshot.webp\";}s:8:\"features\";a:4:{i:0;a:5:{s:5:\"title\";s:28:\"Pssss... Get Secret Discount\";s:10:\"follow_url\";s:22:\"https://snipco.de/TFIG\";s:9:\"image_url\";s:81:\"https://codesnippets.pro/wp-content/uploads/2024/09/Promotions_Hero_All_Plans.png\";s:8:\"category\";s:5:\"offer\";s:11:\"description\";s:100:\"Get secret discount on all Code Snippets Pro plans. Just use coupon code \'General5\' at the checkout!\";}i:1;a:5:{s:5:\"title\";s:25:\"Add Unsplash to WordPress\";s:10:\"follow_url\";s:22:\"https://snipco.de/Mind\";s:9:\"image_url\";s:53:\"https://i3.ytimg.com/vi/kRSwWDanX0A/maxresdefault.jpg\";s:8:\"category\";s:3:\"tip\";s:11:\"description\";s:70:\"Code Snippet to Add Unsplash to WordPress - Find and Download Images..\";}i:2;a:5:{s:5:\"title\";s:30:\"Code Snippet Cloud Setup Guide\";s:10:\"follow_url\";s:22:\"https://snipco.de/Mine\";s:9:\"image_url\";s:149:\"https://cdn.getgist.com/attachment_images/76ca6cef08ca8e69ac1e7fbc15004bebbd08ad595ee67e0d7b55d1a9555354bfScreenshot%202023-11-23%20at%2000.50.02.png\";s:8:\"category\";s:5:\"guide\";s:11:\"description\";s:143:\"We have done our best to make the cloud set up as smooth and easy as possible. This guide below will walk you through the process step by step.\";}i:3;a:5:{s:5:\"title\";s:14:\"Cloud and AI +\";s:10:\"follow_url\";s:22:\"https://snipco.de/Minf\";s:9:\"image_url\";s:53:\"https://i3.ytimg.com/vi/rEOC2bIwY-w/maxresdefault.jpg\";s:8:\"category\";s:11:\"new feature\";s:11:\"description\";s:68:\"Code Snippets 3.6 Announcement - AI CodeSnippets - Generate AI Code!\";}}s:8:\"partners\";a:4:{i:0;a:3:{s:5:\"title\";s:9:\"Elementor\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3d\";s:9:\"image_url\";s:76:\"https://codesnippets.pro/wp-content/uploads/2024/05/Elementor-logo-green.png\";}i:1;a:3:{s:5:\"title\";s:7:\"InstaWP\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3n\";s:9:\"image_url\";s:68:\"https://codesnippets.pro/wp-content/uploads/2024/05/instawp-logo.png\";}i:2;a:3:{s:5:\"title\";s:11:\"Dynamic.ooo\";s:10:\"follow_url\";s:28:\"https://snipco.de/dynamicooo\";s:9:\"image_url\";s:71:\"https://codesnippets.pro/wp-content/uploads/2025/09/Dynamicooo-Logo.png\";}i:3;a:3:{s:5:\"title\";s:10:\"Crocoblock\";s:10:\"follow_url\";s:22:\"https://snipco.de/KK3l\";s:9:\"image_url\";s:71:\"https://codesnippets.pro/wp-content/uploads/2024/05/crocoblock-logo.png\";}}s:9:\"changelog\";a:4:{s:5:\"3.9.3\";a:2:{s:5:\"Added\";a:1:{s:4:\"core\";a:1:{i:0;s:124:\"end-to-end tests to verify the toggle visual state in the snippets list page, improving UI verification and test reliability\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:115:\"Fix missing import of common/direction in src/css/manage.scss to restore correct styling and direction-aware layout\";i:1;s:115:\"Fix toggle activation check to ensure the correct transformation value is used when detecting active/inactive state\";}}}s:5:\"3.9.2\";a:2:{s:7:\"Changed\";a:1:{s:4:\"core\";a:6:{i:0;s:85:\"Introduced a custom scissors icon and updated button title for the TinyMCE extension.\";i:1;s:50:\"Improved back-navigation styling on the edit page.\";i:2;s:78:\"Refined layout for column names and action buttons in the Cloud Snippets list.\";i:3;s:56:\"Enhanced overall styling of cloud-related UI components.\";i:4;s:76:\"Optimized cloud search with more efficient pagination and snippet retrieval.\";i:5;s:83:\"Introduced groundwork to prevent Composer dependency collisions with other plugins.\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:80:\"Improved sanitization and normalization across Cloud API and pagination outputs.\";i:1;s:72:\"Resolved various TinyMCE issues reported in the WordPress support forum.\";}}}s:5:\"3.9.1\";a:2:{s:7:\"Changed\";a:1:{s:4:\"core\";a:2:{i:0;s:98:\"Migrated to native CSS direction handling (RTL/LTR) for improved compatibility and simpler styling\";i:1;s:54:\"Updated dependencies to the latest compatible versions\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:72:\"Fixed TinyMCE menu button registration to prevent initialization failure\";i:1;s:64:\"Fixed the position of the \'code direction\' control in the editor\";}}}s:5:\"3.9.0\";a:3:{s:5:\"Added\";a:1:{s:4:\"core\";a:2:{i:0;s:100:\"Added contextual notices in the Snippets list table to surface action results and warnings in the UI\";i:1;s:89:\"Expanded Multisite Sharing settings for clearer control over network-wide snippet sharing\";}}s:7:\"Changed\";a:1:{s:4:\"core\";a:1:{i:0;s:147:\"Modernized browser support targets and polished admin UI (clearer row-action badges, improved Pro badge hover, refined active snippet name styling)\";}}s:5:\"Fixed\";a:1:{s:4:\"core\";a:2:{i:0;s:67:\"Fixed REST API pagination to return correct results and page counts\";i:1;s:72:\"Resolved styling selector so the active snippet name highlights reliably\";}}}}}','off'),(342876,'_transient_timeout_awdr_sale_count','1766818808','off'),(342877,'_transient_awdr_sale_count','63','off'),(342947,'_transient_timeout_wc_related_116','1766840500','off'),(342948,'_transient_wc_related_116','a:1:{s:51:\"limit=3&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=116\";a:23:{i:0;s:2:\"23\";i:1;s:2:\"38\";i:2;s:2:\"39\";i:3;s:2:\"40\";i:4;s:2:\"41\";i:5;s:2:\"42\";i:6;s:2:\"43\";i:7;s:2:\"44\";i:8;s:2:\"45\";i:9;s:2:\"49\";i:10;s:2:\"51\";i:11;s:2:\"93\";i:12;s:2:\"95\";i:13;s:2:\"97\";i:14;s:2:\"99\";i:15;s:3:\"101\";i:16;s:3:\"103\";i:17;s:3:\"118\";i:18;s:3:\"120\";i:19;s:3:\"487\";i:20;s:3:\"488\";i:21;s:3:\"489\";i:22;s:3:\"490\";}}','off'),(343019,'_transient_timeout_woocommerce_fedex_oauth_access_token_4c5db8954d11020bd36e24d0ed3af788','1766776146','off'),(343020,'_transient_woocommerce_fedex_oauth_access_token_4c5db8954d11020bd36e24d0ed3af788','eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzY29wZSI6WyJDWFMtVFAiXSwiUGF5bG9hZCI6eyJjbGllbnRJZGVudGl0eSI6eyJjbGllbnRLZXkiOiJsNzBhNWFhMzAzY2Q2MTRiYzQ5OWEyNWZmZGExMWFkODczIn0sImF1dGhlbnRpY2F0aW9uUmVhbG0iOiJDTUFDIiwiYWRkaXRpb25hbElkZW50aXR5Ijp7InRpbWVTdGFtcCI6IjI2LURlYy0yMDI1IDEzOjEwOjA3IEVTVCIsImdyYW50X3R5cGUiOiJjbGllbnRfY3JlZGVudGlhbHMiLCJhcGltb2RlIjoiTGl2ZSIsImN4c0lzcyI6Imh0dHBzOi8vY3hzYXV0aHNlcnZlci1wcm9kLmFwcC5wYWFzLmZlZGV4LmNvbS90b2tlbi9vYXV0aDIifSwicGVyc29uYVR5cGUiOiJEaXJlY3RJbnRlZ3JhdG9yX0IyQiJ9LCJleHAiOjE3NjY3NzYyMDcsImp0aSI6IjhiYjgzMjk5LTBmODAtNDdjMS04NTZmLTk0YWUzM2U3MDJiYyJ9.PXQvafBgEPycYY9nDHNj2ZFHi1o7dQMGuqqK30I1yx4GtEskQuDfHrb36ylqHWpBYPOaoZogiNP78LFfApeV2BiGdZqOPh1LDTj-FpX5z0ySiVRb3jlBYDGLS8qo4cRBXcSWxHGqCZjwZy4jtJbCwFpwXYhUpmTcV3aPYhjNZf4d4SRKoz5mQT24wTdPgLbSBvBwBo-yepJPc1gQm4wZDnTSqe1cZgwHfLFOLEI6IshEXvI22E3ALtC3RthgvIbpTnkKPWonYZEeipryboVf5kkNriNSjAXU_H4zj9vt1An4sbskXbdbD0R6E-b5NJmWqxlu-fikPkcQy3OEFPUeMK0-oOSfM4VUHAAUzMi-dhHOwnhUemqM7qdG8qRcqwah6hGKv6U2voUuRIheH3S-tthNobhrLQERFi3ffEg5WB_hGbK7z6Kpkr-6m05f4BYApeDJBgYrwH95AIN6hi-zLiIH2jVpTQkFG1_Ag8yhj47X3_8uPVt2PRGq8RtjqFBS9xY9m52JA0_7_p2VMKBYIGCq9_klurBqSYSakh8PC52COIO1z-pNh7Hvhb4qUxByUgmOu25Znf0ps7CVHf5qi0n8cwQW5Mpw0C_aj4RFAFiHcXAi_HZ5nL6Cm94dUbq3dDP1IblmoGjgLRx1uBJsCFb4-b2vg87PTBf2qLIld3E','off'),(343025,'_transient_timeout__woocommerce_helper_subscriptions','1766784603','off');
INSERT INTO `wp_options` VALUES (343026,'_transient__woocommerce_helper_subscriptions','a:18:{s:20:\"18734005782359-18665\";a:29:{s:11:\"product_key\";s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";s:10:\"product_id\";i:18665;s:12:\"product_name\";s:19:\"UPS Shipping Method\";s:11:\"product_url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:12:\"product_icon\";s:64:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-UPS-1.png\";s:12:\"product_slug\";s:19:\"ups-shipping-method\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"$109\";s:17:\"documentation_url\";s:53:\"https://woocommerce.com/document/ups-shipping-method/\";s:8:\"zip_slug\";s:24:\"woocommerce-shipping-ups\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1790542250;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005782359;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4f211e4a-45ff-b2da-a81f6541525a\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005748468-4872510\";a:29:{s:11:\"product_key\";s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";s:10:\"product_id\";i:4872510;s:12:\"product_name\";s:15:\"Request a Quote\";s:11:\"product_url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2019/10/Request-a-Quote-opbfhy.png\";s:12:\"product_slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$69\";s:17:\"documentation_url\";s:46:\"https://woocommerce.com/document/requestquote/\";s:8:\"zip_slug\";s:27:\"woocommerce-request-a-quote\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1789750161;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005748468;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-28f9fed4-462d-84ca-a4d0e840bfe8\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005705317-9008506\";a:29:{s:11:\"product_key\";s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";s:10:\"product_id\";i:9008506;s:12:\"product_name\";s:38:\"User Registration - Custom Form Fields\";s:11:\"product_url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:12:\"product_icon\";s:90:\"https://woocommerce.com/wp-content/uploads/2022/05/User-Registration-for-WooCommerce-2.png\";s:12:\"product_slug\";s:33:\"user-registration-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$49\";s:17:\"documentation_url\";s:67:\"https://woocommerce.com/document/user-registration-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"user-registration-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1788718881;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005705317;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-8cb0613e-48fa-be8a-ecad33ff8cb7\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005661611-4721661\";a:29:{s:11:\"product_key\";s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";s:10:\"product_id\";i:4721661;s:12:\"product_name\";s:10:\"Tax Exempt\";s:11:\"product_url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:12:\"product_icon\";s:65:\"https://woocommerce.com/wp-content/uploads/2019/08/tax-exempt.png\";s:12:\"product_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/tax-exempt-plugin/\";s:8:\"zip_slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:1477530;i:1;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1787673994;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005661611;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-494a8ef7-438e-b5fe-70137a826a0a\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734005560148-958589\";a:29:{s:11:\"product_key\";s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"$199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1785091154;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005560148;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-92a36b25-4c59-8186-c1199eec2cad\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18693\";a:29:{s:11:\"product_key\";s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1928786;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-1e1e3170-4523-bf6b-d7e4111614b7\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18616\";a:29:{s:11:\"product_key\";s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:1928786;i:1;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-c53797b8-44e6-9ba5-e86c38d44b30\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005336672-18620\";a:29:{s:11:\"product_key\";s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"$109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1779726171;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005336672;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-5b1c6be5-444b-8a58-f92f36f8ccfa\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005296209-6142928\";a:29:{s:11:\"product_key\";s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";s:10:\"product_id\";i:6142928;s:12:\"product_name\";s:20:\"Customize My Account\";s:11:\"product_url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:12:\"product_icon\";s:94:\"https://woocommerce.com/wp-content/uploads/2020/07/customize-my-account-product-icon-80X80.png\";s:12:\"product_slug\";s:36:\"customize-my-account-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$59\";s:17:\"documentation_url\";s:70:\"https://woocommerce.com/document/customize-my-account-for-woocommerce/\";s:8:\"zip_slug\";s:41:\"customize-my-account-page-for-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1778772125;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005296209;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-27436a67-4f9f-bda6-6db217076646\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005144935-18693\";a:29:{s:11:\"product_key\";s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";s:10:\"product_id\";i:18693;s:12:\"product_name\";s:17:\"Shipment Tracking\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:12:\"product_icon\";s:99:\"https://woocommerce.com/wp-content/uploads/2012/05/Shipment_Tracking_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"shipment-tracking\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$59\";s:17:\"documentation_url\";s:51:\"https://woocommerce.com/document/shipment-tracking/\";s:8:\"zip_slug\";s:29:\"woocommerce-shipment-tracking\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:2:{i:0;i:2390483;i:1;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1775598314;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:1;s:8:\"order_id\";i:18734005144935;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-925fcfdc-4b52-86af-a0a8dc0b5194\";}s:14:\"product_status\";s:7:\"publish\";}s:21:\"18734005115010-958589\";a:29:{s:11:\"product_key\";s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";s:10:\"product_id\";i:958589;s:12:\"product_name\";s:23:\"WooCommerce Memberships\";s:11:\"product_url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:12:\"product_icon\";s:78:\"https://woocommerce.com/wp-content/uploads/2015/06/skyverge-wc-icon-b2vhw6.png\";s:12:\"product_slug\";s:23:\"woocommerce-memberships\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"$199\";s:17:\"documentation_url\";s:57:\"https://woocommerce.com/document/woocommerce-memberships/\";s:8:\"zip_slug\";s:23:\"woocommerce-memberships\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774995599;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005115010;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-4267fab3-4cb6-9a84-0646c6d7762e\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18741\";a:29:{s:11:\"product_key\";s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";s:10:\"product_id\";i:18741;s:12:\"product_name\";s:27:\"Shipping Multiple Addresses\";s:11:\"product_url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:12:\"product_icon\";s:109:\"https://woocommerce.com/wp-content/uploads/2012/09/Shipping_Multiple_Addresses_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:27:\"shipping-multiple-addresses\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$59\";s:17:\"documentation_url\";s:40:\"https://woocommerce.com/document/?p=1712\";s:8:\"zip_slug\";s:39:\"woocommerce-shipping-multiple-addresses\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-ff8458ef-4677-8260-4c4720784c13\";}s:14:\"product_status\";s:7:\"publish\";}s:22:\"18734005114126-8499707\";a:29:{s:11:\"product_key\";s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";s:10:\"product_id\";i:8499707;s:12:\"product_name\";s:14:\"Order Approval\";s:11:\"product_url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:12:\"product_icon\";s:74:\"https://woocommerce.com/wp-content/uploads/2021/08/Order-Approval.png?w=80\";s:12:\"product_slug\";s:30:\"order-approval-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$49\";s:17:\"documentation_url\";s:64:\"https://woocommerce.com/document/order-approval-for-woocommerce/\";s:8:\"zip_slug\";s:33:\"addify-order-approval-woocommerce\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-89c8ae32-44ba-b583-54b51225f424\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18616\";a:29:{s:11:\"product_key\";s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";s:10:\"product_id\";i:18616;s:12:\"product_name\";s:18:\"Min/Max Quantities\";s:11:\"product_url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:12:\"product_icon\";s:100:\"https://woocommerce.com/wp-content/uploads/2011/11/Min-Max_Quantities_icon-marketplace-160x160-2.png\";s:12:\"product_slug\";s:17:\"minmax-quantities\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:7:\"$49\";s:17:\"documentation_url\";s:50:\"https://woocommerce.com/document/minmax-quantities\";s:8:\"zip_slug\";s:30:\"woocommerce-min-max-quantities\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-764f7368-498f-bdb2-25a9d5000ffd\";}s:14:\"product_status\";s:7:\"publish\";}s:20:\"18734005114126-18620\";a:29:{s:11:\"product_key\";s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";s:10:\"product_id\";i:18620;s:12:\"product_name\";s:21:\"FedEx Shipping Method\";s:11:\"product_url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:12:\"product_icon\";s:71:\"https://woocommerce.com/wp-content/uploads/2013/01/woo-FedEx-auxjb7.png\";s:12:\"product_slug\";s:21:\"fedex-shipping-module\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:8:\"$109\";s:17:\"documentation_url\";s:38:\"https://woocommerce.com/document/fedex\";s:8:\"zip_slug\";s:26:\"woocommerce-shipping-fedex\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1774981095;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:18734005114126;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-35a2b55a-4914-b4be-ad6eb35877b1\";}s:14:\"product_status\";s:7:\"publish\";}s:15:\"7747008-4065824\";a:29:{s:11:\"product_key\";s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";s:10:\"product_id\";i:4065824;s:12:\"product_name\";s:15:\"QuickBooks Sync\";s:11:\"product_url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:12:\"product_icon\";s:63:\"https://woocommerce.com/wp-content/uploads/2019/04/qb_thumb.png\";s:12:\"product_slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"$0\";s:17:\"documentation_url\";s:65:\"https://woocommerce.com/document/quickbooks-sync-for-woocommerce/\";s:8:\"zip_slug\";s:38:\"myworks-woo-sync-for-quickbooks-online\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:0:{}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:0;s:7:\"expires\";i:1798309803;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:1;s:12:\"sites_active\";i:0;s:5:\"maxed\";b:0;s:8:\"order_id\";i:7747008;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;s:16:\"product_keys_all\";a:1:{i:0;s:35:\"W00-47500c0c-42a4-ba34-856e9519dbd9\";}s:14:\"product_status\";s:7:\"publish\";}s:13:\"wporg-5278104\";a:27:{s:11:\"product_key\";s:13:\"wporg-5278104\";s:10:\"product_id\";i:5278104;s:12:\"product_name\";s:11:\"WooPayments\";s:11:\"product_url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:12:\"product_icon\";s:79:\"https://woocommerce.com/wp-content/uploads/2020/02/icon-WooPayments_160x160.png\";s:12:\"product_slug\";s:11:\"woopayments\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"$0\";s:17:\"documentation_url\";s:45:\"https://woocommerce.com/document/woopayments/\";s:8:\"zip_slug\";s:20:\"woocommerce-payments\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1798309803;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:1;s:13:\"has_changelog\";b:1;}s:23:\"woo-free-18734003407318\";a:27:{s:11:\"product_key\";s:23:\"woo-free-18734003407318\";s:10:\"product_id\";i:18734003407318;s:12:\"product_name\";s:30:\"WooCommerce.com Update Manager\";s:11:\"product_url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:12:\"product_icon\";s:77:\"https://woocommerce.com/wp-content/uploads/2024/03/Woo.com-Update-Manager.png\";s:12:\"product_slug\";s:18:\"woo-update-manager\";s:12:\"product_type\";s:6:\"plugin\";s:21:\"product_regular_price\";s:6:\"$0\";s:17:\"documentation_url\";s:52:\"https://woocommerce.com/document/woo-update-manager/\";s:8:\"zip_slug\";s:18:\"woo-update-manager\";s:8:\"key_type\";s:6:\"single\";s:14:\"key_type_label\";s:11:\"Single site\";s:9:\"autorenew\";b:1;s:11:\"connections\";a:1:{i:0;i:1477530;}s:18:\"legacy_connections\";a:0:{}s:6:\"shares\";a:0:{}s:8:\"lifetime\";b:1;s:7:\"expires\";i:1798309803;s:7:\"expired\";b:0;s:8:\"expiring\";b:0;s:9:\"sites_max\";i:100;s:12:\"sites_active\";i:1;s:5:\"maxed\";b:0;s:8:\"order_id\";i:0;s:21:\"included_in_host_plan\";b:0;s:14:\"is_installable\";b:0;s:13:\"has_changelog\";b:1;}}','off'),(343027,'_site_transient_timeout_theme_roots','1766775603','off'),(343028,'_site_transient_theme_roots','a:2:{s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),(343029,'_transient_timeout_uael_license_status','1766795404','off'),(343030,'_transient_uael_license_status','1','off'),(343033,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1766773807;s:8:\"response\";a:4:{s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.34.0\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.7.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:41:\"ultimate-elementor/ultimate-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:4:\"uael\";s:4:\"slug\";s:18:\"ultimate-elementor\";s:6:\"plugin\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:14:\"upgrade_notice\";s:0:\"\";s:11:\"new_version\";s:6:\"1.42.1\";s:3:\"url\";s:119:\"http://ultimateelementor.com/pricing/?utm_source=license-form&utm_medium=uael-purchase&utm_campaign=graupi-license-form\";s:7:\"package\";s:230:\"https://support.brainstormforce.com/wp-json/bsf-products/v1/download/uael?version_no=1.42.1&purchase_key=06bc1612071bf2266508392cac212472&site_url=https%3A%2F%2Flcaportalstoreg.liceclinicsofamerica.com&is_bundled=0&parent_product=\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:0:\"\";s:5:\"icons\";a:3:{s:2:\"1x\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:2:\"2x\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";s:7:\"default\";s:70:\"//support.brainstormforce.com/wp-content/uploads/2018/12/uael-logo.svg\";}}s:31:\"elementor-pro/elementor-pro.php\";O:8:\"stdClass\":17:{s:14:\"stable_version\";s:6:\"3.34.0\";s:12:\"last_updated\";s:19:\"2025-12-22 12:50:17\";s:11:\"new_version\";s:6:\"3.34.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:407:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NjQyNzk2MiwiZXhwIjoxNzY2NTE0MzYyfQ.UFR6VJC16J-xgLum6ULkEBkOVxItxGw4j8U-115hRZ4/package_download\";s:13:\"download_link\";s:407:\"https://plugin-downloads.elementor.com/v2/package_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiZG93bmxvYWRfYmV0YSI6ZmFsc2UsImZpbGVfa2V5IjoiMSIsImlhdCI6MTc2NjQyNzk2MiwiZXhwIjoxNzY2NTE0MzYyfQ.UFR6VJC16J-xgLum6ULkEBkOVxItxGw4j8U-115hRZ4/package_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:12:{s:11:\"new_version\";s:5:\"3.7.0\";s:4:\"name\";s:13:\"Elementor Pro\";s:4:\"slug\";s:13:\"elementor-pro\";s:3:\"url\";s:36:\"https://elementor.com/pro/changelog/\";s:8:\"homepage\";s:26:\"https://elementor.com/pro/\";s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:3:\"6.9\";s:18:\"elementor_requires\";s:5:\"3.0.1\";s:7:\"package\";s:383:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiaWF0IjoxNzY2NDI3OTYyLCJleHAiOjE3NjY1MTQzNjJ9.8_MIFs4Bt58YCXF8ZdSga8Yc8Qif1gTtBBu27o4XSnU/previous_download\";s:13:\"download_link\";s:383:\"https://plugin-downloads.elementor.com/v2/previous_download/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9sY2Fwb3J0YWxzdG9yZWcubGljZWNsaW5pY3NvZmFtZXJpY2EuY29tIiwiaWF0IjoxNzY2NDI3OTYyLCJleHAiOjE3NjY1MTQzNjJ9.8_MIFs4Bt58YCXF8ZdSga8Yc8Qif1gTtBBu27o4XSnU/previous_download\";s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:5:\"icons\";a:1:{s:3:\"svg\";s:75:\"https://storage.googleapis.com/web-public-files/Web%20Assets/icons/icon.svg\";}}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}s:5:\"cloud\";b:0;s:6:\"plugin\";s:31:\"elementor-pro/elementor-pro.php\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:23:{s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/woocommerce-advanced-free-shipping\";s:4:\"slug\";s:34:\"woocommerce-advanced-free-shipping\";s:6:\"plugin\";s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";s:11:\"new_version\";s:7:\"1.1.7.1\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/woocommerce-advanced-free-shipping/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/woocommerce-advanced-free-shipping.1.1.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/icon-256x256.png?rev=1171652\";s:2:\"1x\";s:87:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/icon-128x128.png?rev=1171652\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/woocommerce-advanced-free-shipping/assets/banner-772x250.png?rev=901859\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:31:\"code-snippets/code-snippets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/code-snippets\";s:4:\"slug\";s:13:\"code-snippets\";s:6:\"plugin\";s:31:\"code-snippets/code-snippets.php\";s:11:\"new_version\";s:5:\"3.9.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/code-snippets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/code-snippets.3.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";s:3:\"svg\";s:58:\"https://ps.w.org/code-snippets/assets/icon.svg?rev=2148878\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/code-snippets/assets/banner-1544x500.png?rev=3147867\";s:2:\"1x\";s:68:\"https://ps.w.org/code-snippets/assets/banner-772x250.png?rev=3147867\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:23:\"woocommerce-com-6142928\";s:4:\"slug\";s:52:\"woocommerce-com-customize-my-account-for-woocommerce\";s:6:\"plugin\";s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:7:\"package\";s:453:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=658cc3002a7381660e789bebd774e12025b5de4f2a311f4c3a4e194e278bf6a5\";s:14:\"upgrade_notice\";s:49:\"Tweak - Color opacity slider on color picker.\";s:12:\"requires_php\";s:3:\"5.6\";}s:41:\"woo-discount-rules/woo-discount-rules.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/woo-discount-rules\";s:4:\"slug\";s:18:\"woo-discount-rules\";s:6:\"plugin\";s:41:\"woo-discount-rules/woo-discount-rules.php\";s:11:\"new_version\";s:6:\"2.6.13\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woo-discount-rules/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woo-discount-rules.2.6.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woo-discount-rules/assets/icon-256x256.png?rev=1977982\";s:2:\"1x\";s:71:\"https://ps.w.org/woo-discount-rules/assets/icon-128x128.png?rev=1977982\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/woo-discount-rules/assets/banner-1544x500.png?rev=3365504\";s:2:\"1x\";s:73:\"https://ps.w.org/woo-discount-rules/assets/banner-772x250.png?rev=3365504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.6.1\";}s:32:\"duplicate-page/duplicatepage.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-page\";s:4:\"slug\";s:14:\"duplicate-page\";s:6:\"plugin\";s:32:\"duplicate-page/duplicatepage.php\";s:11:\"new_version\";s:5:\"4.5.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-page/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/duplicate-page.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-page/assets/icon-128x128.jpg?rev=1412874\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-page/assets/banner-772x250.jpg?rev=1410328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.5.4\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3419289\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3419289\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/order-import-export-for-woocommerce\";s:4:\"slug\";s:35:\"order-import-export-for-woocommerce\";s:6:\"plugin\";s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";s:11:\"new_version\";s:5:\"2.6.9\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/order-import-export-for-woocommerce/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/order-import-export-for-woocommerce.2.6.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/order-import-export-for-woocommerce/assets/icon-256x256.gif?rev=3133964\";s:2:\"1x\";s:88:\"https://ps.w.org/order-import-export-for-woocommerce/assets/icon-128x128.gif?rev=3133964\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/order-import-export-for-woocommerce/assets/banner-1544x500.gif?rev=3108558\";s:2:\"1x\";s:90:\"https://ps.w.org/order-import-export-for-woocommerce/assets/banner-772x250.gif?rev=3108558\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";}s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:57:\"w.org/plugins/quantity-field-on-shop-page-for-woocommerce\";s:4:\"slug\";s:43:\"quantity-field-on-shop-page-for-woocommerce\";s:6:\"plugin\";s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";s:11:\"new_version\";s:5:\"1.4.2\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/quantity-field-on-shop-page-for-woocommerce/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/quantity-field-on-shop-page-for-woocommerce.6.6.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:87:\"https://s.w.org/plugins/geopattern-icon/quantity-field-on-shop-page-for-woocommerce.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.6.1\";}s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:53:\"w.org/plugins/wt-woocommerce-sequential-order-numbers\";s:4:\"slug\";s:39:\"wt-woocommerce-sequential-order-numbers\";s:6:\"plugin\";s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:70:\"https://wordpress.org/plugins/wt-woocommerce-sequential-order-numbers/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/wt-woocommerce-sequential-order-numbers.1.7.6.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:92:\"https://ps.w.org/wt-woocommerce-sequential-order-numbers/assets/icon-128x128.png?rev=2599891\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:94:\"https://ps.w.org/wt-woocommerce-sequential-order-numbers/assets/banner-772x250.png?rev=2576328\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:6:\"2.0.11\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-128x128.jpg?rev=2783827\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-301-redirects/assets/banner-1544x500.png?rev=2783827\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-301-redirects/assets/banner-772x250.png?rev=2783827\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.4.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";}s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/woocommerce-paypal-payments\";s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:11:\"new_version\";s:5:\"3.3.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/woocommerce-paypal-payments/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-paypal-payments.3.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-256x256.png?rev=3234615\";s:2:\"1x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-128x128.png?rev=3234615\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-1544x500.png?rev=3234615\";s:2:\"1x\";s:82:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-772x250.png?rev=3234615\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.9.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:23:\"woocommerce-com-8499707\";s:4:\"slug\";s:46:\"woocommerce-com-order-approval-for-woocommerce\";s:6:\"plugin\";s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";s:11:\"new_version\";s:5:\"1.4.0\";s:3:\"url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:7:\"package\";s:31:\"woocommerce-com-expired-8499707\";s:14:\"upgrade_notice\";s:20:\"Add - Brand support.\";s:12:\"requires_php\";s:3:\"7.4\";}s:51:\"woocommerce-tax-exempt-plugin/addify_tax_exempt.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:23:\"woocommerce-com-4721661\";s:4:\"slug\";s:45:\"woocommerce-com-woocommerce-tax-exempt-plugin\";s:6:\"plugin\";s:51:\"woocommerce-tax-exempt-plugin/addify_tax_exempt.php\";s:11:\"new_version\";s:5:\"1.9.2\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-tax-exempt-plugin/woocommerce-tax-exempt-plugin.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=a10f9c78216d0f01d25f35fc4b619a3e4fd0cbf7d420d1d9bbaa889b6fbb0230\";s:14:\"upgrade_notice\";s:64:\"Update - Updated compatibility for latest WooCommerce versions.\";s:12:\"requires_php\";s:3:\"7.4\";}s:41:\"woo-update-manager/woo-update-manager.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:30:\"woocommerce-com-18734003407318\";s:4:\"slug\";s:34:\"woocommerce-com-woo-update-manager\";s:6:\"plugin\";s:41:\"woo-update-manager/woo-update-manager.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:7:\"package\";s:407:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woo-update-manager/woo-update-manager.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=bfc4882f7dc557ed6c751c6daa3c5dc48ecd3c6efd7836067f68f8faaa08693a\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";}s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"woocommerce-com-18620\";s:4:\"slug\";s:37:\"woocommerce-com-fedex-shipping-module\";s:6:\"plugin\";s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:7:\"package\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=600345b2cde411918991223162e03f113af68f71be357549a075a3c009c644a7\";s:14:\"upgrade_notice\";s:57:\"Tweak - WordPress 6.9 and WooCommerce 10.4 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}s:51:\"woocommerce-memberships/woocommerce-memberships.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:22:\"woocommerce-com-958589\";s:4:\"slug\";s:39:\"woocommerce-com-woocommerce-memberships\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:11:\"new_version\";s:6:\"1.27.4\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:7:\"package\";s:417:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=f81f1d4245731c7c57e72af2a97dc404a9af027133cd4497ffea492b2ea665cc\";s:14:\"upgrade_notice\";s:92:\"Fix - Subscriptions - \"Next Bill On\" date value on front-end memberships table not localized\";s:12:\"requires_php\";s:3:\"7.4\";}s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"woocommerce-com-18616\";s:4:\"slug\";s:33:\"woocommerce-com-minmax-quantities\";s:6:\"plugin\";s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";s:11:\"new_version\";s:5:\"5.2.8\";s:3:\"url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:7:\"package\";s:431:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-min-max-quantities/woocommerce-min-max-quantities.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=d6ac1711748424bd1cfec247fa9af48f3054e2aecb1fb8336b5247e641896a28\";s:14:\"upgrade_notice\";s:117:\"Tweak - Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.\";s:12:\"requires_php\";s:3:\"7.4\";}s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:21:\"woocommerce-com-18693\";s:4:\"slug\";s:33:\"woocommerce-com-shipment-tracking\";s:6:\"plugin\";s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";s:11:\"new_version\";s:5:\"2.6.7\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipment-tracking/woocommerce-shipment-tracking.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=82df694c04f84b662fe3c729dd3ccb3f1cd9ba06ee27b0ecfeaa9862361bf642\";s:14:\"upgrade_notice\";s:71:\"Tweak - WordPress 6.9 compatibility and WooCommerce 10.4 compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}}s:7:\"checked\";a:33:{s:73:\"woocommerce-advanced-free-shipping/woocommerce-advanced-free-shipping.php\";s:7:\"1.1.7.1\";s:27:\"astra-addon/astra-addon.php\";s:7:\"4.11.13\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:31:\"code-snippets/code-snippets.php\";s:5:\"3.9.3\";s:23:\"pagespeed/pagespeed.php\";s:5:\"1.2.2\";s:87:\"customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.php\";s:5:\"2.0.1\";s:41:\"woo-discount-rules/woo-discount-rules.php\";s:6:\"2.6.13\";s:49:\"woo-discount-rules-pro/woo-discount-rules-pro.php\";s:6:\"2.6.13\";s:32:\"duplicate-page/duplicatepage.php\";s:5:\"4.5.6\";s:23:\"elementor/elementor.php\";s:6:\"3.33.6\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.34.0\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.5.4\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:5:\"6.7.4\";s:71:\"addify-order-approval-woocommerce/addify-order-approval-woocommerce.php\";s:5:\"1.4.0\";s:68:\"sg-order-approval-woocommerce-pro/order-approval-woocommerce-pro.php\";s:6:\"2.2.12\";s:75:\"order-import-export-for-woocommerce/order-import-export-for-woocommerce.php\";s:5:\"2.6.9\";s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";s:5:\"2.3.0\";s:75:\"quantity-field-on-shop-page-for-woocommerce/wc-quantity-field-shop-page.php\";s:5:\"1.4.2\";s:68:\"wt-woocommerce-sequential-order-numbers/wt-advanced-order-number.php\";s:5:\"1.7.6\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:6:\"2.0.11\";s:51:\"woocommerce-tax-exempt-plugin/addify_tax_exempt.php\";s:5:\"1.9.2\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.7.0\";s:41:\"ultimate-elementor/ultimate-elementor.php\";s:6:\"1.42.0\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.4.3\";s:41:\"woo-update-manager/woo-update-manager.php\";s:5:\"1.0.3\";s:57:\"woocommerce-shipping-fedex/woocommerce-shipping-fedex.php\";s:5:\"4.5.0\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";s:6:\"1.27.4\";s:65:\"woocommerce-min-max-quantities/woocommerce-min-max-quantities.php\";s:5:\"5.2.8\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:5:\"3.3.1\";s:63:\"woocommerce-shipment-tracking/woocommerce-shipment-tracking.php\";s:5:\"2.6.7\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.9.5\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.7.1\";}}','off'),(343034,'_transient_timeout__woocommerce_helper_updates','1766817005','off'),(343035,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"56979491f77143dfc3e1ca92c4afde1d\";s:7:\"updated\";i:1766773805;s:8:\"products\";a:14:{i:18616;a:6:{s:7:\"version\";s:5:\"5.2.8\";s:4:\"slug\";s:17:\"minmax-quantities\";s:3:\"url\";s:51:\"https://woocommerce.com/products/minmax-quantities/\";s:7:\"package\";s:431:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-min-max-quantities/woocommerce-min-max-quantities.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=d6ac1711748424bd1cfec247fa9af48f3054e2aecb1fb8336b5247e641896a28\";s:14:\"upgrade_notice\";s:117:\"Tweak - Replaced wc_enqueue_js with wp_add_inline_script according to the recommended WordPress core script patterns.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18620;a:6:{s:7:\"version\";s:5:\"4.5.0\";s:4:\"slug\";s:21:\"fedex-shipping-module\";s:3:\"url\";s:55:\"https://woocommerce.com/products/fedex-shipping-module/\";s:7:\"package\";s:423:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-fedex/woocommerce-shipping-fedex.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=600345b2cde411918991223162e03f113af68f71be357549a075a3c009c644a7\";s:14:\"upgrade_notice\";s:57:\"Tweak - WordPress 6.9 and WooCommerce 10.4 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18665;a:6:{s:7:\"version\";s:5:\"3.9.1\";s:4:\"slug\";s:19:\"ups-shipping-method\";s:3:\"url\";s:53:\"https://woocommerce.com/products/ups-shipping-method/\";s:7:\"package\";s:419:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-ups/woocommerce-shipping-ups.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=7ee490c49fedd838d63c5ef231597b70180cd80a8e2b4b99411f07f34fc81fc9\";s:14:\"upgrade_notice\";s:39:\"Tweak - WooCommerce 10.3 compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18693;a:6:{s:7:\"version\";s:5:\"2.6.7\";s:4:\"slug\";s:17:\"shipment-tracking\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipment-tracking/woocommerce-shipment-tracking.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=82df694c04f84b662fe3c729dd3ccb3f1cd9ba06ee27b0ecfeaa9862361bf642\";s:14:\"upgrade_notice\";s:71:\"Tweak - WordPress 6.9 compatibility and WooCommerce 10.4 compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:18741;a:6:{s:7:\"version\";s:5:\"4.3.2\";s:4:\"slug\";s:27:\"shipping-multiple-addresses\";s:3:\"url\";s:61:\"https://woocommerce.com/products/shipping-multiple-addresses/\";s:7:\"package\";s:449:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-shipping-multiple-addresses/woocommerce-shipping-multiple-addresses.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=fd2f043c5e888d67aa6786a3c019a6506795fd9e21345ce10e4ae262c0be3ef7\";s:14:\"upgrade_notice\";s:57:\"Tweak - WordPress 6.9 and WooCommerce 10.4 Compatibility.\";s:12:\"requires_php\";s:3:\"7.4\";}i:958589;a:6:{s:7:\"version\";s:6:\"1.27.4\";s:4:\"slug\";s:23:\"woocommerce-memberships\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";s:7:\"package\";s:417:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-memberships/woocommerce-memberships.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=f81f1d4245731c7c57e72af2a97dc404a9af027133cd4497ffea492b2ea665cc\";s:14:\"upgrade_notice\";s:92:\"Fix - Subscriptions - \"Next Bill On\" date value on front-end memberships table not localized\";s:12:\"requires_php\";s:3:\"7.4\";}i:4065824;a:6:{s:7:\"version\";s:5:\"3.0.2\";s:4:\"slug\";s:31:\"quickbooks-sync-for-woocommerce\";s:3:\"url\";s:65:\"https://woocommerce.com/products/quickbooks-sync-for-woocommerce/\";s:7:\"package\";s:447:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/myworks-woo-sync-for-quickbooks-online/myworks-woo-sync-for-quickbooks-online.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=78b7f88635a3bfa06ba010c40535f1911f259af0f8167bfae106662efb29bd03\";s:14:\"upgrade_notice\";s:60:\"Improved order data handling for stores not yet running HPOS\";s:12:\"requires_php\";s:3:\"7.3\";}i:4721661;a:6:{s:7:\"version\";s:5:\"1.9.2\";s:4:\"slug\";s:29:\"woocommerce-tax-exempt-plugin\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-tax-exempt-plugin/\";s:7:\"package\";s:429:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-tax-exempt-plugin/woocommerce-tax-exempt-plugin.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=a10f9c78216d0f01d25f35fc4b619a3e4fd0cbf7d420d1d9bbaa889b6fbb0230\";s:14:\"upgrade_notice\";s:64:\"Update - Updated compatibility for latest WooCommerce versions.\";s:12:\"requires_php\";s:3:\"7.4\";}i:4872510;a:6:{s:7:\"version\";s:5:\"2.9.0\";s:4:\"slug\";s:38:\"request-a-quote-plugin-for-woocommerce\";s:3:\"url\";s:72:\"https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/\";s:7:\"package\";s:425:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woocommerce-request-a-quote/woocommerce-request-a-quote.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=c7fe26c43989f7c71a1606ff54476f0be6baadfaac8d274d7b8c7a4dbbc49524\";s:14:\"upgrade_notice\";s:53:\"Add – Added a button color option for quote emails.\";s:12:\"requires_php\";s:3:\"7.4\";}i:5278104;a:6:{s:7:\"version\";s:6:\"10.3.1\";s:4:\"slug\";s:11:\"woopayments\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-payments.10.3.1.zip\";s:14:\"upgrade_notice\";s:116:\"Fix - Fix fatal error on WooCommerce Settings Payments tab caused by missing hook in Get_PM_Promotions request class\";s:12:\"requires_php\";s:3:\"7.3\";}i:6142928;a:6:{s:7:\"version\";s:5:\"2.0.1\";s:4:\"slug\";s:36:\"customize-my-account-for-woocommerce\";s:3:\"url\";s:70:\"https://woocommerce.com/products/customize-my-account-for-woocommerce/\";s:7:\"package\";s:453:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/customize-my-account-page-for-woocommerce/customize-my-account-page-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=658cc3002a7381660e789bebd774e12025b5de4f2a311f4c3a4e194e278bf6a5\";s:14:\"upgrade_notice\";s:49:\"Tweak - Color opacity slider on color picker.\";s:12:\"requires_php\";s:3:\"5.6\";}i:8499707;a:6:{s:7:\"version\";s:5:\"1.4.0\";s:4:\"slug\";s:30:\"order-approval-for-woocommerce\";s:3:\"url\";s:64:\"https://woocommerce.com/products/order-approval-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/addify-order-approval-woocommerce/addify-order-approval-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=6d7a12076616fdce3643471ef3b07f8d8ac72d4f399df7ce64bb22507e482689\";s:14:\"upgrade_notice\";s:20:\"Add - Brand support.\";s:12:\"requires_php\";s:3:\"7.4\";}i:9008506;a:6:{s:7:\"version\";s:3:\"1.8\";s:4:\"slug\";s:33:\"user-registration-for-woocommerce\";s:3:\"url\";s:67:\"https://woocommerce.com/products/user-registration-for-woocommerce/\";s:7:\"package\";s:437:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/user-registration-for-woocommerce/user-registration-for-woocommerce.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=7c624d97670aae8466614741aad88ab07a4fe7e46e0329c36c845c5206955f40\";s:14:\"upgrade_notice\";s:62:\"new - Show all registered users both manual and auto approval.\";s:12:\"requires_php\";s:3:\"5.6\";}i:18734003407318;a:6:{s:7:\"version\";s:5:\"1.0.3\";s:4:\"slug\";s:18:\"woo-update-manager\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woo-update-manager/\";s:7:\"package\";s:407:\"https://woothemes-products.s3.amazonaws.com/plugin-packages/woo-update-manager/woo-update-manager.zip?X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIA4DUDNEPIJUWNWPWQ%2F20251226%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251226T183005Z&X-Amz-SignedHeaders=host&X-Amz-Expires=43200&X-Amz-Signature=bfc4882f7dc557ed6c751c6daa3c5dc48ecd3c6efd7836067f68f8faaa08693a\";s:14:\"upgrade_notice\";s:77:\"Update - Declare compatibility with WooCommerce cart_checkout_blocks feature.\";s:12:\"requires_php\";s:3:\"7.3\";}}s:6:\"errors\";a:0:{}}','off'),(343129,'_site_transient_timeout_bsf_analytics_track','1766979002','off'),(343130,'_site_transient_bsf_analytics_track','1','off'),(343141,'_transient_timeout_astra-addon-cron-test-ok','1766810725','off'),(343142,'_transient_astra-addon-cron-test-ok','1','off'),(343143,'_transient_timeout_astra-theme-cron-test-ok','1766810726','off'),(343144,'_transient_astra-theme-cron-test-ok','1','off'),(343153,'_transient_doing_cron','1766811601.8154850006103515625000','on'),(343156,'_site_transient_timeout_wp_theme_files_patterns-d9321489d224016c0f725c0020fe8012','1766811602','off'),(343157,'_site_transient_wp_theme_files_patterns-d9321489d224016c0f725c0020fe8012','a:2:{s:7:\"version\";s:7:\"4.11.18\";s:8:\"patterns\";a:0:{}}','off'),(343160,'_transient_timeout_jetpack_update_remote_package_last_query','1766811663','off'),(343161,'_transient_jetpack_update_remote_package_last_query','1766811603','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=192555 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (18,11,'_elementor_edit_mode','builder'),(19,11,'_elementor_template_type','kit'),(20,11,'_elementor_version','3.30.1'),(21,11,'_elementor_pro_version','3.30.0'),(22,12,'_wp_attached_file','2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png'),(23,12,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:107;s:4:\"file\";s:62:\"2021/03/cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-150x107.png\";s:5:\"width\";i:150;s:6:\"height\";i:107;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"cropped-Larada_LCoA-Inline-Logo-wTag-1-1-300x107-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(33,16,'_edit_lock','1759773945:2'),(34,16,'_edit_last','2'),(35,16,'_elementor_edit_mode','builder'),(36,16,'_elementor_template_type','wp-page'),(37,16,'_elementor_version','3.1.4'),(38,16,'_elementor_pro_version','3.2.1'),(39,16,'_astra_content_layout_flag','disabled'),(40,16,'site-post-title','disabled'),(41,16,'ast-title-bar-display','disabled'),(42,16,'ast-featured-img','disabled'),(43,16,'site-content-layout','page-builder'),(44,16,'site-sidebar-layout','no-sidebar'),(46,16,'_wp_page_template','elementor_canvas'),(47,16,'_elementor_data','[{\"id\":\"d64ed0d\",\"elType\":\"section\",\"settings\":{\"structure\":\"00\"},\"elements\":[],\"isInner\":false},{\"id\":\"f9c2bb1\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"f9664c6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"a9b0395\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0e8f11\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"a961045\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":23.596},\"elements\":[],\"isInner\":false},{\"id\":\"ed37d10\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":52.035},\"elements\":[{\"id\":\"b643b83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/PortalLogo-1530631821.jpg\",\"id\":106},\"image_size\":\"medium\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"45f4002\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.035},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"2924ae8\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"d23958a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false},{\"id\":\"f9c61a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50},\"elements\":[{\"id\":\"bde536f\",\"elType\":\"widget\",\"settings\":{\"button_text\":\"Log In\",\"user_label\":\"Username or Email Address\",\"user_placeholder\":\"Username or Email Address\",\"password_label\":\"Password\",\"password_placeholder\":\"Password\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"redirect_after_login\":\"yes\",\"redirect_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"redirect_after_logout\":\"yes\",\"redirect_logout_url\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"__dynamic__\":[]},\"elements\":[],\"widgetType\":\"login\"},{\"id\":\"758b5a7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div>Your UN and PW for this store are different than what you use for the portal. They were sent to you via email on 4\\/21\\/21. Please check your inbox and spam folder. If you need assistance please contact <a href=\\\"mailto:techsupport@laradasciences.com\\\">techsupport@laradasciences.com<\\/a><\\/div>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-all\"],\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3147d8c\",\"elType\":\"widget\",\"settings\":{\"text\":\"SHOP NOW\",\"link\":{\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shop-now\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"align\":\"center\",\"wcm_element_visibility_condition\":\"visible_only_for\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"b5c44b3\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false},{\"id\":\"cd38afc\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":25},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"968b24d\",\"elType\":\"section\",\"settings\":{\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"367f026\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"0258e54\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(51,16,'theme-transparent-header-meta','default'),(52,16,'stick-header-meta','default'),(53,18,'_wp_attached_file','woocommerce-placeholder.png'),(54,18,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(55,23,'_edit_lock','1752162732:2'),(56,23,'_edit_last','2'),(57,23,'_sku','AA-RINSE'),(59,23,'total_sales','2171'),(60,23,'_tax_status','taxable'),(61,23,'_tax_class',''),(62,23,'_manage_stock','no'),(63,23,'_backorders','no'),(64,23,'_sold_individually','no'),(65,23,'_virtual','no'),(66,23,'_downloadable','no'),(67,23,'_download_limit','-1'),(68,23,'_download_expiry','-1'),(69,23,'_stock',NULL),(70,23,'_stock_status','instock'),(71,23,'_wc_average_rating','0'),(72,23,'_wc_review_count','0'),(73,23,'_product_version','9.9.5'),(75,23,'site-sidebar-layout','default'),(76,23,'site-content-layout','default'),(77,23,'theme-transparent-header-meta','default'),(78,23,'stick-header-meta','default'),(81,25,'_wp_attached_file','2021/03/ActiveRinse8oz.jpg'),(82,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/ActiveRinse8oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"ActiveRinse8oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"ActiveRinse8oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(83,26,'_wp_attached_file','2021/03/ActiveRinse16oz.jpg'),(84,26,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/ActiveRinse16oz.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"ActiveRinse16oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"ActiveRinse16oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(85,27,'_wp_attached_file','2021/03/CombOutMousse.jpg'),(86,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/CombOutMousse.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"CombOutMousse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"CombOutMousse-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(87,28,'_wp_attached_file','2021/03/LRK.jpg'),(88,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2021/03/LRK.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:15:\"LRK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"LRK-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(89,29,'_wp_attached_file','2021/03/PreventativeDetanglingSpray.jpg'),(90,29,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:39:\"2021/03/PreventativeDetanglingSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PreventativeDetanglingSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(91,30,'_wp_attached_file','2021/03/PreventativeSpray.jpg'),(92,30,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventativeSpray.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventativeSpray-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventativeSpray-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(93,31,'_wp_attached_file','2021/03/PreventiveConditioner.jpg'),(94,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveConditioner.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveConditioner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveConditioner-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(95,32,'_wp_attached_file','2021/03/PreventiveHairbands.jpg'),(96,32,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveHairbands.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveHairbands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveHairbands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(97,33,'_wp_attached_file','2021/03/PreventiveKit.jpg'),(98,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/PreventiveKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"PreventiveKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"PreventiveKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(99,34,'_wp_attached_file','2021/03/PreventiveShampoo.jpg'),(100,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/PreventiveShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"PreventiveShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"PreventiveShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(101,35,'_wp_attached_file','2021/03/TerminatorComb.jpg'),(102,35,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2021/03/TerminatorComb.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:26:\"TerminatorComb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"TerminatorComb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(122,38,'_sku','AA-RINSE-16-OZ'),(123,38,'total_sales','859'),(124,38,'_tax_status','taxable'),(125,38,'_tax_class',''),(126,38,'_manage_stock','no'),(127,38,'_backorders','no'),(128,38,'_sold_individually','no'),(129,38,'_virtual','no'),(130,38,'_downloadable','no'),(131,38,'_download_limit','0'),(132,38,'_download_expiry','0'),(134,38,'_stock_status','instock'),(135,38,'_wc_average_rating','0'),(136,38,'_wc_review_count','0'),(137,38,'_product_version','9.9.5'),(139,39,'_sku','aa-8-oz shampoo'),(140,39,'total_sales','576'),(141,39,'_tax_status','taxable'),(142,39,'_tax_class',''),(143,39,'_manage_stock','no'),(144,39,'_backorders','no'),(145,39,'_sold_individually','no'),(146,39,'_virtual','no'),(147,39,'_downloadable','no'),(148,39,'_download_limit','0'),(149,39,'_download_expiry','0'),(151,39,'_stock_status','instock'),(152,39,'_wc_average_rating','0'),(153,39,'_wc_review_count','0'),(154,39,'_product_version','9.8.4'),(156,40,'_sku','aa-8-oz conditioner'),(157,40,'total_sales','461'),(158,40,'_tax_status','taxable'),(159,40,'_tax_class',''),(160,40,'_manage_stock','no'),(161,40,'_backorders','no'),(162,40,'_sold_individually','no'),(163,40,'_virtual','no'),(164,40,'_downloadable','no'),(165,40,'_download_limit','0'),(166,40,'_download_expiry','0'),(168,40,'_stock_status','instock'),(169,40,'_wc_average_rating','0'),(170,40,'_wc_review_count','0'),(171,40,'_product_version','9.8.4'),(173,41,'_sku','AA - Comb'),(174,41,'total_sales','4214'),(175,41,'_tax_status','taxable'),(176,41,'_tax_class',''),(177,41,'_manage_stock','no'),(178,41,'_backorders','no'),(179,41,'_sold_individually','no'),(180,41,'_virtual','no'),(181,41,'_downloadable','no'),(182,41,'_download_limit','0'),(183,41,'_download_expiry','0'),(185,41,'_stock_status','instock'),(186,41,'_wc_average_rating','0'),(187,41,'_wc_review_count','0'),(188,41,'_product_version','9.8.4'),(190,42,'_sku','AA-COMB-OUT-MOUSSE'),(191,42,'total_sales','592'),(192,42,'_tax_status','taxable'),(193,42,'_tax_class',''),(194,42,'_manage_stock','no'),(195,42,'_backorders','no'),(196,42,'_sold_individually','no'),(197,42,'_virtual','no'),(198,42,'_downloadable','no'),(199,42,'_download_limit','0'),(200,42,'_download_expiry','0'),(202,42,'_stock_status','instock'),(203,42,'_wc_average_rating','0'),(204,42,'_wc_review_count','0'),(205,42,'_product_version','9.8.1'),(207,43,'_sku','AA - Protect'),(208,43,'total_sales','2085'),(209,43,'_tax_status','taxable'),(210,43,'_tax_class',''),(211,43,'_manage_stock','no'),(212,43,'_backorders','no'),(213,43,'_sold_individually','no'),(214,43,'_virtual','no'),(215,43,'_downloadable','no'),(216,43,'_download_limit','0'),(217,43,'_download_expiry','0'),(219,43,'_stock_status','instock'),(220,43,'_wc_average_rating','0'),(221,43,'_wc_review_count','0'),(222,43,'_product_version','9.8.1'),(224,44,'_sku','CS-PREVENTIVE-KIT'),(225,44,'total_sales','804'),(226,44,'_tax_status','taxable'),(227,44,'_tax_class',''),(228,44,'_manage_stock','no'),(229,44,'_backorders','no'),(230,44,'_sold_individually','no'),(231,44,'_virtual','no'),(232,44,'_downloadable','no'),(233,44,'_download_limit','0'),(234,44,'_download_expiry','0'),(236,44,'_stock_status','instock'),(237,44,'_wc_average_rating','0'),(238,44,'_wc_review_count','0'),(239,44,'_product_version','9.8.1'),(241,45,'_sku','CS-SUPER/SHAM-8oz'),(242,45,'total_sales','2014'),(243,45,'_tax_status','taxable'),(244,45,'_tax_class',''),(245,45,'_manage_stock','no'),(246,45,'_backorders','no'),(247,45,'_sold_individually','no'),(248,45,'_virtual','no'),(249,45,'_downloadable','no'),(250,45,'_download_limit','0'),(251,45,'_download_expiry','0'),(252,45,'_stock',NULL),(253,45,'_stock_status','instock'),(254,45,'_wc_average_rating','0'),(255,45,'_wc_review_count','0'),(256,45,'_product_version','9.8.1'),(258,46,'_sku','LCoA LRK - Lice Remover Kit'),(259,46,'total_sales','1'),(260,46,'_tax_status','taxable'),(261,46,'_tax_class',''),(262,46,'_manage_stock','no'),(263,46,'_backorders','no'),(264,46,'_sold_individually','no'),(265,46,'_virtual','no'),(266,46,'_downloadable','no'),(267,46,'_download_limit','0'),(268,46,'_download_expiry','0'),(269,46,'_stock',NULL),(270,46,'_stock_status','instock'),(271,46,'_wc_average_rating','0'),(272,46,'_wc_review_count','0'),(273,46,'_product_version','5.3.0'),(275,47,'_sku','ONECURE-KIT-18'),(276,47,'total_sales','1'),(277,47,'_tax_status','taxable'),(278,47,'_tax_class',''),(279,47,'_manage_stock','no'),(280,47,'_backorders','no'),(281,47,'_sold_individually','no'),(282,47,'_virtual','no'),(283,47,'_downloadable','no'),(284,47,'_download_limit','0'),(285,47,'_download_expiry','0'),(287,47,'_stock_status','instock'),(288,47,'_wc_average_rating','0'),(289,47,'_wc_review_count','0'),(290,47,'_product_version','5.3.0'),(292,48,'_sku','ONECURE-TIPKIT-18'),(293,48,'total_sales','1'),(294,48,'_tax_status','taxable'),(295,48,'_tax_class',''),(296,48,'_manage_stock','no'),(297,48,'_backorders','no'),(298,48,'_sold_individually','no'),(299,48,'_virtual','no'),(300,48,'_downloadable','no'),(301,48,'_download_limit','0'),(302,48,'_download_expiry','0'),(304,48,'_stock_status','instock'),(305,48,'_wc_average_rating','0'),(306,48,'_wc_review_count','0'),(307,48,'_product_version','5.3.0'),(309,49,'_sku','CS-PREVENT/DETANGLE-8'),(310,49,'total_sales','2054'),(311,49,'_tax_status','taxable'),(312,49,'_tax_class',''),(313,49,'_manage_stock','no'),(314,49,'_backorders','no'),(315,49,'_sold_individually','no'),(316,49,'_virtual','no'),(317,49,'_downloadable','no'),(318,49,'_download_limit','0'),(319,49,'_download_expiry','0'),(321,49,'_stock_status','instock'),(322,49,'_wc_average_rating','0'),(323,49,'_wc_review_count','0'),(324,49,'_product_version','9.8.1'),(326,50,'_sku','R-HAIRBAND-4'),(327,50,'total_sales','2'),(328,50,'_tax_status','taxable'),(329,50,'_tax_class',''),(330,50,'_manage_stock','no'),(331,50,'_backorders','no'),(332,50,'_sold_individually','no'),(333,50,'_virtual','no'),(334,50,'_downloadable','no'),(335,50,'_download_limit','0'),(336,50,'_download_expiry','0'),(338,50,'_stock_status','instock'),(339,50,'_wc_average_rating','0'),(340,50,'_wc_review_count','0'),(341,50,'_product_version','9.6.0'),(343,51,'_sku','LCoA Urgent Care Kit'),(344,51,'total_sales','418'),(345,51,'_tax_status','taxable'),(346,51,'_tax_class',''),(347,51,'_manage_stock','no'),(348,51,'_backorders','no'),(349,51,'_sold_individually','no'),(350,51,'_virtual','no'),(351,51,'_downloadable','no'),(352,51,'_download_limit','0'),(353,51,'_download_expiry','0'),(355,51,'_stock_status','instock'),(356,51,'_wc_average_rating','0'),(357,51,'_wc_review_count','0'),(358,51,'_product_version','9.8.1'),(360,52,'_wp_attached_file','2021/03/ActiveRinse8oz-1.jpg'),(361,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/ActiveRinse8oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"ActiveRinse8oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(362,52,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse8oz.jpg'),(367,53,'_wp_attached_file','2021/03/ActiveRinse16oz-1.jpg'),(368,53,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ActiveRinse16oz-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ActiveRinse16oz-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(369,53,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ActiveRinse16oz.jpg'),(370,38,'_wp_old_slug','import-placeholder-for-16652'),(372,38,'_thumbnail_id','3366'),(374,54,'_wp_attached_file','2021/03/PreventiveShampoo-1.jpg'),(375,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventiveShampoo-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventiveShampoo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventiveShampoo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(376,54,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveShampoo.jpg'),(377,39,'_wp_old_slug','import-placeholder-for-16656'),(378,39,'_regular_price','90.00'),(379,39,'_thumbnail_id','3370'),(380,39,'_price','90.00'),(381,55,'_wp_attached_file','2021/03/PreventiveConditioner-1.jpg'),(382,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:35:\"2021/03/PreventiveConditioner-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:35:\"PreventiveConditioner-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"PreventiveConditioner-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(383,55,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveConditioner.jpg'),(384,40,'_wp_old_slug','import-placeholder-for-16660'),(385,40,'_regular_price','90.00'),(386,40,'_thumbnail_id','3368'),(387,40,'_price','90.00'),(388,56,'_wp_attached_file','2021/03/TerminatorComb-1.jpg'),(389,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:28:\"2021/03/TerminatorComb-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"TerminatorComb-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"TerminatorComb-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(390,56,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/TerminatorComb.jpg'),(391,41,'_wp_old_slug','import-placeholder-for-16666'),(393,41,'_thumbnail_id','3364'),(395,57,'_wp_attached_file','2021/03/CombOutMousse-1.jpg'),(396,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/CombOutMousse-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"CombOutMousse-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"CombOutMousse-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(397,57,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/CombOutMousse.jpg'),(398,42,'_wp_old_slug','import-placeholder-for-16670'),(400,42,'_thumbnail_id','3367'),(402,58,'_wp_attached_file','2021/03/PreventativeSpray-1.jpg'),(403,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:31:\"2021/03/PreventativeSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:31:\"PreventativeSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"PreventativeSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(404,58,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeSpray.jpg'),(405,43,'_wp_old_slug','import-placeholder-for-16674'),(406,43,'_regular_price','90.00'),(407,43,'_thumbnail_id','3372'),(408,43,'_price','90.00'),(409,59,'_wp_attached_file','2021/03/PreventiveKit-1.jpg'),(410,59,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2021/03/PreventiveKit-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:27:\"PreventiveKit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"PreventiveKit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(411,59,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveKit.jpg'),(412,44,'_wp_old_slug','import-placeholder-for-16678'),(414,44,'_thumbnail_id','2831'),(416,60,'_wp_attached_file','2021/03/ClarifyingShampoo.jpg'),(417,60,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:29:\"2021/03/ClarifyingShampoo.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:29:\"ClarifyingShampoo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"ClarifyingShampoo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(418,60,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/ClarifyingShampoo.jpg'),(419,45,'_wp_old_slug','import-placeholder-for-16694'),(421,45,'_thumbnail_id','3373'),(423,61,'_wp_attached_file','2021/03/LRK-1.jpg'),(424,61,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:17:\"2021/03/LRK-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:17:\"LRK-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"LRK-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(425,61,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/LRK-1.jpg'),(426,46,'_wp_old_slug','import-placeholder-for-16697'),(428,46,'_thumbnail_id','61'),(430,62,'_wp_attached_file','2021/03/OneCure.jpg'),(431,62,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2021/03/OneCure.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"OneCure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"OneCure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(432,62,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCure.jpg'),(433,47,'_wp_old_slug','import-placeholder-for-16700'),(435,47,'_thumbnail_id','62'),(437,63,'_wp_attached_file','2021/03/OneCureTipKit.jpg'),(438,63,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2021/03/OneCureTipKit.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"OneCureTipKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"OneCureTipKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(439,63,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/OneCureTipKit.jpg'),(440,48,'_wp_old_slug','import-placeholder-for-16703'),(442,48,'_thumbnail_id','63'),(444,64,'_wp_attached_file','2021/03/PreventativeDetanglingSpray-1.jpg'),(445,64,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2021/03/PreventativeDetanglingSpray-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"PreventativeDetanglingSpray-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(446,64,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventativeDetanglingSpray.jpg'),(447,49,'_wp_old_slug','import-placeholder-for-16706'),(448,49,'_regular_price','90.00'),(449,49,'_thumbnail_id','3369'),(450,49,'_price','90.00'),(451,65,'_wp_attached_file','2021/03/PreventiveHairbands-1.jpg'),(452,65,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2021/03/PreventiveHairbands-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:33:\"PreventiveHairbands-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PreventiveHairbands-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(453,65,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/03/PreventiveHairbands-1.jpg'),(454,50,'_wp_old_slug','import-placeholder-for-16709'),(455,50,'_regular_price','69.80'),(456,50,'_thumbnail_id','65'),(457,50,'_price','69.80'),(458,66,'_wp_attached_file','2021/03/UrgentCareKit.jpg'),(459,66,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2021/03/UrgentCareKit.jpg\";s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:25:\"UrgentCareKit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"UrgentCareKit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,66,'_wc_attachment_source','https://store.liceclinicsofamerica.com/wp-content/uploads/2020/04/UrgentCareKit.jpg'),(461,51,'_wp_old_slug','import-placeholder-for-16879'),(463,51,'_thumbnail_id','2828'),(516,23,'_wp_old_slug','active-rise-8oz-bottles-12-pack'),(517,23,'_wp_old_date','2021-03-24'),(519,23,'_thumbnail_id','3365'),(520,23,'_wp_old_slug','active-rise-8oz-bottles'),(523,70,'_elementor_edit_mode','builder'),(524,70,'_elementor_template_type','product'),(525,70,'_elementor_version','3.18.3'),(526,70,'_elementor_pro_version','3.18.2'),(527,70,'_astra_content_layout_flag','disabled'),(528,70,'site-post-title','disabled'),(529,70,'ast-title-bar-display','disabled'),(530,70,'ast-featured-img','disabled'),(531,70,'site-content-layout','page-builder'),(532,70,'site-sidebar-layout','no-sidebar'),(533,70,'_edit_lock','1705005761:2'),(534,70,'_wp_page_template','default'),(535,70,'_elementor_data','[{\"id\":\"661ec577\",\"elType\":\"section\",\"settings\":{\"custom_height\":{\"unit\":\"vh\",\"size\":90},\"structure\":\"20\",\"gap\":\"wide\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"423ec2b8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.526000000000003,\"background_background\":\"classic\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[{\"id\":\"a4ee3fb\",\"elType\":\"widget\",\"settings\":{\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#000000\",\"sale_flash\":\"\",\"spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-images\"}],\"isInner\":false},{\"id\":\"1cda4335\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.473999999999997,\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"70\",\"bottom\":\"0\",\"left\":\"70\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"79611a1\",\"elType\":\"widget\",\"settings\":{\"text_color\":\"#5BC500\",\"link_color\":\"#7a7a7a\",\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Raleway\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"600\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-breadcrumb\"},{\"id\":\"5d0e4318\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40},\"typography_text_transform\":\"uppercase\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"},{\"id\":\"51e14a50\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"text_typography_typography\":\"custom\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":17},\"text_typography_font_weight\":\"400\",\"text_typography_font_family\":\"Montserrat\",\"text_typography_line_height\":{\"unit\":\"em\",\"size\":1.7},\"_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-short-description\"},{\"id\":\"3af62533\",\"elType\":\"widget\",\"settings\":{\"text_align\":\"left\",\"price_color\":\"#7a7a7a\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23},\"typography_text_transform\":\"none\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":5.4000000000000004},\"sale_price_spacing\":{\"unit\":\"px\",\"size\":0},\"price_block\":\"yes\",\"sale_price_color\":\"#0c0c0c\",\"sale_price_typography_typography\":\"custom\",\"sale_price_typography_font_size\":{\"unit\":\"px\",\"size\":23},\"sale_price_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"sale_price_typography_font_family\":\"Montserrat\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-price\"},{\"id\":\"1a5828c0\",\"elType\":\"widget\",\"settings\":{\"button_align\":\"center\",\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"035\",\"bottom\":\"14\",\"left\":\"35\",\"isLinked\":false},\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_text_color\":\"#ffffff\",\"button_bg_color\":\"#5BC500\",\"button_border_color\":\"#5BC500\",\"button_text_color_hover\":\"#FFFFFF\",\"button_bg_color_hover\":\"#909090\",\"button_border_color_hover\":\"#000000\",\"quantity_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"quantity_text_color\":\"#000000\",\"quantity_bg_color\":\"rgba(255,255,255,0.08)\",\"quantity_border_color\":\"#000000\",\"quantity_text_color_focus\":\"#000000\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Archivo Narrow\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-add-to-cart\"},{\"id\":\"d39f63d\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Raleway\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Raleway\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"title\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"},{\"id\":\"2de17205\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"content_position\":\"middle\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#7a7a7a\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"070\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-phone\"},\"elements\":[{\"id\":\"2d0614cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.302},\"elements\":[{\"id\":\"692549d8\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"\\\" name=\\\"woocommerce-product-title-tag\\\" settings=\\\"%7B%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"title\":\"Add Your Heading Text Here\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather\",\"typography_font_size\":{\"unit\":\"px\",\"size\":15},\"typography_text_transform\":\"capitalize\",\"title_color\":\"#5BC500\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-title\"}],\"isInner\":true},{\"id\":\"5919d0c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.698},\"elements\":[{\"id\":\"7b5f1b3e\",\"elType\":\"widget\",\"settings\":{\"text_typography_typography\":\"custom\",\"text_typography_font_family\":\"Merriweather\",\"text_color\":\"#7a7a7a\",\"link_color\":\"#000000\",\"text_typography_font_size\":{\"unit\":\"px\",\"size\":12},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-meta\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"ec6fa16\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"806c9bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"76189d1c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":3,\"columns\":3,\"align\":\"left\",\"heading_color\":\"#000000\",\"heading_typography_typography\":\"custom\",\"heading_typography_font_family\":\"Merriweather\",\"heading_typography_font_size\":{\"unit\":\"px\",\"size\":15},\"heading_typography_font_weight\":\"900\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"image_border_color\":\"#ffffff\",\"title_color\":\"#000000\",\"price_color\":\"#000000\",\"old_price_color\":\"#898989\",\"button_border_border\":\"solid\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"button_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"button_spacing\":{\"unit\":\"px\",\"size\":0},\"box_border_radius\":{\"unit\":\"px\",\"size\":0},\"heading_typography_text_transform\":\"capitalize\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"button_background_color\":\"#5BC500\",\"button_border_color\":\"#bababa\",\"heading_text_align\":\"left\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Raleway\",\"orderby\":\"menu_order\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"button_text_color\":\"#FFFFFF\",\"button_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"button_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.90000000000000002,\"sizes\":[]},\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Roboto\",\"view_cart_typography_font_weight\":\"500\",\"hide_mobile\":\"hidden-phone\",\"order\":\"asc\",\"title_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_size\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"old_price_typography_font_weight\":\"600\",\"title_typography_font_weight\":\"600\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"woocommerce-product-related\"}],\"isInner\":false}],\"isInner\":false}]'),(537,70,'_elementor_conditions','a:1:{i:0;s:15:\"include/product\";}'),(545,38,'_edit_lock','1752162589:2'),(546,38,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 16 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(592,38,'_price','165.76'),(593,38,'_price','165.76'),(594,38,'_edit_last','2'),(595,38,'_regular_price','165.76'),(596,38,'site-sidebar-layout','default'),(597,38,'site-content-layout','default'),(598,38,'theme-transparent-header-meta','default'),(599,38,'stick-header-meta','default'),(601,45,'_edit_lock','1746800622:2'),(602,45,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(648,45,'_price','50.00'),(649,45,'_price','50.00'),(650,45,'_edit_last','2'),(651,45,'_regular_price','50.00'),(652,45,'site-sidebar-layout','default'),(653,45,'site-content-layout','default'),(654,45,'theme-transparent-header-meta','default'),(655,45,'stick-header-meta','default'),(656,41,'_edit_lock','1750087559:2'),(657,41,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(704,41,'_edit_last','2'),(706,41,'site-sidebar-layout','default'),(707,41,'site-content-layout','default'),(708,41,'theme-transparent-header-meta','default'),(709,41,'stick-header-meta','default'),(710,42,'_edit_lock','1746800398:2'),(711,46,'_edit_lock','1722631747:2'),(712,42,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(747,41,'_price','73.20'),(748,41,'_price','73.20'),(759,42,'_edit_last','2'),(761,42,'site-sidebar-layout','default'),(762,42,'site-content-layout','default'),(763,42,'theme-transparent-header-meta','default'),(764,42,'stick-header-meta','default'),(767,42,'_price','90.00'),(768,42,'_price','90.00'),(769,46,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(813,46,'_price','63.00'),(814,46,'_price','63.00'),(815,46,'_edit_last','2'),(816,46,'_regular_price','63.00'),(817,46,'site-sidebar-layout','default'),(818,46,'site-content-layout','default'),(819,46,'theme-transparent-header-meta','default'),(820,46,'stick-header-meta','default'),(821,47,'_edit_lock','1685573113:2'),(822,48,'_edit_lock','1685573100:2'),(823,47,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 3 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(868,47,'_price','375.00'),(869,47,'_price','375.00'),(870,47,'_edit_last','2'),(871,47,'_regular_price','375.00'),(872,47,'site-sidebar-layout','default'),(873,47,'site-content-layout','default'),(874,47,'theme-transparent-header-meta','default'),(875,47,'stick-header-meta','default'),(876,48,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:16:\"Single | 12 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(921,48,'_price','300.00'),(922,48,'_price','300.00'),(923,48,'_edit_last','2'),(924,48,'_regular_price','300.00'),(925,48,'site-sidebar-layout','default'),(926,48,'site-content-layout','default'),(927,48,'theme-transparent-header-meta','default'),(928,48,'stick-header-meta','default'),(929,51,'_edit_lock','1746799907:2'),(930,51,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(975,51,'_price','170.00'),(976,51,'_price','170.00'),(977,51,'_edit_last','2'),(978,51,'_regular_price','170.00'),(979,51,'site-sidebar-layout','default'),(980,51,'site-content-layout','default'),(981,51,'theme-transparent-header-meta','default'),(982,51,'stick-header-meta','default'),(983,44,'_edit_lock','1746799910:2'),(984,44,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1027,44,'_price','138.00'),(1028,44,'_price','138.00'),(1029,44,'_edit_last','2'),(1030,44,'_regular_price','138.00'),(1031,44,'site-sidebar-layout','default'),(1032,44,'site-content-layout','default'),(1033,44,'theme-transparent-header-meta','default'),(1034,44,'stick-header-meta','default'),(1035,43,'_edit_lock','1746800485:2'),(1036,49,'_edit_lock','1746800348:2'),(1037,50,'_edit_lock','1740069658:2'),(1038,40,'_edit_lock','1747236884:2'),(1039,39,'_edit_lock','1747236884:2'),(1041,23,'_regular_price','68.54'),(1042,23,'_price','68.54'),(1043,50,'_edit_last','2'),(1044,50,'site-sidebar-layout','default'),(1045,50,'site-content-layout','default'),(1046,50,'theme-transparent-header-meta','default'),(1047,50,'stick-header-meta','default'),(1048,49,'_edit_last','2'),(1049,49,'site-sidebar-layout','default'),(1050,49,'site-content-layout','default'),(1051,49,'theme-transparent-header-meta','default'),(1052,49,'stick-header-meta','default'),(1053,40,'_edit_last','2'),(1054,40,'site-sidebar-layout','default'),(1055,40,'site-content-layout','default'),(1056,40,'theme-transparent-header-meta','default'),(1057,40,'stick-header-meta','default'),(1058,41,'_regular_price','73.20'),(1059,42,'_regular_price','90.00'),(1060,43,'_edit_last','2'),(1061,43,'site-sidebar-layout','default'),(1062,43,'site-content-layout','default'),(1063,43,'theme-transparent-header-meta','default'),(1064,43,'stick-header-meta','default'),(1065,39,'_edit_last','2'),(1066,39,'site-sidebar-layout','default'),(1067,39,'site-content-layout','default'),(1068,39,'theme-transparent-header-meta','default'),(1069,39,'stick-header-meta','default'),(1070,93,'_sku','AA - Bulk Rinse 100%'),(1071,93,'_regular_price','0.00'),(1072,93,'total_sales','5548'),(1073,93,'_tax_status','taxable'),(1074,93,'_tax_class',''),(1075,93,'_manage_stock','no'),(1076,93,'_backorders','no'),(1077,93,'_sold_individually','no'),(1078,93,'_virtual','no'),(1079,93,'_downloadable','no'),(1080,93,'_download_limit','-1'),(1081,93,'_download_expiry','-1'),(1082,93,'_thumbnail_id','3700'),(1083,93,'_stock',NULL),(1084,93,'_stock_status','instock'),(1085,93,'_wc_average_rating','0'),(1086,93,'_wc_review_count','0'),(1087,93,'_product_version','10.0.4'),(1088,93,'_price','0.00'),(1089,93,'site-sidebar-layout','default'),(1090,93,'site-content-layout','default'),(1091,93,'theme-transparent-header-meta','default'),(1092,93,'stick-header-meta','default'),(1093,93,'_wp_old_date','2021-03-24'),(1094,93,'_edit_lock','1755199274:2'),(1095,93,'_edit_last','2'),(1096,94,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz100.jpg'),(1097,94,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:40:\"2021/03/BulkPortalActiveRinse32oz100.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"BulkPortalActiveRinse32oz100-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1098,95,'_sku','AA - Bulk Rinse 50/50'),(1099,95,'_regular_price','0.00'),(1100,95,'total_sales','318'),(1101,95,'_tax_status','taxable'),(1102,95,'_tax_class',''),(1103,95,'_manage_stock','no'),(1104,95,'_backorders','no'),(1105,95,'_sold_individually','no'),(1106,95,'_virtual','no'),(1107,95,'_downloadable','no'),(1108,95,'_download_limit','-1'),(1109,95,'_download_expiry','-1'),(1110,95,'_thumbnail_id','3701'),(1111,95,'_stock',NULL),(1112,95,'_stock_status','instock'),(1113,95,'_wc_average_rating','0'),(1114,95,'_wc_review_count','0'),(1115,95,'_product_version','10.0.4'),(1116,95,'_price','0.00'),(1117,95,'site-sidebar-layout','default'),(1118,95,'site-content-layout','default'),(1119,95,'theme-transparent-header-meta','default'),(1120,95,'stick-header-meta','default'),(1121,95,'_wp_old_date','2021-03-24'),(1122,95,'_edit_lock','1755199272:2'),(1123,95,'_edit_last','2'),(1124,96,'_wp_attached_file','2021/03/BulkPortalActiveRinse32oz5050.jpg'),(1125,96,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:41:\"2021/03/BulkPortalActiveRinse32oz5050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"BulkPortalActiveRinse32oz5050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1126,97,'_sku','CS-BULK-PREVENT/DETANGLE-128oz'),(1127,97,'_regular_price','0.00'),(1128,97,'total_sales','235'),(1129,97,'_tax_status','taxable'),(1130,97,'_tax_class',''),(1131,97,'_manage_stock','no'),(1132,97,'_backorders','no'),(1133,97,'_sold_individually','no'),(1134,97,'_virtual','no'),(1135,97,'_downloadable','no'),(1136,97,'_download_limit','-1'),(1137,97,'_download_expiry','-1'),(1138,97,'_thumbnail_id','3702'),(1139,97,'_stock',NULL),(1140,97,'_stock_status','instock'),(1141,97,'_wc_average_rating','0'),(1142,97,'_wc_review_count','0'),(1143,97,'_product_version','10.0.4'),(1144,97,'_price','0.00'),(1145,97,'site-sidebar-layout','default'),(1146,97,'site-content-layout','default'),(1147,97,'theme-transparent-header-meta','default'),(1148,97,'stick-header-meta','default'),(1149,97,'_wp_old_date','2021-03-24'),(1150,97,'_edit_lock','1755199271:2'),(1151,97,'_edit_last','2'),(1152,98,'_wp_attached_file','2021/03/BulkPortalPreventiveSprayGallon.jpg'),(1153,98,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:43:\"2021/03/BulkPortalPreventiveSprayGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"BulkPortalPreventiveSprayGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1154,99,'_sku','AA - Bulk Mousse'),(1155,99,'_regular_price','0.00'),(1156,99,'total_sales','294'),(1157,99,'_tax_status','taxable'),(1158,99,'_tax_class',''),(1159,99,'_manage_stock','no'),(1160,99,'_backorders','no'),(1161,99,'_sold_individually','no'),(1162,99,'_virtual','no'),(1163,99,'_downloadable','no'),(1164,99,'_download_limit','-1'),(1165,99,'_download_expiry','-1'),(1166,99,'_thumbnail_id','3703'),(1167,99,'_stock',NULL),(1168,99,'_stock_status','instock'),(1169,99,'_wc_average_rating','0'),(1170,99,'_wc_review_count','0'),(1171,99,'_product_version','10.0.4'),(1172,99,'_price','0.00'),(1173,99,'site-sidebar-layout','default'),(1174,99,'site-content-layout','default'),(1175,99,'theme-transparent-header-meta','default'),(1176,99,'stick-header-meta','default'),(1177,99,'_wp_old_date','2021-03-24'),(1178,99,'_edit_lock','1755199271:2'),(1179,100,'_wp_attached_file','2021/03/BulkPortalMousseGallon.jpg'),(1180,100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:34:\"2021/03/BulkPortalMousseGallon.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"BulkPortalMousseGallon-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1181,99,'_edit_last','2'),(1182,101,'_sku','AA - Empty Rinse'),(1183,101,'_regular_price','8.40'),(1184,101,'total_sales','8'),(1185,101,'_tax_status','taxable'),(1186,101,'_tax_class',''),(1187,101,'_manage_stock','no'),(1188,101,'_backorders','no'),(1189,101,'_sold_individually','no'),(1190,101,'_virtual','no'),(1191,101,'_downloadable','no'),(1192,101,'_download_limit','-1'),(1193,101,'_download_expiry','-1'),(1194,101,'_thumbnail_id','102'),(1195,101,'_stock',NULL),(1196,101,'_stock_status','instock'),(1197,101,'_wc_average_rating','0'),(1198,101,'_wc_review_count','0'),(1199,101,'_product_version','8.3.1'),(1200,101,'_price','8.40'),(1201,101,'site-sidebar-layout','default'),(1202,101,'site-content-layout','default'),(1203,101,'theme-transparent-header-meta','default'),(1204,101,'stick-header-meta','default'),(1205,101,'_wp_old_date','2021-03-24'),(1206,101,'_edit_lock','1701451012:2'),(1207,102,'_wp_attached_file','2021/03/Bulk-Empty-Rinse-1483467026.jpg'),(1208,102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:39:\"2021/03/Bulk-Empty-Rinse-1483467026.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Bulk-Empty-Rinse-1483467026-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1209,101,'_edit_last','2'),(1210,103,'_sku','AA - Empty Foamer'),(1211,103,'_regular_price','8.40'),(1212,103,'total_sales','22'),(1213,103,'_tax_status','taxable'),(1214,103,'_tax_class',''),(1215,103,'_manage_stock','no'),(1216,103,'_backorders','no'),(1217,103,'_sold_individually','no'),(1218,103,'_virtual','no'),(1219,103,'_downloadable','no'),(1220,103,'_download_limit','-1'),(1221,103,'_download_expiry','-1'),(1222,103,'_thumbnail_id','104'),(1223,103,'_stock',NULL),(1224,103,'_stock_status','instock'),(1225,103,'_wc_average_rating','0'),(1226,103,'_wc_review_count','0'),(1227,103,'_product_version','8.3.1'),(1228,103,'_price','8.40'),(1229,103,'site-sidebar-layout','default'),(1230,103,'site-content-layout','default'),(1231,103,'theme-transparent-header-meta','default'),(1232,103,'stick-header-meta','default'),(1233,103,'_wp_old_date','2021-03-24'),(1234,103,'_edit_lock','1701450883:2'),(1235,104,'_wp_attached_file','2021/03/Bulk-Empty-Foamer-1483467050.jpg'),(1236,104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:40:\"2021/03/Bulk-Empty-Foamer-1483467050.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Bulk-Empty-Foamer-1483467050-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:32:\"©2016 Scott Chernis Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1237,103,'_edit_last','2'),(1238,105,'_edit_lock','1685572869:2'),(1239,105,'_edit_last','2'),(1240,106,'_wp_attached_file','2021/03/PortalLogo-1530631821.jpg'),(1241,106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:33:\"2021/03/PortalLogo-1530631821.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"PortalLogo-1530631821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1242,105,'_thumbnail_id','106'),(1243,105,'total_sales','0'),(1244,105,'_tax_status','taxable'),(1245,105,'_tax_class',''),(1246,105,'_manage_stock','no'),(1247,105,'_backorders','no'),(1248,105,'_sold_individually','no'),(1249,105,'_virtual','no'),(1250,105,'_downloadable','no'),(1251,105,'_download_limit','-1'),(1252,105,'_download_expiry','-1'),(1253,105,'_stock',NULL),(1254,105,'_stock_status','instock'),(1255,105,'_wc_average_rating','0'),(1256,105,'_wc_review_count','0'),(1257,105,'_product_version','5.3.0'),(1258,105,'site-sidebar-layout','default'),(1259,105,'site-content-layout','default'),(1260,105,'theme-transparent-header-meta','default'),(1261,105,'stick-header-meta','default'),(1263,11,'_wp_page_template','default'),(1264,11,'_elementor_page_settings','a:25:{s:9:\"site_name\";s:16:\"LCA Portal Store\";s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#30A3C4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#5BC500\";}}s:13:\"custom_colors\";a:0:{}s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Montserrat\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:26:\"body_typography_typography\";s:6:\"custom\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:15:\"activeItemIndex\";i:1;s:36:\"woocommerce_purchase_summary_page_id\";b:0;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:9:\"site_logo\";a:5:{s:3:\"url\";s:103:\"https://lcaportalstoreg.liceclinicsofamerica.com/wp-content/uploads/2021/03/LCA-Horizontal-Logo_RGB.png\";s:2:\"id\";i:3577;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:24:\"woocommerce_cart_page_id\";s:2:\"20\";s:28:\"woocommerce_checkout_page_id\";s:2:\"21\";s:29:\"woocommerce_myaccount_page_id\";s:2:\"22\";s:25:\"woocommerce_terms_page_id\";s:3:\"182\";s:24:\"woocommerce_shop_page_id\";s:2:\"19\";}'),(1272,112,'_elementor_edit_mode','builder'),(1273,112,'_elementor_template_type','header'),(1274,112,'_elementor_version','3.31.3'),(1275,112,'_elementor_pro_version','3.31.2'),(1276,112,'_edit_lock','1758127202:2'),(1277,112,'_astra_content_layout_flag','disabled'),(1278,112,'site-post-title','disabled'),(1279,112,'ast-title-bar-display','disabled'),(1280,112,'ast-featured-img','disabled'),(1281,112,'site-content-layout','page-builder'),(1282,112,'site-sidebar-layout','no-sidebar'),(1283,113,'_wp_attached_file','2021/03/DESIGNFORM-Logo.png'),(1284,113,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:20;s:4:\"file\";s:27:\"2021/03/DESIGNFORM-Logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-150x20.png\";s:5:\"width\";i:150;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"DESIGNFORM-Logo-100x20.png\";s:5:\"width\";i:100;s:6:\"height\";i:20;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1285,113,'_elementor_source_image_hash','fd99471ca45f84cb2b5307d710dd12da786d629a'),(1286,112,'_wp_page_template','default'),(1287,112,'_elementor_data','[{\"id\":\"d22b0cd\",\"elType\":\"container\",\"settings\":{\"min_height\":{\"unit\":\"px\",\"size\":\"125\",\"sizes\":[]},\"flex_align_items\":\"center\",\"structure\":\"30\",\"padding\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":\"\"},\"sticky\":\"top\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":\"1\"},\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":\"\"},\"border_color\":\"#E7E7E7\",\"_timestamp_\":\"v1VnVRZHJYcUFHRlQ3T1ZVOTRKeVBUdz09\",\"flex_direction\":\"row\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"flex_justify_content\":\"space-between\"},\"elements\":[{\"id\":\"80d7a2f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":3577,\"url\":\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/wp-content\\/uploads\\/2021\\/03\\/LCA-Horizontal-Logo_RGB.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"image_size\":\"full\",\"align\":\"left\",\"link_to\":\"custom\",\"__dynamic__\":{\"link\":\"[elementor-tag id=\\\"0a8f8e9\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":23.902999999999999},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"f21665c\",\"elType\":\"widget\",\"settings\":{\"align_items\":\"right\",\"pointer\":\"text\",\"animation_text\":\"float\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Montserrat\",\"menu_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"menu_typography_font_weight\":\"900\",\"color_menu_item\":\"#4E5256\",\"color_menu_item_hover\":\"#3D4042\",\"pointer_color_menu_item_hover\":\"#000000\",\"color_menu_item_active\":\"#5BC500\",\"pointer_color_menu_item_active\":\"#000000\",\"pointer_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu_space_between\":{\"unit\":\"px\",\"size\":\"5\",\"sizes\":[]},\"dropdown\":\"mobile\",\"menu_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"14\",\"sizes\":[]},\"menu_space_between_tablet\":{\"unit\":\"px\",\"size\":\"0\",\"sizes\":[]},\"full_width\":\"stretch\",\"text_align\":\"center\",\"toggle_align\":\"right\",\"color_dropdown_item\":\"#000000\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#9E9E9E\",\"background_color_dropdown_item_hover\":\"#FFFFFF\",\"color_dropdown_item_active\":\"#9E9E9E\",\"padding_vertical_dropdown_item_mobile\":{\"unit\":\"px\",\"size\":\"22\",\"sizes\":[]},\"dropdown_divider_border\":\"solid\",\"dropdown_divider_color\":\"#E0E0E0\",\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":\"1\",\"sizes\":[]},\"toggle_color\":\"#000000\",\"toggle_background_color\":\"#FFFFFF\",\"toggle_color_hover\":\"#000000\",\"toggle_size\":{\"unit\":\"px\",\"size\":\"20\",\"sizes\":[]},\"menu\":\"main-menu\",\"indicator\":\"plus\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"submenu_icon\":{\"value\":\"fas e-plus-icon\",\"library\":\"\"},\"menu_name\":\"Menu\",\"_flex_size\":\"grow\",\"__globals__\":{\"color_menu_item\":\"\",\"color_menu_item_hover\":\"\"}},\"elements\":[],\"widgetType\":\"nav-menu\"}],\"isInner\":false}]'),(1302,19,'_edit_lock','1752096033:107'),(1303,19,'_elementor_edit_mode','builder'),(1304,19,'_elementor_template_type','wp-page'),(1305,19,'_elementor_version','3.30.1'),(1306,19,'_elementor_pro_version','3.30.0'),(1307,115,'_edit_lock','1766207283:2'),(1308,115,'_edit_last','2'),(1309,115,'_elementor_edit_mode','builder'),(1310,115,'_elementor_template_type','wp-page'),(1311,115,'_elementor_version','3.33.5'),(1312,115,'_elementor_pro_version','3.33.2'),(1313,115,'_astra_content_layout_flag','disabled'),(1314,115,'site-post-title','disabled'),(1315,115,'ast-title-bar-display','disabled'),(1316,115,'ast-featured-img','disabled'),(1317,115,'site-content-layout','page-builder'),(1318,115,'site-sidebar-layout','no-sidebar'),(1319,115,'_wp_page_template','default'),(1320,115,'_elementor_data','[{\"id\":\"b1f5c3b\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}],\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[{\"id\":\"e2f7a0b\",\"elType\":\"widget\",\"settings\":{\"title\":\"NEW VOLUME DISCOUNT\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":3.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9edbf65\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0c8993c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"79e2b0d\",\"elType\":\"container\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#5BC500\",\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"flex_direction\":\"column\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":62,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"_title\":\"Special\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f78f350\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"16547b1\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"801b56c\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"09be753\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"359ad97\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4e4052e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5f4eba4\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"48ef14b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"9223f10\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a8c2e8e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4dac00e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"f06fee0\",\"elType\":\"widget\",\"settings\":{\"title\":\"THANK YOU FOR BEING A VALUED CUSTOMER!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":2.2000000000000002,\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"27d3818\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"56ac3c3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6cf4d63\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"7afdbe8\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"6db866f\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1afee01\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad5185b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"23ce912\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c461a09\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"a941bc9\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7562bc3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5b48790\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8bf3534\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60a5a3d\",\"elType\":\"widget\",\"settings\":{\"title\":\"As a thank you to all LCA clinics, Ginesis is offering 5% off of any and all orders from now through the end of the year! This discount is on top of the volume discount already being offered. Discount is auto applied to your order at checkout.\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"header_size\":\"h5\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1ab68dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Buy 8+ cases of a product and get a 7% discount on that product!\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"__globals__\":{\"title_color\":\"\"},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"d29db00\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"9cefb98\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8ea2f98\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"5390f48\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e560b47\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"58048bd\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"63c535b\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0ffe7d\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a9c575\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6acb6f1\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ead3eee\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1f9a6f3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"865ff0e\",\"dynamic_field_custom_separator\":\"|\"}],\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b306794\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Discount only applies to products sold in case packs. Discount only applies to the product for which you buy 8 cases.<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"text_color\":\"#FFFFFF\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":0.80000000000000004,\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"e20c4ef\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"ad8b139\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9035f9b\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"699562a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"3f12298\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"c5e9672\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"1f916fc\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"87f0a6b\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"fc7916c\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ae701da\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2d5b14\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1a5a968\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bba250\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"9631044\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":85,\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":90,\"sizes\":[]},\"flex_wrap\":\"wrap\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"06\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"8\",\"right\":\"0\",\"bottom\":\"8\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_title\":\"Products\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ed8371\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"69d4df7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"78d3443\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"a68a296\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d93776\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"589b7d2\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1ccdb85\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6849e85\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6a6f643\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c6167b8\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_parallax_layers_list\":[],\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"9f6a106\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[{\"id\":\"0a223eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE TREATMENT PRODUCTS\",\"title_color\":\"#5BC500\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"4a57555\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"52eba0a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d4e9b0\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"f250ce7\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"d1727b7\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4a1a48d\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"f7d780d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8ec6406\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c23e597\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"04c5909\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"8df6349\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3aef8d\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8cb5b7c\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f3abe57\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"23\",\"38\",\"41\",\"42\",\"45\",\"46\",\"47\",\"48\",\"51\",\"116\",\"118\",\"2110\",\"2113\",\"2400\",\"2408\",\"3412\",\"3476\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#5BC500\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"price_color\":\"#5BC500\",\"old_price_color\":\"#5BC500\",\"show_onsale_flash\":\"\",\"onsale_text_color\":\"#FFFFFF\",\"onsale_text_background_color\":\"#E9B90E\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"columns_mobile\":2,\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Montserrat\",\"old_price_typography_font_weight\":\"600\",\"button_typography_typography\":\"custom\",\"button_typography_font_family\":\"Montserrat\",\"button_typography_font_weight\":\"500\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"view_cart_typography_typography\":\"custom\",\"view_cart_typography_font_family\":\"Montserrat\",\"view_cart_typography_font_weight\":\"500\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff90752\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"39fc669\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"54894f2\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"d0f7d37\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"cc5b829\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd05ce\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"643fd18\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"1c7eae2\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e3124f3\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"aae518a\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b60509f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"57b5552\",\"elType\":\"widget\",\"settings\":{\"title\":\"LICE PREVENTION PRODUCTS\",\"title_color\":\"#30A3C4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"6c23c0e\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"b5c3fcd\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"97a0d09\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"3ca3aa3\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"e27a869\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"480cd32\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"ad35860\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f6e5e42\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e631c97\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6601dae\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"afb5f45\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d5affc3\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5933e13\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67318cf\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"39\",\"40\",\"43\",\"44\",\"49\",\"50\",\"120\",\"3352\",\"3354\",\"3356\",\"3358\",\"3360\",\"3362\",\"3525\",\"3524\"],\"query_orderby\":\"menu_order\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"title_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#30A3C4\",\"old_price_color\":\"#30A3C4\",\"old_price_typography_typography\":\"custom\",\"old_price_typography_font_family\":\"Raleway\",\"old_price_typography_font_weight\":\"600\",\"button_background_color\":\"#30A3C4\",\"button_border_color\":\"#30A3C4\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#2C98B8\",\"button_hover_border_color\":\"#2C98B8\",\"title_color\":\"#30A3C4\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3fb83e2\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"61d2820\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"f9719f4\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"1b0bcb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"8f8d16d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6576b3e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"96bac6f\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"949150c\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0e67361\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7dcb5bc\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"88b4a9f\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"5651dc5\",\"elType\":\"widget\",\"settings\":{\"title\":\"BULK CLINIC SUPPLIES\",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"482e397\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"59aa4f3\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"21511e6\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"4686987\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"25350a8\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"7768422\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"6d3b107\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6cd8f4e\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"64e73ec\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"51b550b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c5d0abe\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6ee671f\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"216f3b1\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f4be5b6\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"93\",\"95\",\"97\",\"99\",\"105\",\"131\",\"133\",\"3507\",\"3499\",\"3485\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"franrm-int\",\"franrm\"],\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d122f53\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"98fccad\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"abab6fc\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"172b3c4\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"b9cc2c0\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"982fe46\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"7a2a8ab\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"d0054e6\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"6d8ac78\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"4875c5e\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4b310ed\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"4b8e9f3\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"105\",\"131\",\"133\",\"487\",\"488\",\"489\",\"490\",\"3485\",\"3499\",\"3507\",\"3696\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"wcm_element_visibility_condition\":\"hidden_from\",\"wcm_element_visibility_hide_plans\":[\"wcm-none\",\"frantf\"],\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"319ec66\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"c063c77\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"824088e\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"32c754e\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"5f8877d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ca71f14\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"c61332a\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"e77e83d\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5c6776f\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ee9cbaa\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f1b9428\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"},{\"id\":\"21dfd89\",\"elType\":\"widget\",\"settings\":{\"title\":\"BRUSHES AND ACCESSORIES \",\"title_color\":\"#505257\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"900\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height_mobile\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"_padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"%\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_element_width\":\"inherit\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"\"},\"eael_vto_writing_gradient_color_repeater\":[{\"eael_vto_writing_gradient_color\":\"#7C62FF\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":50},\"_id\":\"530d7a9\"},{\"eael_vto_writing_gradient_color\":\"#FF6464\",\"eael_vto_writing_gradient_color_location\":{\"unit\":\"%\",\"size\":90},\"_id\":\"e216c88\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"86bcf46\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"b248c9a\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1f42025\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"4898e1c\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"a38015e\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"0c6d83c\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"ef65da8\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"b852f6b\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"3100bcc\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5d84cba\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"42032a5\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ad2f199\",\"elType\":\"widget\",\"settings\":{\"query_post_type\":\"by_id\",\"query_posts_ids\":[\"135\",\"137\",\"138\",\"142\",\"144\",\"146\",\"148\",\"320\",\"318\"],\"query_orderby\":\"menu_order\",\"query_order\":\"asc\",\"title_color\":\"#646569\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Montserrat\",\"title_typography_font_weight\":\"600\",\"star_size\":{\"unit\":\"em\",\"size\":0,\"sizes\":[]},\"price_color\":\"#646569\",\"price_typography_typography\":\"custom\",\"price_typography_font_family\":\"Montserrat\",\"price_typography_font_weight\":\"600\",\"old_price_color\":\"#646569\",\"button_background_color\":\"#646569\",\"button_border_color\":\"#646569\",\"button_hover_color\":\"#FFFFFF\",\"button_hover_background_color\":\"#4F4F53\",\"button_hover_border_color\":\"#4F4F53\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"products_related_products_title_text\":\"Related Products\",\"products_upsells_title_text\":\"You may also like...\",\"products_cross_sells_title_text\":\"You may be interested in...\",\"paginate\":\"yes\",\"row_gap\":{\"unit\":\"px\",\"size\":70,\"sizes\":[]},\"align\":\"center\",\"button_text_padding\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"13\",\"bottom\":\"7\",\"left\":\"13\",\"isLinked\":false},\"automatically_align_buttons\":\"yes\",\"show_onsale_flash\":\"\",\"wcm_element_visibility_condition\":\"hidden_from\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ef32c8\"}],\"eael_image_masking_custom_clip_path\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_masking_custom_clip_path_hover\":\"clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);\",\"eael_image_morphing_exclude_selectors\":\".avatar, .exclude\",\"eael_clip_paths\":[{\"eael_clip_path_title\":\"Shape 1\",\"eael_clip_path\":\"clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);\",\"_id\":\"635128f\"},{\"eael_clip_path_title\":\"Shape 2\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 50%, 90% 100%, 12% 99%, 0% 50%);\\n\",\"_id\":\"1325b05\"},{\"eael_clip_path_title\":\"Shape 3\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 73% 50%, 90% 100%, 12% 99%, 24% 50%);\",\"_id\":\"f278bb0\"},{\"eael_clip_path_title\":\"Shape 4\",\"eael_clip_path\":\"clip-path: polygon(11% 0, 89% 0, 100% 37%, 90% 100%, 12% 99%, 0 70%);\",\"_id\":\"38d477d\"}],\"eael_svg_paths_custom\":[{\"eael_svg_path_title\":\"SVG 1\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"177aec0\"},{\"eael_svg_path_title\":\"SVG 2\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62.8,-19.7C72,7.8,63.5,41.8,44,54.6C24.4,67.5,-6.2,59.1,-25.2,43.3C-44.2,27.5,-51.5,4.2,-45.3,-19.1C-39.2,-42.5,-19.6,-65.8,3.6,-67C26.8,-68.2,53.7,-47.2,62.8,-19.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"f2a125b\"},{\"eael_svg_path_title\":\"SVG 3\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M62,-36.5C75.7,-12,79.2,17.9,67.1,41.3C55,64.8,27.5,82,6,78.6C-15.6,75.1,-31.2,51.1,-42.4,28.1C-53.7,5.1,-60.5,-16.9,-52.7,-38C-44.9,-59.1,-22.5,-79.4,0.8,-79.9C24.1,-80.3,48.2,-61.1,62,-36.5Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"db942e7\"},{\"eael_svg_path_title\":\"SVG 4\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M34,-19.6C42.7,-4.5,47.5,12.9,41.2,30.6C34.9,48.4,17.4,66.6,-3.8,68.9C-25.1,71.1,-50.3,57.3,-61.6,36.6C-72.9,15.9,-70.5,-11.7,-57.9,-29C-45.4,-46.3,-22.7,-53.4,-5,-50.5C12.6,-47.6,25.2,-34.7,34,-19.6Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"75be7cb\"},{\"eael_svg_path_title\":\"SVG 5\",\"eael_svg_path\":\"<svg viewBox=\\\"0 0 200 200\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M56.3,-30.7C66.7,-14.5,64.6,10.8,53.1,22.4C41.6,34.1,20.8,32.1,-1,32.7C-22.8,33.3,-45.6,36.4,-50.2,28.7C-54.8,21.1,-41.1,2.6,-29.7,-14.1C-18.3,-30.9,-9.1,-45.9,6.9,-49.9C23,-53.9,45.9,-46.8,56.3,-30.7Z\\\" transform=\\\"translate(100 100)\\\" \\/><\\/svg>\",\"_id\":\"5a9a0fe\"}],\"eael_custom_cursor_svg_code\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_custom_cursor_svg_code_pointer\":\"<svg xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\" xmlns:xlink=\\\"http:\\/\\/www.w3.org\\/1999\\/xlink\\\" version=\\\"1.0\\\" id=\\\"Layer_1\\\" width=\\\"100\\\" height=\\\"100\\\" viewBox=\\\"0 0 64 64\\\" enable-background=\\\"new 0 0 64 64\\\" xml:space=\\\"preserve\\\"><g><path fill=\\\"#F76D57\\\" d=\\\"M32,52.789l-12-18C18.5,32,16,28.031,16,24c0-8.836,7.164-16,16-16s16,7.164,16,16 c0,4.031-2.055,8-4,10.789L32,52.789z\\\"\\/><g><path fill=\\\"#394240\\\" d=\\\"M32,0C18.746,0,8,10.746,8,24c0,5.219,1.711,10.008,4.555,13.93c0.051,0.094,0.059,0.199,0.117,0.289 l16,24C29.414,63.332,30.664,64,32,64s2.586-0.668,3.328-1.781l16-24c0.059-0.09,0.066-0.195,0.117-0.289 C54.289,34.008,56,29.219,56,24C56,10.746,45.254,0,32,0z M44,34.789l-12,18l-12-18C18.5,32,16,28.031,16,24 c0-8.836,7.164-16,16-16s16,7.164,16,16C48,28.031,45.945,32,44,34.789z\\\"\\/><circle fill=\\\"#394240\\\" cx=\\\"32\\\" cy=\\\"24\\\" r=\\\"8\\\"\\/><\\/g><\\/g><\\/svg>\",\"eael_cursor_snowflake_emojis\":\"\\u2744\\ufe0f\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc3879e\",\"dynamic_field_custom_separator\":\"|\"}]},\"elements\":[],\"widgetType\":\"woocommerce-products\"}],\"isInner\":false}]'),(1321,23,'_wp_old_slug','active-rise-8oz'),(1324,116,'_sku','AA - Pediatrician Sample Case'),(1325,116,'_regular_price','165.00'),(1326,116,'total_sales','203'),(1327,116,'_tax_status','taxable'),(1328,116,'_tax_class',''),(1329,116,'_manage_stock','no'),(1330,116,'_backorders','no'),(1331,116,'_sold_individually','no'),(1332,116,'_virtual','no'),(1333,116,'_downloadable','no'),(1334,116,'_download_limit','-1'),(1335,116,'_download_expiry','-1'),(1336,116,'_thumbnail_id','2851'),(1337,116,'_stock',NULL),(1338,116,'_stock_status','instock'),(1339,116,'_wc_average_rating','0'),(1340,116,'_wc_review_count','0'),(1341,116,'_product_version','9.8.1'),(1342,116,'_price','165.00'),(1343,116,'site-sidebar-layout','default'),(1344,116,'site-content-layout','default'),(1345,116,'theme-transparent-header-meta','default'),(1346,116,'stick-header-meta','default'),(1347,116,'_wp_old_date','2021-03-24'),(1348,116,'_edit_lock','1746799906:2'),(1349,116,'_edit_last','2'),(1350,117,'_wp_attached_file','2021/03/PortalActiveRinseSample2oz.jpg'),(1351,117,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:38:\"2021/03/PortalActiveRinseSample2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"PortalActiveRinseSample2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1352,116,'_weight','8.7'),(1354,118,'_sku','LCoA Urgent Care & Prevent Kit'),(1355,118,'_regular_price','215.00'),(1356,118,'total_sales','183'),(1357,118,'_tax_status','taxable'),(1358,118,'_tax_class',''),(1359,118,'_manage_stock','no'),(1360,118,'_backorders','no'),(1361,118,'_sold_individually','no'),(1362,118,'_virtual','no'),(1363,118,'_downloadable','no'),(1364,118,'_download_limit','0'),(1365,118,'_download_expiry','0'),(1366,118,'_thumbnail_id','2826'),(1367,118,'_stock',NULL),(1368,118,'_stock_status','instock'),(1369,118,'_wc_average_rating','0'),(1370,118,'_wc_review_count','0'),(1371,118,'_product_attributes','a:1:{s:8:\"quantity\";a:6:{s:4:\"name\";s:8:\"Quantity\";s:5:\"value\";s:15:\"Single | 6 Pack\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(1372,118,'_product_version','9.8.1'),(1373,118,'_price','215.00'),(1374,118,'site-sidebar-layout','default'),(1375,118,'site-content-layout','default'),(1376,118,'theme-transparent-header-meta','default'),(1377,118,'stick-header-meta','default'),(1378,118,'_edit_lock','1746799906:2'),(1379,119,'_wp_attached_file','2021/03/PortalPROKitUrgentPrevent.jpg'),(1380,119,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:37:\"2021/03/PortalPROKitUrgentPrevent.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"PortalPROKitUrgentPrevent-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1381,118,'_edit_last','2'),(1382,118,'_weight','14.1'),(1384,120,'_sku','CS-PREVENT/SPRAY-2oz'),(1385,120,'_regular_price','63.00'),(1386,120,'total_sales','590'),(1387,120,'_tax_status','taxable'),(1388,120,'_tax_class',''),(1389,120,'_manage_stock','no'),(1390,120,'_backorders','no'),(1391,120,'_sold_individually','no'),(1392,120,'_virtual','no'),(1393,120,'_downloadable','no'),(1394,120,'_download_limit','0'),(1395,120,'_download_expiry','0'),(1396,120,'_thumbnail_id','3371'),(1397,120,'_stock',NULL),(1398,120,'_stock_status','instock'),(1399,120,'_wc_average_rating','0'),(1400,120,'_wc_review_count','0'),(1401,120,'_product_version','9.8.1'),(1402,120,'_price','63.00'),(1403,120,'site-sidebar-layout','default'),(1404,120,'site-content-layout','default'),(1405,120,'theme-transparent-header-meta','default'),(1406,120,'stick-header-meta','default'),(1407,120,'_edit_lock','1746800450:2'),(1408,121,'_wp_attached_file','2021/03/PortalPreventiveSpray2oz.jpg'),(1409,121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2021/03/PortalPreventiveSpray2oz.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"PortalPreventiveSpray2oz-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1410,120,'_edit_last','2'),(1411,120,'_weight','4'),(1413,23,'_weight','7.3'),(1414,38,'_weight','18.5'),(1415,42,'_weight','4.90'),(1416,45,'_weight','7.50'),(1417,46,'_weight','11.00'),(1418,41,'_weight','2.40'),(1419,47,'_weight','9.00'),(1420,48,'_weight','8.00'),(1421,51,'_weight','10.80'),(1422,39,'_weight','7.4'),(1423,40,'_weight','7.45'),(1424,43,'_weight','7.80'),(1425,49,'_weight','7.80'),(1426,50,'_weight','2.00'),(1427,44,'_weight','11.55'),(1428,93,'_weight','2.15'),(1429,95,'_weight','2.15'),(1430,97,'_weight','7.85'),(1431,99,'_weight','7.85'),(1432,103,'_weight','.55'),(1433,101,'_weight','.55'),(1434,105,'_sku','Starter Package'),(1435,105,'_weight','55'),(1440,125,'_menu_item_type','post_type'),(1441,125,'_menu_item_menu_item_parent','0'),(1442,125,'_menu_item_object_id','115'),(1443,125,'_menu_item_object','page'),(1444,125,'_menu_item_target',''),(1445,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1446,125,'_menu_item_xfn',''),(1447,125,'_menu_item_url',''),(1449,126,'_menu_item_type','post_type'),(1450,126,'_menu_item_menu_item_parent','0'),(1451,126,'_menu_item_object_id','22'),(1452,126,'_menu_item_object','page'),(1453,126,'_menu_item_target',''),(1454,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1455,126,'_menu_item_xfn',''),(1456,126,'_menu_item_url',''),(1478,112,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(1500,131,'_edit_lock','1685572868:2'),(1501,131,'_edit_last','2'),(1502,132,'_wp_attached_file','2021/03/capes.jpg'),(1503,132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:17:\"2021/03/capes.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1504,131,'_thumbnail_id','200'),(1505,131,'total_sales','372'),(1506,131,'_tax_status','taxable'),(1507,131,'_tax_class',''),(1508,131,'_manage_stock','no'),(1509,131,'_backorders','no'),(1510,131,'_sold_individually','no'),(1511,131,'_virtual','no'),(1512,131,'_downloadable','no'),(1513,131,'_download_limit','-1'),(1514,131,'_download_expiry','-1'),(1515,131,'_stock',NULL),(1516,131,'_stock_status','instock'),(1517,131,'_wc_average_rating','0'),(1518,131,'_wc_review_count','0'),(1519,131,'_product_version','6.0.0'),(1520,131,'site-sidebar-layout','default'),(1521,131,'site-content-layout','default'),(1522,131,'theme-transparent-header-meta','default'),(1523,131,'stick-header-meta','default'),(1524,133,'_edit_lock','1685572867:2'),(1525,133,'_edit_last','2'),(1526,134,'_wp_attached_file','2021/03/Head-Bands.jpg'),(1527,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2151;s:6:\"height\";i:1706;s:4:\"file\";s:22:\"2021/03/Head-Bands.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Head-Bands-1024x812.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:812;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Head-Bands-768x609.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Head-Bands-1536x1218.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1218;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Head-Bands-2048x1624.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1624;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Head-Bands-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Head-Bands-600x476.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Head-Bands-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1528,133,'_thumbnail_id','134'),(1529,133,'_regular_price','14.30'),(1530,133,'total_sales','1079'),(1531,133,'_tax_status','taxable'),(1532,133,'_tax_class',''),(1533,133,'_manage_stock','no'),(1534,133,'_backorders','no'),(1535,133,'_sold_individually','no'),(1536,133,'_virtual','no'),(1537,133,'_downloadable','no'),(1538,133,'_download_limit','-1'),(1539,133,'_download_expiry','-1'),(1540,133,'_stock',NULL),(1541,133,'_stock_status','instock'),(1542,133,'_wc_average_rating','0'),(1543,133,'_wc_review_count','0'),(1544,133,'_product_version','6.0.0'),(1545,133,'_price','14.30'),(1546,133,'site-sidebar-layout','default'),(1547,133,'site-content-layout','default'),(1548,133,'theme-transparent-header-meta','default'),(1549,133,'stick-header-meta','default'),(1550,131,'_regular_price','12.65'),(1551,131,'_price','12.65'),(1552,135,'_edit_lock','1685572805:2'),(1553,135,'_edit_last','2'),(1554,136,'_wp_attached_file','2021/03/Clips.jpg'),(1555,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1508;s:6:\"height\";i:1508;s:4:\"file\";s:17:\"2021/03/Clips.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Clips-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Clips-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Clips-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Clips-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Clips-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1556,135,'_thumbnail_id','136'),(1557,135,'_regular_price','2.48'),(1558,135,'total_sales','121'),(1559,135,'_tax_status','taxable'),(1560,135,'_tax_class',''),(1561,135,'_manage_stock','no'),(1562,135,'_backorders','no'),(1563,135,'_sold_individually','no'),(1564,135,'_virtual','no'),(1565,135,'_downloadable','no'),(1566,135,'_download_limit','-1'),(1567,135,'_download_expiry','-1'),(1568,135,'_stock',NULL),(1569,135,'_stock_status','instock'),(1570,135,'_wc_average_rating','0'),(1571,135,'_wc_review_count','0'),(1572,135,'_product_version','6.0.0'),(1573,135,'_price','2.48'),(1574,135,'site-sidebar-layout','default'),(1575,135,'site-content-layout','default'),(1576,135,'theme-transparent-header-meta','default'),(1577,135,'stick-header-meta','default'),(1578,137,'_edit_lock','1685572802:2'),(1579,137,'_edit_last','2'),(1580,137,'_regular_price','6.05'),(1581,137,'total_sales','706'),(1582,137,'_tax_status','taxable'),(1583,137,'_tax_class',''),(1584,137,'_manage_stock','no'),(1585,137,'_backorders','no'),(1586,137,'_sold_individually','no'),(1587,137,'_virtual','no'),(1588,137,'_downloadable','no'),(1589,137,'_download_limit','-1'),(1590,137,'_download_expiry','-1'),(1591,137,'_stock',NULL),(1592,137,'_stock_status','instock'),(1593,137,'_wc_average_rating','0'),(1594,137,'_wc_review_count','0'),(1595,137,'_product_version','6.0.0'),(1596,137,'_price','6.05'),(1597,137,'site-sidebar-layout','default'),(1598,137,'site-content-layout','default'),(1599,137,'theme-transparent-header-meta','default'),(1600,137,'stick-header-meta','default'),(1601,138,'_edit_lock','1685572798:2'),(1602,138,'_edit_last','2'),(1603,139,'_wp_attached_file','2021/03/yhst-60093691062574_2246_27282157.gif'),(1604,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:175;s:4:\"file\";s:45:\"2021/03/yhst-60093691062574_2246_27282157.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"yhst-60093691062574_2246_27282157-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1605,138,'_thumbnail_id','322'),(1606,138,'_regular_price','4.95'),(1607,138,'total_sales','200'),(1608,138,'_tax_status','taxable'),(1609,138,'_tax_class',''),(1610,138,'_manage_stock','no'),(1611,138,'_backorders','no'),(1612,138,'_sold_individually','no'),(1613,138,'_virtual','no'),(1614,138,'_downloadable','no'),(1615,138,'_download_limit','-1'),(1616,138,'_download_expiry','-1'),(1617,138,'_stock',NULL),(1618,138,'_stock_status','instock'),(1619,138,'_wc_average_rating','0'),(1620,138,'_wc_review_count','0'),(1621,138,'_product_version','6.0.0'),(1622,138,'_price','4.95'),(1623,138,'site-sidebar-layout','default'),(1624,138,'site-content-layout','default'),(1625,138,'theme-transparent-header-meta','default'),(1626,138,'stick-header-meta','default'),(1627,141,'_wp_attached_file','2021/03/Wet-Brushes.jpg'),(1628,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1272;s:6:\"height\";i:1272;s:4:\"file\";s:23:\"2021/03/Wet-Brushes.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Wet-Brushes-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Wet-Brushes-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1629,137,'_thumbnail_id','141'),(1630,142,'_edit_lock','1685572795:2'),(1631,142,'_edit_last','2'),(1632,143,'_wp_attached_file','2021/03/6sidedetangler.jpg'),(1633,143,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2021/03/6sidedetangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"6sidedetangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1634,142,'_thumbnail_id','143'),(1635,142,'_regular_price','1.25'),(1636,142,'total_sales','55'),(1637,142,'_tax_status','taxable'),(1638,142,'_tax_class',''),(1639,142,'_manage_stock','no'),(1640,142,'_backorders','no'),(1641,142,'_sold_individually','no'),(1642,142,'_virtual','no'),(1643,142,'_downloadable','no'),(1644,142,'_download_limit','-1'),(1645,142,'_download_expiry','-1'),(1646,142,'_stock',NULL),(1647,142,'_stock_status','instock'),(1648,142,'_wc_average_rating','0'),(1649,142,'_wc_review_count','0'),(1650,142,'_product_version','5.3.0'),(1651,142,'_price','1.25'),(1652,142,'site-sidebar-layout','default'),(1653,142,'site-content-layout','default'),(1654,142,'theme-transparent-header-meta','default'),(1655,142,'stick-header-meta','default'),(1656,144,'_edit_lock','1685572785:2'),(1657,144,'_edit_last','2'),(1658,145,'_wp_attached_file','2021/03/3905.jpg'),(1659,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2021/03/3905.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"3905-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"3905-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"3905-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1660,144,'_thumbnail_id','145'),(1661,144,'_regular_price','1.38'),(1662,144,'total_sales','362'),(1663,144,'_tax_status','taxable'),(1664,144,'_tax_class',''),(1665,144,'_manage_stock','no'),(1666,144,'_backorders','no'),(1667,144,'_sold_individually','no'),(1668,144,'_virtual','no'),(1669,144,'_downloadable','no'),(1670,144,'_download_limit','-1'),(1671,144,'_download_expiry','-1'),(1672,144,'_stock',NULL),(1673,144,'_stock_status','instock'),(1674,144,'_wc_average_rating','0'),(1675,144,'_wc_review_count','0'),(1676,144,'_product_version','6.0.0'),(1677,144,'_price','1.38'),(1678,144,'site-sidebar-layout','default'),(1679,144,'site-content-layout','default'),(1680,144,'theme-transparent-header-meta','default'),(1681,144,'stick-header-meta','default'),(1682,146,'_edit_lock','1685572782:2'),(1683,146,'_edit_last','2'),(1684,147,'_wp_attached_file','2021/03/9detangler.jpg'),(1685,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2021/03/9detangler.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"9detangler-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"9detangler-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"9detangler-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1686,146,'_thumbnail_id','147'),(1687,146,'_regular_price','1.38'),(1688,146,'total_sales','142'),(1689,146,'_tax_status','taxable'),(1690,146,'_tax_class',''),(1691,146,'_manage_stock','no'),(1692,146,'_backorders','no'),(1693,146,'_sold_individually','no'),(1694,146,'_virtual','no'),(1695,146,'_downloadable','no'),(1696,146,'_download_limit','-1'),(1697,146,'_download_expiry','-1'),(1698,146,'_stock',NULL),(1699,146,'_stock_status','instock'),(1700,146,'_wc_average_rating','0'),(1701,146,'_wc_review_count','0'),(1702,146,'_product_version','6.0.0'),(1703,146,'_price','1.38'),(1704,146,'site-sidebar-layout','default'),(1705,146,'site-content-layout','default'),(1706,146,'theme-transparent-header-meta','default'),(1707,146,'stick-header-meta','default'),(1710,148,'_edit_lock','1685572778:2'),(1711,148,'_edit_last','2'),(1712,148,'total_sales','420'),(1713,148,'_tax_status','taxable'),(1714,148,'_tax_class',''),(1715,148,'_manage_stock','no'),(1716,148,'_backorders','no'),(1717,148,'_sold_individually','no'),(1718,148,'_virtual','no'),(1719,148,'_downloadable','no'),(1720,148,'_download_limit','-1'),(1721,148,'_download_expiry','-1'),(1722,148,'_stock',NULL),(1723,148,'_stock_status','instock'),(1724,148,'_wc_average_rating','0'),(1725,148,'_wc_review_count','0'),(1726,148,'_product_version','6.0.0'),(1727,148,'site-sidebar-layout','default'),(1728,148,'site-content-layout','default'),(1729,148,'theme-transparent-header-meta','default'),(1730,148,'stick-header-meta','default'),(1731,149,'_wp_attached_file','2021/03/wet-brush-disney-princesses.png'),(1732,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:1050;s:4:\"file\";s:39:\"2021/03/wet-brush-disney-princesses.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"wet-brush-disney-princesses-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"wet-brush-disney-princesses-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1733,148,'_thumbnail_id','149'),(1734,148,'_regular_price','8.25'),(1735,148,'_price','8.25'),(1792,158,'_edit_lock','1627057017:2'),(1793,158,'_edit_last','2'),(1794,158,'_elementor_edit_mode','builder'),(1795,158,'_elementor_template_type','wp-page'),(1796,158,'_elementor_version','3.1.4'),(1797,158,'_elementor_pro_version','3.2.1'),(1798,158,'_astra_content_layout_flag','disabled'),(1799,158,'site-post-title','disabled'),(1800,158,'ast-title-bar-display','disabled'),(1801,158,'ast-featured-img','disabled'),(1802,158,'site-content-layout','page-builder'),(1803,158,'site-sidebar-layout','no-sidebar'),(1804,158,'_wp_page_template','default'),(1805,158,'_elementor_data','[{\"id\":\"3e27095\",\"elType\":\"section\",\"settings\":{\"structure\":\"34\"},\"elements\":[{\"id\":\"3e668aa\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false},{\"id\":\"78792ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null},\"elements\":[{\"id\":\"85f95d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Shipping Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e2c801b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\"><strong>1. General<\\/strong><br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">Subject to stock availability. We will fulfill the available products to you, and contact you about whether you would prefer to await restocking of the back-ordered item or if you would prefer for us to process a refund.<\\/span><\\/p><p><strong>2. Shipping Costs<\\/strong><br \\/>Shipping costs are calculated during checkout based on weight, dimensions, and destination of the items in the order. Payment for shipping will be collected with the purchase.<br \\/>This price will be the final price for shipping cost to the customer.<br \\/><br \\/><strong>3. Returns<\\/strong><br \\/><strong>3.1 Return Due to Change Of Mind<\\/strong><br \\/>Ginesis Products will happily accept returns due to a change of mind as long as a request to return is received by us within 30 days of receipt of item and are returned to us in original packaging, unused, and in resellable condition.<br \\/>Return shipping will be paid at the customer\'s expense and will be required to arrange their own shipping.<br \\/>Once returns are received and accepted, refunds will be processed to store credit for a future purchase. We will notify you once this has been completed through email.<br \\/>(Ginesis Products) will refund the value of the goods returned but will NOT refund the value of any shipping paid.<br \\/><strong>3.2 Warranty Returns<\\/strong><br \\/>Ginesis Products will happily honor any valid warranty claims, provided a claim is submitted within 90 days of receipt of items.<br \\/>Customers will be required to pre-pay the return shipping, however, we will reimburse you upon successful warranty claim.<br \\/>Upon return receipt of items for a warranty claim, you can expect Ginesis Products to process your warranty claim within 7 days.<br \\/>Once the warranty claim is confirmed, you will receive the choice of:<br \\/>(a) refund to your payment method<br \\/>(b) a refund in store credit<br \\/>(c) a replacement item sent to you (if stock is available)<\\/p><p><strong>4. Delivery Terms<\\/strong><br \\/><strong>4.1 Transit Time Domestically<\\/strong><br \\/>In general, domestic shipments are in transit for 2 - 7 days<br \\/><strong>4.2 Transit Time Internationally<\\/strong><br \\/>Generally, orders shipped internationally are in transit for 4 - 22 days. This varies greatly depending on the courier you have selected. We are able to offer a more specific estimate when you are choosing your courier at the checkout.<br \\/><strong>4.3 Dispatch Time<\\/strong><br \\/>Orders are usually dispatched within 2 business days of payment of the order<br \\/>Our warehouse operates on Monday - Friday during standard business hours, except on national holidays at which time the warehouse will be closed. In these instances, we take steps to ensure shipment delays will be kept to a minimum.<br \\/><strong>4.4 Change Of Delivery Address<\\/strong><br \\/>For change of delivery address requests, we are able to change the address at any time before the order has been dispatched.<br \\/><strong>4.5 P.O. Box Shipping<\\/strong><br \\/>Ginesis Products does not offer shipping to po boxes.<br \\/><strong>4.6 Military Address Shipping<\\/strong><br \\/>We are unable to ship to military addresses.<br \\/><strong>4.7 Items Out Of Stock<\\/strong><br \\/>If an item is out of stock, we will dispatch the in-stock items immediately and send the remaining items once they return to stock.<br \\/><strong>4.8 Delivery Time Exceeded<\\/strong><br \\/>If delivery time has exceeded the forecasted time, please contact us so that we can conduct an investigation.<br \\/><br \\/><strong>5. Tracking Notifications<\\/strong><br \\/>Upon dispatch, customers will receive a tracking link from which they will be able to follow the progress of their shipment based on the latest updates made available by the shipping provider.<br \\/><br \\/><strong>6. Parcels Damaged In Transit<\\/strong><br \\/>If you find a parcel is damaged in-transit, if possible, please reject the parcel from the courier and get in touch with our customer service. If the parcel has been delivered without you being present, please contact customer service with next steps.<br \\/><br \\/><strong>7. Import Duties & Taxes<\\/strong><br \\/>Import duties and taxes for international shipments may be liable to be paid upon arrival in destination country. This varies by country, and Ginesis Products encourage you to be aware of these potential costs before placing an order with us.<br \\/>If you refuse to to pay duties and taxes upon arrival at your destination country, the goods will be returned to Ginesis Products at the customers expense, and the customer will receive a refund for the value of goods paid, minus the cost of the return shipping. The cost of the initial shipping will not be refunded.<br \\/><br \\/><strong>8. Cancellations<\\/strong><br \\/>If you change your mind before you have received your order, we are able to accept cancellations at any time before the order has been dispatched. If an order<br \\/>has already been dispatched, please refer to our refund policy.<br \\/><br \\/><strong>9. Insurance<\\/strong><br \\/>Parcels are insured for loss and damage up to the value as stated by the courier.<br \\/><strong>9.1 Process for Parcel Damaged In Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has completed their investigation into the claim.<br \\/><strong>9.2 Process for Parcel Lost in Transit<\\/strong><br \\/>We will process a refund or replacement as soon as the courier has investigated and deemed the parcel lost.<br \\/><br \\/><strong>10. Customer Service<\\/strong><br \\/>For all customer service inquiries, please email us at <strong>ginesis@ginesis.com<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3ac570f\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(1808,125,'_wp_old_date','2021-03-28'),(1809,126,'_wp_old_date','2021-03-28'),(1823,23,'_length','8.25'),(1824,23,'_width','6.24'),(1825,23,'_height','8'),(1826,23,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1827,23,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1828,23,'_wc_memberships_force_public','no'),(1829,23,'_wc_memberships_exclude_discounts','no'),(1830,38,'_length','10.75'),(1831,38,'_width','10.75'),(1832,38,'_height','10.75'),(1833,38,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1834,38,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1835,38,'_wc_memberships_force_public','no'),(1836,38,'_wc_memberships_exclude_discounts','no'),(1837,42,'_length','8.25'),(1838,42,'_width','6.25'),(1839,42,'_height','8'),(1840,42,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1841,42,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1842,42,'_wc_memberships_force_public','no'),(1843,42,'_wc_memberships_exclude_discounts','no'),(1844,45,'_length','8.25'),(1845,45,'_width','6.25'),(1846,45,'_height','8'),(1847,45,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1848,45,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1849,45,'_wc_memberships_force_public','no'),(1850,45,'_wc_memberships_exclude_discounts','no'),(1851,118,'_length','14.25'),(1852,118,'_width','9'),(1853,118,'_height','8.25'),(1854,118,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1855,118,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1856,118,'_wc_memberships_force_public','no'),(1857,118,'_wc_memberships_exclude_discounts','no'),(1858,51,'_length','12.5'),(1859,51,'_width','6.25'),(1860,51,'_height','8'),(1861,51,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1862,51,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1863,51,'_wc_memberships_force_public','no'),(1864,51,'_wc_memberships_exclude_discounts','no'),(1865,116,'_length','13'),(1866,116,'_width','9'),(1867,116,'_height','8.5'),(1868,116,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1869,116,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1870,116,'_wc_memberships_force_public','no'),(1871,116,'_wc_memberships_exclude_discounts','no'),(1872,39,'_length','8.25'),(1873,39,'_width','6.25'),(1874,39,'_height','8'),(1875,39,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1876,39,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1877,39,'_wc_memberships_force_public','no'),(1878,39,'_wc_memberships_exclude_discounts','no'),(1879,40,'_length','8.25'),(1880,40,'_width','6.25'),(1881,40,'_height','8'),(1882,40,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1883,40,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1884,40,'_wc_memberships_force_public','no'),(1885,40,'_wc_memberships_exclude_discounts','no'),(1886,120,'_length','8.25'),(1887,120,'_width','6.25'),(1888,120,'_height','9'),(1889,120,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1890,120,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1891,120,'_wc_memberships_force_public','no'),(1892,120,'_wc_memberships_exclude_discounts','no'),(1893,43,'_length','8.25'),(1894,43,'_width','6.25'),(1895,43,'_height','8'),(1896,43,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1897,43,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1898,43,'_wc_memberships_force_public','no'),(1899,43,'_wc_memberships_exclude_discounts','no'),(1900,49,'_length','8.25'),(1901,49,'_width','6.25'),(1902,49,'_height','9'),(1903,49,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1904,49,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1905,49,'_wc_memberships_force_public','no'),(1906,49,'_wc_memberships_exclude_discounts','no'),(1907,44,'_length','12.5'),(1908,44,'_width','6.25'),(1909,44,'_height','8'),(1910,44,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1911,44,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1912,44,'_wc_memberships_force_public','no'),(1913,44,'_wc_memberships_exclude_discounts','no'),(1914,161,'_edit_lock','1754927951:2'),(1915,161,'_edit_last','2'),(1916,161,'_access_method','signup'),(1917,161,'_members_area_sections','a:5:{i:0;s:21:\"my-membership-content\";i:1;s:22:\"my-membership-products\";i:2;s:23:\"my-membership-discounts\";i:3;s:19:\"my-membership-notes\";i:4;s:21:\"my-membership-details\";}'),(1918,162,'_edit_last','2'),(1919,162,'_start_date','2023-07-31 00:00:00'),(1921,162,'_end_date',''),(1923,162,'_edit_lock','1751907480:2'),(1924,131,'_weight','2.3'),(1925,131,'_length','8'),(1926,131,'_width','5.5'),(1927,131,'_height','5.5'),(1928,131,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1929,131,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1930,131,'_wc_memberships_force_public','no'),(1931,131,'_wc_memberships_exclude_discounts','no'),(1932,133,'_weight','1.2'),(1933,133,'_length','8.25'),(1934,133,'_width','7.25'),(1935,133,'_height','4.5'),(1936,133,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1937,133,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1938,133,'_wc_memberships_force_public','no'),(1939,133,'_wc_memberships_exclude_discounts','no'),(1940,135,'_weight','0.15'),(1941,135,'_length','7'),(1942,135,'_width','2.25'),(1943,135,'_height','1.5'),(1944,135,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1945,135,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1946,135,'_wc_memberships_force_public','no'),(1947,135,'_wc_memberships_exclude_discounts','no'),(1948,137,'_weight','.25'),(1949,137,'_length','9.75'),(1950,137,'_width','2.75'),(1951,137,'_height','1.75'),(1952,137,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1953,137,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1954,137,'_wc_memberships_force_public','no'),(1955,137,'_wc_memberships_exclude_discounts','no'),(1956,138,'_weight','0.15'),(1957,138,'_length','7'),(1958,138,'_width','2.5'),(1959,138,'_height','1.5'),(1960,138,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1961,138,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1962,138,'_wc_memberships_force_public','no'),(1963,138,'_wc_memberships_exclude_discounts','no'),(1964,142,'_weight','0.05'),(1965,142,'_length','8.5'),(1966,142,'_width','1.75'),(1967,142,'_height','.25'),(1968,142,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1969,142,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1970,142,'_wc_memberships_force_public','no'),(1971,142,'_wc_memberships_exclude_discounts','no'),(1972,144,'_weight','0.05'),(1973,144,'_length','9'),(1974,144,'_width','1'),(1975,144,'_height','.25'),(1976,144,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1977,144,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1978,144,'_wc_memberships_force_public','no'),(1979,144,'_wc_memberships_exclude_discounts','no'),(1980,146,'_weight','0.05'),(1981,146,'_length','9'),(1982,146,'_width','1.75'),(1983,146,'_height','.25'),(1984,146,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1985,146,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1986,146,'_wc_memberships_force_public','no'),(1987,146,'_wc_memberships_exclude_discounts','no'),(1988,148,'_weight','0.2'),(1989,148,'_length','10.5'),(1990,148,'_width','3'),(1991,148,'_height','1.5'),(1992,148,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(1993,148,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(1994,148,'_wc_memberships_force_public','no'),(1995,148,'_wc_memberships_exclude_discounts','no'),(1996,99,'_length','12'),(1997,99,'_width','6'),(1998,99,'_height','6'),(1999,99,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2000,99,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2001,99,'_wc_memberships_force_public','no'),(2002,99,'_wc_memberships_exclude_discounts','no'),(2003,97,'_length','12'),(2004,97,'_width','6'),(2005,97,'_height','6'),(2006,97,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2007,97,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2008,97,'_wc_memberships_force_public','no'),(2009,97,'_wc_memberships_exclude_discounts','no'),(2011,95,'_width','3.5'),(2012,95,'_height','9'),(2013,95,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2014,95,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2015,95,'_wc_memberships_force_public','no'),(2016,95,'_wc_memberships_exclude_discounts','no'),(2018,93,'_width','3.5'),(2019,93,'_height','9'),(2020,93,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2021,93,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2022,93,'_wc_memberships_force_public','no'),(2023,93,'_wc_memberships_exclude_discounts','no'),(2079,47,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2080,47,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2081,47,'_wc_memberships_force_public','no'),(2082,47,'_wc_memberships_exclude_discounts','no'),(2177,50,'_length','12'),(2178,50,'_width','12'),(2179,50,'_height','4'),(2180,50,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2181,50,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2182,50,'_wc_memberships_force_public','no'),(2183,50,'_wc_memberships_exclude_discounts','no'),(2184,46,'_length','22'),(2185,46,'_width','9'),(2186,46,'_height','8'),(2187,46,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2188,46,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2189,46,'_wc_memberships_force_public','no'),(2190,46,'_wc_memberships_exclude_discounts','no'),(2191,41,'_length','8.5'),(2192,41,'_width','4.5'),(2193,41,'_height','3'),(2194,41,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2195,41,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2196,41,'_wc_memberships_force_public','no'),(2197,41,'_wc_memberships_exclude_discounts','no'),(2198,47,'_length','13'),(2199,47,'_width','11'),(2200,47,'_height','9'),(2201,48,'_length','20'),(2202,48,'_width','8'),(2203,48,'_height','8'),(2204,48,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(2205,48,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(2206,48,'_wc_memberships_force_public','no'),(2207,48,'_wc_memberships_exclude_discounts','no'),(2293,171,'_order_currency','USD'),(2294,171,'_cart_discount','0'),(2295,171,'_cart_discount_tax','0'),(2296,171,'_order_shipping','-9.44'),(2297,171,'_order_shipping_tax','0'),(2298,171,'_order_tax','0'),(2299,171,'_order_total','-10.69'),(2300,171,'_order_version','5.1.0'),(2301,171,'_prices_include_tax','no'),(2302,171,'_refund_amount','10.69'),(2303,171,'_refunded_by','2'),(2304,171,'_refunded_payment','1'),(2305,171,'_refund_reason',''),(2400,174,'_order_currency','USD'),(2401,174,'_cart_discount','0'),(2402,174,'_cart_discount_tax','0'),(2403,174,'_order_shipping','-9.44'),(2404,174,'_order_shipping_tax','0'),(2405,174,'_order_tax','0'),(2406,174,'_order_total','-10.69'),(2407,174,'_order_version','5.1.0'),(2408,174,'_prices_include_tax','no'),(2409,174,'_refund_amount','10.69'),(2410,174,'_refunded_by','2'),(2411,174,'_refunded_payment','1'),(2412,174,'_refund_reason','Test'),(2453,47,'mwqb_sync_uiiqb','0'),(2454,48,'mwqb_sync_uiiqb','0'),(2491,181,'_edit_lock','1627057018:2'),(2493,182,'_edit_lock','1627057018:2'),(2495,158,'_elementor_controls_usage','a:4:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2507,183,'_edit_lock','1627057017:2'),(2508,183,'_edit_last','2'),(2509,183,'_wp_page_template','default'),(2510,183,'_wc_memberships_force_public','no'),(2511,183,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2512,183,'site-sidebar-layout','no-sidebar'),(2513,183,'site-content-layout','page-builder'),(2514,183,'theme-transparent-header-meta','default'),(2515,183,'stick-header-meta','default'),(2516,183,'_elementor_edit_mode','builder'),(2517,183,'_elementor_template_type','wp-page'),(2518,183,'_elementor_version','3.1.4'),(2519,183,'_elementor_pro_version','3.2.1'),(2520,183,'_astra_content_layout_flag','disabled'),(2521,183,'site-post-title','disabled'),(2522,183,'ast-title-bar-display','disabled'),(2523,183,'ast-featured-img','disabled'),(2524,183,'_elementor_data','[{\"id\":\"8d32df5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"16adafd\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15.087},\"elements\":[],\"isInner\":false},{\"id\":\"1301bf1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.913},\"elements\":[{\"id\":\"014df00\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"a0393c5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Privacy Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"216f34c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>At Ginesis Products, we respect your privacy. We are the sole owners of the personal information we gather on this site and will never sell, rent or trade it to third parties.<br \\/><br \\/><strong>Information We Gather<\\/strong><br \\/>Like most websites, our server logs record visitor activity on our site, such as IP address, browser type, pages viewed, from where a visitor came, where the visitor went after leaving our site, etc. This information provides us with site statistics, but not personally identifiable information. We also make use of browser \\u201ccookies\\u201d to enable you to navigate around the website. None of the cookies we use enable third parties to access any of your information.<br \\/>If you fill out a form on our site, you may be required to provide some of your contact information (such as name, email address, and phone number). We may use that information to contact you via email or phone.<br \\/>If you order or buy a product using our forms or shopping cart, we will secure your personal information from unauthorized access, use or disclosure. When personal information (such as a credit card number or personal data) is transmitted to other websites, it is protected through the use of encryption, such as the Secure Socket Layer (SSL) protocol.<br \\/>If you have an account on our site, you will log in securely using your username and password.<br \\/><br \\/><strong>How We Use Information<\\/strong><br \\/>If you provide us with contact information, we may send you periodic emails from time to time regarding our company and products. Users that don\\u2019t want these communications can opt-out, either through links in the emails or by sending a request to ginesis@ginesis.com<br \\/><br \\/><strong>Changes to Our Policy<\\/strong><br \\/>Ginesis Products reserves the right to amend or replace this privacy policy at any time and from time to time without prior notice. Any updated or new privacy policy will be posted on this site.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"98bb173\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.979},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2525,183,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2526,181,'_edit_last','2'),(2527,181,'_wp_page_template','default'),(2528,181,'_wc_memberships_force_public','no'),(2529,181,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2530,181,'site-sidebar-layout','no-sidebar'),(2531,181,'site-content-layout','page-builder'),(2532,181,'theme-transparent-header-meta','default'),(2533,181,'stick-header-meta','default'),(2534,181,'_elementor_edit_mode','builder'),(2535,181,'_elementor_template_type','wp-page'),(2536,181,'_elementor_version','3.1.4'),(2537,181,'_elementor_pro_version','3.2.1'),(2538,181,'_astra_content_layout_flag','disabled'),(2539,181,'site-post-title','disabled'),(2540,181,'ast-title-bar-display','disabled'),(2541,181,'ast-featured-img','disabled'),(2542,181,'_elementor_data','[{\"id\":\"561e004\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"b096220\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"4cc4675\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"1c5babd\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"f12958d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Refund Policy\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"03e8624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We have a 30-day return policy, which means you have 30 days after receiving your item to request a return.<br \\/><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To be eligible for a return, your item must be in the same condition that you received it, in its original packaging. You\\u2019ll also need the receipt or proof of purchase.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">To start a return, you can contact us at <strong>ginesis@ginesis.com<\\/strong>. Items sent back to us without first requesting a return will not be accepted.<br \\/><\\/span><span style=\\\"font-style: inherit; font-weight: inherit; color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif;\\\">You can always contact us for any return question at <strong>ginesis@ginesis.com<\\/strong>.<\\/span><\\/p><p><strong>Damages and Issues<\\/strong><br \\/>Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item so that we can evaluate the issue and make it right.<\\/p><p><strong>Refunds<\\/strong><br \\/>We will notify you once we\\u2019ve received and inspected your return, and let you know if the refund was approved or not. If approved, you\\u2019ll be automatically refunded on your original payment method. Please remember it can take some time for your bank or credit card company to process and post the refund too.<\\/p>\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d2590a5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2543,181,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2544,182,'_edit_last','2'),(2545,182,'_wp_page_template','default'),(2546,182,'_wc_memberships_force_public','no'),(2547,182,'_wc_memberships_use_custom_page_content_restricted_message','no'),(2548,182,'site-sidebar-layout','no-sidebar'),(2549,182,'site-content-layout','page-builder'),(2550,182,'theme-transparent-header-meta','default'),(2551,182,'stick-header-meta','default'),(2552,182,'_elementor_edit_mode','builder'),(2553,182,'_elementor_template_type','wp-page'),(2554,182,'_elementor_version','3.1.4'),(2555,182,'_elementor_pro_version','3.2.1'),(2556,182,'_astra_content_layout_flag','disabled'),(2557,182,'site-post-title','disabled'),(2558,182,'ast-title-bar-display','disabled'),(2559,182,'ast-featured-img','disabled'),(2560,182,'_elementor_data','[{\"id\":\"2c157a5\",\"elType\":\"section\",\"settings\":{\"structure\":\"33\"},\"elements\":[{\"id\":\"407cbb9\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":15},\"elements\":[],\"isInner\":false},{\"id\":\"b8cc6fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":69.999},\"elements\":[{\"id\":\"c64e51f\",\"elType\":\"widget\",\"settings\":{\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"bc66e50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Terms of Service\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"93dfc9d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>OVERVIEW<\\/strong><br \\/>This website is operated by Ginesis Products. Throughout the site, the terms \\u201cwe\\u201d, \\u201cus\\u201d and \\u201cour\\u201d refer to Ginesis Products. Ginesis Products offers this website, including all information, tools and services available from this site to you, the user, conditioned upon your acceptance of all terms, conditions, policies and notices stated here.<\\/p><p>By visiting our site and\\/ or purchasing something from us, you engage in our \\u201cService\\u201d and agree to be bound by the following terms and conditions (\\u201cTerms of Service\\u201d, \\u201cTerms\\u201d), including those additional terms and conditions and policies referenced herein and\\/or available by hyperlink. These Terms of Service apply to all users of the site, including without limitation users who are browsers, vendors, customers, merchants, and\\/ or contributors of content.<\\/p><p>Please read these Terms of Service carefully before accessing or using our website. By accessing or using any part of the site, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, then you may not access the website or use any services. If these Terms of Service are considered an offer, acceptance is expressly limited to these Terms of Service.<\\/p><p>Any new features or tools which are added to the current store shall also be subject to the Terms of Service. You can review the most current version of the Terms of Service at any time on this page. We reserve the right to update, change or replace any part of these Terms of Service by posting updates and\\/or changes to our website. It is your responsibility to check this page periodically for changes. Your continued use of or access to the website following the posting of any changes constitutes acceptance of those changes.<\\/p><p>Our store is hosted on Shopify Inc. They provide us with the online e-commerce platform that allows us to sell our products and services to you.<\\/p><p><strong>SECTION 1 - ONLINE STORE TERMS<\\/strong><br \\/>By agreeing to these Terms of Service, you represent that you are at least the age of majority in your state or province of residence, or that you are the age of majority in your state or province of residence and you have given us your consent to allow any of your minor dependents to use this site.<br \\/>You may not use our products for any illegal or unauthorized purpose nor may you, in the use of the Service, violate any laws in your jurisdiction (including but not limited to copyright laws).<br \\/>You must not transmit any worms or viruses or any code of a destructive nature.<br \\/>A breach or violation of any of the Terms will result in an immediate termination of your Services.<\\/p><p><strong>SECTION 2 - GENERAL CONDITIONS<\\/strong><br \\/>We reserve the right to refuse service to anyone for any reason at any time.<br \\/>You understand that your content (not including credit card information), may be transferred unencrypted and involve (a) transmissions over various networks; and (b) changes to conform and adapt to technical requirements of connecting networks or devices. Credit card information is always encrypted during transfer over networks.<br \\/>You agree not to reproduce, duplicate, copy, sell, resell or exploit any portion of the Service, use of the Service, or access to the Service or any contact on the website through which the service is provided, without express written permission by us.<br \\/>The headings used in this agreement are included for convenience only and will not limit or otherwise affect these Terms.<\\/p><p><strong>SECTION 3 - ACCURACY, COMPLETENESS AND TIMELINESS OF INFORMATION<\\/strong><br \\/>We are not responsible if information made available on this site is not accurate, complete or current. The material on this site is provided for general information only and should not be relied upon or used as the sole basis for making decisions without consulting primary, more accurate, more complete or more timely sources of information. Any reliance on the material on this site is at your own risk.<br \\/>This site may contain certain historical information. Historical information, necessarily, is not current and is provided for your reference only. We reserve the right to modify the contents of this site at any time, but we have no obligation to update any information on our site. You agree that it is your responsibility to monitor changes to our site.<\\/p><p><strong>SECTION 4 - MODIFICATIONS TO THE SERVICE AND PRICES<\\/strong><br \\/>Prices for our products are subject to change without notice.<br \\/>We reserve the right at any time to modify or discontinue the Service (or any part or content thereof) without notice at any time.<br \\/>We shall not be liable to you or to any third-party for any modification, price change, suspension or discontinuance of the Service.<\\/p><p><strong>SECTION 5 - PRODUCTS OR SERVICES (if applicable)<\\/strong><br \\/>Certain products or services may be available exclusively online through the website. These products or services may have limited quantities and are subject to return or exchange only according to our Return Policy.<br \\/>We have made every effort to display as accurately as possible the colors and images of our products that appear at the store. We cannot guarantee that your computer monitor\'s display of any color will be accurate.<br \\/>We reserve the right, but are not obligated, to limit the sales of our products or Services to any person, geographic region or jurisdiction. We may exercise this right on a case-by-case basis. We reserve the right to limit the quantities of any products or services that we offer. All descriptions of products or product pricing are subject to change at anytime without notice, at the sole discretion of us. We reserve the right to discontinue any product at any time. Any offer for any product or service made on this site is void where prohibited.<br \\/>We do not warrant that the quality of any products, services, information, or other material purchased or obtained by you will meet your expectations, or that any errors in the Service will be corrected.<\\/p><p><strong>SECTION 6 - ACCURACY OF BILLING AND ACCOUNT INFORMATION<\\/strong><br \\/>We reserve the right to refuse any order you place with us. We may, in our sole discretion, limit or cancel quantities purchased per person, per household or per order. These restrictions may include orders placed by or under the same customer account, the same credit card, and\\/or orders that use the same billing and\\/or shipping address. In the event that we make a change to or cancel an order, we may attempt to notify you by contacting the e mail and\\/or billing address\\/phone number provided at the time the order was made. We reserve the right to limit or prohibit orders that, in our sole judgment, appear to be placed by dealers, resellers or distributors.<\\/p><p>You agree to provide current, complete and accurate purchase and account information for all purchases made at our store. You agree to promptly update your account and other information, including your email address and credit card numbers and expiration dates, so that we can complete your transactions and contact you as needed.<\\/p><p>For more detail, please review our Returns Policy.<\\/p><p><strong>SECTION 7 - OPTIONAL TOOLS<\\/strong><br \\/>We may provide you with access to third-party tools over which we neither monitor nor have any control nor input.<br \\/>You acknowledge and agree that we provide access to such tools \\u201das is\\u201d and \\u201cas available\\u201d without any warranties, representations or conditions of any kind and without any endorsement. We shall have no liability whatsoever arising from or relating to your use of optional third-party tools.<br \\/>Any use by you of optional tools offered through the site is entirely at your own risk and discretion and you should ensure that you are familiar with and approve of the terms on which tools are provided by the relevant third-party provider(s).<br \\/>We may also, in the future, offer new services and\\/or features through the website (including, the release of new tools and resources). Such new features and\\/or services shall also be subject to these Terms of Service.<\\/p><p><strong>SECTION 8 - THIRD-PARTY LINKS<\\/strong><br \\/>Certain content, products and services available via our Service may include materials from third-parties.<br \\/>Third-party links on this site may direct you to third-party websites that are not affiliated with us. We are not responsible for examining or evaluating the content or accuracy and we do not warrant and will not have any liability or responsibility for any third-party materials or websites, or for any other materials, products, or services of third-parties.<br \\/>We are not liable for any harm or damages related to the purchase or use of goods, services, resources, content, or any other transactions made in connection with any third-party websites. Please review carefully the third-party\'s policies and practices and make sure you understand them before you engage in any transaction. Complaints, claims, concerns, or questions regarding third-party products should be directed to the third-party.<\\/p><p><strong>SECTION 9 - USER COMMENTS, FEEDBACK AND OTHER SUBMISSIONS<\\/strong><br \\/>If, at our request, you send certain specific submissions (for example contest entries) or without a request from us you send creative ideas, suggestions, proposals, plans, or other materials, whether online, by email, by postal mail, or otherwise (collectively, \'comments\'), you agree that we may, at any time, without restriction, edit, copy, publish, distribute, translate and otherwise use in any medium any comments that you forward to us. We are and shall be under no obligation (1) to maintain any comments in confidence; (2) to pay compensation for any comments; or (3) to respond to any comments.<br \\/>We may, but have no obligation to, monitor, edit or remove content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, pornographic, obscene or otherwise objectionable or violates any party\\u2019s intellectual property or these Terms of Service.<br \\/>You agree that your comments will not violate any right of any third-party, including copyright, trademark, privacy, personality or other personal or proprietary right. You further agree that your comments will not contain libelous or otherwise unlawful, abusive or obscene material, or contain any computer virus or other malware that could in any way affect the operation of the Service or any related website. You may not use a false e mail address, pretend to be someone other than yourself, or otherwise mislead us or third-parties as to the origin of any comments. You are solely responsible for any comments you make and their accuracy. We take no responsibility and assume no liability for any comments posted by you or any third-party.<\\/p><p><strong>SECTION 10 - PERSONAL INFORMATION<\\/strong><br \\/>Your submission of personal information through the store is governed by our Privacy Policy. To view our Privacy Policy.<\\/p><p><strong>SECTION 11 - ERRORS, INACCURACIES AND OMISSIONS<\\/strong><br \\/>Occasionally there may be information on our site or in the Service that contains typographical errors, inaccuracies or omissions that may relate to product descriptions, pricing, promotions, offers, product shipping charges, transit times and availability. We reserve the right to correct any errors, inaccuracies or omissions, and to change or update information or cancel orders if any information in the Service or on any related website is inaccurate at any time without prior notice (including after you have submitted your order).<br \\/>We undertake no obligation to update, amend or clarify information in the Service or on any related website, including without limitation, pricing information, except as required by law. No specified update or refresh date applied in the Service or on any related website, should be taken to indicate that all information in the Service or on any related website has been modified or updated.<\\/p><p><strong>SECTION 12 - PROHIBITED USES<\\/strong><br \\/>In addition to other prohibitions as set forth in the Terms of Service, you are prohibited from using the site or its content: (a) for any unlawful purpose; (b) to solicit others to perform or participate in any unlawful acts; (c) to violate any international, federal, provincial or state regulations, rules, laws, or local ordinances; (d) to infringe upon or violate our intellectual property rights or the intellectual property rights of others; (e) to harass, abuse, insult, harm, defame, slander, disparage, intimidate, or discriminate based on gender, sexual orientation, religion, ethnicity, race, age, national origin, or disability; (f) to submit false or misleading information; (g) to upload or transmit viruses or any other type of malicious code that will or may be used in any way that will affect the functionality or operation of the Service or of any related website, other websites, or the Internet; (h) to collect or track the personal information of others; (i) to spam, phish, pharm, pretext, spider, crawl, or scrape; (j) for any obscene or immoral purpose; or (k) to interfere with or circumvent the security features of the Service or any related website, other websites, or the Internet. We reserve the right to terminate your use of the Service or any related website for violating any of the prohibited uses.<\\/p><p><strong>SECTION 13 - DISCLAIMER OF WARRANTIES; LIMITATION OF LIABILITY<\\/strong><br \\/>We do not guarantee, represent or warrant that your use of our service will be uninterrupted, timely, secure or error-free.<br \\/>We do not warrant that the results that may be obtained from the use of the service will be accurate or reliable.<br \\/>You agree that from time to time we may remove the service for indefinite periods of time or cancel the service at any time, without notice to you.<br \\/>You expressly agree that your use of, or inability to use, the service is at your sole risk. The service and all products and services delivered to you through the service are (except as expressly stated by us) provided \'as is\' and \'as available\' for your use, without any representation, warranties or conditions of any kind, either express or implied, including all implied warranties or conditions of merchantability, merchantable quality, fitness for a particular purpose, durability, title, and non-infringement.<br \\/>In no case shall Ginesis Products, our directors, officers, employees, affiliates, agents, contractors, interns, suppliers, service providers or licensors be liable for any injury, loss, claim, or any direct, indirect, incidental, punitive, special, or consequential damages of any kind, including, without limitation lost profits, lost revenue, lost savings, loss of data, replacement costs, or any similar damages, whether based in contract, tort (including negligence), strict liability or otherwise, arising from your use of any of the service or any products procured using the service, or for any other claim related in any way to your use of the service or any product, including, but not limited to, any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of the service or any content (or product) posted, transmitted, or otherwise made available via the service, even if advised of their possibility. Because some states or jurisdictions do not allow the exclusion or the limitation of liability for consequential or incidental damages, in such states or jurisdictions, our liability shall be limited to the maximum extent permitted by law.<\\/p><p>SECTION 14 - INDEMNIFICATION<br \\/>You agree to indemnify, defend and hold harmless Ginesis Products and our parent, subsidiaries, affiliates, partners, officers, directors, agents, contractors, licensors, service providers, subcontractors, suppliers, interns and employees, harmless from any claim or demand, including reasonable attorneys\\u2019 fees, made by any third-party due to or arising out of your breach of these Terms of Service or the documents they incorporate by reference, or your violation of any law or the rights of a third-party.<\\/p><p><strong>SECTION 15 - SEVERABILITY<\\/strong><br \\/>In the event that any provision of these Terms of Service is determined to be unlawful, void or unenforceable, such provision shall nonetheless be enforceable to the fullest extent permitted by applicable law, and the unenforceable portion shall be deemed to be severed from these Terms of Service, such determination shall not affect the validity and enforceability of any other remaining provisions.<\\/p><p><strong>SECTION 16 - TERMINATION<\\/strong><br \\/>The obligations and liabilities of the parties incurred prior to the termination date shall survive the termination of this agreement for all purposes.<br \\/>These Terms of Service are effective unless and until terminated by either you or us. You may terminate these Terms of Service at any time by notifying us that you no longer wish to use our Services, or when you cease using our site.<br \\/>If in our sole judgment you fail, or we suspect that you have failed, to comply with any term or provision of these Terms of Service, we also may terminate this agreement at any time without notice and you will remain liable for all amounts due up to and including the date of termination; and\\/or accordingly may deny you access to our Services (or any part thereof).<\\/p><p><strong>SECTION 17 - ENTIRE AGREEMENT<\\/strong><br \\/>The failure of us to exercise or enforce any right or provision of these Terms of Service shall not constitute a waiver of such right or provision.<br \\/>These Terms of Service and any policies or operating rules posted by us on this site or in respect to The Service constitutes the entire agreement and understanding between you and us and govern your use of the Service, superseding any prior or contemporaneous agreements, communications and proposals, whether oral or written, between you and us (including, but not limited to, any prior versions of the Terms of Service).<br \\/>Any ambiguities in the interpretation of these Terms of Service shall not be construed against the drafting party.<\\/p><p><strong>SECTION 18 - GOVERNING LAW<\\/strong><br \\/>These Terms of Service and any separate agreements whereby we provide you Services shall be governed by and construed in accordance with the laws of United States.<\\/p><p><strong>SECTION 19 - CHANGES TO TERMS OF SERVICE<\\/strong><br \\/>You can review the most current version of the Terms of Service at any time at this page.<br \\/>We reserve the right, at our sole discretion, to update, change or replace any part of these Terms of Service by posting updates and changes to our website. It is your responsibility to check our website periodically for changes. Your continued use of or access to our website or the Service following the posting of any changes to these Terms of Service constitutes acceptance of those changes.<\\/p><p><strong>SECTION 20 - CONTACT INFORMATION<\\/strong><br \\/>Questions about the Terms of Service should be sent to us at <strong>ginesis@ginesis.com<\\/strong>.<\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"831812f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":14.98},\"elements\":[],\"isInner\":false}],\"isInner\":false}]'),(2561,182,'_elementor_controls_usage','a:5:{s:6:\"column\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:3;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"heading\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:4:{s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:3:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}}}}'),(2562,184,'_elementor_edit_mode','builder'),(2563,184,'_elementor_template_type','footer'),(2564,184,'_elementor_version','3.31.3'),(2565,184,'_elementor_pro_version','3.31.2'),(2566,184,'_astra_content_layout_flag','disabled'),(2567,184,'site-post-title','disabled'),(2568,184,'ast-title-bar-display','disabled'),(2569,184,'ast-featured-img','disabled'),(2570,184,'site-content-layout','page-builder'),(2571,184,'site-sidebar-layout','no-sidebar'),(2572,184,'_edit_lock','1758127888:2'),(2652,184,'_wp_page_template','default'),(2653,184,'_elementor_data','[{\"id\":\"3ec9c01\",\"elType\":\"container\",\"settings\":{\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#EEEEEE\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\"},\"boxed_width\":{\"unit\":\"px\",\"size\":1120,\"sizes\":[]},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4ab7a4c\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\",\"link\":\"[elementor-tag id=\\\"\\\" name=\\\"site-url\\\" settings=\\\"%7B%7D\\\"]\"},\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"_margin\":{\"unit\":\"px\",\"top\":\"-19\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"bad9784\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<span style=\\\"font-size: 1.5em; font-weight: 900;\\\">CUSTOMER SERVICE<\\/span><br><br>\\n<strong>Ginesis Products<\\/strong><br>\\n2501 County Road 8<br>\\nWaterloo, AL 35677<br>\\nPhone - 800-492-4818<br>\\nEmail - Ginesis@Ginesis.com\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40},\"_flex_size\":\"none\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"71f4849\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-size: 1.5em; font-weight: 900;\\\">ADDITIONAL LINKS<\\/span><br \\/><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/privacy-policy\\/\\\">Privacy Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/refund-policy\\/\\\">Refund Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/shipping-policy\\/\\\">Shipping Policy<\\/a><br \\/><a href=\\\"https:\\/\\/lcaportalstoreg.liceclinicsofamerica.com\\/terms-of-service\\/\\\">Terms of Service<\\/a><\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"text_color\":\"#54595F\",\"link_hover_color\":\"#4BA200\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=secondary\",\"link_hover_color\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),(2668,184,'_elementor_conditions','a:2:{i:0;s:15:\"include/general\";i:1;s:28:\"exclude/singular/page/184149\";}'),(2687,21,'_edit_lock','1743611533:2'),(2688,21,'_elementor_edit_mode','builder'),(2689,21,'_elementor_template_type','wp-page'),(2690,21,'_elementor_version','3.1.4'),(2691,21,'_elementor_pro_version','3.2.1'),(2692,21,'_wp_page_template','default'),(2693,21,'_elementor_data','[{\"id\":\"423c66c9\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"8d4cd34\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"9066272\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><strong>This system uses PayPal to process payments. You can use your credit card to pay without having a PayPal account or you can use your PayPal account to pay.<\\/strong><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5cc43094\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<!-- wp:shortcode -->[woocommerce_checkout]<!-- \\/wp:shortcode -->\",\"wcm_element_visibility_content_restricted_message\":\"You are not authorized to view this content.\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(2694,21,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:2;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(2736,190,'_start_date','2021-07-29 00:00:00'),(2738,190,'_end_date',''),(2740,191,'_start_date','2025-09-05 00:00:00'),(2742,191,'_end_date',''),(2744,192,'_start_date','2021-08-24 00:00:00'),(2746,192,'_end_date',''),(2884,198,'_wp_attached_file','2021/03/PortalPROKitUrgentPreventSq.jpg'),(2885,198,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2021/03/PortalPROKitUrgentPreventSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"PortalPROKitUrgentPreventSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"PortalPROKitUrgentPreventSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,199,'_wp_attached_file','2021/03/PortalPROKitUrgentSq.jpg'),(2887,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:32:\"2021/03/PortalPROKitUrgentSq.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"PortalPROKitUrgentSq-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"PortalPROKitUrgentSq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2888,51,'mwqb_sync_uiiqb','0'),(2889,118,'mwqb_sync_uiiqb','0'),(2890,200,'_wp_attached_file','2021/03/MicrosoftTeams-image.jpg'),(2891,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2021/03/MicrosoftTeams-image.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"MicrosoftTeams-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2892,131,'mwqb_sync_uiiqb','0'),(3483,214,'_order_currency','USD'),(3484,214,'_cart_discount','0'),(3485,214,'_cart_discount_tax','0'),(3486,214,'_order_shipping','-9.44'),(3487,214,'_order_shipping_tax','0'),(3488,214,'_order_tax','0'),(3489,214,'_order_total','-10.69'),(3490,214,'_order_version','5.1.0'),(3491,214,'_prices_include_tax','no'),(3492,214,'_refund_amount','10.69'),(3493,214,'_refunded_by','2'),(3494,214,'_refunded_payment','1'),(3495,214,'_refund_reason',''),(3524,215,'_start_date','2021-07-20 00:00:00'),(3526,215,'_end_date',''),(3528,216,'_start_date','2023-05-31 00:00:00'),(3530,216,'_end_date',''),(3532,217,'_start_date','2025-01-22 00:00:00'),(3534,217,'_end_date',''),(3536,218,'_start_date','2021-04-16 18:01:08'),(3538,218,'_end_date',''),(3540,219,'_start_date','2021-04-16 18:05:00'),(3542,219,'_end_date',''),(3544,220,'_start_date','2021-07-19 00:00:00'),(3546,220,'_end_date',''),(3548,221,'_start_date','2021-04-16 18:10:42'),(3550,221,'_end_date',''),(3552,222,'_start_date','2021-04-16 18:14:06'),(3554,222,'_end_date',''),(3556,223,'_start_date','2021-04-16 18:18:33'),(3558,223,'_end_date',''),(3560,224,'_start_date','2021-04-18 14:33:06'),(3562,224,'_end_date',''),(3570,226,'_start_date','2022-03-16 00:00:00'),(3572,226,'_end_date',''),(3574,227,'_start_date','2021-04-18 14:55:36'),(3576,227,'_end_date',''),(3578,228,'_start_date','2021-04-18 15:07:12'),(3580,228,'_end_date',''),(3586,230,'_start_date','2022-06-07 00:00:00'),(3588,230,'_end_date',''),(3590,231,'_start_date','2021-04-18 15:19:20'),(3592,231,'_end_date',''),(3594,232,'_start_date','2022-08-31 00:00:00'),(3596,232,'_end_date',''),(3598,233,'_start_date','2021-04-18 15:27:25'),(3600,233,'_end_date',''),(3602,234,'_start_date','2021-04-18 15:32:47'),(3604,234,'_end_date',''),(3606,235,'_start_date','2021-04-18 15:34:59'),(3608,235,'_end_date',''),(3610,236,'_start_date','2021-04-18 15:39:32'),(3612,236,'_end_date',''),(3614,237,'_start_date','2022-08-31 00:00:00'),(3616,237,'_end_date',''),(3618,238,'_start_date','2021-07-19 00:00:00'),(3620,238,'_end_date',''),(3622,239,'_start_date','2021-04-18 15:48:03'),(3624,239,'_end_date',''),(3626,240,'_start_date','2021-04-18 15:51:21'),(3628,240,'_end_date',''),(3630,241,'_start_date','2021-04-18 15:59:29'),(3632,241,'_end_date',''),(3634,242,'_start_date','2021-04-18 16:03:23'),(3636,242,'_end_date',''),(3638,243,'_start_date','2021-04-18 16:05:33'),(3640,243,'_end_date',''),(3642,244,'_start_date','2021-04-18 16:08:41'),(3644,244,'_end_date',''),(3650,246,'_start_date','2021-04-18 16:13:03'),(3652,246,'_end_date',''),(3654,247,'_start_date','2021-04-18 16:16:32'),(3656,247,'_end_date',''),(3658,248,'_start_date','2021-04-18 16:20:05'),(3660,248,'_end_date',''),(3662,249,'_start_date','2022-08-31 00:00:00'),(3664,249,'_end_date',''),(3666,250,'_start_date','2021-04-18 16:24:35'),(3668,250,'_end_date',''),(3670,251,'_start_date','2021-04-18 16:26:50'),(3672,251,'_end_date',''),(3674,252,'_start_date','2021-04-18 16:30:32'),(3676,252,'_end_date',''),(3682,254,'_start_date','2021-04-18 16:36:13'),(3684,254,'_end_date',''),(3686,255,'_start_date','2021-04-18 16:39:13'),(3688,255,'_end_date',''),(3690,256,'_start_date','2021-08-24 00:00:00'),(3692,256,'_end_date',''),(3694,257,'_start_date','2021-04-18 16:44:42'),(3696,257,'_end_date',''),(3698,258,'_start_date','2022-09-01 00:00:00'),(3700,258,'_end_date',''),(3702,259,'_start_date','2023-09-19 00:00:00'),(3704,259,'_end_date',''),(3706,260,'_start_date','2022-09-01 00:00:00'),(3708,260,'_end_date',''),(3710,261,'_start_date','2021-11-22 00:00:00'),(3712,261,'_end_date',''),(3714,262,'_start_date','2021-04-19 02:49:57'),(3716,262,'_end_date',''),(3718,263,'_start_date','2022-09-14 00:00:00'),(3720,263,'_end_date',''),(3722,264,'_start_date','2021-04-19 03:16:26'),(3724,264,'_end_date',''),(3726,265,'_start_date','2021-04-19 03:38:32'),(3728,265,'_end_date',''),(3730,266,'_start_date','2024-04-19 00:00:00'),(3732,266,'_end_date',''),(3734,267,'_start_date','2021-04-19 03:54:22'),(3736,267,'_end_date',''),(3738,268,'_start_date','2025-08-21 00:00:00'),(3740,268,'_end_date',''),(3742,269,'_start_date','2025-05-08 00:00:00'),(3744,269,'_end_date',''),(3746,270,'_start_date','2021-08-24 00:00:00'),(3748,270,'_end_date',''),(3750,271,'_start_date','2021-04-19 04:12:47'),(3752,271,'_end_date',''),(3758,273,'_start_date','2023-06-12 00:00:00'),(3760,273,'_end_date',''),(3762,274,'_start_date','2023-10-31 00:00:00'),(3764,274,'_end_date',''),(3766,275,'_start_date','2022-08-31 00:00:00'),(3768,275,'_end_date',''),(3770,276,'_start_date','2021-04-19 04:39:50'),(3772,276,'_end_date',''),(3774,277,'_start_date','2021-04-19 04:45:04'),(3776,277,'_end_date',''),(3778,278,'_start_date','2021-04-19 04:48:55'),(3780,278,'_end_date',''),(3782,279,'_start_date','2021-04-19 04:53:06'),(3784,279,'_end_date',''),(3786,280,'_start_date','2021-04-19 04:57:40'),(3788,280,'_end_date',''),(3790,281,'_start_date','2021-04-19 05:06:55'),(3792,281,'_end_date',''),(3794,282,'_start_date','2023-03-20 00:00:00'),(3796,282,'_end_date',''),(3798,283,'_start_date','2022-08-31 00:00:00'),(3800,283,'_end_date',''),(3802,284,'_start_date','2021-04-19 05:17:50'),(3804,284,'_end_date',''),(3806,285,'_start_date','2023-09-19 00:00:00'),(3808,285,'_end_date',''),(3810,286,'_start_date','2021-07-19 00:00:00'),(3812,286,'_end_date',''),(3814,287,'_start_date','2023-05-25 00:00:00'),(3816,287,'_end_date',''),(3818,288,'_start_date','2021-11-16 00:00:00'),(3820,288,'_end_date',''),(3822,289,'_start_date','2021-04-19 05:42:14'),(3824,289,'_end_date',''),(3826,290,'_start_date','2021-04-19 05:48:24'),(3828,290,'_end_date',''),(3830,291,'_start_date','2022-08-31 00:00:00'),(3832,291,'_end_date',''),(3834,292,'_start_date','2022-08-31 00:00:00'),(3836,292,'_end_date',''),(3838,293,'_start_date','2021-04-19 06:01:40'),(3840,293,'_end_date',''),(3846,295,'_start_date','2021-04-19 06:08:54'),(3848,295,'_end_date',''),(3850,296,'_start_date','2021-07-19 00:00:00'),(3852,296,'_end_date',''),(3854,46,'mwqb_sync_uiiqb','0'),(3855,298,'_start_date','2023-10-31 00:00:00'),(3857,298,'_end_date',''),(3860,299,'_start_date','2023-10-20 00:00:00'),(3862,299,'_end_date',''),(3866,115,'_wc_memberships_force_public','yes'),(3867,115,'_wc_memberships_use_custom_page_content_restricted_message','no'),(3868,115,'theme-transparent-header-meta','default'),(3869,115,'stick-header-meta','default'),(3872,50,'mwqb_sync_uiiqb','0'),(3875,16,'_elementor_controls_usage','a:7:{s:7:\"section\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:3;}}s:8:\"advanced\";a:1:{s:19:\"_section_responsive\";a:1:{s:11:\"hide_mobile\";i:2;}}}}s:6:\"spacer\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:8;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:8;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:13:\"section_image\";a:2:{s:5:\"image\";i:1;s:10:\"image_size\";i:1;}}}}s:5:\"login\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:21:\"section_login_content\";a:4:{s:20:\"redirect_after_login\";i:1;s:12:\"redirect_url\";i:1;s:21:\"redirect_after_logout\";i:1;s:19:\"redirect_logout_url\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:4:{s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:2:{s:32:\"wcm_element_visibility_condition\";i:1;s:33:\"wcm_element_visibility_hide_plans\";i:1;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:2:{s:4:\"text\";i:1;s:4:\"link\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:1:{s:30:\"wcm_element_visibility_section\";a:1:{s:32:\"wcm_element_visibility_condition\";i:1;}}}}}'),(3915,302,'_order_key','wc_order_5IjGJDjmdzJmu'),(3916,302,'_customer_user','60'),(3917,302,'_payment_method','paypal'),(3918,302,'_payment_method_title','PayPal'),(3919,302,'_customer_ip_address','98.193.14.84'),(3920,302,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1'),(3921,302,'_created_via','checkout'),(3922,302,'_cart_hash','be1745989257cfae6f9f1d7d35dea734'),(3923,302,'_billing_first_name','Jill'),(3924,302,'_billing_last_name','Leshtz'),(3925,302,'_billing_address_1','1580 Lancelot Avenue'),(3926,302,'_billing_city','Highland park'),(3927,302,'_billing_state','IL'),(3928,302,'_billing_postcode','60035'),(3929,302,'_billing_country','US'),(3930,302,'_billing_email','jleshtz@gmail.com'),(3931,302,'_billing_phone','8473639001'),(3932,302,'_shipping_first_name','Jill'),(3933,302,'_shipping_last_name','Leshtz'),(3934,302,'_shipping_company','LCA North Shore'),(3935,302,'_shipping_address_1','1580 Lancelot Avenue'),(3936,302,'_shipping_city','Highland park'),(3937,302,'_shipping_state','IL'),(3938,302,'_shipping_postcode','60035'),(3939,302,'_shipping_country','US'),(3940,302,'_order_currency','USD'),(3941,302,'_cart_discount','0'),(3942,302,'_cart_discount_tax','0'),(3943,302,'_order_shipping','74.31'),(3944,302,'_order_shipping_tax','0'),(3945,302,'_order_tax','0'),(3946,302,'_order_total','74.31'),(3947,302,'_order_version','5.2.2'),(3948,302,'_prices_include_tax','no'),(3949,302,'_billing_address_index','Jill Leshtz 1580 Lancelot Avenue Highland park IL 60035 US jleshtz@gmail.com 8473639001'),(3950,302,'_shipping_address_index','Jill Leshtz LCA North Shore 1580 Lancelot Avenue Highland park IL 60035 US'),(3951,302,'is_vat_exempt','no'),(3952,302,'Payment type','instant'),(3953,302,'_transaction_id','4G507490984720510'),(3954,302,'_paypal_status','completed'),(3955,302,'PayPal Transaction Fee','2.45'),(3956,302,'_date_paid','1619035533'),(3957,302,'_paid_date','2021-04-21 20:05:33'),(3958,302,'_download_permissions_granted','yes'),(3959,302,'_recorded_sales','yes'),(3960,302,'_recorded_coupon_usage_counts','yes'),(3961,302,'_order_stock_reduced','yes'),(3962,302,'_new_order_email_sent','true'),(3963,303,'_order_key','wc_order_nepfsxu2qRgZs'),(3964,303,'_customer_user','87'),(3965,303,'_payment_method','paypal'),(3966,303,'_payment_method_title','PayPal'),(3967,303,'_customer_ip_address','70.189.75.106'),(3968,303,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(3969,303,'_created_via','checkout'),(3970,303,'_cart_hash','b1ff3276138bdeac5d9ba72719fcff79'),(3971,303,'_billing_first_name','Wade'),(3972,303,'_billing_last_name','Huntsman'),(3973,303,'_billing_company','LCA Midsouth'),(3974,303,'_billing_address_1','1104 E 25th St.'),(3975,303,'_billing_city','Tulsa'),(3976,303,'_billing_state','OK'),(3977,303,'_billing_postcode','74114'),(3978,303,'_billing_country','US'),(3979,303,'_billing_email','info@liceclinicsmidsouth.com'),(3980,303,'_billing_phone','9189783329'),(3981,303,'_shipping_first_name','Ian'),(3982,303,'_shipping_last_name','Zinth'),(3983,303,'_shipping_address_1','16654 E Kent Dr'),(3984,303,'_shipping_city','Aurora'),(3985,303,'_shipping_state','CO'),(3986,303,'_shipping_postcode','80013'),(3987,303,'_shipping_country','US'),(3988,303,'_order_currency','USD'),(3989,303,'_cart_discount','0'),(3990,303,'_cart_discount_tax','0'),(3991,303,'_order_shipping','0'),(3992,303,'_order_shipping_tax','0'),(3993,303,'_order_tax','0'),(3994,303,'_order_total','504.00'),(3995,303,'_order_version','5.2.2'),(3996,303,'_prices_include_tax','no'),(3997,303,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(3998,303,'_shipping_address_index','Ian Zinth 16654 E Kent Dr Aurora CO 80013 US'),(3999,303,'is_vat_exempt','no'),(4000,303,'Payment type','instant'),(4001,303,'_transaction_id','21208020VU916860U'),(4002,303,'_paypal_status','completed'),(4003,303,'PayPal Transaction Fee','14.92'),(4004,303,'_date_paid','1619038953'),(4005,303,'_paid_date','2021-04-21 21:02:33'),(4006,303,'_download_permissions_granted','yes'),(4007,303,'_recorded_sales','yes'),(4008,303,'_recorded_coupon_usage_counts','yes'),(4009,303,'_order_stock_reduced','yes'),(4010,303,'_new_order_email_sent','true'),(4011,304,'_order_key','wc_order_TaLsRS3lNqWf0'),(4012,304,'_customer_user','87'),(4013,304,'_payment_method','paypal'),(4014,304,'_payment_method_title','PayPal'),(4015,304,'_customer_ip_address','70.189.75.106'),(4016,304,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4017,304,'_created_via','checkout'),(4018,304,'_cart_hash','ac9acdf2f3020bb3011a686cc9701cbc'),(4019,304,'_billing_first_name','Wade'),(4020,304,'_billing_last_name','Huntsman'),(4021,304,'_billing_company','LCA Midsouth'),(4022,304,'_billing_address_1','1104 E 25th St.'),(4023,304,'_billing_city','Tulsa'),(4024,304,'_billing_state','OK'),(4025,304,'_billing_postcode','74114'),(4026,304,'_billing_country','US'),(4027,304,'_billing_email','info@liceclinicsmidsouth.com'),(4028,304,'_billing_phone','9189783329'),(4029,304,'_shipping_first_name','Logan'),(4030,304,'_shipping_last_name','Witt'),(4031,304,'_shipping_address_1','3000 S 28th Place'),(4032,304,'_shipping_address_2','Apartment 12'),(4033,304,'_shipping_city','Rogers'),(4034,304,'_shipping_state','AR'),(4035,304,'_shipping_postcode','72756'),(4036,304,'_shipping_country','US'),(4037,304,'_order_currency','USD'),(4038,304,'_cart_discount','0'),(4039,304,'_cart_discount_tax','0'),(4040,304,'_order_shipping','0'),(4041,304,'_order_shipping_tax','0'),(4042,304,'_order_tax','0'),(4043,304,'_order_total','504.00'),(4044,304,'_order_version','5.2.2'),(4045,304,'_prices_include_tax','no'),(4046,304,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4047,304,'_shipping_address_index','Logan Witt 3000 S 28th Place Apartment 12 Rogers AR 72756 US'),(4048,304,'is_vat_exempt','no'),(4049,304,'Payment type','instant'),(4050,304,'_transaction_id','6VN71713MU342332V'),(4051,304,'_paypal_status','completed'),(4052,304,'PayPal Transaction Fee','14.92'),(4053,304,'_date_paid','1619039386'),(4054,304,'_paid_date','2021-04-21 21:09:46'),(4055,304,'_download_permissions_granted','yes'),(4056,304,'_recorded_sales','yes'),(4057,304,'_recorded_coupon_usage_counts','yes'),(4058,304,'_order_stock_reduced','yes'),(4059,304,'_new_order_email_sent','true'),(4060,305,'_order_key','wc_order_8T6fmfleE5tQ8'),(4061,305,'_customer_user','87'),(4062,305,'_payment_method','paypal'),(4063,305,'_payment_method_title','PayPal'),(4064,305,'_customer_ip_address','70.189.75.106'),(4065,305,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4066,305,'_created_via','checkout'),(4067,305,'_cart_hash','e36dd478fe5dbee1ce3fdbf83bbbbb82'),(4068,305,'_billing_first_name','Wade'),(4069,305,'_billing_last_name','Huntsman'),(4070,305,'_billing_company','LCA Midsouth'),(4071,305,'_billing_address_1','1104 E 25th St.'),(4072,305,'_billing_city','Tulsa'),(4073,305,'_billing_state','OK'),(4074,305,'_billing_postcode','74114'),(4075,305,'_billing_country','US'),(4076,305,'_billing_email','info@liceclinicsmidsouth.com'),(4077,305,'_billing_phone','9189783329'),(4078,305,'_shipping_first_name','Katee'),(4079,305,'_shipping_last_name','Morrison'),(4080,305,'_shipping_address_1','748 Brookwood Drive'),(4081,305,'_shipping_address_2','Apartment 103'),(4082,305,'_shipping_city','Oklahoma City'),(4083,305,'_shipping_state','OK'),(4084,305,'_shipping_postcode','73139'),(4085,305,'_shipping_country','US'),(4086,305,'_order_currency','USD'),(4087,305,'_cart_discount','0'),(4088,305,'_cart_discount_tax','0'),(4089,305,'_order_shipping','101.15'),(4090,305,'_order_shipping_tax','0'),(4091,305,'_order_tax','0'),(4092,305,'_order_total','749.15'),(4093,305,'_order_version','5.2.2'),(4094,305,'_prices_include_tax','no'),(4095,305,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4096,305,'_shipping_address_index','Katee Morrison 748 Brookwood Drive Apartment 103 Oklahoma City OK 73139 US'),(4097,305,'is_vat_exempt','no'),(4098,305,'Payment type','instant'),(4099,305,'_transaction_id','3T729698HN174380Y'),(4100,305,'_paypal_status','completed'),(4101,305,'PayPal Transaction Fee','22.03'),(4102,305,'_date_paid','1619039879'),(4103,305,'_paid_date','2021-04-21 21:17:59'),(4104,305,'_download_permissions_granted','yes'),(4105,305,'_recorded_sales','yes'),(4106,305,'_recorded_coupon_usage_counts','yes'),(4107,305,'_order_stock_reduced','yes'),(4108,305,'_new_order_email_sent','true'),(4109,306,'_order_key','wc_order_RDBF3MRMbkvGt'),(4110,306,'_customer_user','87'),(4111,306,'_payment_method','paypal'),(4112,306,'_payment_method_title','PayPal'),(4113,306,'_customer_ip_address','70.189.75.106'),(4114,306,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4115,306,'_created_via','checkout'),(4116,306,'_cart_hash','7a0b0da2078f3048a80ba33aeb6133ed'),(4117,306,'_billing_first_name','Wade'),(4118,306,'_billing_last_name','Huntsman'),(4119,306,'_billing_company','LCA Midsouth'),(4120,306,'_billing_address_1','1104 E 25th St.'),(4121,306,'_billing_city','Tulsa'),(4122,306,'_billing_state','OK'),(4123,306,'_billing_postcode','74114'),(4124,306,'_billing_country','US'),(4125,306,'_billing_email','info@liceclinicsmidsouth.com'),(4126,306,'_billing_phone','9189783329'),(4127,306,'_shipping_first_name','Wade'),(4128,306,'_shipping_last_name','Huntsman'),(4129,306,'_shipping_company','Lice Clinics of America'),(4130,306,'_shipping_address_1','3421 E 21st Street'),(4131,306,'_shipping_address_2','Office Door'),(4132,306,'_shipping_city','Tulsa'),(4133,306,'_shipping_state','OK'),(4134,306,'_shipping_postcode','74114'),(4135,306,'_shipping_country','US'),(4136,306,'_order_currency','USD'),(4137,306,'_cart_discount','0'),(4138,306,'_cart_discount_tax','0'),(4139,306,'_order_shipping','0'),(4140,306,'_order_shipping_tax','0'),(4141,306,'_order_tax','0'),(4142,306,'_order_total','504.00'),(4143,306,'_order_version','5.2.2'),(4144,306,'_prices_include_tax','no'),(4145,306,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(4146,306,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Street Office Door Tulsa OK 74114 US'),(4147,306,'is_vat_exempt','no'),(4148,306,'Payment type','instant'),(4149,306,'_transaction_id','9RJ67994H9328432S'),(4150,306,'_paypal_status','completed'),(4151,306,'PayPal Transaction Fee','14.92'),(4152,306,'_date_paid','1619040370'),(4153,306,'_paid_date','2021-04-21 21:26:10'),(4154,306,'_download_permissions_granted','yes'),(4155,306,'_recorded_sales','yes'),(4156,306,'_recorded_coupon_usage_counts','yes'),(4157,306,'_order_stock_reduced','yes'),(4158,306,'_new_order_email_sent','true'),(4239,103,'mwqb_sync_uiiqb','0'),(4240,103,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4241,103,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4242,103,'_wc_memberships_force_public','no'),(4243,103,'_wc_memberships_exclude_discounts','no'),(4244,101,'mwqb_sync_uiiqb','0'),(4245,101,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4246,101,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4247,101,'_wc_memberships_force_public','no'),(4248,101,'_wc_memberships_exclude_discounts','no'),(4249,99,'mwqb_sync_uiiqb','0'),(4250,97,'mwqb_sync_uiiqb','0'),(4251,95,'mwqb_sync_uiiqb','0'),(4252,93,'mwqb_sync_uiiqb','0'),(4255,99,'_pw_exclude_free_shipping','yes'),(4256,97,'_pw_exclude_free_shipping','yes'),(4257,95,'_pw_exclude_free_shipping','yes'),(4258,93,'_pw_exclude_free_shipping','yes'),(4259,310,'_order_key','wc_order_NPRrbJjbrYMGU'),(4260,310,'_customer_user','51'),(4261,310,'_payment_method','paypal'),(4262,310,'_payment_method_title','PayPal'),(4263,310,'_customer_ip_address','184.88.225.214'),(4264,310,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15'),(4265,310,'_created_via','checkout'),(4266,310,'_cart_hash','4dda168929ee221ac7b8ce000dba596b'),(4267,310,'_billing_first_name','Corie'),(4268,310,'_billing_last_name','Kaniamos'),(4269,310,'_billing_address_1','5026 Tildens Grove Blvd'),(4270,310,'_billing_city','Windermere'),(4271,310,'_billing_state','FL'),(4272,310,'_billing_postcode','34786'),(4273,310,'_billing_country','US'),(4274,310,'_billing_email','corie@liceclinicsofflorida.com'),(4275,310,'_billing_phone','6163406321'),(4276,310,'_shipping_first_name','Maria'),(4277,310,'_shipping_last_name','Hagg'),(4278,310,'_shipping_company','LCA Stuart'),(4279,310,'_shipping_address_1','17 S. Via Lucindia Dr.'),(4280,310,'_shipping_city','Stuart'),(4281,310,'_shipping_state','FL'),(4282,310,'_shipping_postcode','34996'),(4283,310,'_shipping_country','US'),(4284,310,'_order_currency','USD'),(4285,310,'_cart_discount','0'),(4286,310,'_cart_discount_tax','0'),(4287,310,'_order_shipping','22.97'),(4288,310,'_order_shipping_tax','0'),(4289,310,'_order_tax','0'),(4290,310,'_order_total','22.97'),(4291,310,'_order_version','5.2.2'),(4292,310,'_prices_include_tax','no'),(4293,310,'_billing_address_index','Corie Kaniamos 5026 Tildens Grove Blvd Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(4294,310,'_shipping_address_index','Maria Hagg LCA Stuart 17 S. Via Lucindia Dr. Stuart FL 34996 US'),(4295,310,'is_vat_exempt','no'),(4296,310,'Payment type','instant'),(4297,310,'_transaction_id','8WS15477M96113211'),(4298,310,'_paypal_status','completed'),(4299,310,'PayPal Transaction Fee','0.97'),(4300,310,'_date_paid','1619106299'),(4301,310,'_paid_date','2021-04-22 15:44:59'),(4302,310,'_download_permissions_granted','yes'),(4303,310,'_recorded_sales','yes'),(4304,310,'_recorded_coupon_usage_counts','yes'),(4305,310,'_order_stock_reduced','yes'),(4306,310,'_new_order_email_sent','true'),(4307,311,'_order_key','wc_order_iqp4Z8Bcvtu0n'),(4308,311,'_customer_user','15'),(4309,311,'_payment_method','paypal'),(4310,311,'_payment_method_title','PayPal'),(4311,311,'_customer_ip_address','172.15.92.16'),(4312,311,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36 Edg/89.0.774.77'),(4313,311,'_created_via','checkout'),(4314,311,'_cart_hash','01eff56f0d22af60d3b4a121d7a74397'),(4315,311,'_billing_first_name','David'),(4316,311,'_billing_last_name','Florsheim'),(4317,311,'_billing_company','Lice Clincs of America'),(4318,311,'_billing_address_1','11506 N Creekside Ct'),(4319,311,'_billing_city','Mequon'),(4320,311,'_billing_state','WI'),(4321,311,'_billing_postcode','53092'),(4322,311,'_billing_country','US'),(4323,311,'_billing_email','info@liceclinicsmilwaukee.com'),(4324,311,'_billing_phone','4142556550'),(4325,311,'_shipping_first_name','Jess'),(4326,311,'_shipping_last_name','Evans'),(4327,311,'_shipping_company','LCA'),(4328,311,'_shipping_address_1','124 N Broadway Suite L1'),(4329,311,'_shipping_city','DePere'),(4330,311,'_shipping_state','WI'),(4331,311,'_shipping_postcode','54115'),(4332,311,'_shipping_country','US'),(4333,311,'_order_currency','USD'),(4334,311,'_cart_discount','0'),(4335,311,'_cart_discount_tax','0'),(4336,311,'_order_shipping','25.92'),(4337,311,'_order_shipping_tax','0'),(4338,311,'_order_tax','0'),(4339,311,'_order_total','185.16'),(4340,311,'_order_version','5.2.2'),(4341,311,'_prices_include_tax','no'),(4342,311,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(4343,311,'_shipping_address_index','Jess Evans LCA 124 N Broadway Suite L1 DePere WI 54115 US'),(4344,311,'is_vat_exempt','no'),(4345,311,'Payment type','instant'),(4346,311,'_transaction_id','0H665280E05011258'),(4347,311,'_paypal_status','completed'),(4348,311,'PayPal Transaction Fee','5.67'),(4349,311,'_date_paid','1619114785'),(4350,311,'_paid_date','2021-04-22 18:06:25'),(4351,311,'_download_permissions_granted','yes'),(4352,311,'_recorded_sales','yes'),(4353,311,'_recorded_coupon_usage_counts','yes'),(4354,311,'_order_stock_reduced','yes'),(4355,311,'_new_order_email_sent','true'),(4356,312,'_order_key','wc_order_Bc15LY16eaUha'),(4357,312,'_customer_user','59'),(4358,312,'_payment_method','paypal'),(4359,312,'_payment_method_title','PayPal'),(4360,312,'_customer_ip_address','99.96.98.2'),(4361,312,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36'),(4362,312,'_created_via','checkout'),(4363,312,'_cart_hash','28b9539902f4e476ec9f59b829f13c04'),(4364,312,'_billing_first_name','Jacob'),(4365,312,'_billing_last_name','Anthon'),(4366,312,'_billing_address_1','58 arbor bend dr'),(4367,312,'_billing_city','Houston'),(4368,312,'_billing_state','TX'),(4369,312,'_billing_postcode','77070'),(4370,312,'_billing_country','US'),(4371,312,'_billing_email','louseysolutions@gmail.com'),(4372,312,'_billing_phone','602-400-8520'),(4373,312,'_shipping_first_name','Allison'),(4374,312,'_shipping_last_name','Anthon'),(4375,312,'_shipping_company','LCA Sugar Land'),(4376,312,'_shipping_address_1','9642 Elizabeth\'s Glen Ln.'),(4377,312,'_shipping_city','Tomball'),(4378,312,'_shipping_state','TX'),(4379,312,'_shipping_postcode','77375'),(4380,312,'_shipping_country','US'),(4381,312,'_order_currency','USD'),(4382,312,'_cart_discount','0'),(4383,312,'_cart_discount_tax','0'),(4384,312,'_order_shipping','0'),(4385,312,'_order_shipping_tax','0'),(4386,312,'_order_tax','0'),(4387,312,'_order_total','1795.72'),(4388,312,'_order_version','5.2.2'),(4389,312,'_prices_include_tax','no'),(4390,312,'_billing_address_index','Jacob Anthon 58 arbor bend dr Houston TX 77070 US louseysolutions@gmail.com 602-400-8520'),(4391,312,'_shipping_address_index','Allison Anthon LCA Sugar Land 9642 Elizabeth\'s Glen Ln. Tomball TX 77375 US'),(4392,312,'is_vat_exempt','no'),(4393,312,'Payment type','instant'),(4394,312,'_transaction_id','9Y208890HX527082X'),(4395,312,'_paypal_status','completed'),(4396,312,'PayPal Transaction Fee','52.38'),(4397,312,'_date_paid','1619126466'),(4398,312,'_paid_date','2021-04-22 21:21:06'),(4399,312,'_download_permissions_granted','yes'),(4400,312,'_recorded_sales','yes'),(4401,312,'_recorded_coupon_usage_counts','yes'),(4402,312,'_order_stock_reduced','yes'),(4403,312,'_new_order_email_sent','true'),(4404,313,'_order_key','wc_order_UszF7MH9erGcq'),(4405,313,'_customer_user','28'),(4406,313,'_payment_method','paypal'),(4407,313,'_payment_method_title','PayPal'),(4408,313,'_customer_ip_address','172.115.255.171'),(4409,313,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4410,313,'_created_via','checkout'),(4411,313,'_cart_hash','92e9de4d4925a464ad9385827d83d58d'),(4412,313,'_billing_first_name','Kelli'),(4413,313,'_billing_last_name','Washington'),(4414,313,'_billing_company','Lice Clinics of America - Temecula'),(4415,313,'_billing_address_1','2438 Bear Rock Gln'),(4416,313,'_billing_city','Escondido'),(4417,313,'_billing_state','CA'),(4418,313,'_billing_postcode','92026'),(4419,313,'_billing_country','US'),(4420,313,'_billing_email','info@liceclinicstemecula.com'),(4421,313,'_billing_phone','7606255580'),(4422,313,'_shipping_first_name','Kelli'),(4423,313,'_shipping_last_name','Washington'),(4424,313,'_shipping_company','Lice Clinics of America - Temecula'),(4425,313,'_shipping_address_1','2438 Bear Rock Gln'),(4426,313,'_shipping_city','Escondido'),(4427,313,'_shipping_state','CA'),(4428,313,'_shipping_postcode','92026'),(4429,313,'_shipping_country','US'),(4430,313,'_order_currency','USD'),(4431,313,'_cart_discount','0'),(4432,313,'_cart_discount_tax','0'),(4433,313,'_order_shipping','46.14'),(4434,313,'_order_shipping_tax','0'),(4435,313,'_order_tax','0'),(4436,313,'_order_total','206.66'),(4437,313,'_order_version','5.2.2'),(4438,313,'_prices_include_tax','no'),(4439,313,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(4440,313,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US'),(4441,313,'is_vat_exempt','no'),(4442,313,'Payment type','instant'),(4443,313,'_transaction_id','0R5884710H307180H'),(4444,313,'_paypal_status','completed'),(4445,313,'PayPal Transaction Fee','6.29'),(4446,313,'_date_paid','1619127931'),(4447,313,'_paid_date','2021-04-22 21:45:31'),(4448,313,'_download_permissions_granted','yes'),(4449,313,'_recorded_sales','yes'),(4450,313,'_recorded_coupon_usage_counts','yes'),(4451,313,'_order_stock_reduced','yes'),(4452,313,'_new_order_email_sent','true'),(4497,316,'_order_key','wc_order_raeAmHkFcbBT9'),(4498,316,'_customer_user','0'),(4499,316,'_payment_method','paypal'),(4500,316,'_payment_method_title','PayPal'),(4501,316,'_customer_ip_address','136.62.176.226'),(4502,316,'_customer_user_agent','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4503,316,'_created_via','checkout'),(4504,316,'_cart_hash','7d93086a5ea639ab9bdbfb48c109203b'),(4505,316,'_billing_first_name','Lee'),(4506,316,'_billing_last_name','Rogers'),(4507,316,'_billing_company','LCA Wichita'),(4508,316,'_billing_address_1','345 South Belmont Street, Wichita, KS, USA'),(4509,316,'_billing_city','Wichita'),(4510,316,'_billing_state','KS'),(4511,316,'_billing_postcode','67218'),(4512,316,'_billing_country','US'),(4513,316,'_billing_email','leerogers@flash.net'),(4514,316,'_billing_phone','3167279951'),(4515,316,'_shipping_first_name','Lee'),(4516,316,'_shipping_last_name','Rogers'),(4517,316,'_shipping_company','LCA Wichita'),(4518,316,'_shipping_address_1','130 S Greenwich Road'),(4519,316,'_shipping_address_2','Lot 56'),(4520,316,'_shipping_city','Wichita'),(4521,316,'_shipping_state','KS'),(4522,316,'_shipping_postcode','67207'),(4523,316,'_shipping_country','US'),(4524,316,'_order_currency','USD'),(4525,316,'_cart_discount','0'),(4526,316,'_cart_discount_tax','0'),(4527,316,'_order_shipping','0'),(4528,316,'_order_shipping_tax','0'),(4529,316,'_order_tax','0'),(4530,316,'_order_total','524.32'),(4531,316,'_order_version','5.2.2'),(4532,316,'_prices_include_tax','no'),(4533,316,'_billing_address_index','Lee Rogers LCA Wichita 345 South Belmont Street, Wichita, KS, USA Wichita KS 67218 US leerogers@flash.net 3167279951'),(4534,316,'_shipping_address_index','Lee Rogers LCA Wichita 130 S Greenwich Road Lot 56 Wichita KS 67207 US'),(4535,316,'is_vat_exempt','no'),(4536,316,'Payment type','instant'),(4537,316,'_transaction_id','3K750559JE7772522'),(4538,316,'_paypal_status','completed'),(4539,316,'PayPal Transaction Fee','15.51'),(4540,316,'_date_paid','1619205057'),(4541,316,'_paid_date','2021-04-23 19:10:57'),(4542,316,'_download_permissions_granted','yes'),(4543,316,'_recorded_sales','yes'),(4544,316,'_recorded_coupon_usage_counts','yes'),(4545,316,'_order_stock_reduced','yes'),(4546,316,'_new_order_email_sent','true'),(4547,317,'_order_key','wc_order_ojDojnI4ry2Kx'),(4548,317,'_customer_user','80'),(4549,317,'_payment_method','paypal'),(4550,317,'_payment_method_title','PayPal'),(4551,317,'_customer_ip_address','174.249.80.155'),(4552,317,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(4553,317,'_created_via','checkout'),(4554,317,'_cart_hash','3f019eefc6af4c8e587200dc15895e5b'),(4555,317,'_billing_first_name','Sharon'),(4556,317,'_billing_last_name','Rizzuto'),(4557,317,'_billing_address_1','143 Merion Ave'),(4558,317,'_billing_city','Narberth'),(4559,317,'_billing_state','PA'),(4560,317,'_billing_postcode','19072'),(4561,317,'_billing_country','US'),(4562,317,'_billing_email','liceclinicphilly@gmail.com'),(4563,317,'_billing_phone','2155141903'),(4564,317,'_shipping_first_name','Sharon'),(4565,317,'_shipping_last_name','Rizzuto'),(4566,317,'_shipping_company','LCA Downington'),(4567,317,'_shipping_address_1','1982 Butler pike'),(4568,317,'_shipping_address_2','#4'),(4569,317,'_shipping_city','Conshohocken'),(4570,317,'_shipping_state','PA'),(4571,317,'_shipping_postcode','19428'),(4572,317,'_shipping_country','US'),(4573,317,'_order_currency','USD'),(4574,317,'_cart_discount','0'),(4575,317,'_cart_discount_tax','0'),(4576,317,'_order_shipping','23.46'),(4577,317,'_order_shipping_tax','0'),(4578,317,'_order_tax','0'),(4579,317,'_order_total','30.96'),(4580,317,'_order_version','5.2.2'),(4581,317,'_prices_include_tax','no'),(4582,317,'_billing_address_index','Sharon Rizzuto 143 Merion Ave Narberth PA 19072 US liceclinicphilly@gmail.com 2155141903'),(4583,317,'_shipping_address_index','Sharon Rizzuto LCA Downington 1982 Butler pike #4 Conshohocken PA 19428 US'),(4584,317,'is_vat_exempt','no'),(4585,317,'Payment type','instant'),(4586,317,'_transaction_id','3JT23978MN316150F'),(4587,317,'_paypal_status','completed'),(4588,317,'PayPal Transaction Fee','1.20'),(4589,317,'_date_paid','1619266238'),(4590,317,'_paid_date','2021-04-24 12:10:38'),(4591,317,'_download_permissions_granted','yes'),(4592,317,'_recorded_sales','yes'),(4593,317,'_recorded_coupon_usage_counts','yes'),(4594,317,'_order_stock_reduced','yes'),(4595,317,'_new_order_email_sent','true'),(4612,312,'_edit_lock','1619459846:2'),(4613,312,'_wc_shipment_tracking_items','a:6:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031143\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"c3f9b6b602f9fa3d6144c68cf7c114e7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031132\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"5b56bea0d217be539cc81fa18a1f33aa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031121\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"1408c71f701f43f5fc5c2fa786867bbe\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031110\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"0eb43d1f5bc78b8f2a1346eb2b9f2eaa\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031100\";s:12:\"date_shipped\";i:1619459609;s:11:\"tracking_id\";s:32:\"01033bd7fb07f01c5c555e39f4262f84\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031095\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"7e057feb521a20b6c9d9002d39edfb93\";}}'),(4614,312,'_edit_last','2'),(4615,312,'_date_completed','1619459629'),(4616,312,'_completed_date','2021-04-26 17:53:49'),(4617,318,'_regular_price','3.00'),(4618,318,'total_sales','679'),(4619,318,'_tax_status','taxable'),(4620,318,'_tax_class',''),(4621,318,'_manage_stock','no'),(4622,318,'_backorders','no'),(4623,318,'_sold_individually','no'),(4624,318,'_weight','2.5'),(4625,318,'_length','3.3'),(4626,318,'_width','1.57'),(4627,318,'_height','1.57'),(4628,318,'_virtual','no'),(4629,318,'_downloadable','no'),(4630,318,'_download_limit','-1'),(4631,318,'_download_expiry','-1'),(4632,318,'_thumbnail_id','319'),(4633,318,'_stock',NULL),(4634,318,'_stock_status','instock'),(4635,318,'_wc_average_rating','0'),(4636,318,'_wc_review_count','0'),(4637,318,'_product_version','5.3.0'),(4638,318,'_price','3.00'),(4639,318,'site-sidebar-layout','default'),(4640,318,'site-content-layout','default'),(4641,318,'theme-transparent-header-meta','default'),(4642,318,'stick-header-meta','default'),(4643,318,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4644,318,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4645,318,'_wc_memberships_force_public','no'),(4646,318,'_wc_memberships_exclude_discounts','no'),(4647,318,'_edit_lock','1712575406:102'),(4648,318,'_edit_last','2'),(4649,318,'mwqb_sync_uiiqb','0'),(4650,319,'_wp_attached_file','2021/04/Goomies.jpg'),(4651,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1813;s:6:\"height\";i:1814;s:4:\"file\";s:19:\"2021/04/Goomies.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Goomies-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Goomies-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Goomies-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Goomies-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Goomies-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Goomies-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4652,318,'_wp_old_slug','goomies-4-pack'),(4653,320,'_regular_price','3.75'),(4654,320,'total_sales','178'),(4655,320,'_tax_status','taxable'),(4656,320,'_tax_class',''),(4657,320,'_manage_stock','no'),(4658,320,'_backorders','no'),(4659,320,'_sold_individually','no'),(4660,320,'_weight','.25'),(4661,320,'_length','10.5'),(4662,320,'_width','4.25'),(4663,320,'_height','4.25'),(4664,320,'_virtual','no'),(4665,320,'_downloadable','no'),(4666,320,'_download_limit','-1'),(4667,320,'_download_expiry','-1'),(4668,320,'_thumbnail_id','321'),(4669,320,'_stock',NULL),(4670,320,'_stock_status','instock'),(4671,320,'_wc_average_rating','0'),(4672,320,'_wc_review_count','0'),(4673,320,'_product_version','5.3.0'),(4674,320,'_price','3.75'),(4675,320,'site-sidebar-layout','default'),(4676,320,'site-content-layout','default'),(4677,320,'theme-transparent-header-meta','default'),(4678,320,'stick-header-meta','default'),(4679,320,'_wc_memberships_use_custom_product_viewing_restricted_message','no'),(4680,320,'_wc_memberships_use_custom_product_purchasing_restricted_message','no'),(4681,320,'_wc_memberships_force_public','no'),(4682,320,'_wc_memberships_exclude_discounts','no'),(4683,320,'_edit_lock','1685572771:2'),(4684,320,'_edit_last','2'),(4685,320,'mwqb_sync_uiiqb','0'),(4686,321,'_wp_attached_file','2021/04/wet-comb.jpg'),(4687,321,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2448;s:6:\"height\";i:2448;s:4:\"file\";s:20:\"2021/04/wet-comb.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"wet-comb-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wet-comb-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"wet-comb-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"wet-comb-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"wet-comb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"wet-comb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"wet-comb-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:27:\"Canon PowerShot ELPH 320 HS\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393233933\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:5:\"9.324\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4690,322,'_wp_attached_file','2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg'),(4691,322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:589;s:6:\"height\";i:490;s:4:\"file\";s:61:\"2021/03/wb_ogl_squirts_item_1__16904.1434399206.1280.1280.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"wb_ogl_squirts_item_1__16904.1434399206.1280.1280-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4692,138,'mwqb_sync_uiiqb','0'),(4693,323,'_start_date','2023-03-20 00:00:00'),(4695,323,'_end_date',''),(4736,325,'_order_key','wc_order_BavmdPHzbJ4Hg'),(4737,325,'_customer_user','77'),(4738,325,'_payment_method','paypal'),(4739,325,'_payment_method_title','PayPal'),(4740,325,'_customer_ip_address','107.205.56.86'),(4741,325,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4742,325,'_created_via','checkout'),(4743,325,'_cart_hash','fde93750ba051c6c9faabe206e49eb4c'),(4744,325,'_billing_first_name','Phil'),(4745,325,'_billing_last_name','Moon'),(4746,325,'_billing_company','Lice Clinics of America--Fresno'),(4747,325,'_billing_address_1','314A 4th Ave'),(4748,325,'_billing_city','San Francisco'),(4749,325,'_billing_state','CA'),(4750,325,'_billing_postcode','94118'),(4751,325,'_billing_country','US'),(4752,325,'_billing_email','info@liceclinicsfresno.com'),(4753,325,'_billing_phone','5593046305'),(4754,325,'_shipping_first_name','Kristen'),(4755,325,'_shipping_last_name','Maroot-Rippee'),(4756,325,'_shipping_company','Lice Busters LLC. FRESNO'),(4757,325,'_shipping_address_1','487 West Scott Avenue'),(4758,325,'_shipping_city','Fresno'),(4759,325,'_shipping_state','CA'),(4760,325,'_shipping_postcode','93704'),(4761,325,'_shipping_country','US'),(4762,325,'_order_currency','USD'),(4763,325,'_cart_discount','0'),(4764,325,'_cart_discount_tax','0'),(4765,325,'_order_shipping','51.84'),(4766,325,'_order_shipping_tax','0'),(4767,325,'_order_tax','0'),(4768,325,'_order_total','51.84'),(4769,325,'_order_version','5.2.2'),(4770,325,'_prices_include_tax','no'),(4771,325,'_billing_address_index','Phil Moon Lice Clinics of America--Fresno 314A 4th Ave San Francisco CA 94118 US info@liceclinicsfresno.com 5593046305'),(4772,325,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue Fresno CA 93704 US'),(4773,325,'is_vat_exempt','no'),(4774,325,'Payment type','instant'),(4775,325,'_transaction_id','15D43611JA181174G'),(4776,325,'_paypal_status','completed'),(4777,325,'PayPal Transaction Fee','1.80'),(4778,325,'_date_paid','1619469600'),(4779,325,'_paid_date','2021-04-26 20:40:00'),(4780,325,'_download_permissions_granted','yes'),(4781,325,'_recorded_sales','yes'),(4782,325,'_recorded_coupon_usage_counts','yes'),(4783,325,'_order_stock_reduced','yes'),(4784,325,'_new_order_email_sent','true'),(4785,326,'_order_key','wc_order_pJHFH8v6opVCB'),(4786,326,'_customer_user','77'),(4787,326,'_payment_method','paypal'),(4788,326,'_payment_method_title','PayPal'),(4789,326,'_customer_ip_address','107.205.56.86'),(4790,326,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(4791,326,'_created_via','checkout'),(4792,326,'_cart_hash','fde93750ba051c6c9faabe206e49eb4c'),(4793,326,'_billing_first_name','Phil'),(4794,326,'_billing_last_name','Moon'),(4795,326,'_billing_company','Lice Clinics of America--Visalia'),(4796,326,'_billing_address_1','585 56th Street'),(4797,326,'_billing_city','Oakland'),(4798,326,'_billing_state','CA'),(4799,326,'_billing_postcode','94609'),(4800,326,'_billing_country','US'),(4801,326,'_billing_email','info@liceclinicsfresno.com'),(4802,326,'_billing_phone','5593046305'),(4803,326,'_shipping_first_name','Kristen'),(4804,326,'_shipping_last_name','Maroot-Rippee'),(4805,326,'_shipping_company','Lice Busters LLC. VISALIA'),(4806,326,'_shipping_address_1','487 West Scott Avenue'),(4807,326,'_shipping_city','Fresno'),(4808,326,'_shipping_state','CA'),(4809,326,'_shipping_postcode','93704'),(4810,326,'_shipping_country','US'),(4811,326,'_order_currency','USD'),(4812,326,'_cart_discount','0'),(4813,326,'_cart_discount_tax','0'),(4814,326,'_order_shipping','51.84'),(4815,326,'_order_shipping_tax','0'),(4816,326,'_order_tax','0'),(4817,326,'_order_total','51.84'),(4818,326,'_order_version','5.2.2'),(4819,326,'_prices_include_tax','no'),(4820,326,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(4821,326,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. VISALIA 487 West Scott Avenue Fresno CA 93704 US'),(4822,326,'is_vat_exempt','no'),(4823,326,'Payment type','instant'),(4824,326,'_transaction_id','7B6451632X389530V'),(4825,326,'_paypal_status','completed'),(4826,326,'PayPal Transaction Fee','1.80'),(4827,326,'_date_paid','1619469819'),(4828,326,'_paid_date','2021-04-26 20:43:39'),(4829,326,'_download_permissions_granted','yes'),(4830,326,'_recorded_sales','yes'),(4831,326,'_recorded_coupon_usage_counts','yes'),(4832,326,'_order_stock_reduced','yes'),(4833,326,'_new_order_email_sent','true'),(4834,327,'_order_key','wc_order_75ypOtdSfDSxC'),(4835,327,'_customer_user','53'),(4836,327,'_payment_method','paypal'),(4837,327,'_payment_method_title','PayPal'),(4838,327,'_customer_ip_address','99.5.78.154'),(4839,327,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(4840,327,'_created_via','checkout'),(4841,327,'_cart_hash','d74c5156ce669d9dcb443996a1db8ac1'),(4842,327,'_billing_first_name','Dena'),(4843,327,'_billing_last_name','Black'),(4844,327,'_billing_address_1','8216 CURICO LANE'),(4845,327,'_billing_city','CHARLOTTE'),(4846,327,'_billing_state','NC'),(4847,327,'_billing_postcode','28227'),(4848,327,'_billing_country','US'),(4849,327,'_billing_email','info@liceclinicssouthcharlotte.com'),(4850,327,'_billing_phone','9102647141'),(4851,327,'_shipping_first_name','Dena'),(4852,327,'_shipping_last_name','Black'),(4853,327,'_shipping_address_1','8216 CURICO LANE'),(4854,327,'_shipping_city','CHARLOTTE'),(4855,327,'_shipping_state','NC'),(4856,327,'_shipping_postcode','28227'),(4857,327,'_shipping_country','US'),(4858,327,'_order_currency','USD'),(4859,327,'_cart_discount','0'),(4860,327,'_cart_discount_tax','0'),(4861,327,'_order_shipping','41.83'),(4862,327,'_order_shipping_tax','0'),(4863,327,'_order_tax','0'),(4864,327,'_order_total','41.83'),(4865,327,'_order_version','5.2.2'),(4866,327,'_prices_include_tax','no'),(4867,327,'_billing_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(4868,327,'_shipping_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US'),(4869,327,'is_vat_exempt','no'),(4870,327,'Payment type','instant'),(4871,327,'_transaction_id','8N398951S8980294V'),(4872,327,'_paypal_status','completed'),(4873,327,'PayPal Transaction Fee','1.51'),(4874,327,'_date_paid','1619475666'),(4875,327,'_paid_date','2021-04-26 22:21:06'),(4876,327,'_download_permissions_granted','yes'),(4877,327,'_recorded_sales','yes'),(4878,327,'_recorded_coupon_usage_counts','yes'),(4879,327,'_order_stock_reduced','yes'),(4880,327,'_new_order_email_sent','true'),(4881,316,'_edit_lock','1619476794:2'),(4882,316,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031187\";s:12:\"date_shipped\";s:10:\"1619395200\";s:11:\"tracking_id\";s:32:\"5f4ed0fc1bc55b4b7fc365add96b685f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031176\";s:12:\"date_shipped\";i:1619476828;s:11:\"tracking_id\";s:32:\"f7ab2df636854089b7ab4697c2929cec\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031165\";s:12:\"date_shipped\";i:1619476834;s:11:\"tracking_id\";s:32:\"923e94efef96021079bc4ec879a4b15f\";}}'),(4883,316,'_edit_last','2'),(4884,316,'_date_completed','1619476837'),(4885,316,'_completed_date','2021-04-26 22:40:37'),(4886,317,'_edit_lock','1619476963:2'),(4887,317,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031213\";s:12:\"date_shipped\";s:10:\"1619395200\";s:11:\"tracking_id\";s:32:\"7870ed4c83538b60327ad876c3f2a7cd\";}}'),(4888,317,'_edit_last','2'),(4889,317,'_date_completed','1619477089'),(4890,317,'_completed_date','2021-04-26 22:44:49'),(4895,313,'_edit_lock','1619477310:2'),(4896,313,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030960\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"05ebc6abdec332f56e2567f1183f1a09\";}}'),(4897,313,'_edit_last','2'),(4898,313,'_date_completed','1619477364'),(4899,313,'_completed_date','2021-04-26 22:49:24'),(4900,311,'_edit_lock','1619477433:2'),(4901,311,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030938\";s:12:\"date_shipped\";s:10:\"1619136000\";s:11:\"tracking_id\";s:32:\"f2ff2c7ebffcfa93c668203d475df5c3\";}}'),(4902,311,'_edit_last','2'),(4903,311,'_date_completed','1619477566'),(4904,311,'_completed_date','2021-04-26 22:52:46'),(4905,310,'_edit_lock','1619477485:2'),(4906,310,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030802\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"9dba081da3201e406a21a141a86bf334\";}}'),(4907,310,'_edit_last','2'),(4908,310,'_date_completed','1619477611'),(4909,310,'_completed_date','2021-04-26 22:53:31'),(4910,302,'_edit_lock','1759346052:2'),(4911,302,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030607\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"c187db699853ccf2e334541f00c65674\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030592\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"2563447b959a1d36557cc708196f64ed\";}}'),(4912,302,'_edit_last','2'),(4913,302,'_date_completed','1619478198'),(4914,302,'_completed_date','2021-04-26 23:03:18'),(4915,328,'_order_key','wc_order_M7wqM0km89wAs'),(4916,328,'_customer_user','43'),(4917,328,'_payment_method','paypal'),(4918,328,'_payment_method_title','PayPal'),(4919,328,'_customer_ip_address','73.107.118.11'),(4920,328,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(4921,328,'_created_via','checkout'),(4922,328,'_cart_hash','42222a7b58fc03f32ecabcba170d8d4e'),(4923,328,'_billing_first_name','Ryan'),(4924,328,'_billing_last_name','Nelson'),(4925,328,'_billing_address_1','140 Flame Vine drive'),(4926,328,'_billing_city','Naples'),(4927,328,'_billing_state','FL'),(4928,328,'_billing_postcode','34110'),(4929,328,'_billing_country','US'),(4930,328,'_billing_email','Rjnelson73@gmail.com'),(4931,328,'_billing_phone','239-281-0719'),(4932,328,'_shipping_first_name','Ryan'),(4933,328,'_shipping_last_name','Nelson'),(4934,328,'_shipping_address_1','140 Flame Vine drive'),(4935,328,'_shipping_city','Naples'),(4936,328,'_shipping_state','FL'),(4937,328,'_shipping_postcode','34110'),(4938,328,'_shipping_country','US'),(4939,328,'_order_currency','USD'),(4940,328,'_cart_discount','0'),(4941,328,'_cart_discount_tax','0'),(4942,328,'_order_shipping','42.23'),(4943,328,'_order_shipping_tax','0'),(4944,328,'_order_tax','0'),(4945,328,'_order_total','283.70'),(4946,328,'_order_version','5.2.2'),(4947,328,'_prices_include_tax','no'),(4948,328,'_billing_address_index','Ryan Nelson 140 Flame Vine drive Naples FL 34110 US Rjnelson73@gmail.com 239-281-0719'),(4949,328,'_shipping_address_index','Ryan Nelson 140 Flame Vine drive Naples FL 34110 US'),(4950,328,'is_vat_exempt','no'),(4951,328,'Payment type','instant'),(4952,328,'_transaction_id','7CW703060S528461P'),(4953,328,'_paypal_status','completed'),(4954,328,'PayPal Transaction Fee','8.53'),(4955,328,'_date_paid','1619533951'),(4956,328,'_paid_date','2021-04-27 14:32:31'),(4957,328,'_download_permissions_granted','yes'),(4958,328,'_recorded_sales','yes'),(4959,328,'_recorded_coupon_usage_counts','yes'),(4960,328,'_order_stock_reduced','yes'),(4961,328,'_new_order_email_sent','true'),(4962,306,'_edit_lock','1619543128:2'),(4963,306,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030732\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"d7b647c8bc9d9ab38e3a7499c5ea9f8c\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030743\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"53dc3c34e51a3cda3e64e01083decc16\";}}'),(4964,306,'_edit_last','2'),(4965,306,'_date_completed','1619543269'),(4966,306,'_completed_date','2021-04-27 17:07:49'),(4967,305,'_edit_lock','1619543212:2'),(4968,305,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030754\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"20f57c1db3117ef8f7f666004ab05cc7\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030765\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"4ebf5c57c55ad0a5d249883d9a0988f6\";}}'),(4969,305,'_edit_last','2'),(4970,305,'_date_completed','1619543350'),(4971,305,'_completed_date','2021-04-27 17:09:10'),(4972,304,'_edit_lock','1619543276:2'),(4973,304,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030710\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"1039c8141a5c1264c68d3b1b21cdde78\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030721\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"34eae400bc2a589148f4e4837a637295\";}}'),(4974,304,'_edit_last','2'),(4975,304,'_date_completed','1619543414'),(4976,304,'_completed_date','2021-04-27 17:10:14'),(4977,303,'_edit_lock','1619543445:2'),(4978,303,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030684\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"3bd821edf9ef416546d401604dc5137e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030695\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"c33041a463b497bd06920d39bf2aafe1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953030700\";s:12:\"date_shipped\";s:10:\"1619049600\";s:11:\"tracking_id\";s:32:\"aba105778f99d4b134b6a63dbcfa86cf\";}}'),(4979,303,'_edit_last','2'),(4980,303,'_date_completed','1619543478'),(4981,303,'_completed_date','2021-04-27 17:11:18'),(4982,329,'_order_key','wc_order_F4CnA7GCOvNAm'),(4983,329,'_customer_user','3'),(4984,329,'_payment_method','paypal'),(4985,329,'_payment_method_title','PayPal'),(4986,329,'_customer_ip_address','70.142.202.154'),(4987,329,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(4988,329,'_created_via','checkout'),(4989,329,'_cart_hash','b2402f6c3a6ec41e19c4559205696219'),(4990,329,'_billing_first_name','Amanda'),(4991,329,'_billing_last_name','Westerman'),(4992,329,'_billing_address_1','3120 Hudson Crossing'),(4993,329,'_billing_address_2','Suite A2'),(4994,329,'_billing_city','MCKINNEY'),(4995,329,'_billing_state','TX'),(4996,329,'_billing_postcode','75070'),(4997,329,'_billing_country','US'),(4998,329,'_billing_email','info@liceclinicsmckinney.com'),(4999,329,'_billing_phone','214-417-5741'),(5000,329,'_shipping_first_name','Amanda'),(5001,329,'_shipping_last_name','Westerman'),(5002,329,'_shipping_address_1','3120 Hudson Crossing'),(5003,329,'_shipping_address_2','Suite A2'),(5004,329,'_shipping_city','MCKINNEY'),(5005,329,'_shipping_state','TX'),(5006,329,'_shipping_postcode','75070'),(5007,329,'_shipping_country','US'),(5008,329,'_order_currency','USD'),(5009,329,'_cart_discount','0'),(5010,329,'_cart_discount_tax','0'),(5011,329,'_order_shipping','0'),(5012,329,'_order_shipping_tax','0'),(5013,329,'_order_tax','0'),(5014,329,'_order_total','504.49'),(5015,329,'_order_version','5.2.2'),(5016,329,'_prices_include_tax','no'),(5017,329,'_billing_address_index','Amanda Westerman 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US info@liceclinicsmckinney.com 214-417-5741'),(5018,329,'_shipping_address_index','Amanda Westerman 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(5019,329,'is_vat_exempt','no'),(5020,329,'Payment type','instant'),(5021,329,'_transaction_id','6BY211872K421734E'),(5022,329,'_paypal_status','completed'),(5023,329,'PayPal Transaction Fee','14.93'),(5024,329,'_date_paid','1619544002'),(5025,329,'_paid_date','2021-04-27 17:20:02'),(5026,329,'_download_permissions_granted','yes'),(5027,329,'_recorded_sales','yes'),(5028,329,'_recorded_coupon_usage_counts','yes'),(5029,329,'_order_stock_reduced','yes'),(5030,329,'_new_order_email_sent','true'),(5031,325,'_edit_lock','1619552962:2'),(5032,325,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031371\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"c0eda1509ab3f2e59ee6e324b90a1f90\";}}'),(5033,325,'_edit_last','2'),(5034,325,'_date_completed','1619553101'),(5035,325,'_completed_date','2021-04-27 19:51:41'),(5036,326,'_edit_lock','1619553012:2'),(5037,326,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031382\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"d2ec419af237c7e8f71defdda9bde619\";}}'),(5038,326,'_edit_last','2'),(5039,326,'_date_completed','1619553153'),(5040,326,'_completed_date','2021-04-27 19:52:33'),(5041,327,'_edit_lock','1619553071:2'),(5042,327,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031420\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"a87991029f26fddfa2b59bf6edd302ea\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031419\";s:12:\"date_shipped\";i:1619553206;s:11:\"tracking_id\";s:32:\"24e0daa9ebc3987e200a0f0d11c27654\";}}'),(5043,327,'_edit_last','2'),(5044,327,'_date_completed','1619553211'),(5045,327,'_completed_date','2021-04-27 19:53:31'),(5082,332,'_order_key','wc_order_7fjsxGDzIk8Ms'),(5083,332,'_customer_user','34'),(5084,332,'_payment_method','paypal'),(5085,332,'_payment_method_title','PayPal'),(5086,332,'_customer_ip_address','172.58.39.106'),(5087,332,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; SM-A205U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36'),(5088,332,'_created_via','checkout'),(5089,332,'_cart_hash','7aaac5d0c000d16317b9294d81043e1d'),(5090,332,'_billing_first_name','Margaret'),(5091,332,'_billing_last_name','Torres-Wilson'),(5092,332,'_billing_address_1','1055 W Moana'),(5093,332,'_billing_city','Reno'),(5094,332,'_billing_state','NV'),(5095,332,'_billing_postcode','89508'),(5096,332,'_billing_country','US'),(5097,332,'_billing_email','lcarenoshop@gmail.com'),(5098,332,'_billing_phone','(775)357-7523'),(5099,332,'_shipping_first_name','Margaret'),(5100,332,'_shipping_last_name','Torres-Wilson'),(5101,332,'_shipping_address_1','3375 Becard lane'),(5102,332,'_shipping_city','Reno'),(5103,332,'_shipping_state','NV'),(5104,332,'_shipping_postcode','89508'),(5105,332,'_shipping_country','US'),(5106,332,'_order_currency','USD'),(5107,332,'_cart_discount','0'),(5108,332,'_cart_discount_tax','0'),(5109,332,'_order_shipping','78.64'),(5110,332,'_order_shipping_tax','0'),(5111,332,'_order_tax','0'),(5112,332,'_order_total','352.76'),(5113,332,'_order_version','5.2.2'),(5114,332,'_prices_include_tax','no'),(5115,332,'_billing_address_index','Margaret Torres-Wilson 1055 W Moana Reno NV 89508 US lcarenoshop@gmail.com (775)357-7523'),(5116,332,'_shipping_address_index','Margaret Torres-Wilson 3375 Becard lane Reno NV 89508 US'),(5117,332,'is_vat_exempt','no'),(5118,332,'Payment type','instant'),(5119,332,'_transaction_id','3JU31351RT136561Y'),(5120,332,'_paypal_status','completed'),(5121,332,'PayPal Transaction Fee','10.53'),(5122,332,'_date_paid','1619557901'),(5123,332,'_paid_date','2021-04-27 21:11:41'),(5124,332,'_download_permissions_granted','yes'),(5125,332,'_recorded_sales','yes'),(5126,332,'_recorded_coupon_usage_counts','yes'),(5127,332,'_order_stock_reduced','yes'),(5128,332,'_new_order_email_sent','true'),(5129,333,'_order_key','wc_order_ZyMHhbkx0eEVF'),(5130,333,'_customer_user','48'),(5131,333,'_payment_method','paypal'),(5132,333,'_payment_method_title','PayPal'),(5133,333,'_customer_ip_address','50.4.121.93'),(5134,333,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36 Edg/89.0.774.76'),(5135,333,'_created_via','checkout'),(5136,333,'_cart_hash','7ff0a6fad3e4724c888ec693f19d69a0'),(5137,333,'_billing_first_name','Suzanne'),(5138,333,'_billing_last_name','McCutchan'),(5139,333,'_billing_address_1','7206 OAK HILL RD'),(5140,333,'_billing_city','Evansville'),(5141,333,'_billing_state','IN'),(5142,333,'_billing_postcode','47725'),(5143,333,'_billing_country','US'),(5144,333,'_billing_email','suzannemccutchan@outlook.com'),(5145,333,'_billing_phone','8127468389'),(5146,333,'_shipping_first_name','Suzanne'),(5147,333,'_shipping_last_name','McCutchan'),(5148,333,'_shipping_address_1','7206 Oak Hill Rd'),(5149,333,'_shipping_city','Evansville'),(5150,333,'_shipping_state','IN'),(5151,333,'_shipping_postcode','47725'),(5152,333,'_shipping_country','US'),(5153,333,'_order_currency','USD'),(5154,333,'_cart_discount','0'),(5155,333,'_cart_discount_tax','0'),(5156,333,'_order_shipping','68.44'),(5157,333,'_order_shipping_tax','0'),(5158,333,'_order_tax','0'),(5159,333,'_order_total','560.63'),(5160,333,'_order_version','5.2.2'),(5161,333,'_prices_include_tax','no'),(5162,333,'_billing_address_index','Suzanne McCutchan 7206 OAK HILL RD Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(5163,333,'_shipping_address_index','Suzanne McCutchan 7206 Oak Hill Rd Evansville IN 47725 US'),(5164,333,'is_vat_exempt','no'),(5165,333,'Payment type','instant'),(5166,333,'_transaction_id','1RD5813599755784B'),(5167,333,'_paypal_status','completed'),(5168,333,'PayPal Transaction Fee','16.56'),(5169,333,'_date_paid','1619623622'),(5170,333,'_paid_date','2021-04-28 15:27:02'),(5171,333,'_download_permissions_granted','yes'),(5172,333,'_recorded_sales','yes'),(5173,333,'_recorded_coupon_usage_counts','yes'),(5174,333,'_order_stock_reduced','yes'),(5175,333,'_new_order_email_sent','true'),(5176,334,'_order_key','wc_order_ZdKrExsGLmI8n'),(5177,334,'_customer_user','4'),(5178,334,'_payment_method','paypal'),(5179,334,'_payment_method_title','PayPal'),(5180,334,'_customer_ip_address','69.27.10.234'),(5181,334,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36 Edg/90.0.818.49'),(5182,334,'_created_via','checkout'),(5183,334,'_cart_hash','86100dfc9e3991ad075c0327d05582cc'),(5184,334,'_billing_first_name','David'),(5185,334,'_billing_last_name','Washburn'),(5186,334,'_billing_company','Larada Sciences'),(5187,334,'_billing_address_1','154 East Myrtle Ave.'),(5188,334,'_billing_address_2','Ste. #304'),(5189,334,'_billing_city','Murray'),(5190,334,'_billing_state','UT'),(5191,334,'_billing_postcode','84107'),(5192,334,'_billing_country','US'),(5193,334,'_billing_email','info@liceclinicssaltlakecity.com'),(5194,334,'_billing_phone','8013260674'),(5195,334,'_shipping_first_name','David'),(5196,334,'_shipping_last_name','Washburn'),(5197,334,'_shipping_company','Larada Sciences'),(5198,334,'_shipping_address_1','154 East Myrtle Ave.'),(5199,334,'_shipping_address_2','Ste. #304'),(5200,334,'_shipping_city','Murray'),(5201,334,'_shipping_state','UT'),(5202,334,'_shipping_postcode','84107'),(5203,334,'_shipping_country','US'),(5204,334,'_order_currency','USD'),(5205,334,'_cart_discount','0'),(5206,334,'_cart_discount_tax','0'),(5207,334,'_order_shipping','0'),(5208,334,'_order_shipping_tax','0'),(5209,334,'_order_tax','0'),(5210,334,'_order_total','817.76'),(5211,334,'_order_version','5.2.2'),(5212,334,'_prices_include_tax','no'),(5213,334,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #304 Murray UT 84107 US info@liceclinicssaltlakecity.com 8013260674'),(5214,334,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #304 Murray UT 84107 US'),(5215,334,'is_vat_exempt','no'),(5216,334,'Payment type','instant'),(5217,334,'_transaction_id','0SF23238DK0251807'),(5218,334,'_paypal_status','completed'),(5219,334,'PayPal Transaction Fee','24.02'),(5220,334,'_date_paid','1619727117'),(5221,334,'_paid_date','2021-04-29 20:11:57'),(5222,334,'_download_permissions_granted','yes'),(5223,334,'_recorded_sales','yes'),(5224,334,'_recorded_coupon_usage_counts','yes'),(5225,334,'_order_stock_reduced','yes'),(5226,334,'_new_order_email_sent','true'),(5227,335,'_order_key','wc_order_uBoFEvca5xOas'),(5228,335,'_customer_user','73'),(5229,335,'_payment_method','paypal'),(5230,335,'_payment_method_title','PayPal'),(5231,335,'_customer_ip_address','174.195.205.95'),(5232,335,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(5233,335,'_created_via','checkout'),(5234,335,'_cart_hash','b14958a403f8620ae462bcd9a48c1528'),(5235,335,'_billing_first_name','Lice Clinics'),(5236,335,'_billing_last_name','Castro Valley'),(5237,335,'_billing_company','Lice Clinics of America - Castro Valley'),(5238,335,'_billing_address_1','20406 Redwood Rd, Suite A'),(5239,335,'_billing_city','Castro Valley'),(5240,335,'_billing_state','CA'),(5241,335,'_billing_postcode','94546'),(5242,335,'_billing_country','US'),(5243,335,'_billing_email','info@liceclinicscastrovalley.com'),(5244,335,'_billing_phone','5106763272'),(5245,335,'_shipping_first_name','Lice Clinics'),(5246,335,'_shipping_last_name','Castro Valley'),(5247,335,'_shipping_company','LCA - Castro Valley'),(5248,335,'_shipping_address_1','31372 Mackinaw St'),(5249,335,'_shipping_city','Union City'),(5250,335,'_shipping_state','CA'),(5251,335,'_shipping_postcode','94587'),(5252,335,'_shipping_country','US'),(5253,335,'_order_currency','USD'),(5254,335,'_cart_discount','0'),(5255,335,'_cart_discount_tax','0'),(5256,335,'_order_shipping','0'),(5257,335,'_order_shipping_tax','0'),(5258,335,'_order_tax','0'),(5259,335,'_order_total','552.00'),(5260,335,'_order_version','5.2.2'),(5261,335,'_prices_include_tax','no'),(5262,335,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(5263,335,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St Union City CA 94587 US'),(5266,335,'is_vat_exempt','no'),(5267,335,'Payment type','instant'),(5268,335,'_transaction_id','5MF573424K514411S'),(5269,335,'_paypal_status','completed'),(5270,335,'PayPal Transaction Fee','16.31'),(5271,335,'_date_paid','1619808295'),(5272,335,'_paid_date','2021-04-30 18:44:55'),(5273,335,'_download_permissions_granted','yes'),(5274,335,'_recorded_sales','yes'),(5275,335,'_recorded_coupon_usage_counts','yes'),(5276,335,'_order_stock_reduced','yes'),(5277,335,'_new_order_email_sent','true'),(5282,328,'_edit_lock','1619815140:2'),(5283,329,'_edit_lock','1619815055:2'),(5284,332,'_edit_lock','1619814968:2'),(5285,333,'_edit_lock','1619814919:2'),(5286,334,'_edit_lock','1620049816:2'),(5287,333,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031670\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"5eb6d532e594c76afcfcd7700ef9e9c0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031680\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"24cba9b465431e7428807acaaad8e820\";}}'),(5288,333,'_edit_last','2'),(5289,333,'_date_completed','1619815055'),(5290,333,'_completed_date','2021-04-30 20:37:35'),(5291,332,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031614\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"fcca7cdb9239da2463a88b60ab3d7eb8\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031625\";s:12:\"date_shipped\";s:10:\"1619568000\";s:11:\"tracking_id\";s:32:\"06642ea2d51b45f01e1035553adef6c5\";}}'),(5292,332,'_edit_last','2'),(5293,332,'_date_completed','1619815103'),(5294,332,'_completed_date','2021-04-30 20:38:23'),(5295,329,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031500\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"651ccf546560981e2d2cf72c194200a6\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031511\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"8bf1ee014a3f2f9d46e891207039d470\";}}'),(5296,329,'_edit_last','2'),(5297,329,'_date_completed','1619815172'),(5298,329,'_completed_date','2021-04-30 20:39:32'),(5299,328,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031463\";s:12:\"date_shipped\";s:10:\"1619481600\";s:11:\"tracking_id\";s:32:\"50c3af8cddec7a05c3666f7d5de8fed5\";}}'),(5300,328,'_edit_last','2'),(5301,328,'_date_completed','1619815278'),(5302,328,'_completed_date','2021-04-30 20:41:18'),(5303,336,'_order_key','wc_order_Cy6j8zz9FlsiY'),(5304,336,'_customer_user','47'),(5305,336,'_payment_method','paypal'),(5306,336,'_payment_method_title','PayPal'),(5307,336,'_customer_ip_address','72.177.241.58'),(5308,336,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36'),(5309,336,'_created_via','checkout'),(5310,336,'_cart_hash','5654ee514c24a316ebdc33492062c667'),(5311,336,'_billing_first_name','Tracy'),(5312,336,'_billing_last_name','Copeland'),(5313,336,'_billing_company','South Texas Lice Clinics LLC'),(5314,336,'_billing_address_1','14223 Silverhollow'),(5315,336,'_billing_city','San Antonio'),(5316,336,'_billing_state','TX'),(5317,336,'_billing_postcode','78232'),(5318,336,'_billing_country','US'),(5319,336,'_billing_email','info@liceclinicsanantoniowest.com'),(5320,336,'_billing_phone','2103135033'),(5321,336,'_shipping_first_name','Tracy'),(5322,336,'_shipping_last_name','Copeland'),(5323,336,'_shipping_company','South Texas Lice Clinics LLC'),(5324,336,'_shipping_address_1','14223 Silverhollow'),(5325,336,'_shipping_city','San Antonio'),(5326,336,'_shipping_state','TX'),(5327,336,'_shipping_postcode','78232'),(5328,336,'_shipping_country','US'),(5329,336,'_order_currency','USD'),(5330,336,'_cart_discount','0'),(5331,336,'_cart_discount_tax','0'),(5332,336,'_order_shipping','0'),(5333,336,'_order_shipping_tax','0'),(5334,336,'_order_tax','0'),(5335,336,'_order_total','564.96'),(5336,336,'_order_version','5.2.2'),(5337,336,'_prices_include_tax','no'),(5338,336,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(5339,336,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow San Antonio TX 78232 US'),(5340,336,'is_vat_exempt','no'),(5341,336,'Payment type','instant'),(5342,336,'_transaction_id','17N01457RE664444E'),(5343,336,'_paypal_status','completed'),(5344,336,'PayPal Transaction Fee','16.68'),(5345,336,'_date_paid','1619898394'),(5346,336,'_paid_date','2021-05-01 19:46:34'),(5347,336,'_download_permissions_granted','yes'),(5348,336,'_recorded_sales','yes'),(5349,336,'_recorded_coupon_usage_counts','yes'),(5350,336,'_order_stock_reduced','yes'),(5351,336,'_new_order_email_sent','true'),(5352,337,'_order_key','wc_order_GaNozCFl4lImo'),(5353,337,'_customer_user','0'),(5354,337,'_payment_method','paypal'),(5355,337,'_payment_method_title','PayPal'),(5356,337,'_customer_ip_address','174.27.19.157'),(5357,337,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5358,337,'_created_via','checkout'),(5359,337,'_cart_hash','b3759c68b52e654ef93e80c5dae0ec3e'),(5360,337,'_billing_first_name','SaLeah'),(5361,337,'_billing_last_name','Snelling'),(5362,337,'_billing_address_1','11024 W. Inglin Dr'),(5363,337,'_billing_city','Boise'),(5364,337,'_billing_state','ID'),(5365,337,'_billing_postcode','83709'),(5366,337,'_billing_country','US'),(5367,337,'_billing_email','info@liceclinicsboise.com'),(5368,337,'_billing_phone','2088302070'),(5369,337,'_shipping_first_name','SaLeah'),(5370,337,'_shipping_last_name','Snelling'),(5371,337,'_shipping_address_1','11024 W. Inglin Dr'),(5372,337,'_shipping_city','Boise'),(5373,337,'_shipping_state','ID'),(5374,337,'_shipping_postcode','83709'),(5375,337,'_shipping_country','US'),(5376,337,'_order_currency','USD'),(5377,337,'_cart_discount','0'),(5378,337,'_cart_discount_tax','0'),(5379,337,'_order_shipping','0'),(5380,337,'_order_shipping_tax','0'),(5381,337,'_order_tax','0'),(5382,337,'_order_total','1037.63'),(5383,337,'_order_version','5.2.2'),(5384,337,'_prices_include_tax','no'),(5385,337,'_billing_address_index','SaLeah Snelling 11024 W. Inglin Dr Boise ID 83709 US info@liceclinicsboise.com 2088302070'),(5386,337,'_shipping_address_index','SaLeah Snelling 11024 W. Inglin Dr Boise ID 83709 US'),(5387,337,'is_vat_exempt','no'),(5388,337,'Payment type','instant'),(5389,337,'_transaction_id','2MA59702H8237653D'),(5390,337,'_paypal_status','completed'),(5391,337,'PayPal Transaction Fee','30.39'),(5392,337,'_date_paid','1619969961'),(5393,337,'_paid_date','2021-05-02 15:39:21'),(5394,337,'_download_permissions_granted','yes'),(5395,337,'_recorded_sales','yes'),(5396,337,'_recorded_coupon_usage_counts','yes'),(5397,337,'_order_stock_reduced','yes'),(5398,337,'_new_order_email_sent','true'),(5399,338,'_order_key','wc_order_emKJUNvCRts3j'),(5400,338,'_customer_user','78'),(5401,338,'_payment_method','paypal'),(5402,338,'_payment_method_title','PayPal'),(5403,338,'_customer_ip_address','108.54.149.237'),(5404,338,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(5405,338,'_created_via','checkout'),(5406,338,'_cart_hash','9ce4502e62f4c29012d06d16dab11328'),(5407,338,'_billing_first_name','Richard'),(5408,338,'_billing_last_name','Florsheim'),(5409,338,'_billing_company','Licura'),(5410,338,'_billing_address_1','3827 w fairway heights dr'),(5411,338,'_billing_city','Mequon'),(5412,338,'_billing_state','WI'),(5413,338,'_billing_postcode','53092'),(5414,338,'_billing_country','US'),(5415,338,'_billing_email','tara@liceclinicslongIsland.com'),(5416,338,'_billing_phone','5619006382'),(5417,338,'_shipping_first_name','Richard'),(5418,338,'_shipping_last_name','Florsheim'),(5419,338,'_shipping_company','LCA'),(5420,338,'_shipping_address_1','2330 Faye ct'),(5421,338,'_shipping_city','Merrick'),(5422,338,'_shipping_state','NY'),(5423,338,'_shipping_postcode','11566'),(5424,338,'_shipping_country','US'),(5425,338,'_order_currency','USD'),(5426,338,'_cart_discount','0'),(5427,338,'_cart_discount_tax','0'),(5428,338,'_order_shipping','11.73'),(5429,338,'_order_shipping_tax','0'),(5430,338,'_order_tax','0'),(5431,338,'_order_total','11.73'),(5432,338,'_order_version','5.2.2'),(5433,338,'_prices_include_tax','no'),(5434,338,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(5435,338,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct Merrick NY 11566 US'),(5436,338,'is_vat_exempt','no'),(5437,338,'Payment type','instant'),(5438,338,'_transaction_id','2XG08802KM5963736'),(5439,338,'_paypal_status','completed'),(5440,338,'PayPal Transaction Fee','0.64'),(5441,338,'_date_paid','1620004679'),(5442,338,'_paid_date','2021-05-03 01:17:59'),(5443,338,'_download_permissions_granted','yes'),(5444,338,'_recorded_sales','yes'),(5445,338,'_recorded_coupon_usage_counts','yes'),(5446,338,'_order_stock_reduced','yes'),(5447,338,'_new_order_email_sent','true'),(5448,339,'_order_key','wc_order_NZSlf1eYCAUxP'),(5449,339,'_customer_user','20'),(5450,339,'_payment_method','paypal'),(5451,339,'_payment_method_title','PayPal'),(5452,339,'_customer_ip_address','199.191.81.2'),(5453,339,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36'),(5454,339,'_created_via','checkout'),(5455,339,'_cart_hash','580223e776b8f75e04f72a8520928091'),(5456,339,'_billing_first_name','Hasani'),(5457,339,'_billing_last_name','Thompson'),(5458,339,'_billing_company','Heat in Hair'),(5459,339,'_billing_address_1','27225 Camp Plenty Road'),(5460,339,'_billing_address_2','1D'),(5461,339,'_billing_city','Santa Clarita'),(5462,339,'_billing_state','CA'),(5463,339,'_billing_postcode','91351'),(5464,339,'_billing_country','US'),(5465,339,'_billing_email','info@liceclinicssantaclarita.com'),(5466,339,'_billing_phone','6615850263'),(5467,339,'_shipping_first_name','Hasani'),(5468,339,'_shipping_last_name','Thompson'),(5469,339,'_shipping_company','Heat in Hair'),(5470,339,'_shipping_address_1','5145 Nightsky Place'),(5471,339,'_shipping_city','Palmdale'),(5472,339,'_shipping_state','CA'),(5473,339,'_shipping_postcode','93552'),(5474,339,'_shipping_country','US'),(5475,339,'_order_currency','USD'),(5476,339,'_cart_discount','0'),(5477,339,'_cart_discount_tax','0'),(5478,339,'_order_shipping','130.85'),(5479,339,'_order_shipping_tax','0'),(5480,339,'_order_tax','0'),(5481,339,'_order_total','564.27'),(5482,339,'_order_version','5.2.2'),(5483,339,'_prices_include_tax','no'),(5484,339,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(5485,339,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place Palmdale CA 93552 US'),(5486,339,'is_vat_exempt','no'),(5487,339,'Payment type','instant'),(5488,339,'_transaction_id','1XD34487N7906672H'),(5489,339,'_paypal_status','completed'),(5490,339,'PayPal Transaction Fee','16.66'),(5491,339,'_date_paid','1620017994'),(5492,339,'_paid_date','2021-05-03 04:59:54'),(5493,339,'_download_permissions_granted','yes'),(5494,339,'_recorded_sales','yes'),(5495,339,'_recorded_coupon_usage_counts','yes'),(5496,339,'_order_stock_reduced','yes'),(5497,339,'_new_order_email_sent','true'),(5498,335,'_edit_lock','1620049710:2'),(5499,336,'_edit_lock','1620141834:2'),(5500,337,'_edit_lock','1620052437:2'),(5501,338,'_edit_lock','1620054889:2'),(5502,339,'_edit_lock','1620142097:2'),(5503,335,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032014\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"1dedc85e73ed2827f7355e4d3d9f214a\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032025\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"9a02c3461769a768913cbb6930d80dee\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032003\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"3929f5cb752b71823bf03aa0c579b22e\";}}'),(5504,335,'_edit_last','2'),(5505,335,'_date_completed','1620049848'),(5506,335,'_completed_date','2021-05-03 13:50:48'),(5507,334,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031934\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"de29ceade2229a8d9d7b39718c32a751\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953031923\";s:12:\"date_shipped\";s:10:\"1619740800\";s:11:\"tracking_id\";s:32:\"52adc4a1a13c9c1985c341b1511c1a85\";}}'),(5508,334,'_edit_last','2'),(5509,334,'_date_completed','1620049935'),(5510,334,'_completed_date','2021-05-03 13:52:15'),(5511,337,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032091\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"5b9a6f6e965381b0b75ce4bb87bafd80\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032080\";s:12:\"date_shipped\";i:1620052563;s:11:\"tracking_id\";s:32:\"bf9e7d5891faca9ffaf97f00388cf068\";}}'),(5512,337,'_edit_last','2'),(5513,337,'_date_completed','1620052568'),(5514,337,'_completed_date','2021-05-03 14:36:08'),(5546,338,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032128\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"67731906c42b952223a3980055447771\";}}'),(5547,338,'_edit_last','2'),(5548,338,'_date_completed','1620054879'),(5549,338,'_completed_date','2021-05-03 15:14:39'),(5556,267,'_edit_lock','1635345260:2'),(5558,341,'_order_key','wc_order_KfUjFEXghlgXI'),(5559,341,'_customer_user','7'),(5560,341,'_payment_method','paypal'),(5561,341,'_payment_method_title','PayPal'),(5562,341,'_customer_ip_address','71.93.225.128'),(5563,341,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5564,341,'_created_via','checkout'),(5565,341,'_cart_hash','c0748c49f9d6b1ee5b315a4592a2e2f2'),(5566,341,'_billing_first_name','Amy'),(5567,341,'_billing_last_name','Allen'),(5568,341,'_billing_company','Lice Clinics Of America'),(5569,341,'_billing_address_1','251 Promise Way'),(5570,341,'_billing_city','Hollister'),(5571,341,'_billing_state','CA'),(5572,341,'_billing_postcode','95023'),(5573,341,'_billing_country','US'),(5574,341,'_billing_email','lca.gilroy@gmail.com'),(5575,341,'_billing_phone','4085005537'),(5576,341,'_shipping_first_name','Amy'),(5577,341,'_shipping_last_name','Allen'),(5578,341,'_shipping_company','LCA Gilroy'),(5579,341,'_shipping_address_1','7680 Monterey Street'),(5580,341,'_shipping_address_2','Suite 104A'),(5581,341,'_shipping_city','Gilroy'),(5582,341,'_shipping_state','CA'),(5583,341,'_shipping_postcode','95020'),(5584,341,'_shipping_country','US'),(5585,341,'_order_currency','USD'),(5586,341,'_cart_discount','0'),(5587,341,'_cart_discount_tax','0'),(5588,341,'_order_shipping','0'),(5589,341,'_order_shipping_tax','0'),(5590,341,'_order_tax','0'),(5591,341,'_order_total','712.16'),(5592,341,'_order_version','5.2.2'),(5593,341,'_prices_include_tax','no'),(5594,341,'_billing_address_index','Amy Allen Lice Clinics Of America 251 Promise Way Hollister CA 95023 US lca.gilroy@gmail.com 4085005537'),(5595,341,'_shipping_address_index','Amy Allen LCA Gilroy 7680 Monterey Street Suite 104A Gilroy CA 95020 US'),(5596,341,'is_vat_exempt','no'),(5597,341,'Payment type','instant'),(5598,341,'_transaction_id','1T685501AC4589236'),(5599,341,'_paypal_status','completed'),(5600,341,'PayPal Transaction Fee','20.95'),(5601,341,'_date_paid','1620068034'),(5602,341,'_paid_date','2021-05-03 18:53:54'),(5603,341,'_download_permissions_granted','yes'),(5604,341,'_recorded_sales','yes'),(5605,341,'_recorded_coupon_usage_counts','yes'),(5606,341,'_order_stock_reduced','yes'),(5607,341,'_new_order_email_sent','true'),(5608,342,'_order_key','wc_order_WmOb1He5aJNQJ'),(5609,342,'_customer_user','58'),(5610,342,'_payment_method','paypal'),(5611,342,'_payment_method_title','PayPal'),(5612,342,'_customer_ip_address','47.160.43.203'),(5613,342,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(5614,342,'_created_via','checkout'),(5615,342,'_cart_hash','e794b4e620b0f0ba29c619fe3ea2b2c9'),(5616,342,'_billing_first_name','Heather'),(5617,342,'_billing_last_name','Smith'),(5618,342,'_billing_address_1','P.O. Box 155624'),(5619,342,'_billing_city','Lufkin'),(5620,342,'_billing_state','TX'),(5621,342,'_billing_postcode','75915'),(5622,342,'_billing_country','US'),(5623,342,'_billing_email','easttexaslca@yahoo.com'),(5624,342,'_billing_phone','9364143560'),(5625,342,'_shipping_first_name','Heather'),(5626,342,'_shipping_last_name','Smith'),(5627,342,'_shipping_company','LCA Lufkin'),(5628,342,'_shipping_address_1','404 Cr 3133'),(5629,342,'_shipping_city','Jacksonville'),(5630,342,'_shipping_state','TX'),(5631,342,'_shipping_postcode','75766'),(5632,342,'_shipping_country','US'),(5633,342,'_order_currency','USD'),(5634,342,'_cart_discount','0'),(5635,342,'_cart_discount_tax','0'),(5636,342,'_order_shipping','42.59'),(5637,342,'_order_shipping_tax','0'),(5638,342,'_order_tax','0'),(5639,342,'_order_total','186.59'),(5640,342,'_order_version','5.2.2'),(5641,342,'_prices_include_tax','no'),(5642,342,'_billing_address_index','Heather Smith P.O. Box 155624 Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(5643,342,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133 Jacksonville TX 75766 US'),(5644,342,'is_vat_exempt','no'),(5645,342,'Payment type','instant'),(5646,342,'_transaction_id','3VL97919AU8561535'),(5647,342,'_paypal_status','completed'),(5648,342,'PayPal Transaction Fee','5.71'),(5649,342,'_date_paid','1620070256'),(5650,342,'_paid_date','2021-05-03 19:30:56'),(5651,342,'_download_permissions_granted','yes'),(5652,342,'_recorded_sales','yes'),(5653,342,'_recorded_coupon_usage_counts','yes'),(5654,342,'_order_stock_reduced','yes'),(5655,342,'_new_order_email_sent','true'),(5656,341,'_edit_lock','1620074591:2'),(5657,341,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032297\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"fdcbf919da9d43a2526a8ad53ba9ab61\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032286\";s:12:\"date_shipped\";i:1620074717;s:11:\"tracking_id\";s:32:\"e36ac30ff1858dab8baffb89c9d2c21c\";}}'),(5658,341,'_edit_last','2'),(5659,341,'_date_completed','1620074719'),(5660,341,'_completed_date','2021-05-03 20:45:19'),(5661,343,'_order_key','wc_order_8hmQ2ybe9V2bC'),(5662,343,'_customer_user','15'),(5663,343,'_payment_method','paypal'),(5664,343,'_payment_method_title','PayPal'),(5665,343,'_customer_ip_address','172.15.92.16'),(5666,343,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.51'),(5667,343,'_created_via','checkout'),(5668,343,'_cart_hash','be7b564c95aa90c710ff0c9838beb1bc'),(5669,343,'_billing_first_name','David'),(5670,343,'_billing_last_name','Florsheim'),(5671,343,'_billing_company','Lice Clincs of America'),(5672,343,'_billing_address_1','11506 N Creekside Ct'),(5673,343,'_billing_city','Mequon'),(5674,343,'_billing_state','WI'),(5675,343,'_billing_postcode','53092'),(5676,343,'_billing_country','US'),(5677,343,'_billing_email','info@liceclinicsmilwaukee.com'),(5678,343,'_billing_phone','4142556550'),(5679,343,'_shipping_first_name','Jess'),(5680,343,'_shipping_last_name','Evans'),(5681,343,'_shipping_company','LCA'),(5682,343,'_shipping_address_1','8424 W Center Road Suite 212'),(5683,343,'_shipping_city','Omaha'),(5684,343,'_shipping_state','NE'),(5685,343,'_shipping_postcode','68124'),(5686,343,'_shipping_country','US'),(5687,343,'_order_currency','USD'),(5688,343,'_cart_discount','0'),(5689,343,'_cart_discount_tax','0'),(5690,343,'_order_shipping','22.23'),(5691,343,'_order_shipping_tax','0'),(5692,343,'_order_tax','0'),(5693,343,'_order_total','398.21'),(5694,343,'_order_version','5.2.2'),(5695,343,'_prices_include_tax','no'),(5696,343,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(5697,343,'_shipping_address_index','Jess Evans LCA 8424 W Center Road Suite 212 Omaha NE 68124 US'),(5698,343,'is_vat_exempt','no'),(5699,343,'Payment type','instant'),(5700,343,'_transaction_id','1JP767399M744392P'),(5701,343,'_paypal_status','completed'),(5702,343,'PayPal Transaction Fee','11.85'),(5703,343,'_date_paid','1620078388'),(5704,343,'_paid_date','2021-05-03 21:46:28'),(5705,343,'_download_permissions_granted','yes'),(5706,343,'_recorded_sales','yes'),(5707,343,'_recorded_coupon_usage_counts','yes'),(5708,343,'_order_stock_reduced','yes'),(5709,343,'_new_order_email_sent','true'),(5710,342,'_edit_lock','1620140209:2'),(5711,342,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032323\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"9299a3d5168c63e9c8457cfb8b46ac60\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032312\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"c69b3eefc1264594e4b47cae4a189359\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032301\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"7711817b9ff9ff99b8a5b2b2fcdeeebd\";}}'),(5712,342,'_edit_last','2'),(5713,342,'_date_completed','1620140315'),(5714,342,'_completed_date','2021-05-04 14:58:35'),(5715,336,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032069\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"882b5fd6b7d8336697d00ba3030b73fb\";}}'),(5716,336,'_edit_last','2'),(5717,336,'_date_completed','1620141971'),(5718,336,'_completed_date','2021-05-04 15:26:11'),(5719,339,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032172\";s:12:\"date_shipped\";s:10:\"1620000000\";s:11:\"tracking_id\";s:32:\"b52e13f0a1ba771d76d0d88851d7f6af\";}}'),(5720,339,'_edit_last','2'),(5721,339,'_date_completed','1620142001'),(5722,339,'_completed_date','2021-05-04 15:26:41'),(5723,343,'_edit_lock','1620142645:2'),(5724,343,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032389\";s:12:\"date_shipped\";s:10:\"1620086400\";s:11:\"tracking_id\";s:32:\"606ee6ed2caae4fa95d759d201fbc760\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032378\";s:12:\"date_shipped\";i:1620142749;s:11:\"tracking_id\";s:32:\"5dcd473961dd51d88c5e8c2c4c3a60a2\";}}'),(5725,343,'_edit_last','2'),(5726,343,'_date_completed','1620142754'),(5727,343,'_completed_date','2021-05-04 15:39:14'),(5728,344,'_order_key','wc_order_wWWQjfvv2Jy1r'),(5729,344,'_customer_user','53'),(5730,344,'_payment_method','paypal'),(5731,344,'_payment_method_title','PayPal'),(5732,344,'_customer_ip_address','99.5.78.154'),(5733,344,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(5734,344,'_created_via','checkout'),(5735,344,'_cart_hash','4629b5c3a455682059e631450472256e'),(5736,344,'_billing_first_name','Dena'),(5737,344,'_billing_last_name','Black'),(5738,344,'_billing_address_1','8216 CURICO LANE'),(5739,344,'_billing_city','CHARLOTTE'),(5740,344,'_billing_state','NC'),(5741,344,'_billing_postcode','28227'),(5742,344,'_billing_country','US'),(5743,344,'_billing_email','info@liceclinicssouthcharlotte.com'),(5744,344,'_billing_phone','9102647141'),(5745,344,'_shipping_first_name','Dena'),(5746,344,'_shipping_last_name','Black'),(5747,344,'_shipping_address_1','8216 CURICO LANE'),(5748,344,'_shipping_city','CHARLOTTE'),(5749,344,'_shipping_state','NC'),(5750,344,'_shipping_postcode','28227'),(5751,344,'_shipping_country','US'),(5752,344,'_order_currency','USD'),(5753,344,'_cart_discount','0'),(5754,344,'_cart_discount_tax','0'),(5755,344,'_order_shipping','11.23'),(5756,344,'_order_shipping_tax','0'),(5757,344,'_order_tax','0'),(5758,344,'_order_total','11.23'),(5759,344,'_order_version','5.2.2'),(5760,344,'_prices_include_tax','no'),(5761,344,'_billing_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(5762,344,'_shipping_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US'),(5764,344,'is_vat_exempt','no'),(5765,344,'Payment type','instant'),(5766,344,'_transaction_id','7KF59366572568109'),(5767,344,'_paypal_status','completed'),(5768,344,'PayPal Transaction Fee','0.63'),(5769,344,'_date_paid','1620144934'),(5770,344,'_paid_date','2021-05-04 16:15:34'),(5771,344,'_download_permissions_granted','yes'),(5772,344,'_recorded_sales','yes'),(5773,344,'_recorded_coupon_usage_counts','yes'),(5774,344,'_order_stock_reduced','yes'),(5775,344,'_new_order_email_sent','true'),(5776,345,'_order_key','wc_order_5CyK354yCQ9zv'),(5777,345,'_customer_user','11'),(5778,345,'_payment_method','paypal'),(5779,345,'_payment_method_title','PayPal'),(5780,345,'_customer_ip_address','74.130.231.217'),(5781,345,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),(5782,345,'_created_via','checkout'),(5783,345,'_cart_hash','b458f9aec454a0f9dfba5fa0410037d9'),(5784,345,'_billing_first_name','Tina'),(5785,345,'_billing_last_name','Hunt'),(5786,345,'_billing_company','LCBG, LLC'),(5787,345,'_billing_address_1','830 Fairview Ave.'),(5788,345,'_billing_address_2','Suite A-4'),(5789,345,'_billing_city','Bowling Green'),(5790,345,'_billing_state','KY'),(5791,345,'_billing_postcode','42101'),(5792,345,'_billing_country','US'),(5793,345,'_billing_email','info@liceclinicsbowlinggreen.com'),(5794,345,'_billing_phone','2709996803'),(5795,345,'_shipping_first_name','Tina'),(5796,345,'_shipping_last_name','Hunt'),(5797,345,'_shipping_address_1','494 Hub Boulevard'),(5798,345,'_shipping_address_2','Apt 1012'),(5799,345,'_shipping_city','Bowling Green'),(5800,345,'_shipping_state','KY'),(5801,345,'_shipping_postcode','42101'),(5802,345,'_shipping_country','US'),(5803,345,'_order_currency','USD'),(5804,345,'_cart_discount','0'),(5805,345,'_cart_discount_tax','0'),(5806,345,'_order_shipping','30.07'),(5807,345,'_order_shipping_tax','0'),(5808,345,'_order_tax','0'),(5809,345,'_order_total','377.27'),(5810,345,'_order_version','5.2.2'),(5811,345,'_prices_include_tax','no'),(5812,345,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(5813,345,'_shipping_address_index','Tina Hunt 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(5814,345,'is_vat_exempt','no'),(5815,345,'Payment type','instant'),(5816,345,'_transaction_id','5AY36466AC909004C'),(5817,345,'_paypal_status','completed'),(5818,345,'PayPal Transaction Fee','11.24'),(5819,345,'_date_paid','1620149316'),(5820,345,'_paid_date','2021-05-04 17:28:36'),(5821,345,'_download_permissions_granted','yes'),(5822,345,'_recorded_sales','yes'),(5823,345,'_recorded_coupon_usage_counts','yes'),(5824,345,'_order_stock_reduced','yes'),(5825,345,'_new_order_email_sent','true'),(5826,346,'_order_key','wc_order_hqVGj7OrtXmgW'),(5827,346,'_customer_user','55'),(5828,346,'_payment_method','paypal'),(5829,346,'_payment_method_title','PayPal'),(5830,346,'_customer_ip_address','75.133.107.65'),(5831,346,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13729.72.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.116 Safari/537.36'),(5832,346,'_created_via','checkout'),(5833,346,'_cart_hash','3c41a6d95bbee148d1cc60513af96cea'),(5834,346,'_billing_first_name','Stephanie'),(5835,346,'_billing_last_name','Knecht'),(5836,346,'_billing_company','Lice Clinics Of America'),(5837,346,'_billing_address_1','1207 Route 9, Suite 8'),(5838,346,'_billing_city','Wappinger Falls'),(5839,346,'_billing_state','NY'),(5840,346,'_billing_postcode','12590'),(5841,346,'_billing_country','US'),(5842,346,'_billing_email','stephanieknecht@lcaconnecticut.com'),(5843,346,'_billing_phone','9144565000'),(5844,346,'_shipping_first_name','Stephanie'),(5845,346,'_shipping_last_name','Knecht'),(5846,346,'_shipping_company','Lice Clinics Of America'),(5847,346,'_shipping_address_1','1207 Route 9, Suite 8'),(5848,346,'_shipping_city','Wappinger Falls'),(5849,346,'_shipping_state','NY'),(5850,346,'_shipping_postcode','12590'),(5851,346,'_shipping_country','US'),(5852,346,'_order_currency','USD'),(5853,346,'_cart_discount','0'),(5854,346,'_cart_discount_tax','0'),(5855,346,'_order_shipping','15.3'),(5856,346,'_order_shipping_tax','0'),(5857,346,'_order_tax','0'),(5858,346,'_order_total','32.05'),(5859,346,'_order_version','5.2.2'),(5860,346,'_prices_include_tax','no'),(5861,346,'_billing_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8 Wappinger Falls NY 12590 US stephanieknecht@lcaconnecticut.com 9144565000'),(5862,346,'_shipping_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8 Wappinger Falls NY 12590 US'),(5863,346,'is_vat_exempt','no'),(5864,346,'Payment type','instant'),(5865,346,'_transaction_id','1AH464043P861431E'),(5866,346,'_paypal_status','completed'),(5867,346,'PayPal Transaction Fee','1.23'),(5868,346,'_date_paid','1620158911'),(5869,346,'_paid_date','2021-05-04 20:08:31'),(5870,346,'_download_permissions_granted','yes'),(5871,346,'_recorded_sales','yes'),(5872,346,'_recorded_coupon_usage_counts','yes'),(5873,346,'_order_stock_reduced','yes'),(5874,346,'_new_order_email_sent','true'),(5875,345,'_edit_lock','1620165154:2'),(5876,345,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032562\";s:12:\"date_shipped\";s:10:\"1620086400\";s:11:\"tracking_id\";s:32:\"266af6f80ea5fc4e02ae821f8bb657bb\";}}'),(5877,345,'_edit_last','2'),(5878,345,'_date_completed','1620165280'),(5879,345,'_completed_date','2021-05-04 21:54:40'),(5990,350,'_order_key','wc_order_eR2lzhc1SC5C4'),(5991,350,'_customer_user','6'),(5992,350,'_payment_method','paypal'),(5993,350,'_payment_method_title','PayPal'),(5994,350,'_customer_ip_address','73.90.177.129'),(5995,350,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(5996,350,'_created_via','checkout'),(5997,350,'_cart_hash','bd2b95c3398e4f66839af547b03fc489'),(5998,350,'_billing_first_name','Amira'),(5999,350,'_billing_last_name','Purto'),(6000,350,'_billing_address_1','2628 Acapulco Way'),(6001,350,'_billing_city','Modesto'),(6002,350,'_billing_state','CA'),(6003,350,'_billing_postcode','95355'),(6004,350,'_billing_country','US'),(6005,350,'_billing_email','amira77@sbcglobal.net'),(6006,350,'_billing_phone','2096422061'),(6007,350,'_shipping_first_name','Amira'),(6008,350,'_shipping_last_name','Purto'),(6009,350,'_shipping_address_1','2628 Acapulco Way'),(6010,350,'_shipping_city','Modesto'),(6011,350,'_shipping_state','CA'),(6012,350,'_shipping_postcode','95355'),(6013,350,'_shipping_country','US'),(6014,350,'_order_currency','USD'),(6015,350,'_cart_discount','0'),(6016,350,'_cart_discount_tax','0'),(6017,350,'_order_shipping','0'),(6018,350,'_order_shipping_tax','0'),(6019,350,'_order_tax','0'),(6020,350,'_order_total','971.20'),(6021,350,'_order_version','5.2.2'),(6022,350,'_prices_include_tax','no'),(6023,350,'_billing_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(6024,350,'_shipping_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US'),(6025,350,'is_vat_exempt','no'),(6026,350,'Payment type','instant'),(6027,350,'_transaction_id','3SJ76006DU711632F'),(6028,350,'_paypal_status','completed'),(6029,350,'PayPal Transaction Fee','28.46'),(6030,350,'_date_paid','1620182276'),(6031,350,'_paid_date','2021-05-05 02:37:56'),(6032,350,'_download_permissions_granted','yes'),(6033,350,'_recorded_sales','yes'),(6034,350,'_recorded_coupon_usage_counts','yes'),(6035,350,'_order_stock_reduced','yes'),(6036,350,'_new_order_email_sent','true'),(6049,346,'_edit_lock','1620226123:2'),(6050,346,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032805\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"9d65916a365ebccc512fd0bd815a21d4\";}}'),(6051,346,'_edit_last','2'),(6052,346,'_date_completed','1620226241'),(6053,346,'_completed_date','2021-05-05 14:50:41'),(6054,350,'_edit_lock','1620226175:2'),(6055,350,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032838\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"7faffd6bb730918041f6a0c8911ad32b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032827\";s:12:\"date_shipped\";i:1620226295;s:11:\"tracking_id\";s:32:\"29c0b515a9f027a0fa846cb2741702a0\";}}'),(6056,350,'_edit_last','2'),(6057,350,'_date_completed','1620226300'),(6058,350,'_completed_date','2021-05-05 14:51:40'),(6059,344,'_edit_lock','1620319689:2'),(6060,351,'_order_key','wc_order_aB17zGhWfjVmJ'),(6061,351,'_customer_user','46'),(6062,351,'_payment_method','paypal'),(6063,351,'_payment_method_title','PayPal'),(6064,351,'_customer_ip_address','216.163.6.72'),(6065,351,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6066,351,'_created_via','checkout'),(6067,351,'_cart_hash','5ddbf9375a1795716656de31e0553118'),(6068,351,'_billing_first_name','Shannon'),(6069,351,'_billing_last_name','Steele'),(6070,351,'_billing_company','SBS Investments'),(6071,351,'_billing_address_1','1702 Hazelwood Court'),(6072,351,'_billing_city','Jonesboro'),(6073,351,'_billing_state','AR'),(6074,351,'_billing_postcode','72401'),(6075,351,'_billing_country','US'),(6076,351,'_billing_email','info@liceclinicsjonesboro.com'),(6077,351,'_billing_phone','8709262731'),(6078,351,'_shipping_first_name','Shannon'),(6079,351,'_shipping_last_name','Steele'),(6080,351,'_shipping_company','SBS Investments/LCA- Jonesboro'),(6081,351,'_shipping_address_1','3106 Orval Orlan Drive'),(6082,351,'_shipping_address_2','Suite D'),(6083,351,'_shipping_city','Jonesboro'),(6084,351,'_shipping_state','AR'),(6085,351,'_shipping_postcode','72404'),(6086,351,'_shipping_country','US'),(6087,351,'_order_currency','USD'),(6088,351,'_cart_discount','0'),(6089,351,'_cart_discount_tax','0'),(6090,351,'_order_shipping','48.4'),(6091,351,'_order_shipping_tax','0'),(6092,351,'_order_tax','0'),(6093,351,'_order_total','712.39'),(6094,351,'_order_version','5.2.2'),(6095,351,'_prices_include_tax','no'),(6096,351,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(6097,351,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(6098,351,'is_vat_exempt','no'),(6099,351,'Payment type','instant'),(6100,351,'_transaction_id','0YS87334RY018805L'),(6101,351,'_paypal_status','completed'),(6102,351,'PayPal Transaction Fee','20.96'),(6103,351,'_date_paid','1620229985'),(6104,351,'_paid_date','2021-05-05 15:53:05'),(6105,351,'_download_permissions_granted','yes'),(6106,351,'_recorded_sales','yes'),(6107,351,'_recorded_coupon_usage_counts','yes'),(6108,351,'_order_stock_reduced','yes'),(6109,351,'_new_order_email_sent','true'),(6150,351,'_edit_lock','1620235356:2'),(6151,351,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033065\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"a20251546124d82aaf66f822f459fc98\";}}'),(6152,351,'_edit_last','2'),(6153,351,'_date_completed','1620235485'),(6154,351,'_completed_date','2021-05-05 17:24:45'),(6155,353,'_order_key','wc_order_uuNYkIkBacadX'),(6156,353,'_customer_user','64'),(6157,353,'_payment_method','paypal'),(6158,353,'_payment_method_title','PayPal'),(6159,353,'_customer_ip_address','72.130.248.224'),(6160,353,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6161,353,'_created_via','checkout'),(6162,353,'_cart_hash','dd36e868d9ad38c5d4a768331c7738b9'),(6163,353,'_billing_first_name','Barrie'),(6164,353,'_billing_last_name','Desmond'),(6165,353,'_billing_address_1','50 ALAHELE PL'),(6166,353,'_billing_city','Kihei'),(6167,353,'_billing_state','HI'),(6168,353,'_billing_postcode','96753-7809'),(6169,353,'_billing_country','US'),(6170,353,'_billing_email','info@liceclinicshawaii.com'),(6171,353,'_billing_phone','8082834247'),(6172,353,'_shipping_first_name','Barrie'),(6173,353,'_shipping_last_name','Desmond'),(6174,353,'_shipping_address_1','50 ALAHELE PL'),(6175,353,'_shipping_city','Kihei'),(6176,353,'_shipping_state','HI'),(6177,353,'_shipping_postcode','96753-7809'),(6178,353,'_shipping_country','US'),(6179,353,'_order_currency','USD'),(6180,353,'_cart_discount','0'),(6181,353,'_cart_discount_tax','0'),(6182,353,'_order_shipping','0'),(6183,353,'_order_shipping_tax','0'),(6184,353,'_order_tax','0'),(6185,353,'_order_total','520.00'),(6186,353,'_order_version','5.2.2'),(6187,353,'_prices_include_tax','no'),(6188,353,'_billing_address_index','Barrie Desmond 50 ALAHELE PL Kihei HI 96753-7809 US info@liceclinicshawaii.com 8082834247'),(6189,353,'_shipping_address_index','Barrie Desmond 50 ALAHELE PL Kihei HI 96753-7809 US'),(6190,353,'is_vat_exempt','no'),(6191,353,'Payment type','instant'),(6192,353,'_transaction_id','2SK32997GF050782M'),(6193,353,'_paypal_status','completed'),(6194,353,'PayPal Transaction Fee','15.38'),(6195,353,'_date_paid','1620273245'),(6196,353,'_paid_date','2021-05-06 03:54:05'),(6197,353,'_download_permissions_granted','yes'),(6198,353,'_recorded_sales','yes'),(6199,353,'_recorded_coupon_usage_counts','yes'),(6200,353,'_order_stock_reduced','yes'),(6201,353,'_new_order_email_sent','true'),(6252,356,'_order_currency','USD'),(6253,356,'_cart_discount','0'),(6254,356,'_cart_discount_tax','0'),(6255,356,'_order_shipping','-13.84'),(6256,356,'_order_shipping_tax','0'),(6257,356,'_order_tax','0'),(6258,356,'_order_total','-13.84'),(6259,356,'_order_version','5.2.2'),(6260,356,'_prices_include_tax','no'),(6261,356,'_refund_amount','13.84'),(6262,356,'_refunded_by','2'),(6263,356,'_refunded_payment','1'),(6264,356,'_refund_reason',''),(6270,353,'_edit_lock','1620319623:2'),(6271,357,'_order_key','wc_order_JNKioO121np1o'),(6272,357,'_customer_user','61'),(6273,357,'_payment_method','paypal'),(6274,357,'_payment_method_title','PayPal'),(6275,357,'_customer_ip_address','69.174.167.215'),(6276,357,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6277,357,'_created_via','checkout'),(6278,357,'_cart_hash','1b1e33d2e859dc923c24a63722a4d741'),(6279,357,'_billing_first_name','Judy'),(6280,357,'_billing_last_name','Hayden'),(6281,357,'_billing_company','LCA'),(6282,357,'_billing_address_1','1795 Alysheba Way'),(6283,357,'_billing_address_2','Ste 4105'),(6284,357,'_billing_city','Lexington'),(6285,357,'_billing_state','KY'),(6286,357,'_billing_postcode','40509'),(6287,357,'_billing_country','US'),(6288,357,'_billing_email','info@liceclinicslexington.com'),(6289,357,'_billing_phone','8595376966'),(6290,357,'_shipping_first_name','Judy'),(6291,357,'_shipping_last_name','Hayden'),(6292,357,'_shipping_company','LCA Lexington'),(6293,357,'_shipping_address_1','1795 Alysheba Way'),(6294,357,'_shipping_address_2','Suite 4105'),(6295,357,'_shipping_city','Lexington'),(6296,357,'_shipping_state','KY'),(6297,357,'_shipping_postcode','40509'),(6298,357,'_shipping_country','US'),(6299,357,'_order_currency','USD'),(6300,357,'_cart_discount','0'),(6301,357,'_cart_discount_tax','0'),(6302,357,'_order_shipping','0'),(6303,357,'_order_shipping_tax','0'),(6304,357,'_order_tax','0'),(6305,357,'_order_total','612.46'),(6306,357,'_order_version','5.2.2'),(6307,357,'_prices_include_tax','no'),(6308,357,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(6309,357,'_shipping_address_index','Judy Hayden LCA Lexington 1795 Alysheba Way Suite 4105 Lexington KY 40509 US'),(6310,357,'is_vat_exempt','no'),(6311,357,'Payment type','instant'),(6312,357,'_transaction_id','6TX026923R9263528'),(6313,357,'_paypal_status','completed'),(6314,357,'PayPal Transaction Fee','18.06'),(6315,357,'_date_paid','1620318444'),(6316,357,'_paid_date','2021-05-06 16:27:24'),(6317,357,'_download_permissions_granted','yes'),(6318,357,'_recorded_sales','yes'),(6319,357,'_recorded_coupon_usage_counts','yes'),(6320,357,'_order_stock_reduced','yes'),(6321,357,'_new_order_email_sent','true'),(6322,353,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:4:\"USPS\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:22:\"9405511899560736425658\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"e0555e92422b31ed1fe152e3c036e7ae\";}}'),(6323,353,'_edit_last','2'),(6324,353,'_date_completed','1620319748'),(6325,353,'_completed_date','2021-05-06 16:49:08'),(6326,344,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953032492\";s:12:\"date_shipped\";s:10:\"1620172800\";s:11:\"tracking_id\";s:32:\"dcde535fcc7619296c49e1447c92be7b\";}}'),(6327,344,'_edit_last','2'),(6328,344,'_date_completed','1620319809'),(6329,344,'_completed_date','2021-05-06 16:50:09'),(6334,357,'_edit_lock','1620658076:2'),(6335,358,'_order_key','wc_order_1LybKiZUrqyk8'),(6336,358,'_customer_user','17'),(6337,358,'_payment_method','paypal'),(6338,358,'_payment_method_title','PayPal'),(6339,358,'_customer_ip_address','199.241.229.196'),(6340,358,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.3 Safari/605.1.15'),(6341,358,'_created_via','checkout'),(6342,358,'_cart_hash','571a47190ae1a7574131b9aff8c792d6'),(6343,358,'_billing_first_name','Bess'),(6344,358,'_billing_last_name','Hayes'),(6345,358,'_billing_company','LCA Des Moines'),(6346,358,'_billing_address_1','7753 S. Westbrook Dr'),(6347,358,'_billing_city','Dubuque'),(6348,358,'_billing_state','IA'),(6349,358,'_billing_postcode','52002'),(6350,358,'_billing_country','US'),(6351,358,'_billing_email','info@liceclinicsnortherniowa.com'),(6352,358,'_billing_phone','5635646764'),(6353,358,'_shipping_first_name','Jaimi'),(6354,358,'_shipping_last_name','Washington'),(6355,358,'_shipping_company','LCA Des Moines'),(6356,358,'_shipping_address_1','1139 Burlington Terrace'),(6357,358,'_shipping_city','Des Moines'),(6358,358,'_shipping_state','IA'),(6359,358,'_shipping_postcode','50314'),(6360,358,'_shipping_country','US'),(6361,358,'_order_currency','USD'),(6362,358,'_cart_discount','0'),(6363,358,'_cart_discount_tax','0'),(6364,358,'_order_shipping','12.47'),(6365,358,'_order_shipping_tax','0'),(6366,358,'_order_tax','0'),(6367,358,'_order_total','12.47'),(6368,358,'_order_version','5.2.2'),(6369,358,'_prices_include_tax','no'),(6370,358,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(6371,358,'_shipping_address_index','Jaimi Washington LCA Des Moines 1139 Burlington Terrace Des Moines IA 50314 US'),(6372,358,'is_vat_exempt','no'),(6373,358,'Payment type','instant'),(6374,358,'_transaction_id','3XE65714R71292239'),(6375,358,'_paypal_status','completed'),(6376,358,'PayPal Transaction Fee','0.66'),(6377,358,'_date_paid','1620407132'),(6378,358,'_paid_date','2021-05-07 17:05:32'),(6379,358,'_download_permissions_granted','yes'),(6380,358,'_recorded_sales','yes'),(6381,358,'_recorded_coupon_usage_counts','yes'),(6382,358,'_order_stock_reduced','yes'),(6383,358,'_new_order_email_sent','true'),(6384,357,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033720\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"ec804cc18889af847ee1d14c067e99bb\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033710\";s:12:\"date_shipped\";s:10:\"1620259200\";s:11:\"tracking_id\";s:32:\"ad09d4a5d4e95c9844c754083c3e7fbe\";}}'),(6385,357,'_edit_last','2'),(6386,357,'_date_completed','1620658209'),(6387,357,'_completed_date','2021-05-10 14:50:09'),(6388,359,'_order_key','wc_order_T1KC4hi3echaU'),(6389,359,'_customer_user','79'),(6390,359,'_payment_method','paypal'),(6391,359,'_payment_method_title','PayPal'),(6392,359,'_customer_ip_address','76.72.44.28'),(6393,359,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(6394,359,'_created_via','checkout'),(6395,359,'_cart_hash','e8e697c6cea4b34f63b78404f64356e9'),(6396,359,'_billing_first_name','Shanna'),(6397,359,'_billing_last_name','Castille'),(6398,359,'_billing_address_1','1097 Hundley Rd'),(6399,359,'_billing_city','Eunice'),(6400,359,'_billing_state','LA'),(6401,359,'_billing_postcode','70535'),(6402,359,'_billing_country','US'),(6403,359,'_billing_email','Shanna_sr09@yahoo.com'),(6404,359,'_billing_phone','3374668998'),(6405,359,'_shipping_first_name','Shanna'),(6406,359,'_shipping_last_name','Castille'),(6407,359,'_shipping_address_1','1097 Hundley Rd'),(6408,359,'_shipping_city','Eunice'),(6409,359,'_shipping_state','LA'),(6410,359,'_shipping_postcode','70535'),(6411,359,'_shipping_country','US'),(6412,359,'_order_currency','USD'),(6413,359,'_cart_discount','0'),(6414,359,'_cart_discount_tax','0'),(6415,359,'_order_shipping','0'),(6416,359,'_order_shipping_tax','0'),(6417,359,'_order_tax','0'),(6418,359,'_order_total','637.38'),(6419,359,'_order_version','5.2.2'),(6420,359,'_prices_include_tax','no'),(6421,359,'_billing_address_index','Shanna Castille 1097 Hundley Rd Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(6422,359,'_shipping_address_index','Shanna Castille 1097 Hundley Rd Eunice LA 70535 US'),(6423,359,'is_vat_exempt','no'),(6424,359,'Payment type','instant'),(6425,359,'_transaction_id','90973661S9172890D'),(6426,359,'_paypal_status','completed'),(6427,359,'PayPal Transaction Fee','18.78'),(6428,359,'_date_paid','1620661813'),(6429,359,'_paid_date','2021-05-10 15:50:13'),(6430,359,'_download_permissions_granted','yes'),(6431,359,'_recorded_sales','yes'),(6432,359,'_recorded_coupon_usage_counts','yes'),(6433,359,'_order_stock_reduced','yes'),(6434,359,'_new_order_email_sent','true'),(6435,359,'_edit_lock','1620679605:2'),(6436,359,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034039\";s:12:\"date_shipped\";s:10:\"1620604800\";s:11:\"tracking_id\";s:32:\"771d77dbb17766b4d40d755935db5a8b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034028\";s:12:\"date_shipped\";i:1620679647;s:11:\"tracking_id\";s:32:\"867cba54226fd82628427eee3b688128\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034017\";s:12:\"date_shipped\";i:1620679655;s:11:\"tracking_id\";s:32:\"f542824c609203b93d5f9fe6b4c7d7f6\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034006\";s:12:\"date_shipped\";i:1620679664;s:11:\"tracking_id\";s:32:\"6572f4a38b17796e7c86bf16f3bd6343\";}}'),(6437,359,'_edit_last','2'),(6438,359,'_date_completed','1620679668'),(6439,359,'_completed_date','2021-05-10 20:47:48'),(6440,360,'_order_key','wc_order_ajg7fm82EEbCx'),(6441,360,'_customer_user','77'),(6442,360,'_payment_method','paypal'),(6443,360,'_payment_method_title','PayPal'),(6444,360,'_customer_ip_address','107.205.56.86'),(6445,360,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6446,360,'_created_via','checkout'),(6447,360,'_cart_hash','08dea6fccdc65385ce0c8b39a5aa93b5'),(6448,360,'_billing_first_name','Phil'),(6449,360,'_billing_last_name','Moon'),(6450,360,'_billing_company','Lice Clinics of America--Visalia'),(6451,360,'_billing_address_1','585 56th Street'),(6452,360,'_billing_city','Oakland'),(6453,360,'_billing_state','CA'),(6454,360,'_billing_postcode','94609'),(6455,360,'_billing_country','US'),(6456,360,'_billing_email','info@liceclinicsfresno.com'),(6457,360,'_billing_phone','5593046305'),(6458,360,'_shipping_first_name','Kristen'),(6459,360,'_shipping_last_name','Maroot-Rippee'),(6460,360,'_shipping_company','Lice Busters LLC. FRESNO'),(6461,360,'_shipping_address_1','487 West Scott Avenue'),(6462,360,'_shipping_city','Fresno'),(6463,360,'_shipping_state','CA'),(6464,360,'_shipping_postcode','93704'),(6465,360,'_shipping_country','US'),(6466,360,'_order_currency','USD'),(6467,360,'_cart_discount','0'),(6468,360,'_cart_discount_tax','0'),(6469,360,'_order_shipping','0'),(6470,360,'_order_shipping_tax','0'),(6471,360,'_order_tax','0'),(6472,360,'_order_total','752.00'),(6473,360,'_order_version','5.2.2'),(6474,360,'_prices_include_tax','no'),(6475,360,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(6476,360,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. FRESNO 487 West Scott Avenue Fresno CA 93704 US'),(6477,360,'is_vat_exempt','no'),(6478,360,'Payment type','instant'),(6479,360,'_transaction_id','270798509C613611U'),(6480,360,'_paypal_status','completed'),(6481,360,'PayPal Transaction Fee','22.11'),(6482,360,'_date_paid','1620703787'),(6483,360,'_paid_date','2021-05-11 03:29:47'),(6484,360,'_download_permissions_granted','yes'),(6485,360,'_recorded_sales','yes'),(6486,360,'_recorded_coupon_usage_counts','yes'),(6487,360,'_order_stock_reduced','yes'),(6488,360,'_new_order_email_sent','true'),(6489,358,'_edit_lock','1621002994:2'),(6490,360,'_edit_lock','1620841692:2'),(6491,360,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:12:\"168953034109\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034109\";s:12:\"date_shipped\";s:10:\"1620691200\";s:11:\"tracking_id\";s:32:\"8fcf14aa6d47e056fb15caeab1a23d03\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034094\";s:12:\"date_shipped\";s:10:\"1620691200\";s:11:\"tracking_id\";s:32:\"8800eed1405624834999da1a2270a2f1\";}}'),(6492,360,'_edit_last','2'),(6493,360,'_date_completed','1620841824'),(6494,360,'_completed_date','2021-05-12 17:50:24'),(6495,361,'_order_key','wc_order_5MRfdF0Ym8Dw8'),(6496,361,'_customer_user','26'),(6497,361,'_payment_method','paypal'),(6498,361,'_payment_method_title','PayPal'),(6499,361,'_customer_ip_address','174.63.202.137'),(6500,361,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6501,361,'_created_via','checkout'),(6502,361,'_cart_hash','7155f7e4186497e1bef5e61320ae05c5'),(6503,361,'_billing_first_name','Andrew'),(6504,361,'_billing_last_name','Crumrine'),(6505,361,'_billing_address_1','3537 Stevens Way'),(6506,361,'_billing_city','Augusta'),(6507,361,'_billing_state','GA'),(6508,361,'_billing_postcode','30907'),(6509,361,'_billing_country','US'),(6510,361,'_billing_email','augustagalice@gmail.com'),(6511,361,'_billing_phone','7063064588'),(6512,361,'_shipping_first_name','Andrew'),(6513,361,'_shipping_last_name','Crumrine'),(6514,361,'_shipping_address_1','3537 Stevens Way'),(6515,361,'_shipping_city','Augusta'),(6516,361,'_shipping_state','GA'),(6517,361,'_shipping_postcode','30907'),(6518,361,'_shipping_country','US'),(6519,361,'_order_currency','USD'),(6520,361,'_cart_discount','0'),(6521,361,'_cart_discount_tax','0'),(6522,361,'_order_shipping','16.06'),(6523,361,'_order_shipping_tax','0'),(6524,361,'_order_tax','0'),(6525,361,'_order_total','321.18'),(6526,361,'_order_version','5.2.2'),(6527,361,'_prices_include_tax','no'),(6528,361,'_billing_address_index','Andrew Crumrine 3537 Stevens Way Augusta GA 30907 US augustagalice@gmail.com 7063064588'),(6529,361,'_shipping_address_index','Andrew Crumrine 3537 Stevens Way Augusta GA 30907 US'),(6530,361,'is_vat_exempt','no'),(6531,361,'Payment type','instant'),(6532,361,'_transaction_id','6W2305214M5717914'),(6533,361,'_paypal_status','completed'),(6534,361,'PayPal Transaction Fee','9.61'),(6535,361,'_date_paid','1620844989'),(6536,361,'_paid_date','2021-05-12 18:43:09'),(6537,361,'_download_permissions_granted','yes'),(6538,361,'_recorded_sales','yes'),(6539,361,'_recorded_coupon_usage_counts','yes'),(6540,361,'_order_stock_reduced','yes'),(6541,361,'_new_order_email_sent','true'),(6578,363,'_order_key','wc_order_l7rrxRalIlA4T'),(6579,363,'_customer_user','71'),(6580,363,'_payment_method','paypal'),(6581,363,'_payment_method_title','PayPal'),(6582,363,'_customer_ip_address','176.80.114.93'),(6583,363,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15'),(6584,363,'_created_via','checkout'),(6585,363,'_cart_hash','35b3e2245033f544b820ee1e09b683fa'),(6586,363,'_billing_first_name','Mercedes'),(6587,363,'_billing_last_name','Domingo'),(6588,363,'_billing_company','JAMIC LLC'),(6589,363,'_billing_address_1','3525 Del Mar Heights Road'),(6590,363,'_billing_address_2','#1014'),(6591,363,'_billing_city','San Diego'),(6592,363,'_billing_state','CA'),(6593,363,'_billing_postcode','92130'),(6594,363,'_billing_country','US'),(6595,363,'_billing_email','mdomingo@extramile.es'),(6596,363,'_billing_phone','8582498337'),(6597,363,'_shipping_first_name','Azucena'),(6598,363,'_shipping_last_name','Villagomez'),(6599,363,'_shipping_address_1','122 E. 17 St.'),(6600,363,'_shipping_city','National City'),(6601,363,'_shipping_state','CA'),(6602,363,'_shipping_postcode','91950'),(6603,363,'_shipping_country','US'),(6604,363,'_order_currency','USD'),(6605,363,'_cart_discount','0'),(6606,363,'_cart_discount_tax','0'),(6607,363,'_order_shipping','43.85'),(6608,363,'_order_shipping_tax','0'),(6609,363,'_order_tax','0'),(6610,363,'_order_total','43.85'),(6611,363,'_order_version','5.2.2'),(6612,363,'_prices_include_tax','no'),(6613,363,'_billing_address_index','Mercedes Domingo JAMIC LLC 3525 Del Mar Heights Road #1014 San Diego CA 92130 US mdomingo@extramile.es 8582498337'),(6614,363,'_shipping_address_index','Azucena Villagomez 122 E. 17 St. National City CA 91950 US'),(6617,363,'is_vat_exempt','no'),(6618,363,'Payment type','instant'),(6619,363,'_transaction_id','7Y971225WA117930R'),(6620,363,'_paypal_status','completed'),(6621,363,'PayPal Transaction Fee','1.57'),(6622,363,'_date_paid','1620927698'),(6623,363,'_paid_date','2021-05-13 17:41:38'),(6624,363,'_download_permissions_granted','yes'),(6625,363,'_recorded_sales','yes'),(6626,363,'_recorded_coupon_usage_counts','yes'),(6627,363,'_order_stock_reduced','yes'),(6628,363,'_new_order_email_sent','true'),(6629,364,'_order_key','wc_order_Rvvx8IVxrAWx5'),(6630,364,'_customer_user','40'),(6631,364,'_payment_method','paypal'),(6632,364,'_payment_method_title','PayPal'),(6633,364,'_customer_ip_address','76.121.251.218'),(6634,364,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6635,364,'_created_via','checkout'),(6636,364,'_cart_hash','bd7db3530b434223fb7055ba981d8823'),(6637,364,'_billing_first_name','PAUL'),(6638,364,'_billing_last_name','Cunningham'),(6639,364,'_billing_address_1','25606 180th AVE SE'),(6640,364,'_billing_city','Covington'),(6641,364,'_billing_state','WA'),(6642,364,'_billing_postcode','98042'),(6643,364,'_billing_country','US'),(6644,364,'_billing_email','cjp104@gmail.com'),(6645,364,'_billing_phone','2064128444'),(6646,364,'_shipping_first_name','PAUL'),(6647,364,'_shipping_last_name','Cunningham'),(6648,364,'_shipping_address_1','25606 180th AVE SE'),(6649,364,'_shipping_city','Covington'),(6650,364,'_shipping_state','WA'),(6651,364,'_shipping_postcode','98042'),(6652,364,'_shipping_country','US'),(6653,364,'_order_currency','USD'),(6654,364,'_cart_discount','0'),(6655,364,'_cart_discount_tax','0'),(6656,364,'_order_shipping','60'),(6657,364,'_order_shipping_tax','0'),(6658,364,'_order_tax','0'),(6659,364,'_order_total','264.00'),(6660,364,'_order_version','5.2.2'),(6661,364,'_prices_include_tax','no'),(6662,364,'_billing_address_index','PAUL Cunningham 25606 180th AVE SE Covington WA 98042 US cjp104@gmail.com 2064128444'),(6663,364,'_shipping_address_index','PAUL Cunningham 25606 180th AVE SE Covington WA 98042 US'),(6664,364,'is_vat_exempt','no'),(6665,364,'Payment type','instant'),(6666,364,'_transaction_id','8V016471UU800143X'),(6667,364,'_paypal_status','completed'),(6668,364,'PayPal Transaction Fee','7.96'),(6669,364,'_date_paid','1620929763'),(6670,364,'_paid_date','2021-05-13 18:16:03'),(6671,364,'_download_permissions_granted','yes'),(6672,364,'_recorded_sales','yes'),(6673,364,'_recorded_coupon_usage_counts','yes'),(6674,364,'_order_stock_reduced','yes'),(6675,364,'_new_order_email_sent','true'),(6676,364,'_edit_lock','1621002707:2'),(6677,364,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034808\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"d78e4ff422aa5a3cf753dd36d421d348\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034793\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"2147d438c3e75cf0e5deb490b38816af\";}}'),(6678,364,'_edit_last','2'),(6679,364,'_date_completed','1621002834'),(6680,364,'_completed_date','2021-05-14 14:33:54'),(6681,363,'_edit_lock','1621002854:2'),(6682,363,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034782\";s:12:\"date_shipped\";s:10:\"1620864000\";s:11:\"tracking_id\";s:32:\"b4121a675e638dfdadf4893959083b00\";}}'),(6683,363,'_edit_last','2'),(6684,363,'_date_completed','1621002990'),(6685,363,'_completed_date','2021-05-14 14:36:30'),(6690,361,'_edit_lock','1621003024:2'),(6691,358,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953033856\";s:12:\"date_shipped\";s:10:\"1620345600\";s:11:\"tracking_id\";s:32:\"1275fe70192398a7e251360c0ca6da94\";}}'),(6692,358,'_edit_last','2'),(6693,358,'_date_completed','1621003062'),(6694,358,'_completed_date','2021-05-14 14:37:42'),(6695,361,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034635\";s:12:\"date_shipped\";s:10:\"1620777600\";s:11:\"tracking_id\";s:32:\"8b74183e184a8c2259e6d1e3b68d4016\";}}'),(6696,361,'_edit_last','2'),(6697,361,'_date_completed','1621003165'),(6698,361,'_completed_date','2021-05-14 14:39:25'),(6699,366,'_order_key','wc_order_YUJbDjQKuTqXB'),(6700,366,'_customer_user','3'),(6701,366,'_payment_method','paypal'),(6702,366,'_payment_method_title','PayPal'),(6703,366,'_customer_ip_address','70.142.202.154'),(6704,366,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6705,366,'_created_via','checkout'),(6706,366,'_cart_hash','8e37fd8fa97b7723cd353eea50fda14c'),(6707,366,'_billing_first_name','Amanda'),(6708,366,'_billing_last_name','Westerman'),(6709,366,'_billing_company','Lice Clinics of America McKinney'),(6710,366,'_billing_address_1','3120 Hudson Crossing'),(6711,366,'_billing_address_2','Suite A2'),(6712,366,'_billing_city','MCKINNEY'),(6713,366,'_billing_state','TX'),(6714,366,'_billing_postcode','75070'),(6715,366,'_billing_country','US'),(6716,366,'_billing_email','awesterman1103@gmail.com'),(6717,366,'_billing_phone','2144175741'),(6718,366,'_shipping_first_name','Amanda'),(6719,366,'_shipping_last_name','Westerman'),(6720,366,'_shipping_company','Lice Clinics of America McKinney'),(6721,366,'_shipping_address_1','3120 Hudson Crossing'),(6722,366,'_shipping_address_2','Suite A2'),(6723,366,'_shipping_city','MCKINNEY'),(6724,366,'_shipping_state','TX'),(6725,366,'_shipping_postcode','75070'),(6726,366,'_shipping_country','US'),(6727,366,'_order_currency','USD'),(6728,366,'_cart_discount','0'),(6729,366,'_cart_discount_tax','0'),(6730,366,'_order_shipping','37.64'),(6731,366,'_order_shipping_tax','0'),(6732,366,'_order_tax','0'),(6733,366,'_order_total','552.36'),(6734,366,'_order_version','5.2.2'),(6735,366,'_prices_include_tax','no'),(6736,366,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(6737,366,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(6738,366,'is_vat_exempt','no'),(6739,366,'Payment type','instant'),(6740,366,'_transaction_id','2PG21552GM7242502'),(6741,366,'_paypal_status','completed'),(6742,366,'PayPal Transaction Fee','16.32'),(6743,366,'_date_paid','1621011331'),(6744,366,'_paid_date','2021-05-14 16:55:31'),(6745,366,'_download_permissions_granted','yes'),(6746,366,'_recorded_sales','yes'),(6747,366,'_recorded_coupon_usage_counts','yes'),(6748,366,'_order_stock_reduced','yes'),(6749,366,'_new_order_email_sent','true'),(6750,367,'_order_key','wc_order_MNaU3jBRcTnYD'),(6751,367,'_customer_user','3'),(6752,367,'_payment_method','paypal'),(6753,367,'_payment_method_title','PayPal'),(6754,367,'_customer_ip_address','70.142.202.154'),(6755,367,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(6756,367,'_created_via','checkout'),(6757,367,'_cart_hash','8a7f8fe7e5fc5732c4387c7674265aa3'),(6758,367,'_billing_first_name','Amanda'),(6759,367,'_billing_last_name','Westerman'),(6760,367,'_billing_company','Lice Clinics of America McKinney'),(6761,367,'_billing_address_1','3120 Hudson Crossing'),(6762,367,'_billing_address_2','Suite A2'),(6763,367,'_billing_city','MCKINNEY'),(6764,367,'_billing_state','TX'),(6765,367,'_billing_postcode','75070'),(6766,367,'_billing_country','US'),(6767,367,'_billing_email','awesterman1103@gmail.com'),(6768,367,'_billing_phone','2144175741'),(6769,367,'_shipping_first_name','Lice clinics of'),(6770,367,'_shipping_last_name','Dublin'),(6771,367,'_shipping_company','LCA Dublin'),(6772,367,'_shipping_address_1','5910 Wilcox Place Suite E'),(6773,367,'_shipping_address_2','Suite E'),(6774,367,'_shipping_city','Dublin'),(6775,367,'_shipping_state','OH'),(6776,367,'_shipping_postcode','43016'),(6777,367,'_shipping_country','US'),(6778,367,'_order_currency','USD'),(6779,367,'_cart_discount','0'),(6780,367,'_cart_discount_tax','0'),(6781,367,'_order_shipping','17.29'),(6782,367,'_order_shipping_tax','0'),(6783,367,'_order_tax','0'),(6784,367,'_order_total','161.29'),(6785,367,'_order_version','5.2.2'),(6786,367,'_prices_include_tax','no'),(6787,367,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(6788,367,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(6789,367,'is_vat_exempt','no'),(6790,367,'Payment type','instant'),(6791,367,'_transaction_id','7BM51585SP8960743'),(6792,367,'_paypal_status','completed'),(6793,367,'PayPal Transaction Fee','4.98'),(6794,367,'_date_paid','1621012672'),(6795,367,'_paid_date','2021-05-14 17:17:52'),(6796,367,'_download_permissions_granted','yes'),(6797,367,'_recorded_sales','yes'),(6798,367,'_recorded_coupon_usage_counts','yes'),(6799,367,'_order_stock_reduced','yes'),(6800,367,'_new_order_email_sent','true'),(6801,366,'_edit_lock','1621266330:2'),(6802,367,'_edit_lock','1621022773:2'),(6803,367,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034900\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"444c9a75a1339fe42800c374f60bbfe0\";}}'),(6804,367,'_edit_last','2'),(6805,367,'_date_completed','1621022784'),(6806,367,'_completed_date','2021-05-14 20:06:24'),(6807,368,'_order_key','wc_order_yKkGpt7M8WNA9'),(6808,368,'_customer_user','28'),(6809,368,'_payment_method','paypal'),(6810,368,'_payment_method_title','PayPal'),(6811,368,'_customer_ip_address','172.115.255.171'),(6812,368,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6813,368,'_created_via','checkout'),(6814,368,'_cart_hash','0a3d36f72e141b485272b1a311f3b14f'),(6815,368,'_billing_first_name','Kelli'),(6816,368,'_billing_last_name','Washington'),(6817,368,'_billing_company','Lice Clinics of America - Temecula'),(6818,368,'_billing_address_1','2438 Bear Rock Gln'),(6819,368,'_billing_city','Escondido'),(6820,368,'_billing_state','CA'),(6821,368,'_billing_postcode','92026'),(6822,368,'_billing_country','US'),(6823,368,'_billing_email','info@liceclinicstemecula.com'),(6824,368,'_billing_phone','7606255580'),(6825,368,'_shipping_first_name','Kelli'),(6826,368,'_shipping_last_name','Washington'),(6827,368,'_shipping_company','Lice Clinics of America - Temecula'),(6828,368,'_shipping_address_1','2438 Bear Rock Gln'),(6829,368,'_shipping_city','Escondido'),(6830,368,'_shipping_state','CA'),(6831,368,'_shipping_postcode','92026'),(6832,368,'_shipping_country','US'),(6833,368,'_order_currency','USD'),(6834,368,'_cart_discount','0'),(6835,368,'_cart_discount_tax','0'),(6836,368,'_order_shipping','27.55'),(6837,368,'_order_shipping_tax','0'),(6838,368,'_order_tax','0'),(6839,368,'_order_total','285.79'),(6840,368,'_order_version','5.2.2'),(6841,368,'_prices_include_tax','no'),(6842,368,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(6843,368,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US'),(6844,368,'is_vat_exempt','no'),(6845,368,'Payment type','instant'),(6846,368,'_transaction_id','2GA9509045404433M'),(6847,368,'_paypal_status','completed'),(6848,368,'PayPal Transaction Fee','8.59'),(6849,368,'_date_paid','1621025374'),(6850,368,'_paid_date','2021-05-14 20:49:34'),(6851,368,'_download_permissions_granted','yes'),(6852,368,'_recorded_sales','yes'),(6853,368,'_recorded_coupon_usage_counts','yes'),(6854,368,'_order_stock_reduced','yes'),(6855,368,'_new_order_email_sent','true'),(6856,369,'_order_key','wc_order_p1v8NMKZqKKeD'),(6857,369,'_customer_user','61'),(6858,369,'_payment_method','paypal'),(6859,369,'_payment_method_title','PayPal'),(6860,369,'_customer_ip_address','69.174.167.167'),(6861,369,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6862,369,'_created_via','checkout'),(6863,369,'_cart_hash','c89e8216773ec090bae101ecef1f1f97'),(6864,369,'_billing_first_name','Judy'),(6865,369,'_billing_last_name','Hayden'),(6866,369,'_billing_company','LCA'),(6867,369,'_billing_address_1','1795 Alysheba Way'),(6868,369,'_billing_address_2','Ste 4105'),(6869,369,'_billing_city','Lexington'),(6870,369,'_billing_state','KY'),(6871,369,'_billing_postcode','40509'),(6872,369,'_billing_country','US'),(6873,369,'_billing_email','info@liceclinicslexington.com'),(6874,369,'_billing_phone','8595376966'),(6875,369,'_shipping_first_name','Judy'),(6876,369,'_shipping_last_name','Hayden'),(6877,369,'_shipping_company','LCA Florence'),(6878,369,'_shipping_address_1','6905 Burlington Pike'),(6879,369,'_shipping_address_2','Suite A'),(6880,369,'_shipping_city','Florence'),(6881,369,'_shipping_state','KY'),(6882,369,'_shipping_postcode','41042'),(6883,369,'_shipping_country','US'),(6884,369,'_order_currency','USD'),(6885,369,'_cart_discount','0'),(6886,369,'_cart_discount_tax','0'),(6887,369,'_order_shipping','0'),(6888,369,'_order_shipping_tax','0'),(6889,369,'_order_tax','0'),(6890,369,'_order_total','612.46'),(6891,369,'_order_version','5.2.2'),(6892,369,'_prices_include_tax','no'),(6893,369,'_billing_address_index','Judy Hayden LCA 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(6894,369,'_shipping_address_index','Judy Hayden LCA Florence 6905 Burlington Pike Suite A Florence KY 41042 US'),(6895,369,'is_vat_exempt','no'),(6896,369,'Payment type','instant'),(6897,369,'_transaction_id','5FY62454JY8877439'),(6898,369,'_paypal_status','completed'),(6899,369,'PayPal Transaction Fee','18.06'),(6900,369,'_date_paid','1621081964'),(6901,369,'_paid_date','2021-05-15 12:32:44'),(6902,369,'_download_permissions_granted','yes'),(6903,369,'_recorded_sales','yes'),(6904,369,'_recorded_coupon_usage_counts','yes'),(6905,369,'_order_stock_reduced','yes'),(6906,369,'_new_order_email_sent','true'),(6907,370,'_order_key','wc_order_5b13bbEqhL9Ck'),(6908,370,'_customer_user','46'),(6909,370,'_payment_method','paypal'),(6910,370,'_payment_method_title','PayPal'),(6911,370,'_customer_ip_address','216.163.6.72'),(6912,370,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(6913,370,'_created_via','checkout'),(6914,370,'_cart_hash','01fa640fb6c49927881b2de922f6c71f'),(6915,370,'_billing_first_name','Shannon'),(6916,370,'_billing_last_name','Steele'),(6917,370,'_billing_company','SBS Investments'),(6918,370,'_billing_address_1','1702 Hazelwood Court'),(6919,370,'_billing_city','Jonesboro'),(6920,370,'_billing_state','AR'),(6921,370,'_billing_postcode','72401'),(6922,370,'_billing_country','US'),(6923,370,'_billing_email','info@liceclinicsjonesboro.com'),(6924,370,'_billing_phone','8709262731'),(6925,370,'_shipping_first_name','Shannon'),(6926,370,'_shipping_last_name','Steele'),(6927,370,'_shipping_company','SBS Investments/LCA- Jonesboro'),(6928,370,'_shipping_address_1','3106 Orval Orlan Drive'),(6929,370,'_shipping_address_2','Suite D'),(6930,370,'_shipping_city','Jonesboro'),(6931,370,'_shipping_state','AR'),(6932,370,'_shipping_postcode','72404'),(6933,370,'_shipping_country','US'),(6934,370,'_order_currency','USD'),(6935,370,'_cart_discount','0'),(6936,370,'_cart_discount_tax','0'),(6937,370,'_order_shipping','11.01'),(6938,370,'_order_shipping_tax','0'),(6939,370,'_order_tax','0'),(6940,370,'_order_total','71.01'),(6941,370,'_order_version','5.2.2'),(6942,370,'_prices_include_tax','no'),(6943,370,'_billing_address_index','Shannon Steele SBS Investments 1702 Hazelwood Court Jonesboro AR 72401 US info@liceclinicsjonesboro.com 8709262731'),(6944,370,'_shipping_address_index','Shannon Steele SBS Investments/LCA- Jonesboro 3106 Orval Orlan Drive Suite D Jonesboro AR 72404 US'),(6945,370,'is_vat_exempt','no'),(6946,370,'Payment type','instant'),(6947,370,'_transaction_id','2S596327B5279954V'),(6948,370,'_paypal_status','completed'),(6949,370,'PayPal Transaction Fee','2.36'),(6950,370,'_date_paid','1621104107'),(6951,370,'_paid_date','2021-05-15 18:41:47'),(6952,370,'_download_permissions_granted','yes'),(6953,370,'_recorded_sales','yes'),(6954,370,'_recorded_coupon_usage_counts','yes'),(6955,370,'_order_stock_reduced','yes'),(6956,370,'_new_order_email_sent','true'),(6957,369,'_edit_lock','1621266014:2'),(6958,369,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035057\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"acad4124be3517002be425ab0b7cf844\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035046\";s:12:\"date_shipped\";i:1621266100;s:11:\"tracking_id\";s:32:\"19db34c8face01f3967ad6794a7ffd66\";}}'),(6959,369,'_edit_last','2'),(6960,369,'_date_completed','1621266104'),(6961,369,'_completed_date','2021-05-17 15:41:44'),(6962,368,'_edit_lock','1621266070:2'),(6963,368,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035035\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"44c7da37fd2723a4dcd7b33be296e607\";}}'),(6964,368,'_edit_last','2'),(6965,368,'_date_completed','1621266185'),(6966,368,'_completed_date','2021-05-17 15:43:05'),(6967,366,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034999\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"84948810c0eadb4204eb4bc5ce9b98c9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953034988\";s:12:\"date_shipped\";s:10:\"1620950400\";s:11:\"tracking_id\";s:32:\"826cff52e8b5a791b52c3f2b4bab2042\";}}'),(6968,366,'_edit_last','2'),(6969,366,'_date_completed','1621266458'),(6970,366,'_completed_date','2021-05-17 15:47:38'),(6971,370,'_edit_lock','1621278685:2'),(6972,370,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035079\";s:12:\"date_shipped\";s:10:\"1621209600\";s:11:\"tracking_id\";s:32:\"8aaca81bb4baeb61d9d06c7c6ef40628\";}}'),(6973,370,'_edit_last','2'),(6974,370,'_date_completed','1621278824'),(6975,370,'_completed_date','2021-05-17 19:13:44'),(6976,371,'_order_key','wc_order_cCS8RmaE6P9qc'),(6977,371,'_customer_user','48'),(6978,371,'_payment_method','paypal'),(6979,371,'_payment_method_title','PayPal'),(6980,371,'_customer_ip_address','50.4.121.93'),(6981,371,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.56'),(6982,371,'_created_via','checkout'),(6983,371,'_cart_hash','aa34034639a23310ecd36418320ed06e'),(6984,371,'_billing_first_name','Suzanne'),(6985,371,'_billing_last_name','McCutchan'),(6986,371,'_billing_address_1','7206 OAK HILL RD'),(6987,371,'_billing_city','Evansville'),(6988,371,'_billing_state','IN'),(6989,371,'_billing_postcode','47725'),(6990,371,'_billing_country','US'),(6991,371,'_billing_email','suzannemccutchan@outlook.com'),(6992,371,'_billing_phone','8127468389'),(6993,371,'_shipping_first_name','Suzanne'),(6994,371,'_shipping_last_name','McCutchan'),(6995,371,'_shipping_address_1','7206 Oak Hill Rd'),(6996,371,'_shipping_city','Evansville'),(6997,371,'_shipping_state','IN'),(6998,371,'_shipping_postcode','47725'),(6999,371,'_shipping_country','US'),(7000,371,'_order_currency','USD'),(7001,371,'_cart_discount','0'),(7002,371,'_cart_discount_tax','0'),(7003,371,'_order_shipping','18.97'),(7004,371,'_order_shipping_tax','0'),(7005,371,'_order_tax','0'),(7006,371,'_order_total','313.87'),(7007,371,'_order_version','5.2.2'),(7008,371,'_prices_include_tax','no'),(7009,371,'_billing_address_index','Suzanne McCutchan 7206 OAK HILL RD Evansville IN 47725 US suzannemccutchan@outlook.com 8127468389'),(7010,371,'_shipping_address_index','Suzanne McCutchan 7206 Oak Hill Rd Evansville IN 47725 US'),(7011,371,'is_vat_exempt','no'),(7012,371,'Payment type','instant'),(7013,371,'_transaction_id','6WG87133573673355'),(7014,371,'_paypal_status','completed'),(7015,371,'PayPal Transaction Fee','9.40'),(7016,371,'_date_paid','1621372774'),(7017,371,'_paid_date','2021-05-18 21:19:34'),(7018,371,'_download_permissions_granted','yes'),(7019,371,'_recorded_sales','yes'),(7020,371,'_recorded_coupon_usage_counts','yes'),(7021,371,'_order_stock_reduced','yes'),(7022,371,'_new_order_email_sent','true'),(7023,372,'_order_key','wc_order_GUGk5Rpl1FWPH'),(7024,372,'_customer_user','15'),(7025,372,'_payment_method','paypal'),(7026,372,'_payment_method_title','PayPal'),(7027,372,'_customer_ip_address','172.15.92.16'),(7028,372,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.56'),(7029,372,'_created_via','checkout'),(7030,372,'_cart_hash','05f075852494576fd1ee7890cc19ba47'),(7031,372,'_billing_first_name','David'),(7032,372,'_billing_last_name','Florsheim'),(7033,372,'_billing_company','Lice Clincs of America'),(7034,372,'_billing_address_1','11506 N Creekside Ct'),(7035,372,'_billing_city','Mequon'),(7036,372,'_billing_state','WI'),(7037,372,'_billing_postcode','53092'),(7038,372,'_billing_country','US'),(7039,372,'_billing_email','info@liceclinicsmilwaukee.com'),(7040,372,'_billing_phone','4142556550'),(7041,372,'_shipping_first_name','Caitlin'),(7042,372,'_shipping_last_name','Kugler'),(7043,372,'_shipping_company','LCA'),(7044,372,'_shipping_address_1','2748 Wisconsin St'),(7045,372,'_shipping_city','Sturtevant'),(7046,372,'_shipping_state','WI'),(7047,372,'_shipping_postcode','53177'),(7048,372,'_shipping_country','US'),(7049,372,'_order_currency','USD'),(7050,372,'_cart_discount','0'),(7051,372,'_cart_discount_tax','0'),(7052,372,'_order_shipping','17.29'),(7053,372,'_order_shipping_tax','0'),(7054,372,'_order_tax','0'),(7055,372,'_order_total','193.66'),(7056,372,'_order_version','5.2.2'),(7057,372,'_prices_include_tax','no'),(7058,372,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(7059,372,'_shipping_address_index','Caitlin Kugler LCA 2748 Wisconsin St Sturtevant WI 53177 US'),(7060,372,'is_vat_exempt','no'),(7061,372,'Payment type','instant'),(7062,372,'_transaction_id','0J208326BH1415929'),(7063,372,'_paypal_status','completed'),(7064,372,'PayPal Transaction Fee','5.92'),(7065,372,'_date_paid','1621471975'),(7066,372,'_paid_date','2021-05-20 00:52:55'),(7067,372,'_download_permissions_granted','yes'),(7068,372,'_recorded_sales','yes'),(7069,372,'_recorded_coupon_usage_counts','yes'),(7070,372,'_order_stock_reduced','yes'),(7071,372,'_new_order_email_sent','true'),(7072,371,'_edit_lock','1621528872:2'),(7073,371,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035388\";s:12:\"date_shipped\";s:10:\"1621382400\";s:11:\"tracking_id\";s:32:\"3a9c49d4cc61e815d0f8e791497f4f5b\";}}'),(7074,371,'_edit_last','2'),(7075,371,'_date_completed','1621528993'),(7076,371,'_completed_date','2021-05-20 16:43:13'),(7077,372,'_edit_lock','1621529144:2'),(7078,372,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035594\";s:12:\"date_shipped\";s:10:\"1621468800\";s:11:\"tracking_id\";s:32:\"e9434d08273ba463845f39c58fdeba77\";}}'),(7079,372,'_edit_last','2'),(7080,372,'_date_completed','1621529241'),(7081,372,'_completed_date','2021-05-20 16:47:21'),(7082,373,'_order_key','wc_order_A5ysTRQYhTawM'),(7083,373,'_customer_user','49'),(7084,373,'_payment_method','paypal'),(7085,373,'_payment_method_title','PayPal'),(7086,373,'_customer_ip_address','96.255.114.62'),(7087,373,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7088,373,'_created_via','checkout'),(7089,373,'_cart_hash','af42e5553b55995f4b3a329d6f42e485'),(7090,373,'_billing_first_name','Michelle'),(7091,373,'_billing_last_name','Winkler'),(7092,373,'_billing_address_1','8943 Garrett Way'),(7093,373,'_billing_city','Manassas'),(7094,373,'_billing_state','VA'),(7095,373,'_billing_postcode','20112'),(7096,373,'_billing_country','US'),(7097,373,'_billing_email','info@northernvirginialiceclinics.com'),(7098,373,'_billing_phone','8587520975'),(7099,373,'_shipping_first_name','Michelle'),(7100,373,'_shipping_last_name','Winkler'),(7101,373,'_shipping_address_1','8943 Garrett Way'),(7102,373,'_shipping_city','Manassas'),(7103,373,'_shipping_state','VA'),(7104,373,'_shipping_postcode','20112'),(7105,373,'_shipping_country','US'),(7106,373,'_order_currency','USD'),(7107,373,'_cart_discount','0'),(7108,373,'_cart_discount_tax','0'),(7109,373,'_order_shipping','0'),(7110,373,'_order_shipping_tax','0'),(7111,373,'_order_tax','0'),(7112,373,'_order_total','539.20'),(7113,373,'_order_version','5.2.2'),(7114,373,'_prices_include_tax','no'),(7115,373,'_billing_address_index','Michelle Winkler 8943 Garrett Way Manassas VA 20112 US info@northernvirginialiceclinics.com 8587520975'),(7116,373,'_shipping_address_index','Michelle Winkler 8943 Garrett Way Manassas VA 20112 US'),(7117,373,'is_vat_exempt','no'),(7118,373,'Payment type','instant'),(7119,373,'_transaction_id','69U581013K0784049'),(7120,373,'_paypal_status','completed'),(7121,373,'PayPal Transaction Fee','15.94'),(7122,373,'_date_paid','1621530199'),(7123,373,'_paid_date','2021-05-20 17:03:19'),(7124,373,'_download_permissions_granted','yes'),(7125,373,'_recorded_sales','yes'),(7126,373,'_recorded_coupon_usage_counts','yes'),(7127,373,'_order_stock_reduced','yes'),(7128,373,'_new_order_email_sent','true'),(7129,374,'_order_key','wc_order_q6s7PSIyzc90N'),(7130,374,'_customer_user','36'),(7131,374,'_payment_method','paypal'),(7132,374,'_payment_method_title','PayPal'),(7133,374,'_customer_ip_address','198.212.9.203'),(7134,374,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1 Safari/605.1.15'),(7135,374,'_created_via','checkout'),(7136,374,'_cart_hash','a23bc1b288263b2ff4f00813a37a2d65'),(7137,374,'_billing_first_name','Melanie'),(7138,374,'_billing_last_name','Sherman'),(7139,374,'_billing_company','Lice Clinics of Bakersfield'),(7140,374,'_billing_address_1','2920 F ST'),(7141,374,'_billing_address_2','G-9'),(7142,374,'_billing_city','Bakersfield'),(7143,374,'_billing_state','CA'),(7144,374,'_billing_postcode','93301'),(7145,374,'_billing_country','US'),(7146,374,'_billing_email','2920lca@gmail.com'),(7147,374,'_billing_phone','661-616-8900'),(7148,374,'_shipping_first_name','Melanie'),(7149,374,'_shipping_last_name','Sherman'),(7150,374,'_shipping_company','Lice Clinics of Bakersfield'),(7151,374,'_shipping_address_1','2920 F ST'),(7152,374,'_shipping_address_2','G-9'),(7153,374,'_shipping_city','Bakersfield'),(7154,374,'_shipping_state','CA'),(7155,374,'_shipping_postcode','93301'),(7156,374,'_shipping_country','US'),(7157,374,'_order_currency','USD'),(7158,374,'_cart_discount','0'),(7159,374,'_cart_discount_tax','0'),(7160,374,'_order_shipping','110.25'),(7161,374,'_order_shipping_tax','0'),(7162,374,'_order_tax','0'),(7163,374,'_order_total','580.21'),(7164,374,'_order_version','5.2.2'),(7165,374,'_prices_include_tax','no'),(7166,374,'_billing_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US 2920lca@gmail.com 661-616-8900'),(7167,374,'_shipping_address_index','Melanie Sherman Lice Clinics of Bakersfield 2920 F ST G-9 Bakersfield CA 93301 US'),(7168,374,'is_vat_exempt','no'),(7169,374,'Payment type','instant'),(7170,374,'_transaction_id','41778122FN7309213'),(7171,374,'_paypal_status','completed'),(7172,374,'PayPal Transaction Fee','17.13'),(7173,374,'_date_paid','1621617770'),(7174,374,'_paid_date','2021-05-21 17:22:50'),(7175,374,'_download_permissions_granted','yes'),(7176,374,'_recorded_sales','yes'),(7177,374,'_recorded_coupon_usage_counts','yes'),(7178,374,'_order_stock_reduced','yes'),(7179,374,'_new_order_email_sent','true'),(7180,373,'_edit_lock','1621618773:2'),(7181,373,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035804\";s:12:\"date_shipped\";s:10:\"1621468800\";s:11:\"tracking_id\";s:32:\"6b04f30181af71520c9e965a186b6527\";}}'),(7182,373,'_edit_last','2'),(7183,373,'_date_completed','1621618906'),(7184,373,'_completed_date','2021-05-21 17:41:46'),(7185,375,'_order_key','wc_order_jYqA10vEpoXGT'),(7186,375,'_customer_user','79'),(7187,375,'_payment_method','paypal'),(7188,375,'_payment_method_title','PayPal'),(7189,375,'_customer_ip_address','71.91.158.65'),(7190,375,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(7191,375,'_created_via','checkout'),(7192,375,'_cart_hash','c170990b90cc4b5603f07926767d292a'),(7193,375,'_billing_first_name','Shanna'),(7194,375,'_billing_last_name','Castille'),(7195,375,'_billing_address_1','1097 Hundley Rd'),(7196,375,'_billing_city','Eunice'),(7197,375,'_billing_state','LA'),(7198,375,'_billing_postcode','70535'),(7199,375,'_billing_country','US'),(7200,375,'_billing_email','Shanna_sr09@yahoo.com'),(7201,375,'_billing_phone','3374668998'),(7202,375,'_shipping_first_name','Rebekah'),(7203,375,'_shipping_last_name','Gay'),(7204,375,'_shipping_address_1','339 Forty Oaks Farm Rd'),(7205,375,'_shipping_city','West Monroe'),(7206,375,'_shipping_state','LA'),(7207,375,'_shipping_postcode','71291'),(7208,375,'_shipping_country','US'),(7209,375,'_order_currency','USD'),(7210,375,'_cart_discount','0'),(7211,375,'_cart_discount_tax','0'),(7212,375,'_order_shipping','54.89'),(7213,375,'_order_shipping_tax','0'),(7214,375,'_order_tax','0'),(7215,375,'_order_total','514.63'),(7216,375,'_order_version','5.3.0'),(7217,375,'_prices_include_tax','no'),(7218,375,'_billing_address_index','Shanna Castille 1097 Hundley Rd Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(7219,375,'_shipping_address_index','Rebekah Gay 339 Forty Oaks Farm Rd West Monroe LA 71291 US'),(7220,375,'is_vat_exempt','no'),(7221,375,'Payment type','instant'),(7222,375,'_transaction_id','8T176672WG036074F'),(7223,375,'_paypal_status','completed'),(7224,375,'PayPal Transaction Fee','15.22'),(7225,375,'_date_paid','1621789120'),(7226,375,'_paid_date','2021-05-23 16:58:40'),(7227,375,'_download_permissions_granted','yes'),(7228,375,'_recorded_sales','yes'),(7229,375,'_recorded_coupon_usage_counts','yes'),(7230,375,'_order_stock_reduced','yes'),(7231,375,'_new_order_email_sent','true'),(7232,376,'_order_key','wc_order_b2Q8Wiw0jKjBp'),(7233,376,'_customer_user','3'),(7234,376,'_payment_method','paypal'),(7235,376,'_payment_method_title','PayPal'),(7236,376,'_customer_ip_address','70.142.202.154'),(7237,376,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7238,376,'_created_via','checkout'),(7239,376,'_cart_hash','f64273028cea5141e73f6005f703173a'),(7240,376,'_billing_first_name','Amanda'),(7241,376,'_billing_last_name','Westerman'),(7242,376,'_billing_company','Lice Clinics of America McKinney'),(7243,376,'_billing_address_1','3120 Hudson Crossing'),(7244,376,'_billing_address_2','Suite A2'),(7245,376,'_billing_city','MCKINNEY'),(7246,376,'_billing_state','TX'),(7247,376,'_billing_postcode','75070'),(7248,376,'_billing_country','US'),(7249,376,'_billing_email','awesterman1103@gmail.com'),(7250,376,'_billing_phone','2144175741'),(7251,376,'_shipping_first_name','Lice clinics of'),(7252,376,'_shipping_last_name','Dublin'),(7253,376,'_shipping_company','LCA Dublin'),(7254,376,'_shipping_address_1','5910 Wilcox Place Suite E'),(7255,376,'_shipping_address_2','Suite E'),(7256,376,'_shipping_city','Dublin'),(7257,376,'_shipping_state','OH'),(7258,376,'_shipping_postcode','43016'),(7259,376,'_shipping_country','US'),(7260,376,'_order_currency','USD'),(7261,376,'_cart_discount','0'),(7262,376,'_cart_discount_tax','0'),(7263,376,'_order_shipping','51.14'),(7264,376,'_order_shipping_tax','0'),(7265,376,'_order_tax','0'),(7266,376,'_order_total','518.34'),(7267,376,'_order_version','5.3.0'),(7268,376,'_prices_include_tax','no'),(7269,376,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(7270,376,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(7271,376,'is_vat_exempt','no'),(7272,376,'Payment type','instant'),(7273,376,'_transaction_id','1NL62405DK371064L'),(7274,376,'_paypal_status','completed'),(7275,376,'PayPal Transaction Fee','15.33'),(7276,376,'_date_paid','1621869397'),(7277,376,'_paid_date','2021-05-24 15:16:37'),(7278,376,'_download_permissions_granted','yes'),(7279,376,'_recorded_sales','yes'),(7280,376,'_recorded_coupon_usage_counts','yes'),(7281,376,'_order_stock_reduced','yes'),(7282,376,'_new_order_email_sent','true'),(7283,377,'_order_key','wc_order_vtAeefxqIstbJ'),(7284,377,'_customer_user','3'),(7285,377,'_payment_method','paypal'),(7286,377,'_payment_method_title','PayPal'),(7287,377,'_customer_ip_address','70.142.202.154'),(7288,377,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7289,377,'_created_via','checkout'),(7290,377,'_cart_hash','6efe4038529cb2a97b6df6aae32ea534'),(7291,377,'_billing_first_name','Lee'),(7292,377,'_billing_last_name','Rodgers'),(7293,377,'_billing_company','Lice Clinics Wichita'),(7294,377,'_billing_address_1','345 S. Belmont'),(7295,377,'_billing_city','Wichita'),(7296,377,'_billing_state','KS'),(7297,377,'_billing_postcode','67218'),(7298,377,'_billing_country','US'),(7299,377,'_billing_email','leerodgers@flash.net'),(7300,377,'_billing_phone','3164483880'),(7301,377,'_shipping_first_name','Lee'),(7302,377,'_shipping_last_name','Rodgers'),(7303,377,'_shipping_company','Lice Clinics Wichita'),(7304,377,'_shipping_address_1','2552 N. Maize Court'),(7305,377,'_shipping_address_2','Suite 500'),(7306,377,'_shipping_city','Wichita'),(7307,377,'_shipping_state','KS'),(7308,377,'_shipping_postcode','67205'),(7309,377,'_shipping_country','US'),(7310,377,'_order_currency','USD'),(7311,377,'_cart_discount','0'),(7312,377,'_cart_discount_tax','0'),(7313,377,'_order_shipping','73.12'),(7314,377,'_order_shipping_tax','0'),(7315,377,'_order_tax','0'),(7316,377,'_order_total','933.44'),(7317,377,'_order_version','5.3.0'),(7318,377,'_prices_include_tax','no'),(7319,377,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont Wichita KS 67218 US leerodgers@flash.net 3164483880'),(7320,377,'_shipping_address_index','Lee Rodgers Lice Clinics Wichita 2552 N. Maize Court Suite 500 Wichita KS 67205 US'),(7321,377,'is_vat_exempt','no'),(7322,377,'Payment type','instant'),(7323,377,'_transaction_id','7J777880RK254523W'),(7324,377,'_paypal_status','completed'),(7325,377,'PayPal Transaction Fee','27.37'),(7326,377,'_date_paid','1621875762'),(7327,377,'_paid_date','2021-05-24 17:02:42'),(7328,377,'_download_permissions_granted','yes'),(7329,377,'_recorded_sales','yes'),(7330,377,'_recorded_coupon_usage_counts','yes'),(7331,377,'_order_stock_reduced','yes'),(7332,377,'_new_order_email_sent','true'),(7333,378,'_order_key','wc_order_20We3n2nIuaQy'),(7334,378,'_customer_user','79'),(7335,378,'_payment_method','paypal'),(7336,378,'_payment_method_title','PayPal'),(7337,378,'_customer_ip_address','71.91.158.65'),(7338,378,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.1.2 Safari/605.1.15'),(7339,378,'_created_via','checkout'),(7340,378,'_cart_hash','207d84e3ecd56238989eef6bbacdeb34'),(7341,378,'_billing_first_name','Shanna'),(7342,378,'_billing_last_name','Castille'),(7343,378,'_billing_address_1','1097 Hundley Rd'),(7344,378,'_billing_city','Eunice'),(7345,378,'_billing_state','LA'),(7346,378,'_billing_postcode','70535'),(7347,378,'_billing_country','US'),(7348,378,'_billing_email','Shanna_sr09@yahoo.com'),(7349,378,'_billing_phone','3374668998'),(7350,378,'_shipping_first_name','Shanna'),(7351,378,'_shipping_last_name','Castille'),(7352,378,'_shipping_address_1','1097 Hundley Rd'),(7353,378,'_shipping_city','Eunice'),(7354,378,'_shipping_state','LA'),(7355,378,'_shipping_postcode','70535'),(7356,378,'_shipping_country','US'),(7357,378,'_order_currency','USD'),(7358,378,'_cart_discount','0'),(7359,378,'_cart_discount_tax','0'),(7360,378,'_order_shipping','41.11'),(7361,378,'_order_shipping_tax','0'),(7362,378,'_order_tax','0'),(7363,378,'_order_total','376.15'),(7364,378,'_order_version','5.3.0'),(7365,378,'_prices_include_tax','no'),(7366,378,'_billing_address_index','Shanna Castille 1097 Hundley Rd Eunice LA 70535 US Shanna_sr09@yahoo.com 3374668998'),(7367,378,'_shipping_address_index','Shanna Castille 1097 Hundley Rd Eunice LA 70535 US'),(7368,378,'is_vat_exempt','no'),(7369,378,'Payment type','instant'),(7370,378,'_transaction_id','4C047708XX548923W'),(7371,378,'_paypal_status','completed'),(7372,378,'PayPal Transaction Fee','11.21'),(7373,378,'_date_paid','1621879338'),(7374,378,'_paid_date','2021-05-24 18:02:18'),(7375,378,'_download_permissions_granted','yes'),(7376,378,'_recorded_sales','yes'),(7377,378,'_recorded_coupon_usage_counts','yes'),(7378,378,'_order_stock_reduced','yes'),(7379,378,'_new_order_email_sent','true'),(7380,379,'_order_key','wc_order_FMYcpg85g8Mh8'),(7381,379,'_customer_user','56'),(7382,379,'_payment_method','paypal'),(7383,379,'_payment_method_title','PayPal'),(7384,379,'_customer_ip_address','70.120.139.55'),(7385,379,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(7386,379,'_created_via','checkout'),(7387,379,'_cart_hash','ebf03254bfb872b4cebffc4e23611d3c'),(7388,379,'_billing_first_name','Gus'),(7389,379,'_billing_last_name','Romero'),(7390,379,'_billing_company','Ditta Solutions LLC'),(7391,379,'_billing_address_1','2104 Aristocrat Dr'),(7392,379,'_billing_city','Irving'),(7393,379,'_billing_state','TX'),(7394,379,'_billing_postcode','75063'),(7395,379,'_billing_country','US'),(7396,379,'_billing_email','gus@liceclinicsdfw.com'),(7397,379,'_billing_phone','214-325-0466'),(7398,379,'_shipping_first_name','Gus'),(7399,379,'_shipping_last_name','Romero'),(7400,379,'_shipping_company','LCA Dallas'),(7401,379,'_shipping_address_1','2104 Aristocrat Dr'),(7402,379,'_shipping_city','Irving'),(7403,379,'_shipping_state','TX'),(7404,379,'_shipping_postcode','75063'),(7405,379,'_shipping_country','US'),(7406,379,'_order_currency','USD'),(7407,379,'_cart_discount','0'),(7408,379,'_cart_discount_tax','0'),(7409,379,'_order_shipping','29.33'),(7410,379,'_order_shipping_tax','0'),(7411,379,'_order_tax','0'),(7412,379,'_order_total','29.33'),(7413,379,'_order_version','5.3.0'),(7414,379,'_prices_include_tax','no'),(7415,379,'_billing_address_index','Gus Romero Ditta Solutions LLC 2104 Aristocrat Dr Irving TX 75063 US gus@liceclinicsdfw.com 214-325-0466'),(7416,379,'_shipping_address_index','Gus Romero LCA Dallas 2104 Aristocrat Dr Irving TX 75063 US'),(7417,379,'is_vat_exempt','no'),(7418,379,'Payment type','instant'),(7419,379,'_transaction_id','5J795263R77761220'),(7420,379,'_paypal_status','completed'),(7421,379,'PayPal Transaction Fee','1.15'),(7422,379,'_date_paid','1621879878'),(7423,379,'_paid_date','2021-05-24 18:11:18'),(7424,379,'_download_permissions_granted','yes'),(7425,379,'_recorded_sales','yes'),(7426,379,'_recorded_coupon_usage_counts','yes'),(7427,379,'_order_stock_reduced','yes'),(7428,379,'_new_order_email_sent','true'),(7429,376,'_edit_lock','1621881136:2'),(7430,377,'_edit_lock','1621976558:2'),(7431,381,'_order_currency','USD'),(7432,381,'_cart_discount','0'),(7433,381,'_cart_discount_tax','0'),(7434,381,'_order_shipping','-73.12'),(7435,381,'_order_shipping_tax','0'),(7436,381,'_order_tax','0'),(7437,381,'_order_total','-73.12'),(7438,381,'_order_version','5.2.2'),(7439,381,'_prices_include_tax','no'),(7440,381,'_refund_amount','73.12'),(7441,381,'_refunded_by','2'),(7442,381,'_refunded_payment','1'),(7443,381,'_refund_reason',''),(7444,374,'_edit_lock','1621880645:2'),(7445,374,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035860\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"71f6df7fcf9269d8faaf4cd657d71590\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035859\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"214aff400630a0726399d3acfa5176aa\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035848\";s:12:\"date_shipped\";s:10:\"1621555200\";s:11:\"tracking_id\";s:32:\"2b0a29ab0cb9b1b8c06e717dbb32abec\";}}'),(7446,374,'_edit_last','2'),(7447,374,'_date_completed','1621880786'),(7448,374,'_completed_date','2021-05-24 18:26:26'),(7449,375,'_edit_lock','1621977699:2'),(7450,376,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036123\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"76a09421df4325b97ec745bf1c25420f\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036112\";s:12:\"date_shipped\";i:1621881263;s:11:\"tracking_id\";s:32:\"1dcf137eadcccc2e674a38af91131ae8\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036101\";s:12:\"date_shipped\";i:1621881269;s:11:\"tracking_id\";s:32:\"7f75d8db1a383b26ded6a72e1c14780d\";}}'),(7451,376,'_edit_last','2'),(7452,376,'_date_completed','1621881272'),(7453,376,'_completed_date','2021-05-24 18:34:32'),(7460,382,'_order_key','wc_order_wZG8Jus8DeysT'),(7461,382,'_customer_user','87'),(7462,382,'_payment_method','paypal'),(7463,382,'_payment_method_title','PayPal'),(7464,382,'_customer_ip_address','70.189.75.106'),(7465,382,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7466,382,'_created_via','checkout'),(7467,382,'_cart_hash','88dfbd19ac062663bd6f214e6119ccf9'),(7468,382,'_billing_first_name','Wade'),(7469,382,'_billing_last_name','Huntsman'),(7470,382,'_billing_company','LCA Midsouth'),(7471,382,'_billing_address_1','1104 E 25th St.'),(7472,382,'_billing_city','Tulsa'),(7473,382,'_billing_state','OK'),(7474,382,'_billing_postcode','74114'),(7475,382,'_billing_country','US'),(7476,382,'_billing_email','info@liceclinicsmidsouth.com'),(7477,382,'_billing_phone','9189783329'),(7478,382,'_shipping_first_name','Logqn'),(7479,382,'_shipping_last_name','Witt'),(7480,382,'_shipping_address_1','3000 S 28th PL'),(7481,382,'_shipping_address_2','Apt# 12'),(7482,382,'_shipping_city','Rogers'),(7483,382,'_shipping_state','AR'),(7484,382,'_shipping_postcode','72756'),(7485,382,'_shipping_country','US'),(7486,382,'_order_currency','USD'),(7487,382,'_cart_discount','0'),(7488,382,'_cart_discount_tax','0'),(7489,382,'_order_shipping','20.2'),(7490,382,'_order_shipping_tax','0'),(7491,382,'_order_tax','0'),(7492,382,'_order_total','164.20'),(7493,382,'_order_version','5.3.0'),(7494,382,'_prices_include_tax','no'),(7495,382,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7496,382,'_shipping_address_index','Logqn Witt 3000 S 28th PL Apt# 12 Rogers AR 72756 US'),(7497,382,'is_vat_exempt','no'),(7498,382,'Payment type','instant'),(7499,382,'_transaction_id','24J90661LF4719255'),(7500,382,'_paypal_status','completed'),(7501,382,'PayPal Transaction Fee','5.06'),(7502,382,'_date_paid','1621887448'),(7503,382,'_paid_date','2021-05-24 20:17:28'),(7504,382,'_download_permissions_granted','yes'),(7505,382,'_recorded_sales','yes'),(7506,382,'_recorded_coupon_usage_counts','yes'),(7507,382,'_order_stock_reduced','yes'),(7508,382,'_new_order_email_sent','true'),(7547,384,'_order_key','wc_order_esKdBw0wvd3n7'),(7548,384,'_customer_user','87'),(7549,384,'_payment_method','paypal'),(7550,384,'_payment_method_title','PayPal'),(7551,384,'_customer_ip_address','70.189.75.106'),(7552,384,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7553,384,'_created_via','checkout'),(7554,384,'_cart_hash','b60882a34bd7d05dfdfec2f247c16990'),(7555,384,'_billing_first_name','Wade'),(7556,384,'_billing_last_name','Huntsman'),(7557,384,'_billing_company','LCA Midsouth'),(7558,384,'_billing_address_1','1104 E 25th St.'),(7559,384,'_billing_city','Tulsa'),(7560,384,'_billing_state','OK'),(7561,384,'_billing_postcode','74114'),(7562,384,'_billing_country','US'),(7563,384,'_billing_email','info@liceclinicsmidsouth.com'),(7564,384,'_billing_phone','9189783329'),(7565,384,'_shipping_first_name','Katee'),(7566,384,'_shipping_last_name','Morrison'),(7567,384,'_shipping_address_1','748 Brookwood Dr'),(7568,384,'_shipping_address_2','Apt # 103'),(7569,384,'_shipping_city','OKC'),(7570,384,'_shipping_state','OK'),(7571,384,'_shipping_postcode','74139'),(7572,384,'_shipping_country','US'),(7573,384,'_order_currency','USD'),(7574,384,'_cart_discount','0'),(7575,384,'_cart_discount_tax','0'),(7576,384,'_order_shipping','0'),(7577,384,'_order_shipping_tax','0'),(7578,384,'_order_tax','0'),(7579,384,'_order_total','504.00'),(7580,384,'_order_version','5.3.0'),(7581,384,'_prices_include_tax','no'),(7582,384,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7583,384,'_shipping_address_index','Katee Morrison 748 Brookwood Dr Apt # 103 OKC OK 74139 US'),(7584,384,'is_vat_exempt','no'),(7585,384,'Payment type','instant'),(7586,384,'_transaction_id','4JJ488167L8900145'),(7587,384,'_paypal_status','completed'),(7588,384,'PayPal Transaction Fee','14.92'),(7589,384,'_date_paid','1621887911'),(7590,384,'_paid_date','2021-05-24 20:25:11'),(7591,384,'_download_permissions_granted','yes'),(7592,384,'_recorded_sales','yes'),(7593,384,'_recorded_coupon_usage_counts','yes'),(7594,384,'_order_stock_reduced','yes'),(7595,384,'_new_order_email_sent','true'),(7596,385,'_order_key','wc_order_ZwQaD0d6EXVRI'),(7597,385,'_customer_user','87'),(7598,385,'_payment_method','paypal'),(7599,385,'_payment_method_title','PayPal'),(7600,385,'_customer_ip_address','70.189.75.106'),(7601,385,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(7602,385,'_created_via','checkout'),(7603,385,'_cart_hash','7a7493f408d89e807eb9ce8443aaebf1'),(7604,385,'_billing_first_name','Wade'),(7605,385,'_billing_last_name','Huntsman'),(7606,385,'_billing_company','LCA Midsouth'),(7607,385,'_billing_address_1','1104 E 25th St.'),(7608,385,'_billing_city','Tulsa'),(7609,385,'_billing_state','OK'),(7610,385,'_billing_postcode','74114'),(7611,385,'_billing_country','US'),(7612,385,'_billing_email','info@liceclinicsmidsouth.com'),(7613,385,'_billing_phone','9189783329'),(7614,385,'_shipping_first_name','Wade'),(7615,385,'_shipping_last_name','Huntsman'),(7616,385,'_shipping_company','Lice Clinics of America'),(7617,385,'_shipping_address_1','3421 E 21st'),(7618,385,'_shipping_address_2','Office'),(7619,385,'_shipping_city','Tulsa'),(7620,385,'_shipping_state','OK'),(7621,385,'_shipping_postcode','74114'),(7622,385,'_shipping_country','US'),(7623,385,'_order_currency','USD'),(7624,385,'_cart_discount','0'),(7625,385,'_cart_discount_tax','0'),(7626,385,'_order_shipping','0'),(7627,385,'_order_shipping_tax','0'),(7628,385,'_order_tax','0'),(7629,385,'_order_total','552.00'),(7630,385,'_order_version','5.3.0'),(7631,385,'_prices_include_tax','no'),(7632,385,'_billing_address_index','Wade Huntsman LCA Midsouth 1104 E 25th St. Tulsa OK 74114 US info@liceclinicsmidsouth.com 9189783329'),(7633,385,'_shipping_address_index','Wade Huntsman Lice Clinics of America 3421 E 21st Office Tulsa OK 74114 US'),(7634,385,'is_vat_exempt','no'),(7635,385,'Payment type','instant'),(7636,385,'_transaction_id','2WK03734F8569334D'),(7637,385,'_paypal_status','completed'),(7638,385,'PayPal Transaction Fee','16.31'),(7639,385,'_date_paid','1621888246'),(7640,385,'_paid_date','2021-05-24 20:30:46'),(7641,385,'_download_permissions_granted','yes'),(7642,385,'_recorded_sales','yes'),(7643,385,'_recorded_coupon_usage_counts','yes'),(7644,385,'_order_stock_reduced','yes'),(7645,385,'_new_order_email_sent','true'),(7650,385,'_edit_lock','1621976283:2'),(7651,384,'_edit_lock','1621976427:2'),(7652,382,'_edit_lock','1621976606:2'),(7653,379,'_edit_lock','1621977637:2'),(7654,378,'_edit_lock','1621976509:2'),(7655,385,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036329\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"169455a65c99758f7c1757db53e12266\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036318\";s:12:\"date_shipped\";i:1621976246;s:11:\"tracking_id\";s:32:\"ed265462d1330dc59870cb4ab20c010b\";}}'),(7656,385,'_edit_last','2'),(7657,385,'_date_completed','1621976250'),(7658,385,'_completed_date','2021-05-25 20:57:30'),(7659,384,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036292\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"421a5dd125437e059ed2726a7f622615\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036281\";s:12:\"date_shipped\";i:1621976528;s:11:\"tracking_id\";s:32:\"8a17128355719e7b17617c0ea1090678\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036270\";s:12:\"date_shipped\";i:1621976537;s:11:\"tracking_id\";s:32:\"05246d40ca04a566112728ba85a153b8\";}}'),(7660,384,'_edit_last','2'),(7661,384,'_date_completed','1621976542'),(7662,384,'_completed_date','2021-05-25 21:02:22'),(7663,382,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036259\";s:12:\"date_shipped\";s:10:\"1621900800\";s:11:\"tracking_id\";s:32:\"acd1dd0a0e6562d4694bb310c2c62bfb\";}}'),(7664,382,'_edit_last','2'),(7665,382,'_date_completed','1621976595'),(7666,382,'_completed_date','2021-05-25 21:03:15'),(7667,378,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036178\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"91612f690cbf44ff4ec5db04f8ea1d39\";}}'),(7668,378,'_edit_last','2'),(7669,378,'_date_completed','1621976648'),(7670,378,'_completed_date','2021-05-25 21:04:08'),(7671,377,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036190\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"5bbd34394ba70b90d58cbc23390543fd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036189\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"5b00c4df04643e126887a02b0fe7d0d8\";}}'),(7672,377,'_edit_last','2'),(7673,377,'_date_completed','1621976697'),(7674,377,'_completed_date','2021-05-25 21:04:57'),(7675,379,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036204\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"9a14f5563d0529234e79d8a4e567049e\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036215\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"7801b49e56e0d107965fd784779a4e93\";}}'),(7676,379,'_edit_last','2'),(7677,379,'_date_completed','1621977778'),(7678,379,'_completed_date','2021-05-25 21:22:58'),(7679,375,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035918\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"ed481faf6521a07fc2d057f8e9c51d20\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035929\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"9957a89753e9ccb6fe7789709a935fa1\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953035930\";s:12:\"date_shipped\";s:10:\"1621814400\";s:11:\"tracking_id\";s:32:\"c8cb53021a8439915e326c7a81a0d66a\";}}'),(7680,375,'_edit_last','2'),(7681,375,'_date_completed','1621977819'),(7682,375,'_completed_date','2021-05-25 21:23:39'),(7683,386,'_order_key','wc_order_bD0YqKNOtI3v4'),(7684,386,'_customer_user','61'),(7685,386,'_payment_method','paypal'),(7686,386,'_payment_method_title','PayPal'),(7687,386,'_customer_ip_address','69.174.167.167'),(7688,386,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7689,386,'_created_via','checkout'),(7690,386,'_cart_hash','652e3a49ffcb377b8d8e3c43474df1de'),(7691,386,'_billing_first_name','Judith'),(7692,386,'_billing_last_name','Hayden'),(7693,386,'_billing_company','LCA Florence'),(7694,386,'_billing_address_1','1795 Alysheba Way'),(7695,386,'_billing_address_2','Ste 4105'),(7696,386,'_billing_city','Lexington'),(7697,386,'_billing_state','KY'),(7698,386,'_billing_postcode','40509'),(7699,386,'_billing_country','US'),(7700,386,'_billing_email','info@liceclinicslexington.com'),(7701,386,'_billing_phone','8595376966'),(7702,386,'_shipping_first_name','Judith'),(7703,386,'_shipping_last_name','Hayden'),(7704,386,'_shipping_company','LCA Florence'),(7705,386,'_shipping_address_1','1795 Alysheba Way'),(7706,386,'_shipping_address_2','Ste 4105'),(7707,386,'_shipping_city','Lexington'),(7708,386,'_shipping_state','KY'),(7709,386,'_shipping_postcode','40509'),(7710,386,'_shipping_country','US'),(7711,386,'_order_currency','USD'),(7712,386,'_cart_discount','0'),(7713,386,'_cart_discount_tax','0'),(7714,386,'_order_shipping','0'),(7715,386,'_order_shipping_tax','0'),(7716,386,'_order_tax','0'),(7717,386,'_order_total','688.24'),(7718,386,'_order_version','5.3.0'),(7719,386,'_prices_include_tax','no'),(7720,386,'_billing_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US info@liceclinicslexington.com 8595376966'),(7721,386,'_shipping_address_index','Judith Hayden LCA Florence 1795 Alysheba Way Ste 4105 Lexington KY 40509 US'),(7723,386,'is_vat_exempt','no'),(7724,386,'Payment type','instant'),(7725,386,'_transaction_id','92J113603P145210B'),(7726,386,'_paypal_status','completed'),(7727,386,'PayPal Transaction Fee','20.26'),(7728,386,'_date_paid','1622057843'),(7729,386,'_paid_date','2021-05-26 19:37:23'),(7730,386,'_download_permissions_granted','yes'),(7731,386,'_recorded_sales','yes'),(7732,386,'_recorded_coupon_usage_counts','yes'),(7733,386,'_order_stock_reduced','yes'),(7734,386,'_new_order_email_sent','true'),(7735,387,'_order_key','wc_order_WQa8ZQd5457cr'),(7736,387,'_customer_user','84'),(7737,387,'_payment_method','paypal'),(7738,387,'_payment_method_title','PayPal'),(7739,387,'_customer_ip_address','73.223.119.21'),(7740,387,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1'),(7741,387,'_created_via','checkout'),(7742,387,'_cart_hash','ae401b158409f5f7b79e74f206676e54'),(7743,387,'_billing_first_name','Thuytien'),(7744,387,'_billing_last_name','Du'),(7745,387,'_billing_company','Nitzy'),(7746,387,'_billing_address_1','1126 Rockefeller dr'),(7747,387,'_billing_city','Sunnyvale'),(7748,387,'_billing_state','CA'),(7749,387,'_billing_postcode','94087'),(7750,387,'_billing_country','US'),(7751,387,'_billing_email','nitzyliceremoval@gmail.com'),(7752,387,'_billing_phone','4082309895'),(7753,387,'_shipping_first_name','Thuytien'),(7754,387,'_shipping_last_name','Du'),(7755,387,'_shipping_company','LCA Nitzy Sunnyvale'),(7756,387,'_shipping_address_1','545 South Murphy Ave'),(7757,387,'_shipping_city','Sunnyvale'),(7758,387,'_shipping_state','CA'),(7759,387,'_shipping_postcode','94086'),(7760,387,'_shipping_country','US'),(7761,387,'_order_currency','USD'),(7762,387,'_cart_discount','0'),(7763,387,'_cart_discount_tax','0'),(7764,387,'_order_shipping','49.39'),(7765,387,'_order_shipping_tax','0'),(7766,387,'_order_tax','0'),(7767,387,'_order_total','49.39'),(7768,387,'_order_version','5.3.0'),(7769,387,'_prices_include_tax','no'),(7770,387,'_billing_address_index','Thuytien Du Nitzy 1126 Rockefeller dr Sunnyvale CA 94087 US nitzyliceremoval@gmail.com 4082309895'),(7771,387,'_shipping_address_index','Thuytien Du LCA Nitzy Sunnyvale 545 South Murphy Ave Sunnyvale CA 94086 US'),(7772,387,'is_vat_exempt','no'),(7773,387,'Payment type','instant'),(7774,387,'_transaction_id','8LW86920KU856061T'),(7775,387,'_paypal_status','completed'),(7776,387,'PayPal Transaction Fee','1.73'),(7777,387,'_date_paid','1622080628'),(7778,387,'_paid_date','2021-05-27 01:57:08'),(7779,387,'_download_permissions_granted','yes'),(7780,387,'_recorded_sales','yes'),(7781,387,'_recorded_coupon_usage_counts','yes'),(7782,387,'_order_stock_reduced','yes'),(7783,387,'_new_order_email_sent','true'),(7785,388,'_order_key','wc_order_gFWjJnrsJZTiI'),(7786,388,'_customer_user','39'),(7787,388,'_payment_method','paypal'),(7788,388,'_payment_method_title','PayPal'),(7789,388,'_customer_ip_address','50.50.116.169'),(7790,388,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(7791,388,'_created_via','checkout'),(7792,388,'_cart_hash','c48ed9d931441204044369988e3535c1'),(7793,388,'_billing_first_name','Patty'),(7794,388,'_billing_last_name','Ziegler'),(7795,388,'_billing_address_1','3090 Saddle Brook Tr'),(7796,388,'_billing_city','Sun Prairie'),(7797,388,'_billing_state','WI'),(7798,388,'_billing_postcode','53590'),(7799,388,'_billing_country','US'),(7800,388,'_billing_email','liceremovalwisconsin@gmail.com'),(7801,388,'_billing_phone','6088258255'),(7802,388,'_shipping_first_name','Patty'),(7803,388,'_shipping_last_name','Ziegler'),(7804,388,'_shipping_address_1','3090 Saddle Brook Tr'),(7805,388,'_shipping_city','Sun Prairie'),(7806,388,'_shipping_state','WI'),(7807,388,'_shipping_postcode','53590'),(7808,388,'_shipping_country','US'),(7809,388,'_order_currency','USD'),(7810,388,'_cart_discount','0'),(7811,388,'_cart_discount_tax','0'),(7812,388,'_order_shipping','14.7'),(7813,388,'_order_shipping_tax','0'),(7814,388,'_order_tax','0'),(7815,388,'_order_total','158.70'),(7816,388,'_order_version','5.3.0'),(7817,388,'_prices_include_tax','no'),(7818,388,'_billing_address_index','Patty Ziegler 3090 Saddle Brook Tr Sun Prairie WI 53590 US liceremovalwisconsin@gmail.com 6088258255'),(7819,388,'_shipping_address_index','Patty Ziegler 3090 Saddle Brook Tr Sun Prairie WI 53590 US'),(7820,388,'is_vat_exempt','no'),(7821,388,'Payment type','instant'),(7822,388,'_transaction_id','8U179666LJ3243411'),(7823,388,'_paypal_status','completed'),(7824,388,'PayPal Transaction Fee','4.90'),(7825,388,'_date_paid','1622131113'),(7826,388,'_paid_date','2021-05-27 15:58:33'),(7827,388,'_download_permissions_granted','yes'),(7828,388,'_recorded_sales','yes'),(7829,388,'_recorded_coupon_usage_counts','yes'),(7830,388,'_order_stock_reduced','yes'),(7831,388,'_new_order_email_sent','true'),(7832,389,'_order_key','wc_order_KgH42rEtyInUz'),(7833,389,'_customer_user','11'),(7834,389,'_payment_method','paypal'),(7835,389,'_payment_method_title','PayPal'),(7836,389,'_customer_ip_address','74.130.231.217'),(7837,389,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7838,389,'_created_via','checkout'),(7839,389,'_cart_hash','0555bd1d6bc81dffa727ec617c3b4030'),(7840,389,'_billing_first_name','Tina'),(7841,389,'_billing_last_name','Hunt'),(7842,389,'_billing_company','LCBG, LLC'),(7843,389,'_billing_address_1','830 Fairview Ave.'),(7844,389,'_billing_address_2','Suite A-4'),(7845,389,'_billing_city','Bowling Green'),(7846,389,'_billing_state','KY'),(7847,389,'_billing_postcode','42101'),(7848,389,'_billing_country','US'),(7849,389,'_billing_email','info@liceclinicsbowlinggreen.com'),(7850,389,'_billing_phone','2709996803'),(7851,389,'_shipping_first_name','Tina'),(7852,389,'_shipping_last_name','Hunt'),(7853,389,'_shipping_address_1','494 Hub Boulevard'),(7854,389,'_shipping_address_2','Apt 1012'),(7855,389,'_shipping_city','Bowling Green'),(7856,389,'_shipping_state','KY'),(7857,389,'_shipping_postcode','42101'),(7858,389,'_shipping_country','US'),(7859,389,'_order_currency','USD'),(7860,389,'_cart_discount','0'),(7861,389,'_cart_discount_tax','0'),(7862,389,'_order_shipping','25.77'),(7863,389,'_order_shipping_tax','0'),(7864,389,'_order_tax','0'),(7865,389,'_order_total','145.77'),(7866,389,'_order_version','5.3.0'),(7867,389,'_prices_include_tax','no'),(7868,389,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(7869,389,'_shipping_address_index','Tina Hunt 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(7870,389,'is_vat_exempt','no'),(7871,389,'Payment type','instant'),(7872,389,'_transaction_id','3BP54832F1896030D'),(7873,389,'_paypal_status','completed'),(7874,389,'PayPal Transaction Fee','4.53'),(7875,389,'_date_paid','1622140810'),(7876,389,'_paid_date','2021-05-27 18:40:10'),(7877,389,'_download_permissions_granted','yes'),(7878,389,'_recorded_sales','yes'),(7879,389,'_recorded_coupon_usage_counts','yes'),(7880,389,'_order_stock_reduced','yes'),(7881,389,'_new_order_email_sent','true'),(7884,390,'_order_key','wc_order_LjssTZYhkXsnT'),(7885,390,'_customer_user','92'),(7886,390,'_payment_method','paypal'),(7887,390,'_payment_method_title','PayPal'),(7888,390,'_customer_ip_address','73.170.210.164'),(7889,390,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7890,390,'_created_via','checkout'),(7891,390,'_cart_hash','40e69d0c86257cf815fe533dc6eac5f6'),(7892,390,'_billing_first_name','Michelle'),(7893,390,'_billing_last_name','Du'),(7894,390,'_billing_company','LCA Fremont'),(7895,390,'_billing_address_1','31372 Mackinaw Street'),(7896,390,'_billing_city','Union City'),(7897,390,'_billing_state','CA'),(7898,390,'_billing_postcode','94587'),(7899,390,'_billing_country','US'),(7900,390,'_billing_email','info@liceclinicsfremont.com'),(7901,390,'_billing_phone','510-770-4394'),(7902,390,'_shipping_first_name','Michelle'),(7903,390,'_shipping_last_name','Du'),(7904,390,'_shipping_company','LCA Fremont'),(7905,390,'_shipping_address_1','31372 Mackinaw Street'),(7906,390,'_shipping_city','Union City'),(7907,390,'_shipping_state','CA'),(7908,390,'_shipping_postcode','94587'),(7909,390,'_shipping_country','US'),(7910,390,'_order_currency','USD'),(7911,390,'_cart_discount','0'),(7912,390,'_cart_discount_tax','0'),(7913,390,'_order_shipping','0'),(7914,390,'_order_shipping_tax','0'),(7915,390,'_order_tax','0'),(7916,390,'_order_total','528.00'),(7917,390,'_order_version','5.3.0'),(7918,390,'_prices_include_tax','no'),(7919,390,'_billing_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street Union City CA 94587 US info@liceclinicsfremont.com 510-770-4394'),(7920,390,'_shipping_address_index','Michelle Du LCA Fremont 31372 Mackinaw Street Union City CA 94587 US'),(7921,390,'is_vat_exempt','no'),(7922,390,'Payment type','instant'),(7923,390,'_transaction_id','8TH43337PX9726349'),(7924,390,'_paypal_status','completed'),(7925,390,'PayPal Transaction Fee','15.61'),(7926,390,'_date_paid','1622147195'),(7927,390,'_paid_date','2021-05-27 20:26:35'),(7928,390,'_download_permissions_granted','yes'),(7929,390,'_recorded_sales','yes'),(7930,390,'_recorded_coupon_usage_counts','yes'),(7931,390,'_order_stock_reduced','yes'),(7932,390,'_new_order_email_sent','true'),(7933,391,'_order_key','wc_order_FCr87JthbU5ZJ'),(7934,391,'_customer_user','6'),(7935,391,'_payment_method','paypal'),(7936,391,'_payment_method_title','PayPal'),(7937,391,'_customer_ip_address','73.90.177.129'),(7938,391,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(7939,391,'_created_via','checkout'),(7940,391,'_cart_hash','d3addc8b482498f6675fa71e3b362f80'),(7941,391,'_billing_first_name','Amira'),(7942,391,'_billing_last_name','Purto'),(7943,391,'_billing_address_1','2628 Acapulco Way'),(7944,391,'_billing_city','Modesto'),(7945,391,'_billing_state','CA'),(7946,391,'_billing_postcode','95355'),(7947,391,'_billing_country','US'),(7948,391,'_billing_email','amira77@sbcglobal.net'),(7949,391,'_billing_phone','2096422061'),(7950,391,'_shipping_first_name','Amira'),(7951,391,'_shipping_last_name','Purto'),(7952,391,'_shipping_address_1','2628 Acapulco Way'),(7953,391,'_shipping_city','Modesto'),(7954,391,'_shipping_state','CA'),(7955,391,'_shipping_postcode','95355'),(7956,391,'_shipping_country','US'),(7957,391,'_order_currency','USD'),(7958,391,'_cart_discount','0'),(7959,391,'_cart_discount_tax','0'),(7960,391,'_order_shipping','0'),(7961,391,'_order_shipping_tax','0'),(7962,391,'_order_tax','0'),(7963,391,'_order_total','968.00'),(7964,391,'_order_version','5.3.0'),(7965,391,'_prices_include_tax','no'),(7966,391,'_billing_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(7967,391,'_shipping_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US'),(7968,391,'is_vat_exempt','no'),(7969,391,'Payment type','instant'),(7970,391,'_transaction_id','1AC125037D3398439'),(7971,391,'_paypal_status','completed'),(7972,391,'PayPal Transaction Fee','28.37'),(7973,391,'_date_paid','1622180255'),(7974,391,'_paid_date','2021-05-28 05:37:35'),(7975,391,'_download_permissions_granted','yes'),(7976,391,'_recorded_sales','yes'),(7977,391,'_recorded_coupon_usage_counts','yes'),(7978,391,'_order_stock_reduced','yes'),(7979,391,'_new_order_email_sent','true'),(7980,392,'_order_key','wc_order_MhOzb3oA9HLtV'),(7981,392,'_customer_user','13'),(7982,392,'_payment_method','paypal'),(7983,392,'_payment_method_title','PayPal'),(7984,392,'_customer_ip_address','70.180.5.104'),(7985,392,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),(7986,392,'_created_via','checkout'),(7987,392,'_cart_hash','071fa4425fcf1f6557df2a6f77f5c6e7'),(7988,392,'_billing_first_name','Erich'),(7989,392,'_billing_last_name','Deines'),(7990,392,'_billing_address_1','15801 S. 48th St'),(7991,392,'_billing_address_2','3110'),(7992,392,'_billing_city','Phoenix'),(7993,392,'_billing_state','AZ'),(7994,392,'_billing_postcode','85048'),(7995,392,'_billing_country','US'),(7996,392,'_billing_email','info@liceclinicstucson.com'),(7997,392,'_billing_phone','8087280533'),(7998,392,'_shipping_first_name','Erich'),(7999,392,'_shipping_last_name','Deines'),(8000,392,'_shipping_company','LCA Tucson'),(8001,392,'_shipping_address_1','5300 E. Erickson Drive'),(8002,392,'_shipping_address_2','Suite 104'),(8003,392,'_shipping_city','Tucson'),(8004,392,'_shipping_state','AZ'),(8005,392,'_shipping_postcode','85712'),(8006,392,'_shipping_country','US'),(8007,392,'_order_currency','USD'),(8008,392,'_cart_discount','0'),(8009,392,'_cart_discount_tax','0'),(8010,392,'_order_shipping','13.32'),(8011,392,'_order_shipping_tax','0'),(8012,392,'_order_tax','0'),(8013,392,'_order_total','13.32'),(8014,392,'_order_version','5.3.0'),(8015,392,'_prices_include_tax','no'),(8016,392,'_billing_address_index','Erich Deines 15801 S. 48th St 3110 Phoenix AZ 85048 US info@liceclinicstucson.com 8087280533'),(8017,392,'_shipping_address_index','Erich Deines LCA Tucson 5300 E. Erickson Drive Suite 104 Tucson AZ 85712 US'),(8018,392,'is_vat_exempt','no'),(8019,392,'Payment type','instant'),(8020,392,'_transaction_id','59L9150084053215E'),(8021,392,'_paypal_status','completed'),(8022,392,'PayPal Transaction Fee','0.69'),(8023,392,'_date_paid','1622224506'),(8024,392,'_paid_date','2021-05-28 17:55:06'),(8025,392,'_download_permissions_granted','yes'),(8026,392,'_recorded_sales','yes'),(8027,392,'_recorded_coupon_usage_counts','yes'),(8028,392,'_order_stock_reduced','yes'),(8029,392,'_new_order_email_sent','true'),(8036,393,'_order_key','wc_order_jbhYXzmUOMijF'),(8037,393,'_customer_user','28'),(8038,393,'_payment_method','paypal'),(8039,393,'_payment_method_title','PayPal'),(8040,393,'_customer_ip_address','172.115.255.171'),(8041,393,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8042,393,'_created_via','checkout'),(8043,393,'_cart_hash','a31e0bd9630c29a30e9b3b0b25eb64a2'),(8044,393,'_billing_first_name','Kelli'),(8045,393,'_billing_last_name','Washington'),(8046,393,'_billing_company','Lice Clinics of America - Temecula'),(8047,393,'_billing_address_1','2438 Bear Rock Gln'),(8048,393,'_billing_city','Escondido'),(8049,393,'_billing_state','CA'),(8050,393,'_billing_postcode','92026'),(8051,393,'_billing_country','US'),(8052,393,'_billing_email','info@liceclinicstemecula.com'),(8053,393,'_billing_phone','7606255580'),(8054,393,'_shipping_first_name','Kelli'),(8055,393,'_shipping_last_name','Washington'),(8056,393,'_shipping_company','Lice Clinics of America - Temecula'),(8057,393,'_shipping_address_1','2438 Bear Rock Gln'),(8058,393,'_shipping_city','Escondido'),(8059,393,'_shipping_state','CA'),(8060,393,'_shipping_postcode','92026'),(8061,393,'_shipping_country','US'),(8062,393,'_order_currency','USD'),(8063,393,'_cart_discount','0'),(8064,393,'_cart_discount_tax','0'),(8065,393,'_order_shipping','35.34'),(8066,393,'_order_shipping_tax','0'),(8067,393,'_order_tax','0'),(8068,393,'_order_total','35.34'),(8069,393,'_order_version','5.3.0'),(8070,393,'_prices_include_tax','no'),(8071,393,'_billing_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US info@liceclinicstemecula.com 7606255580'),(8072,393,'_shipping_address_index','Kelli Washington Lice Clinics of America - Temecula 2438 Bear Rock Gln Escondido CA 92026 US'),(8073,393,'is_vat_exempt','no'),(8074,393,'Payment type','instant'),(8075,393,'_transaction_id','9FK042156B567705A'),(8076,393,'_paypal_status','completed'),(8077,393,'PayPal Transaction Fee','1.32'),(8078,393,'_date_paid','1622239284'),(8079,393,'_paid_date','2021-05-28 22:01:24'),(8080,393,'_download_permissions_granted','yes'),(8081,393,'_recorded_sales','yes'),(8082,393,'_recorded_coupon_usage_counts','yes'),(8083,393,'_order_stock_reduced','yes'),(8084,393,'_new_order_email_sent','true'),(8085,394,'_order_key','wc_order_6Lbsl1iJudD9r'),(8086,394,'_customer_user','78'),(8087,394,'_payment_method','paypal'),(8088,394,'_payment_method_title','PayPal'),(8089,394,'_customer_ip_address','108.54.149.237'),(8090,394,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8091,394,'_created_via','checkout'),(8092,394,'_cart_hash','bc7df33e09da74854cc019eef17acac6'),(8093,394,'_billing_first_name','Richard'),(8094,394,'_billing_last_name','Florsheim'),(8095,394,'_billing_company','Licura'),(8096,394,'_billing_address_1','3827 w fairway heights dr'),(8097,394,'_billing_city','Mequon'),(8098,394,'_billing_state','WI'),(8099,394,'_billing_postcode','53092'),(8100,394,'_billing_country','US'),(8101,394,'_billing_email','tara@liceclinicslongIsland.com'),(8102,394,'_billing_phone','5619006382'),(8103,394,'_shipping_first_name','Richard'),(8104,394,'_shipping_last_name','Florsheim'),(8105,394,'_shipping_company','LCA'),(8106,394,'_shipping_address_1','599 west hartsdale ave'),(8107,394,'_shipping_address_2','Ate 203'),(8108,394,'_shipping_city','White plains'),(8109,394,'_shipping_state','NY'),(8110,394,'_shipping_postcode','10607'),(8111,394,'_shipping_country','US'),(8112,394,'_order_currency','USD'),(8113,394,'_cart_discount','0'),(8114,394,'_cart_discount_tax','0'),(8115,394,'_order_shipping','11.76'),(8116,394,'_order_shipping_tax','0'),(8117,394,'_order_tax','0'),(8118,394,'_order_total','11.76'),(8119,394,'_order_version','5.3.0'),(8120,394,'_prices_include_tax','no'),(8121,394,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8122,394,'_shipping_address_index','Richard Florsheim LCA 599 west hartsdale ave Ate 203 White plains NY 10607 US'),(8123,394,'is_vat_exempt','no'),(8124,394,'Payment type','instant'),(8125,394,'_transaction_id','78600027C1492024G'),(8126,394,'_paypal_status','completed'),(8127,394,'PayPal Transaction Fee','0.64'),(8128,394,'_date_paid','1622509662'),(8129,394,'_paid_date','2021-06-01 01:07:42'),(8130,394,'_download_permissions_granted','yes'),(8131,394,'_recorded_sales','yes'),(8132,394,'_recorded_coupon_usage_counts','yes'),(8133,394,'_order_stock_reduced','yes'),(8134,394,'_new_order_email_sent','true'),(8135,390,'_edit_lock','1622556524:2'),(8136,390,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036796\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"f27587989e6bcfa60e416729083cd99a\";}}'),(8137,390,'_edit_last','2'),(8138,390,'_date_completed','1622556647'),(8139,390,'_completed_date','2021-06-01 14:10:47'),(8140,388,'_edit_lock','1622556642:2'),(8141,388,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036752\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"ca46a34de5451cc6fd023e25545d4cee\";}}'),(8142,388,'_edit_last','2'),(8143,388,'_date_completed','1622556767'),(8144,388,'_completed_date','2021-06-01 14:12:47'),(8145,387,'_edit_lock','1622556748:2'),(8146,387,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036720\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"6b3f210303e94d683300c8feea4657c7\";}}'),(8147,387,'_edit_last','2'),(8148,387,'_date_completed','1622556814'),(8149,387,'_completed_date','2021-06-01 14:13:34'),(8150,389,'_edit_lock','1622556819:2'),(8151,389,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036741\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"9246958ffffc7ee6f8676928ca189980\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036730\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"607b78c876696b48c03f75e241124cef\";}}'),(8152,389,'_edit_last','2'),(8153,389,'_date_completed','1622556942'),(8154,389,'_completed_date','2021-06-01 14:15:42'),(8155,391,'_edit_lock','1622556908:2'),(8156,391,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036855\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"2fa8285f71acc1be51bb985e9027beb1\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036844\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"91fd6b98ec01812b25665ecbc38ce16c\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036833\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"b221e3ff5cef2f04a44b9f2808e1af63\";}}'),(8157,391,'_edit_last','2'),(8158,391,'_date_completed','1622557042'),(8159,391,'_completed_date','2021-06-01 14:17:22'),(8160,392,'_edit_lock','1622557002:2'),(8161,392,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036914\";s:12:\"date_shipped\";s:10:\"1624838400\";s:11:\"tracking_id\";s:32:\"3877a8d51cb95a83e7e8275b3bce5492\";}}'),(8162,392,'_edit_last','2'),(8163,392,'_date_completed','1622557124'),(8164,392,'_completed_date','2021-06-01 14:18:44'),(8166,396,'_order_key','wc_order_YyihnZ5BxoYts'),(8167,396,'_customer_user','77'),(8168,396,'_payment_method','paypal'),(8169,396,'_payment_method_title','PayPal'),(8170,396,'_customer_ip_address','107.205.56.86'),(8171,396,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36'),(8172,396,'_created_via','checkout'),(8173,396,'_cart_hash','629c7925e688cce91793f28ed2ef710c'),(8174,396,'_billing_first_name','Phil'),(8175,396,'_billing_last_name','Moon'),(8176,396,'_billing_company','Lice Clinics of America--Visalia'),(8177,396,'_billing_address_1','585 56th Street'),(8178,396,'_billing_city','Oakland'),(8179,396,'_billing_state','CA'),(8180,396,'_billing_postcode','94609'),(8181,396,'_billing_country','US'),(8182,396,'_billing_email','info@liceclinicsfresno.com'),(8183,396,'_billing_phone','5593046305'),(8184,396,'_shipping_first_name','Kristen'),(8185,396,'_shipping_last_name','Maroot-Rippee'),(8186,396,'_shipping_company','Lice Busters LLC. CULVER CITY'),(8187,396,'_shipping_address_1','487 West Scott Avenue'),(8188,396,'_shipping_city','Fresno'),(8189,396,'_shipping_state','CA'),(8190,396,'_shipping_postcode','93704'),(8191,396,'_shipping_country','US'),(8192,396,'_order_currency','USD'),(8193,396,'_cart_discount','0'),(8194,396,'_cart_discount_tax','0'),(8195,396,'_order_shipping','0'),(8196,396,'_order_shipping_tax','0'),(8197,396,'_order_tax','0'),(8198,396,'_order_total','3204.00'),(8199,396,'_order_version','5.3.0'),(8200,396,'_prices_include_tax','no'),(8201,396,'_billing_address_index','Phil Moon Lice Clinics of America--Visalia 585 56th Street Oakland CA 94609 US info@liceclinicsfresno.com 5593046305'),(8202,396,'_shipping_address_index','Kristen Maroot-Rippee Lice Busters LLC. CULVER CITY 487 West Scott Avenue Fresno CA 93704 US'),(8203,396,'is_vat_exempt','no'),(8204,396,'Payment type','instant'),(8205,396,'_transaction_id','4TC26351J0053153A'),(8206,396,'_paypal_status','completed'),(8207,396,'PayPal Transaction Fee','93.22'),(8208,396,'_date_paid','1622559757'),(8209,396,'_paid_date','2021-06-01 15:02:37'),(8210,396,'_download_permissions_granted','yes'),(8211,396,'_recorded_sales','yes'),(8212,396,'_recorded_coupon_usage_counts','yes'),(8213,396,'_order_stock_reduced','yes'),(8214,396,'_new_order_email_sent','true'),(8215,386,'_edit_lock','1622564041:2'),(8216,386,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036557\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"034e16a500c402040d13dd73d082e3a4\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036568\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"7c25ebe144b563eba5e1c3e310e38c20\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036579\";s:12:\"date_shipped\";s:10:\"1624752000\";s:11:\"tracking_id\";s:32:\"bf45da27c2c8c0f5518c1c222b004dc6\";}}'),(8217,386,'_edit_last','2'),(8218,386,'_date_completed','1622564091'),(8219,386,'_completed_date','2021-06-01 16:14:51'),(8220,393,'_edit_lock','1622564024:2'),(8221,393,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036970\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"b3214b69bbdaea23f4c1fbc322d8c3a3\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953036969\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"bafc02871faa6e36ee3349fae2ca08cd\";}}'),(8222,393,'_edit_last','2'),(8223,393,'_date_completed','1622564162'),(8224,393,'_completed_date','2021-06-01 16:16:02'),(8225,397,'_order_key','wc_order_O9jOkiUJgr6g7'),(8226,397,'_customer_user','83'),(8227,397,'_payment_method','paypal'),(8228,397,'_payment_method_title','PayPal'),(8229,397,'_customer_ip_address','71.211.148.239'),(8230,397,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8231,397,'_created_via','checkout'),(8232,397,'_cart_hash','a7ecc5df646b3f6b12fbb866f403d567'),(8233,397,'_billing_first_name','Tanya'),(8234,397,'_billing_last_name','LLC'),(8235,397,'_billing_company','Tanya Kensley LLC'),(8236,397,'_billing_address_1','4248 McMurry Ave'),(8237,397,'_billing_city','Fort Collins'),(8238,397,'_billing_state','CO'),(8239,397,'_billing_postcode','80525'),(8240,397,'_billing_country','US'),(8241,397,'_billing_email','info@liceclinicsnortherncolorado.com'),(8242,397,'_billing_phone','9702338787'),(8243,397,'_shipping_first_name','Tanya'),(8244,397,'_shipping_last_name','Kensley'),(8245,397,'_shipping_company','LCA Fort Collins'),(8246,397,'_shipping_address_1','4248 McMurry Ave'),(8247,397,'_shipping_city','Fort Collins'),(8248,397,'_shipping_state','CO'),(8249,397,'_shipping_postcode','80525'),(8250,397,'_shipping_country','US'),(8251,397,'_order_currency','USD'),(8252,397,'_cart_discount','0'),(8253,397,'_cart_discount_tax','0'),(8254,397,'_order_shipping','16.34'),(8255,397,'_order_shipping_tax','0'),(8256,397,'_order_tax','0'),(8257,397,'_order_total','16.34'),(8258,397,'_order_version','5.3.0'),(8259,397,'_prices_include_tax','no'),(8260,397,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(8261,397,'_shipping_address_index','Tanya Kensley LCA Fort Collins 4248 McMurry Ave Fort Collins CO 80525 US'),(8262,397,'is_vat_exempt','no'),(8263,397,'Payment type','instant'),(8264,397,'_transaction_id','4N306737EV0018325'),(8265,397,'_paypal_status','completed'),(8266,397,'PayPal Transaction Fee','0.77'),(8267,397,'_date_paid','1622564221'),(8268,397,'_paid_date','2021-06-01 16:17:01'),(8269,397,'_download_permissions_granted','yes'),(8270,397,'_recorded_sales','yes'),(8271,397,'_recorded_coupon_usage_counts','yes'),(8272,397,'_order_stock_reduced','yes'),(8273,397,'_new_order_email_sent','true'),(8274,398,'_order_key','wc_order_WA9dg2BjkwNKP'),(8275,398,'_customer_user','51'),(8276,398,'_payment_method','paypal'),(8277,398,'_payment_method_title','PayPal'),(8278,398,'_customer_ip_address','174.248.65.102'),(8279,398,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8280,398,'_created_via','checkout'),(8281,398,'_cart_hash','110361ba1ab71194a49e5bbbea1d8dec'),(8282,398,'_billing_first_name','Corie'),(8283,398,'_billing_last_name','Kaniamos'),(8284,398,'_billing_address_1','5026 Tildens Grove Blvd'),(8285,398,'_billing_city','Windermere'),(8286,398,'_billing_state','FL'),(8287,398,'_billing_postcode','34786'),(8288,398,'_billing_country','US'),(8289,398,'_billing_email','corie@liceclinicsofflorida.com'),(8290,398,'_billing_phone','6163406321'),(8291,398,'_shipping_first_name','Maria'),(8292,398,'_shipping_last_name','Hagg'),(8293,398,'_shipping_company','LCA Stuart'),(8294,398,'_shipping_address_1','17 S. Via Lucindia Dr.'),(8295,398,'_shipping_city','Stuart'),(8296,398,'_shipping_state','FL'),(8297,398,'_shipping_postcode','34996'),(8298,398,'_shipping_country','US'),(8299,398,'_order_currency','USD'),(8300,398,'_cart_discount','0'),(8301,398,'_cart_discount_tax','0'),(8302,398,'_order_shipping','16.53'),(8303,398,'_order_shipping_tax','0'),(8304,398,'_order_tax','0'),(8305,398,'_order_total','16.53'),(8306,398,'_order_version','5.3.0'),(8307,398,'_prices_include_tax','no'),(8308,398,'_billing_address_index','Corie Kaniamos 5026 Tildens Grove Blvd Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(8309,398,'_shipping_address_index','Maria Hagg LCA Stuart 17 S. Via Lucindia Dr. Stuart FL 34996 US'),(8310,398,'is_vat_exempt','no'),(8311,398,'Payment type','instant'),(8312,398,'_transaction_id','24W32077Y33695730'),(8313,398,'_paypal_status','completed'),(8314,398,'PayPal Transaction Fee','0.78'),(8315,398,'_date_paid','1622566889'),(8316,398,'_paid_date','2021-06-01 17:01:29'),(8317,398,'_download_permissions_granted','yes'),(8318,398,'_recorded_sales','yes'),(8319,398,'_recorded_coupon_usage_counts','yes'),(8320,398,'_order_stock_reduced','yes'),(8321,398,'_new_order_email_sent','true'),(8322,399,'_order_key','wc_order_2tNvdMawq4zQW'),(8323,399,'_customer_user','51'),(8324,399,'_payment_method','paypal'),(8325,399,'_payment_method_title','PayPal'),(8326,399,'_customer_ip_address','174.248.65.102'),(8327,399,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8328,399,'_created_via','checkout'),(8329,399,'_cart_hash','110361ba1ab71194a49e5bbbea1d8dec'),(8330,399,'_billing_first_name','Corie'),(8331,399,'_billing_last_name','Kaniamos'),(8332,399,'_billing_address_1','5026 Tildens Grove Blvd'),(8333,399,'_billing_city','Windermere'),(8334,399,'_billing_state','FL'),(8335,399,'_billing_postcode','34786'),(8336,399,'_billing_country','US'),(8337,399,'_billing_email','corie@liceclinicsofflorida.com'),(8338,399,'_billing_phone','6163406321'),(8339,399,'_shipping_first_name','Michele'),(8340,399,'_shipping_last_name','Orloff'),(8341,399,'_shipping_company','LCA West Palm Beach'),(8342,399,'_shipping_address_1','1136 Magnolia St'),(8343,399,'_shipping_city','West Palm Beach'),(8344,399,'_shipping_state','FL'),(8345,399,'_shipping_postcode','33405'),(8346,399,'_shipping_country','US'),(8347,399,'_order_currency','USD'),(8348,399,'_cart_discount','0'),(8349,399,'_cart_discount_tax','0'),(8350,399,'_order_shipping','16.53'),(8351,399,'_order_shipping_tax','0'),(8352,399,'_order_tax','0'),(8353,399,'_order_total','16.53'),(8354,399,'_order_version','5.3.0'),(8355,399,'_prices_include_tax','no'),(8356,399,'_billing_address_index','Corie Kaniamos 5026 Tildens Grove Blvd Windermere FL 34786 US corie@liceclinicsofflorida.com 6163406321'),(8357,399,'_shipping_address_index','Michele Orloff LCA West Palm Beach 1136 Magnolia St West Palm Beach FL 33405 US'),(8358,399,'is_vat_exempt','no'),(8359,399,'Payment type','instant'),(8360,399,'_transaction_id','88485247B5021803N'),(8361,399,'_paypal_status','completed'),(8362,399,'PayPal Transaction Fee','0.78'),(8363,399,'_date_paid','1622567078'),(8364,399,'_paid_date','2021-06-01 17:04:38'),(8365,399,'_download_permissions_granted','yes'),(8366,399,'_recorded_sales','yes'),(8367,399,'_recorded_coupon_usage_counts','yes'),(8368,399,'_order_stock_reduced','yes'),(8369,399,'_new_order_email_sent','true'),(8370,41,'mwqb_sync_uiiqb','0'),(8371,148,'mwqb_sync_uiiqb','0'),(8372,146,'mwqb_sync_uiiqb','0'),(8373,144,'mwqb_sync_uiiqb','0'),(8374,142,'mwqb_sync_uiiqb','0'),(8375,137,'mwqb_sync_uiiqb','0'),(8376,135,'mwqb_sync_uiiqb','0'),(8377,105,'mwqb_sync_uiiqb','0'),(8378,116,'mwqb_sync_uiiqb','0'),(8379,120,'mwqb_sync_uiiqb','0'),(8380,133,'mwqb_sync_uiiqb','0'),(8381,23,'mwqb_sync_uiiqb','0'),(8382,45,'mwqb_sync_uiiqb','0'),(8383,49,'mwqb_sync_uiiqb','0'),(8384,43,'mwqb_sync_uiiqb','0'),(8385,42,'mwqb_sync_uiiqb','0'),(8386,40,'mwqb_sync_uiiqb','0'),(8387,44,'mwqb_sync_uiiqb','0'),(8388,39,'mwqb_sync_uiiqb','0'),(8389,38,'mwqb_sync_uiiqb','0'),(8393,396,'_edit_lock','1624039183:2'),(8394,396,'_wc_shipment_tracking_items','a:12:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037211\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"aba599bc04cffc0cc5f54cbbdab92f63\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037200\";s:12:\"date_shipped\";i:1622581394;s:11:\"tracking_id\";s:32:\"e6a635b44179aea3a6aad6124b3647df\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037196\";s:12:\"date_shipped\";i:1622581402;s:11:\"tracking_id\";s:32:\"9d1af1eeef0f7ba9cca48d5d979f5a1f\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037185\";s:12:\"date_shipped\";i:1622581409;s:11:\"tracking_id\";s:32:\"b92a974e74b4ada44ee3e6d62be539af\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037174\";s:12:\"date_shipped\";i:1622581417;s:11:\"tracking_id\";s:32:\"f8fd59978d2b35068ba40bdf00386566\";}i:5;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037163\";s:12:\"date_shipped\";i:1622581425;s:11:\"tracking_id\";s:32:\"8be9aa1f085e2f513f0c6d3ebb8a3b19\";}i:6;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037152\";s:12:\"date_shipped\";i:1622581433;s:11:\"tracking_id\";s:32:\"4dae56f4e221291d9892557063386841\";}i:7;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037141\";s:12:\"date_shipped\";i:1622581440;s:11:\"tracking_id\";s:32:\"654b6f003a417a701dcea9e572aa6a5c\";}i:8;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037130\";s:12:\"date_shipped\";i:1622581446;s:11:\"tracking_id\";s:32:\"8f6928d0f176438268eb2e628b994be7\";}i:9;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037120\";s:12:\"date_shipped\";i:1622581467;s:11:\"tracking_id\";s:32:\"c64e66fe6d3ddaf643ce07439205fc22\";}i:10;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037119\";s:12:\"date_shipped\";i:1622581473;s:11:\"tracking_id\";s:32:\"3f123a636d9cf1e08db7e964c29f4e09\";}i:11;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037108\";s:12:\"date_shipped\";i:1622581481;s:11:\"tracking_id\";s:32:\"5faeb3572516db9772c460e2a40dc39f\";}}'),(8395,396,'_edit_last','2'),(8396,396,'_date_completed','1622581489'),(8397,396,'_completed_date','2021-06-01 21:04:49'),(8398,401,'_order_key','wc_order_V7L807e0Vmm4I'),(8399,401,'_customer_user','68'),(8400,401,'_payment_method','paypal'),(8401,401,'_payment_method_title','PayPal'),(8402,401,'_customer_ip_address','184.98.175.99'),(8403,401,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8404,401,'_created_via','checkout'),(8405,401,'_cart_hash','21b554d26be75e641b24672d27671c51'),(8406,401,'_billing_first_name','Martell'),(8407,401,'_billing_last_name','Deines'),(8408,401,'_billing_company','Lice Clinics of America Chandler'),(8409,401,'_billing_address_1','3303 S. Lindsay'),(8410,401,'_billing_address_2','#109'),(8411,401,'_billing_city','GILBERT'),(8412,401,'_billing_state','AZ'),(8413,401,'_billing_postcode','85297'),(8414,401,'_billing_country','US'),(8415,401,'_billing_email','info@liceclinicschandler.com'),(8416,401,'_billing_phone','6023095468'),(8417,401,'_shipping_first_name','Martell'),(8418,401,'_shipping_last_name','Deines'),(8419,401,'_shipping_company','LCA Chandler'),(8420,401,'_shipping_address_1','3303 S. Lindsey Road'),(8421,401,'_shipping_address_2','Suite 109'),(8422,401,'_shipping_city','Gilbert'),(8423,401,'_shipping_state','AZ'),(8424,401,'_shipping_postcode','85297'),(8425,401,'_shipping_country','US'),(8426,401,'_order_currency','USD'),(8427,401,'_cart_discount','0'),(8428,401,'_cart_discount_tax','0'),(8429,401,'_order_shipping','132.47'),(8430,401,'_order_shipping_tax','0'),(8431,401,'_order_tax','0'),(8432,401,'_order_total','132.47'),(8433,401,'_order_version','5.3.0'),(8434,401,'_prices_include_tax','no'),(8435,401,'_billing_address_index','Martell Deines Lice Clinics of America Chandler 3303 S. Lindsay #109 GILBERT AZ 85297 US info@liceclinicschandler.com 6023095468'),(8436,401,'_shipping_address_index','Martell Deines LCA Chandler 3303 S. Lindsey Road Suite 109 Gilbert AZ 85297 US'),(8437,401,'is_vat_exempt','no'),(8438,401,'Payment type','instant'),(8439,401,'_transaction_id','6Y1853042K827040G'),(8440,401,'_paypal_status','completed'),(8441,401,'PayPal Transaction Fee','4.14'),(8442,401,'_date_paid','1622586179'),(8443,401,'_paid_date','2021-06-01 22:22:59'),(8444,401,'_download_permissions_granted','yes'),(8445,401,'_recorded_sales','yes'),(8446,401,'_recorded_coupon_usage_counts','yes'),(8447,401,'_order_stock_reduced','yes'),(8448,401,'_new_order_email_sent','true'),(8449,402,'_order_key','wc_order_QWf422EQC9TTg'),(8450,402,'_customer_user','52'),(8451,402,'_payment_method','paypal'),(8452,402,'_payment_method_title','PayPal'),(8453,402,'_customer_ip_address','76.104.59.108'),(8454,402,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8455,402,'_created_via','checkout'),(8456,402,'_cart_hash','120b0dbcb73f2ccedb4068aa5f83af11'),(8457,402,'_billing_first_name','Darlene'),(8458,402,'_billing_last_name','LaFramboise'),(8459,402,'_billing_company','LCA-NOVA'),(8460,402,'_billing_address_1','25473 Tomey Ct'),(8461,402,'_billing_city','Aldie'),(8462,402,'_billing_state','VA'),(8463,402,'_billing_postcode','20105-3048'),(8464,402,'_billing_country','US'),(8465,402,'_billing_email','info@liceremovalnova.com'),(8466,402,'_billing_phone','7033031576'),(8467,402,'_shipping_first_name','Darlene'),(8468,402,'_shipping_last_name','LaFramboise'),(8469,402,'_shipping_company','LCA-NOVA'),(8470,402,'_shipping_address_1','25473 Tomey Ct'),(8471,402,'_shipping_city','Aldie'),(8472,402,'_shipping_state','VA'),(8473,402,'_shipping_postcode','20105-3048'),(8474,402,'_shipping_country','US'),(8475,402,'_order_currency','USD'),(8476,402,'_cart_discount','0'),(8477,402,'_cart_discount_tax','0'),(8478,402,'_order_shipping','14.64'),(8479,402,'_order_shipping_tax','0'),(8480,402,'_order_tax','0'),(8481,402,'_order_total','71.76'),(8482,402,'_order_version','5.3.0'),(8483,402,'_prices_include_tax','no'),(8484,402,'_billing_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct Aldie VA 20105-3048 US info@liceremovalnova.com 7033031576'),(8485,402,'_shipping_address_index','Darlene LaFramboise LCA-NOVA 25473 Tomey Ct Aldie VA 20105-3048 US'),(8486,402,'is_vat_exempt','no'),(8487,402,'Payment type','instant'),(8488,402,'_transaction_id','3GB7344274572325V'),(8489,402,'_paypal_status','completed'),(8490,402,'PayPal Transaction Fee','2.38'),(8491,402,'_date_paid','1622646103'),(8492,402,'_paid_date','2021-06-02 15:01:43'),(8493,402,'_download_permissions_granted','yes'),(8494,402,'_recorded_sales','yes'),(8495,402,'_recorded_coupon_usage_counts','yes'),(8496,402,'_order_stock_reduced','yes'),(8497,402,'_new_order_email_sent','true'),(8536,401,'_edit_lock','1622650329:2'),(8537,401,'_wc_shipment_tracking_items','a:4:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037417\";s:12:\"date_shipped\";s:10:\"1622592000\";s:11:\"tracking_id\";s:32:\"e0e0ccca3c3c3763010ffc27dfb495a9\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037406\";s:12:\"date_shipped\";i:1622650410;s:11:\"tracking_id\";s:32:\"192d18abb8778006827fe64987821c36\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037391\";s:12:\"date_shipped\";i:1622650416;s:11:\"tracking_id\";s:32:\"8278aed8fac75f9f703458d2d8b1dc4a\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037380\";s:12:\"date_shipped\";i:1622650422;s:11:\"tracking_id\";s:32:\"ac312b7b1aaac86b2ff1b928a58fa4a1\";}}'),(8538,401,'_edit_last','2'),(8539,401,'_date_completed','1622650454'),(8540,401,'_completed_date','2021-06-02 16:14:14'),(8541,404,'_order_key','wc_order_j7nQU5mZHbiXe'),(8542,404,'_customer_user','3'),(8543,404,'_payment_method','paypal'),(8544,404,'_payment_method_title','PayPal'),(8545,404,'_customer_ip_address','70.142.202.154'),(8546,404,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(8547,404,'_created_via','checkout'),(8548,404,'_cart_hash','90257c7e1d4635dfa5ac2be2aaddd0a1'),(8549,404,'_billing_first_name','Amanda'),(8550,404,'_billing_last_name','Westerman'),(8551,404,'_billing_company','Lice Clinics of America McKinney'),(8552,404,'_billing_address_1','3120 Hudson Crossing'),(8553,404,'_billing_address_2','Suite A2'),(8554,404,'_billing_city','MCKINNEY'),(8555,404,'_billing_state','TX'),(8556,404,'_billing_postcode','75070'),(8557,404,'_billing_country','US'),(8558,404,'_billing_email','awesterman1103@gmail.com'),(8559,404,'_billing_phone','2144175741'),(8560,404,'_shipping_first_name','Amanda'),(8561,404,'_shipping_last_name','Westerman'),(8562,404,'_shipping_company','Lice Clinics of America McKinney'),(8563,404,'_shipping_address_1','3120 Hudson Crossing'),(8564,404,'_shipping_address_2','Suite A2'),(8565,404,'_shipping_city','MCKINNEY'),(8566,404,'_shipping_state','TX'),(8567,404,'_shipping_postcode','75070'),(8568,404,'_shipping_country','US'),(8569,404,'_order_currency','USD'),(8570,404,'_cart_discount','0'),(8571,404,'_cart_discount_tax','0'),(8572,404,'_order_shipping','0'),(8573,404,'_order_shipping_tax','0'),(8574,404,'_order_tax','0'),(8575,404,'_order_total','542.56'),(8576,404,'_order_version','5.3.0'),(8577,404,'_prices_include_tax','no'),(8578,404,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(8579,404,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(8580,404,'is_vat_exempt','no'),(8581,404,'Payment type','instant'),(8582,404,'_transaction_id','06X76641S4285024B'),(8583,404,'_paypal_status','completed'),(8584,404,'PayPal Transaction Fee','16.03'),(8585,404,'_date_paid','1622735969'),(8586,404,'_paid_date','2021-06-03 15:59:29'),(8587,404,'_download_permissions_granted','yes'),(8588,404,'_recorded_sales','yes'),(8589,404,'_recorded_coupon_usage_counts','yes'),(8590,404,'_order_stock_reduced','yes'),(8591,404,'_new_order_email_sent','true'),(8596,402,'_edit_lock','1622754787:2'),(8597,402,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037439\";s:12:\"date_shipped\";s:10:\"1622592000\";s:11:\"tracking_id\";s:32:\"1f8983e86a6413fca3d85071eaba2442\";}}'),(8598,402,'_edit_last','2'),(8599,402,'_date_completed','1622754925'),(8600,402,'_completed_date','2021-06-03 21:15:25'),(8601,404,'_edit_lock','1622754840:2'),(8602,404,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037531\";s:12:\"date_shipped\";s:10:\"1622678400\";s:11:\"tracking_id\";s:32:\"233b51fd94309f4313d4c3ee2e56d5a3\";}}'),(8603,404,'_edit_last','2'),(8604,404,'_date_completed','1622754975'),(8605,404,'_completed_date','2021-06-03 21:16:15'),(8606,399,'_edit_lock','1622755572:2'),(8607,398,'_edit_lock','1622755594:2'),(8608,397,'_edit_lock','1622755638:2'),(8609,399,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037303\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"f17c1eab1676cdb76d92be4b12a02480\";}}'),(8610,399,'_edit_last','2'),(8611,399,'_date_completed','1622755703'),(8612,399,'_completed_date','2021-06-03 21:28:23'),(8613,398,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037288\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"3dcc946495365278202f3728d3cc604f\";}}'),(8614,398,'_edit_last','2'),(8615,398,'_date_completed','1622755735'),(8616,398,'_completed_date','2021-06-03 21:28:55'),(8617,397,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037277\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"7e7831f9a9744c7f156895a93205993b\";}}'),(8618,397,'_edit_last','2'),(8619,397,'_date_completed','1622755769'),(8620,397,'_completed_date','2021-06-03 21:29:29'),(8621,394,'_edit_lock','1622755665:2'),(8622,394,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037005\";s:12:\"date_shipped\";s:10:\"1622505600\";s:11:\"tracking_id\";s:32:\"7270bf0e7e72347cbd10e25d77544af3\";}}'),(8623,394,'_edit_last','2'),(8624,394,'_date_completed','1622755806'),(8625,394,'_completed_date','2021-06-03 21:30:06'),(8626,405,'_order_key','wc_order_njen3UvjKpqQJ'),(8627,405,'_customer_user','58'),(8628,405,'_payment_method','paypal'),(8629,405,'_payment_method_title','PayPal'),(8630,405,'_customer_ip_address','107.77.189.16'),(8631,405,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1'),(8632,405,'_created_via','checkout'),(8633,405,'_cart_hash','375be206faa90ea8f314398f97714ee3'),(8634,405,'_billing_first_name','Heather'),(8635,405,'_billing_last_name','Smith'),(8636,405,'_billing_address_1','P.O. Box 155624'),(8637,405,'_billing_city','Lufkin'),(8638,405,'_billing_state','TX'),(8639,405,'_billing_postcode','75915'),(8640,405,'_billing_country','US'),(8641,405,'_billing_email','easttexaslca@yahoo.com'),(8642,405,'_billing_phone','9364143560'),(8643,405,'_shipping_first_name','Heather'),(8644,405,'_shipping_last_name','Smith'),(8645,405,'_shipping_company','LCA Lufkin'),(8646,405,'_shipping_address_1','404 Cr 3133'),(8647,405,'_shipping_city','Jacksonville'),(8648,405,'_shipping_state','TX'),(8649,405,'_shipping_postcode','75766'),(8650,405,'_shipping_country','US'),(8651,405,'_order_currency','USD'),(8652,405,'_cart_discount','0'),(8653,405,'_cart_discount_tax','0'),(8654,405,'_order_shipping','35.79'),(8655,405,'_order_shipping_tax','0'),(8656,405,'_order_tax','0'),(8657,405,'_order_total','35.79'),(8658,405,'_order_version','5.3.0'),(8659,405,'_prices_include_tax','no'),(8660,405,'_billing_address_index','Heather Smith P.O. Box 155624 Lufkin TX 75915 US easttexaslca@yahoo.com 9364143560'),(8661,405,'_shipping_address_index','Heather Smith LCA Lufkin 404 Cr 3133 Jacksonville TX 75766 US'),(8662,405,'is_vat_exempt','no'),(8663,405,'Payment type','instant'),(8664,405,'_transaction_id','059999181P174033V'),(8665,405,'_paypal_status','completed'),(8666,405,'PayPal Transaction Fee','1.34'),(8667,405,'_date_paid','1622943425'),(8668,405,'_paid_date','2021-06-06 01:37:05'),(8669,405,'_download_permissions_granted','yes'),(8670,405,'_recorded_sales','yes'),(8671,405,'_recorded_coupon_usage_counts','yes'),(8672,405,'_order_stock_reduced','yes'),(8673,405,'_new_order_email_sent','true'),(8674,406,'_order_key','wc_order_Ol67Du0BZTFTE'),(8675,406,'_customer_user','54'),(8676,406,'_payment_method','paypal'),(8677,406,'_payment_method_title','PayPal'),(8678,406,'_customer_ip_address','71.239.20.69'),(8679,406,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.88 Mobile Safari/537.36'),(8680,406,'_created_via','checkout'),(8681,406,'_cart_hash','2f64c64e011cd7c421819580dadff404'),(8682,406,'_billing_first_name','Erin'),(8683,406,'_billing_last_name','Hawn'),(8684,406,'_billing_address_1','10 W Phillip Rd'),(8685,406,'_billing_address_2','123'),(8686,406,'_billing_city','Vernon Hills'),(8687,406,'_billing_state','IL'),(8688,406,'_billing_postcode','60061'),(8689,406,'_billing_country','US'),(8690,406,'_billing_email','info@liceclinicsvernonhills.com'),(8691,406,'_billing_phone','8475960408'),(8692,406,'_shipping_first_name','Erin'),(8693,406,'_shipping_last_name','Hawn'),(8694,406,'_shipping_address_1','1491 S Amarias Dr'),(8695,406,'_shipping_city','Round lake'),(8696,406,'_shipping_state','IL'),(8697,406,'_shipping_postcode','60073'),(8698,406,'_shipping_country','US'),(8699,406,'_order_currency','USD'),(8700,406,'_cart_discount','0'),(8701,406,'_cart_discount_tax','0'),(8702,406,'_order_shipping','0'),(8703,406,'_order_shipping_tax','0'),(8704,406,'_order_tax','0'),(8705,406,'_order_total','656.29'),(8706,406,'_order_version','5.3.0'),(8707,406,'_prices_include_tax','no'),(8708,406,'_billing_address_index','Erin Hawn 10 W Phillip Rd 123 Vernon Hills IL 60061 US info@liceclinicsvernonhills.com 8475960408'),(8709,406,'_shipping_address_index','Erin Hawn 1491 S Amarias Dr Round lake IL 60073 US'),(8710,406,'is_vat_exempt','no'),(8711,406,'Payment type','instant'),(8712,406,'_transaction_id','96Y37272WT4721846'),(8713,406,'_paypal_status','completed'),(8714,406,'PayPal Transaction Fee','19.33'),(8715,406,'_date_paid','1623029377'),(8716,406,'_paid_date','2021-06-07 01:29:37'),(8717,406,'_download_permissions_granted','yes'),(8718,406,'_recorded_sales','yes'),(8719,406,'_recorded_coupon_usage_counts','yes'),(8720,406,'_order_stock_reduced','yes'),(8721,406,'_new_order_email_sent','true'),(8722,407,'_order_key','wc_order_QezYTURyWuMYK'),(8723,407,'_customer_user','15'),(8724,407,'_payment_method','paypal'),(8725,407,'_payment_method_title','PayPal'),(8726,407,'_customer_ip_address','172.15.92.16'),(8727,407,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.37'),(8728,407,'_created_via','checkout'),(8729,407,'_cart_hash','a73595b81d3b41859100920adab13f8d'),(8730,407,'_billing_first_name','David'),(8731,407,'_billing_last_name','Florsheim'),(8732,407,'_billing_company','Lice Clincs of America'),(8733,407,'_billing_address_1','11506 N Creekside Ct'),(8734,407,'_billing_city','Mequon'),(8735,407,'_billing_state','WI'),(8736,407,'_billing_postcode','53092'),(8737,407,'_billing_country','US'),(8738,407,'_billing_email','info@liceclinicsmilwaukee.com'),(8739,407,'_billing_phone','4142556550'),(8740,407,'_shipping_first_name','Caitlin'),(8741,407,'_shipping_last_name','Kugler'),(8742,407,'_shipping_company','LCA'),(8743,407,'_shipping_address_1','2748 Wisconsin St'),(8744,407,'_shipping_city','Sturtevant'),(8745,407,'_shipping_state','WI'),(8746,407,'_shipping_postcode','53177'),(8747,407,'_shipping_country','US'),(8748,407,'_order_currency','USD'),(8749,407,'_cart_discount','0'),(8750,407,'_cart_discount_tax','0'),(8751,407,'_order_shipping','18.94'),(8752,407,'_order_shipping_tax','0'),(8753,407,'_order_tax','0'),(8754,407,'_order_total','252.43'),(8755,407,'_order_version','5.3.0'),(8756,407,'_prices_include_tax','no'),(8757,407,'_billing_address_index','David Florsheim Lice Clincs of America 11506 N Creekside Ct Mequon WI 53092 US info@liceclinicsmilwaukee.com 4142556550'),(8758,407,'_shipping_address_index','Caitlin Kugler LCA 2748 Wisconsin St Sturtevant WI 53177 US'),(8759,407,'is_vat_exempt','no'),(8760,407,'Payment type','instant'),(8761,407,'_transaction_id','9EC03371K81105916'),(8762,407,'_paypal_status','completed'),(8763,407,'PayPal Transaction Fee','7.62'),(8764,407,'_date_paid','1623082172'),(8765,407,'_paid_date','2021-06-07 16:09:32'),(8766,407,'_download_permissions_granted','yes'),(8767,407,'_recorded_sales','yes'),(8768,407,'_recorded_coupon_usage_counts','yes'),(8769,407,'_order_stock_reduced','yes'),(8770,407,'_new_order_email_sent','true'),(8771,408,'_order_key','wc_order_hFXcwKtOPXE8M'),(8772,408,'_customer_user','17'),(8773,408,'_payment_method','paypal'),(8774,408,'_payment_method_title','PayPal'),(8775,408,'_customer_ip_address','66.230.244.128'),(8776,408,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15'),(8777,408,'_created_via','checkout'),(8778,408,'_cart_hash','9bd0da3b76a2389baa015105f1ff149c'),(8779,408,'_billing_first_name','Bess'),(8780,408,'_billing_last_name','Hayes'),(8781,408,'_billing_company','LCA Des Moines'),(8782,408,'_billing_address_1','7753 S. Westbrook Dr'),(8783,408,'_billing_city','Dubuque'),(8784,408,'_billing_state','IA'),(8785,408,'_billing_postcode','52002'),(8786,408,'_billing_country','US'),(8787,408,'_billing_email','info@liceclinicsnortherniowa.com'),(8788,408,'_billing_phone','5635646764'),(8789,408,'_shipping_first_name','Bess'),(8790,408,'_shipping_last_name','Hayes'),(8791,408,'_shipping_company','LCA Des Moines'),(8792,408,'_shipping_address_1','7753 S. Westbrook Dr'),(8793,408,'_shipping_city','Dubuque'),(8794,408,'_shipping_state','IA'),(8795,408,'_shipping_postcode','52002'),(8796,408,'_shipping_country','US'),(8797,408,'_order_currency','USD'),(8798,408,'_cart_discount','0'),(8799,408,'_cart_discount_tax','0'),(8800,408,'_order_shipping','12.5'),(8801,408,'_order_shipping_tax','0'),(8802,408,'_order_tax','0'),(8803,408,'_order_total','12.50'),(8804,408,'_order_version','5.3.0'),(8805,408,'_prices_include_tax','no'),(8806,408,'_billing_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr Dubuque IA 52002 US info@liceclinicsnortherniowa.com 5635646764'),(8807,408,'_shipping_address_index','Bess Hayes LCA Des Moines 7753 S. Westbrook Dr Dubuque IA 52002 US'),(8808,408,'is_vat_exempt','no'),(8809,408,'Payment type','instant'),(8810,408,'_transaction_id','9PH05743K7941840C'),(8811,408,'_paypal_status','completed'),(8812,408,'PayPal Transaction Fee','0.66'),(8813,408,'_date_paid','1623089677'),(8814,408,'_paid_date','2021-06-07 18:14:37'),(8815,408,'_download_permissions_granted','yes'),(8816,408,'_recorded_sales','yes'),(8817,408,'_recorded_coupon_usage_counts','yes'),(8818,408,'_order_stock_reduced','yes'),(8819,408,'_new_order_email_sent','true'),(8820,405,'_edit_lock','1623093799:2'),(8821,405,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037737\";s:12:\"date_shipped\";s:10:\"1623024000\";s:11:\"tracking_id\";s:32:\"e661692118f6f337e38b0f2ba0e61b73\";}}'),(8822,405,'_edit_last','2'),(8823,405,'_date_completed','1623093901'),(8824,405,'_completed_date','2021-06-07 19:25:01'),(8825,409,'_order_key','wc_order_qP42X88udO4Vs'),(8826,409,'_customer_user','73'),(8827,409,'_payment_method','paypal'),(8828,409,'_payment_method_title','PayPal'),(8829,409,'_customer_ip_address','73.170.210.164'),(8830,409,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(8831,409,'_created_via','checkout'),(8832,409,'_cart_hash','3c7f37398b4164e5cd74fcba52ffff0e'),(8833,409,'_billing_first_name','Lice Clinics'),(8834,409,'_billing_last_name','Castro Valley'),(8835,409,'_billing_company','Lice Clinics of America - Castro Valley'),(8836,409,'_billing_address_1','20406 Redwood Rd, Suite A'),(8837,409,'_billing_city','Castro Valley'),(8838,409,'_billing_state','CA'),(8839,409,'_billing_postcode','94546'),(8840,409,'_billing_country','US'),(8841,409,'_billing_email','info@liceclinicscastrovalley.com'),(8842,409,'_billing_phone','5106763272'),(8843,409,'_shipping_first_name','Lice Clinics'),(8844,409,'_shipping_last_name','Castro Valley'),(8845,409,'_shipping_company','LCA - Castro Valley'),(8846,409,'_shipping_address_1','31372 Mackinaw St'),(8847,409,'_shipping_city','Union City'),(8848,409,'_shipping_state','CA'),(8849,409,'_shipping_postcode','94587'),(8850,409,'_shipping_country','US'),(8851,409,'_order_currency','USD'),(8852,409,'_cart_discount','0'),(8853,409,'_cart_discount_tax','0'),(8854,409,'_order_shipping','0'),(8855,409,'_order_shipping_tax','0'),(8856,409,'_order_tax','0'),(8857,409,'_order_total','509.44'),(8858,409,'_order_version','5.3.0'),(8859,409,'_prices_include_tax','no'),(8860,409,'_billing_address_index','Lice Clinics Castro Valley Lice Clinics of America - Castro Valley 20406 Redwood Rd, Suite A Castro Valley CA 94546 US info@liceclinicscastrovalley.com 5106763272'),(8861,409,'_shipping_address_index','Lice Clinics Castro Valley LCA - Castro Valley 31372 Mackinaw St Union City CA 94587 US'),(8862,409,'is_vat_exempt','no'),(8863,409,'Payment type','instant'),(8864,409,'_transaction_id','6M930278TC932484K'),(8865,409,'_paypal_status','completed'),(8866,409,'PayPal Transaction Fee','15.07'),(8867,409,'_date_paid','1623111268'),(8868,409,'_paid_date','2021-06-08 00:14:28'),(8869,409,'_download_permissions_granted','yes'),(8870,409,'_recorded_sales','yes'),(8871,409,'_recorded_coupon_usage_counts','yes'),(8872,409,'_order_stock_reduced','yes'),(8873,409,'_new_order_email_sent','true'),(8874,410,'_order_key','wc_order_kqm16DsCmFKjm'),(8875,410,'_customer_user','78'),(8876,410,'_payment_method','paypal'),(8877,410,'_payment_method_title','PayPal'),(8878,410,'_customer_ip_address','108.54.149.237'),(8879,410,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(8880,410,'_created_via','checkout'),(8881,410,'_cart_hash','bc7df33e09da74854cc019eef17acac6'),(8882,410,'_billing_first_name','Richard'),(8883,410,'_billing_last_name','Florsheim'),(8884,410,'_billing_company','Licura'),(8885,410,'_billing_address_1','3827 w fairway heights dr'),(8886,410,'_billing_city','Mequon'),(8887,410,'_billing_state','WI'),(8888,410,'_billing_postcode','53092'),(8889,410,'_billing_country','US'),(8890,410,'_billing_email','tara@liceclinicslongIsland.com'),(8891,410,'_billing_phone','5619006382'),(8892,410,'_shipping_first_name','Richard'),(8893,410,'_shipping_last_name','Florsheim'),(8894,410,'_shipping_company','LCA'),(8895,410,'_shipping_address_1','599 west hartsdale ave'),(8896,410,'_shipping_address_2','Ate 203'),(8897,410,'_shipping_city','White plains'),(8898,410,'_shipping_state','NY'),(8899,410,'_shipping_postcode','10607'),(8900,410,'_shipping_country','US'),(8901,410,'_order_currency','USD'),(8902,410,'_cart_discount','0'),(8903,410,'_cart_discount_tax','0'),(8904,410,'_order_shipping','11.76'),(8905,410,'_order_shipping_tax','0'),(8906,410,'_order_tax','0'),(8907,410,'_order_total','11.76'),(8908,410,'_order_version','5.3.0'),(8909,410,'_prices_include_tax','no'),(8910,410,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8911,410,'_shipping_address_index','Richard Florsheim LCA 599 west hartsdale ave Ate 203 White plains NY 10607 US'),(8912,410,'is_vat_exempt','no'),(8913,410,'Payment type','instant'),(8914,410,'_transaction_id','7B679543H1094760P'),(8915,410,'_paypal_status','completed'),(8916,410,'PayPal Transaction Fee','0.64'),(8917,410,'_date_paid','1623121078'),(8918,410,'_paid_date','2021-06-08 02:57:58'),(8919,410,'_download_permissions_granted','yes'),(8920,410,'_recorded_sales','yes'),(8921,410,'_recorded_coupon_usage_counts','yes'),(8922,410,'_order_stock_reduced','yes'),(8923,410,'_new_order_email_sent','true'),(8924,411,'_order_key','wc_order_xQKHRBeUXXj0l'),(8925,411,'_customer_user','78'),(8926,411,'_payment_method','paypal'),(8927,411,'_payment_method_title','PayPal'),(8928,411,'_customer_ip_address','108.54.149.237'),(8929,411,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(8930,411,'_created_via','checkout'),(8931,411,'_cart_hash','ad3adc33964aa1fa7552f376f7b96f57'),(8932,411,'_billing_first_name','Richard'),(8933,411,'_billing_last_name','Florsheim'),(8934,411,'_billing_company','Licura'),(8935,411,'_billing_address_1','3827 w fairway heights dr'),(8936,411,'_billing_city','Mequon'),(8937,411,'_billing_state','WI'),(8938,411,'_billing_postcode','53092'),(8939,411,'_billing_country','US'),(8940,411,'_billing_email','tara@liceclinicslongIsland.com'),(8941,411,'_billing_phone','5619006382'),(8942,411,'_shipping_first_name','Richard'),(8943,411,'_shipping_last_name','Florsheim'),(8944,411,'_shipping_company','LCA'),(8945,411,'_shipping_address_1','2330 Faye ct'),(8946,411,'_shipping_city','Merrick'),(8947,411,'_shipping_state','NY'),(8948,411,'_shipping_postcode','11566'),(8949,411,'_shipping_country','US'),(8950,411,'_order_currency','USD'),(8951,411,'_cart_discount','0'),(8952,411,'_cart_discount_tax','0'),(8953,411,'_order_shipping','16.8'),(8954,411,'_order_shipping_tax','0'),(8955,411,'_order_tax','0'),(8956,411,'_order_total','129.30'),(8957,411,'_order_version','5.3.0'),(8958,411,'_prices_include_tax','no'),(8959,411,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(8960,411,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct Merrick NY 11566 US'),(8961,411,'is_vat_exempt','no'),(8962,411,'Payment type','instant'),(8963,411,'_transaction_id','15C43799068398348'),(8964,411,'_paypal_status','completed'),(8965,411,'PayPal Transaction Fee','4.05'),(8966,411,'_date_paid','1623121365'),(8967,411,'_paid_date','2021-06-08 03:02:45'),(8968,411,'_download_permissions_granted','yes'),(8969,411,'_recorded_sales','yes'),(8970,411,'_recorded_coupon_usage_counts','yes'),(8971,411,'_order_stock_reduced','yes'),(8972,411,'_new_order_email_sent','true'),(8973,412,'_order_key','wc_order_1VyqY1u5SuSBi'),(8974,412,'_customer_user','76'),(8975,412,'_payment_method','paypal'),(8976,412,'_payment_method_title','PayPal'),(8977,412,'_customer_ip_address','146.115.131.163'),(8978,412,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15'),(8979,412,'_created_via','checkout'),(8980,412,'_cart_hash','02b63c33766229c8e676e541d1e88dab'),(8981,412,'_billing_first_name','Naomi'),(8982,412,'_billing_last_name','Golden'),(8983,412,'_billing_address_1','31 Mann Ave'),(8984,412,'_billing_city','Needham'),(8985,412,'_billing_state','MA'),(8986,412,'_billing_postcode','02492'),(8987,412,'_billing_country','US'),(8988,412,'_billing_email','nrgolden6486@gmail.com'),(8989,412,'_billing_phone','617-851-1322'),(8990,412,'_shipping_first_name','Naomi'),(8991,412,'_shipping_last_name','Golden'),(8992,412,'_shipping_company','LCA Newton'),(8993,412,'_shipping_address_1','1234 Chestnut Street'),(8994,412,'_shipping_address_2','Suite 101A'),(8995,412,'_shipping_city','Newton Upper Falls'),(8996,412,'_shipping_state','MA'),(8997,412,'_shipping_postcode','02464'),(8998,412,'_shipping_country','US'),(8999,412,'_order_currency','USD'),(9000,412,'_cart_discount','0'),(9001,412,'_cart_discount_tax','0'),(9002,412,'_order_shipping','24.43'),(9003,412,'_order_shipping_tax','0'),(9004,412,'_order_tax','0'),(9005,412,'_order_total','206.83'),(9006,412,'_order_version','5.3.0'),(9007,412,'_prices_include_tax','no'),(9008,412,'_billing_address_index','Naomi Golden 31 Mann Ave Needham MA 02492 US nrgolden6486@gmail.com 617-851-1322'),(9009,412,'_shipping_address_index','Naomi Golden LCA Newton 1234 Chestnut Street Suite 101A Newton Upper Falls MA 02464 US'),(9010,412,'is_vat_exempt','no'),(9011,412,'Payment type','instant'),(9012,412,'_transaction_id','72H06112J06289820'),(9013,412,'_paypal_status','completed'),(9014,412,'PayPal Transaction Fee','6.30'),(9015,412,'_date_paid','1623175538'),(9016,412,'_paid_date','2021-06-08 18:05:38'),(9017,412,'_download_permissions_granted','yes'),(9018,412,'_recorded_sales','yes'),(9019,412,'_recorded_coupon_usage_counts','yes'),(9020,412,'_order_stock_reduced','yes'),(9021,412,'_new_order_email_sent','true'),(9022,413,'_order_key','wc_order_Jq9USyAGQ94Ns'),(9023,413,'_customer_user','37'),(9024,413,'_payment_method','paypal'),(9025,413,'_payment_method_title','PayPal'),(9026,413,'_customer_ip_address','71.29.240.25'),(9027,413,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9028,413,'_created_via','checkout'),(9029,413,'_cart_hash','f11d826909e2c0f6fb05cf6bce2beceb'),(9030,413,'_billing_first_name','Melody'),(9031,413,'_billing_last_name','Carter'),(9032,413,'_billing_company','Family Hair Clinic of South Ga LLC'),(9033,413,'_billing_address_1','514 South Church Street'),(9034,413,'_billing_city','Hahira'),(9035,413,'_billing_state','GA'),(9036,413,'_billing_postcode','31632'),(9037,413,'_billing_country','US'),(9038,413,'_billing_email','familyhairclinic@gmail.com'),(9039,413,'_billing_phone','2294151748'),(9040,413,'_shipping_first_name','Melody'),(9041,413,'_shipping_last_name','Carter'),(9042,413,'_shipping_company','LCA Family Hair Clinic'),(9043,413,'_shipping_address_1','7754 GA Highway 122 W'),(9044,413,'_shipping_city','Hahira'),(9045,413,'_shipping_state','GA'),(9046,413,'_shipping_postcode','31632'),(9047,413,'_shipping_country','US'),(9048,413,'_order_currency','USD'),(9049,413,'_cart_discount','0'),(9050,413,'_cart_discount_tax','0'),(9051,413,'_order_shipping','13.25'),(9052,413,'_order_shipping_tax','0'),(9053,413,'_order_tax','0'),(9054,413,'_order_total','70.37'),(9055,413,'_order_version','5.3.0'),(9056,413,'_prices_include_tax','no'),(9057,413,'_billing_address_index','Melody Carter Family Hair Clinic of South Ga LLC 514 South Church Street Hahira GA 31632 US familyhairclinic@gmail.com 2294151748'),(9058,413,'_shipping_address_index','Melody Carter LCA Family Hair Clinic 7754 GA Highway 122 W Hahira GA 31632 US'),(9059,413,'is_vat_exempt','no'),(9060,413,'Payment type','instant'),(9061,413,'_transaction_id','6CX06769V2924681W'),(9062,413,'_paypal_status','completed'),(9063,413,'PayPal Transaction Fee','2.34'),(9064,413,'_date_paid','1623251810'),(9065,413,'_paid_date','2021-06-09 15:16:50'),(9066,413,'_download_permissions_granted','yes'),(9067,413,'_recorded_sales','yes'),(9068,413,'_recorded_coupon_usage_counts','yes'),(9069,413,'_order_stock_reduced','yes'),(9070,413,'_new_order_email_sent','true'),(9071,408,'_edit_lock','1623259405:2'),(9072,408,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037840\";s:12:\"date_shipped\";s:10:\"1623024000\";s:11:\"tracking_id\";s:32:\"788042556c1b5dceb9e3650816583af1\";}}'),(9073,408,'_edit_last','2'),(9074,408,'_date_completed','1623259412'),(9075,408,'_completed_date','2021-06-09 17:23:32'),(9076,410,'_edit_lock','1623259486:2'),(9077,410,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037976\";s:12:\"date_shipped\";s:10:\"1623196800\";s:11:\"tracking_id\";s:32:\"4aa0a9cf89bfaa4a1fc91ed2dc66e74b\";}}'),(9078,410,'_edit_last','2'),(9079,410,'_date_completed','1623259590'),(9080,410,'_completed_date','2021-06-09 17:26:30'),(9081,411,'_edit_lock','1623259531:2'),(9082,411,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037943\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"bb0f4d3c7813dcb7cbc8c4030d3094d6\";}}'),(9083,411,'_edit_last','2'),(9084,411,'_date_completed','1623259664'),(9085,411,'_completed_date','2021-06-09 17:27:44'),(9086,412,'_edit_lock','1623259583:2'),(9087,412,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038067\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"918087d51bb63fa954445f8cd1379fcf\";}}'),(9088,412,'_edit_last','2'),(9089,412,'_date_completed','1623259721'),(9090,412,'_completed_date','2021-06-09 17:28:41'),(9091,413,'_edit_lock','1623259664:2'),(9092,413,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038160\";s:12:\"date_shipped\";s:10:\"1623196800\";s:11:\"tracking_id\";s:32:\"b859e18a6e12d0bebbd0011f558cc599\";}}'),(9093,413,'_edit_last','2'),(9094,413,'_date_completed','1623259791'),(9095,413,'_completed_date','2021-06-09 17:29:51'),(9219,409,'_edit_lock','1623273218:2'),(9220,409,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038023\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"665d279c41cdfd54acc96ae109dbd84a\";}}'),(9221,409,'_edit_last','2'),(9222,409,'_date_completed','1623273356'),(9223,409,'_completed_date','2021-06-09 21:15:56'),(9224,407,'_edit_lock','1636413233:2'),(9225,407,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953037818\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"23bb8d75bcd47e5d4c9d55b1c361962f\";}}'),(9226,407,'_edit_last','2'),(9227,407,'_date_completed','1623273392'),(9228,407,'_completed_date','2021-06-09 21:16:32'),(9229,406,'_edit_lock','1623273330:2'),(9230,406,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038240\";s:12:\"date_shipped\";s:10:\"1623110400\";s:11:\"tracking_id\";s:32:\"77095253137a9c2df696fa4ce81ff028\";}}'),(9231,406,'_edit_last','2'),(9232,406,'_date_completed','1623273428'),(9233,406,'_completed_date','2021-06-09 21:17:08'),(9234,418,'_order_key','wc_order_IA4vFFl9VIcFj'),(9235,418,'_customer_user','47'),(9236,418,'_payment_method','paypal'),(9237,418,'_payment_method_title','PayPal'),(9238,418,'_customer_ip_address','72.177.241.58'),(9239,418,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9240,418,'_created_via','checkout'),(9241,418,'_cart_hash','f7eafe01aecf4b7f36bce1f2282c1936'),(9242,418,'_billing_first_name','Tracy'),(9243,418,'_billing_last_name','Copeland'),(9244,418,'_billing_company','South Texas Lice Clinics LLC'),(9245,418,'_billing_address_1','14223 Silverhollow'),(9246,418,'_billing_city','San Antonio'),(9247,418,'_billing_state','TX'),(9248,418,'_billing_postcode','78232'),(9249,418,'_billing_country','US'),(9250,418,'_billing_email','info@liceclinicsanantoniowest.com'),(9251,418,'_billing_phone','2103135033'),(9252,418,'_shipping_first_name','Tracy'),(9253,418,'_shipping_last_name','Copeland'),(9254,418,'_shipping_company','South Texas Lice Clinics LLC'),(9255,418,'_shipping_address_1','14223 Silverhollow'),(9256,418,'_shipping_city','San Antonio'),(9257,418,'_shipping_state','TX'),(9258,418,'_shipping_postcode','78232'),(9259,418,'_shipping_country','US'),(9260,418,'_order_currency','USD'),(9261,418,'_cart_discount','0'),(9262,418,'_cart_discount_tax','0'),(9263,418,'_order_shipping','0'),(9264,418,'_order_shipping_tax','0'),(9265,418,'_order_tax','0'),(9266,418,'_order_total','555.36'),(9267,418,'_order_version','5.3.0'),(9268,418,'_prices_include_tax','no'),(9269,418,'_billing_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow San Antonio TX 78232 US info@liceclinicsanantoniowest.com 2103135033'),(9270,418,'_shipping_address_index','Tracy Copeland South Texas Lice Clinics LLC 14223 Silverhollow San Antonio TX 78232 US'),(9271,418,'is_vat_exempt','no'),(9272,418,'Payment type','instant'),(9273,418,'_transaction_id','2NE141849D720050D'),(9274,418,'_paypal_status','completed'),(9275,418,'PayPal Transaction Fee','16.41'),(9276,418,'_date_paid','1623278425'),(9277,418,'_paid_date','2021-06-09 22:40:25'),(9278,418,'_download_permissions_granted','yes'),(9279,418,'_recorded_sales','yes'),(9280,418,'_recorded_coupon_usage_counts','yes'),(9281,418,'_order_stock_reduced','yes'),(9282,418,'_new_order_email_sent','true'),(9283,419,'_order_key','wc_order_2paDX6h5ELPQb'),(9284,419,'_customer_user','6'),(9285,419,'_payment_method','paypal'),(9286,419,'_payment_method_title','PayPal'),(9287,419,'_customer_ip_address','73.90.177.129'),(9288,419,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9289,419,'_created_via','checkout'),(9290,419,'_cart_hash','096c852f3ef874b16087e93aa1ed3bb0'),(9291,419,'_billing_first_name','Amira'),(9292,419,'_billing_last_name','Purto'),(9293,419,'_billing_address_1','2628 Acapulco Way'),(9294,419,'_billing_city','Modesto'),(9295,419,'_billing_state','CA'),(9296,419,'_billing_postcode','95355'),(9297,419,'_billing_country','US'),(9298,419,'_billing_email','amira77@sbcglobal.net'),(9299,419,'_billing_phone','2096422061'),(9300,419,'_shipping_first_name','Amira'),(9301,419,'_shipping_last_name','Purto'),(9302,419,'_shipping_address_1','2628 Acapulco Way'),(9303,419,'_shipping_city','Modesto'),(9304,419,'_shipping_state','CA'),(9305,419,'_shipping_postcode','95355'),(9306,419,'_shipping_country','US'),(9307,419,'_order_currency','USD'),(9308,419,'_cart_discount','0'),(9309,419,'_cart_discount_tax','0'),(9310,419,'_order_shipping','0'),(9311,419,'_order_shipping_tax','0'),(9312,419,'_order_tax','0'),(9313,419,'_order_total','1801.28'),(9314,419,'_order_version','5.3.0'),(9315,419,'_prices_include_tax','no'),(9316,419,'_billing_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US amira77@sbcglobal.net 2096422061'),(9317,419,'_shipping_address_index','Amira Purto 2628 Acapulco Way Modesto CA 95355 US'),(9318,419,'is_vat_exempt','no'),(9319,419,'Payment type','instant'),(9320,419,'_transaction_id','3RM77897KT6097926'),(9321,419,'_paypal_status','completed'),(9322,419,'PayPal Transaction Fee','52.54'),(9323,419,'_date_paid','1623293629'),(9324,419,'_paid_date','2021-06-10 02:53:49'),(9325,419,'_download_permissions_granted','yes'),(9326,419,'_recorded_sales','yes'),(9327,419,'_recorded_coupon_usage_counts','yes'),(9328,419,'_order_stock_reduced','yes'),(9329,419,'_new_order_email_sent','true'),(9330,420,'_order_key','wc_order_5Aqd1MQ08D0Of'),(9331,420,'_customer_user','3'),(9332,420,'_payment_method','paypal'),(9333,420,'_payment_method_title','PayPal'),(9334,420,'_customer_ip_address','70.142.202.154'),(9335,420,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9336,420,'_created_via','checkout'),(9337,420,'_cart_hash','4f2135f3b2cba990d6337db7f2d01eed'),(9338,420,'_billing_first_name','Lee'),(9339,420,'_billing_last_name','Rodgers'),(9340,420,'_billing_company','Lice Clinics Wichita'),(9341,420,'_billing_address_1','345 S. Belmont'),(9342,420,'_billing_city','Wichita'),(9343,420,'_billing_state','KS'),(9344,420,'_billing_postcode','67218'),(9345,420,'_billing_country','US'),(9346,420,'_billing_email','leerodgers@flash.net'),(9347,420,'_billing_phone','3164483880'),(9348,420,'_shipping_first_name','Lice clinics of'),(9349,420,'_shipping_last_name','Dublin'),(9350,420,'_shipping_company','LCA Dublin'),(9351,420,'_shipping_address_1','5910 Wilcox Place Suite E'),(9352,420,'_shipping_address_2','Suite E'),(9353,420,'_shipping_city','Dublin'),(9354,420,'_shipping_state','OH'),(9355,420,'_shipping_postcode','43016'),(9356,420,'_shipping_country','US'),(9357,420,'_order_currency','USD'),(9358,420,'_cart_discount','0'),(9359,420,'_cart_discount_tax','0'),(9360,420,'_order_shipping','0'),(9361,420,'_order_shipping_tax','0'),(9362,420,'_order_tax','0'),(9363,420,'_order_total','696.00'),(9364,420,'_order_version','5.3.0'),(9365,420,'_prices_include_tax','no'),(9366,420,'_billing_address_index','Lee Rodgers Lice Clinics Wichita 345 S. Belmont Wichita KS 67218 US leerodgers@flash.net 3164483880'),(9367,420,'_shipping_address_index','Lice clinics of Dublin LCA Dublin 5910 Wilcox Place Suite E Suite E Dublin OH 43016 US'),(9368,420,'is_vat_exempt','no'),(9369,421,'_order_key','wc_order_TdDy0Q3ylG4rf'),(9370,421,'_customer_user','11'),(9371,421,'_payment_method','paypal'),(9372,421,'_payment_method_title','PayPal'),(9373,421,'_customer_ip_address','74.130.231.217'),(9374,421,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9375,421,'_created_via','checkout'),(9376,421,'_cart_hash','d1d1a67cf1967135389aab7969f897bf'),(9377,421,'_billing_first_name','Tina'),(9378,421,'_billing_last_name','Hunt'),(9379,421,'_billing_company','LCBG, LLC'),(9380,421,'_billing_address_1','830 Fairview Ave.'),(9381,421,'_billing_address_2','Suite A-4'),(9382,421,'_billing_city','Bowling Green'),(9383,421,'_billing_state','KY'),(9384,421,'_billing_postcode','42101'),(9385,421,'_billing_country','US'),(9386,421,'_billing_email','info@liceclinicsbowlinggreen.com'),(9387,421,'_billing_phone','2709996803'),(9388,421,'_shipping_first_name','Tina'),(9389,421,'_shipping_last_name','Hunt'),(9390,421,'_shipping_address_1','494 Hub Boulevard'),(9391,421,'_shipping_address_2','Apt 1012'),(9392,421,'_shipping_city','Bowling Green'),(9393,421,'_shipping_state','KY'),(9394,421,'_shipping_postcode','42101'),(9395,421,'_shipping_country','US'),(9396,421,'_order_currency','USD'),(9397,421,'_cart_discount','0'),(9398,421,'_cart_discount_tax','0'),(9399,421,'_order_shipping','13.3'),(9400,421,'_order_shipping_tax','0'),(9401,421,'_order_tax','0'),(9402,421,'_order_total','142.42'),(9403,421,'_order_version','5.3.0'),(9404,421,'_prices_include_tax','no'),(9405,421,'_billing_address_index','Tina Hunt LCBG, LLC 830 Fairview Ave. Suite A-4 Bowling Green KY 42101 US info@liceclinicsbowlinggreen.com 2709996803'),(9406,421,'_shipping_address_index','Tina Hunt 494 Hub Boulevard Apt 1012 Bowling Green KY 42101 US'),(9407,421,'is_vat_exempt','no'),(9408,421,'Payment type','instant'),(9409,421,'_transaction_id','87781874382794404'),(9410,421,'_paypal_status','completed'),(9411,421,'PayPal Transaction Fee','4.43'),(9412,421,'_date_paid','1623349115'),(9413,421,'_paid_date','2021-06-10 18:18:35'),(9414,421,'_download_permissions_granted','yes'),(9415,421,'_recorded_sales','yes'),(9416,421,'_recorded_coupon_usage_counts','yes'),(9417,421,'_order_stock_reduced','yes'),(9418,421,'_new_order_email_sent','true'),(9459,420,'Payment type','instant'),(9460,420,'_transaction_id','46P41084FA160550N'),(9461,420,'_paypal_status','completed'),(9462,420,'PayPal Transaction Fee','20.48'),(9463,420,'_date_paid','1623352960'),(9464,420,'_paid_date','2021-06-10 19:22:40'),(9465,420,'_download_permissions_granted','yes'),(9466,420,'_recorded_sales','yes'),(9467,420,'_recorded_coupon_usage_counts','yes'),(9468,420,'_order_stock_reduced','yes'),(9469,420,'_new_order_email_sent','true'),(9470,423,'_order_key','wc_order_s6SIo4uLuCuse'),(9471,423,'_customer_user','4'),(9472,423,'_payment_method','paypal'),(9473,423,'_payment_method_title','PayPal'),(9474,423,'_customer_ip_address','174.52.110.36'),(9475,423,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(9476,423,'_created_via','checkout'),(9477,423,'_cart_hash','aa4c94e704924fb1ce475a405398387d'),(9478,423,'_billing_first_name','David'),(9479,423,'_billing_last_name','Washburn'),(9480,423,'_billing_company','Larada Sciences'),(9481,423,'_billing_address_1','154 East Myrtle Ave.'),(9482,423,'_billing_address_2','Ste. #101'),(9483,423,'_billing_city','Murray'),(9484,423,'_billing_state','UT'),(9485,423,'_billing_postcode','84107'),(9486,423,'_billing_country','US'),(9487,423,'_billing_email','david@laradasciences.com'),(9488,423,'_billing_phone','8019197428'),(9489,423,'_shipping_first_name','David'),(9490,423,'_shipping_last_name','Washburn'),(9491,423,'_shipping_company','Larada Sciences'),(9492,423,'_shipping_address_1','154 East Myrtle Ave.'),(9493,423,'_shipping_address_2','Ste. #101'),(9494,423,'_shipping_city','Murray'),(9495,423,'_shipping_state','UT'),(9496,423,'_shipping_postcode','84107'),(9497,423,'_shipping_country','US'),(9498,423,'_order_currency','USD'),(9499,423,'_cart_discount','0'),(9500,423,'_cart_discount_tax','0'),(9501,423,'_order_shipping','0'),(9502,423,'_order_shipping_tax','0'),(9503,423,'_order_tax','0'),(9504,423,'_order_total','1068.96'),(9505,423,'_order_version','5.3.0'),(9506,423,'_prices_include_tax','no'),(9507,423,'_billing_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US david@laradasciences.com 8019197428'),(9508,423,'_shipping_address_index','David Washburn Larada Sciences 154 East Myrtle Ave. Ste. #101 Murray UT 84107 US'),(9509,423,'is_vat_exempt','no'),(9510,423,'Payment type','instant'),(9511,423,'_transaction_id','7EP31078H1622172D'),(9512,423,'_paypal_status','completed'),(9513,423,'PayPal Transaction Fee','31.30'),(9514,423,'_date_paid','1623432443'),(9515,423,'_paid_date','2021-06-11 17:27:23'),(9516,423,'_download_permissions_granted','yes'),(9517,423,'_recorded_sales','yes'),(9518,423,'_recorded_coupon_usage_counts','yes'),(9519,423,'_order_stock_reduced','yes'),(9520,423,'_new_order_email_sent','true'),(9521,424,'_order_key','wc_order_pbAG7GdVEh4PE'),(9522,424,'_customer_user','3'),(9523,424,'_payment_method','paypal'),(9524,424,'_payment_method_title','PayPal'),(9525,424,'_customer_ip_address','70.142.202.154'),(9526,424,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9527,424,'_created_via','checkout'),(9528,424,'_cart_hash','cdb47513e6bb70c83c94964c24e9bfd1'),(9529,424,'_billing_first_name','Amanda'),(9530,424,'_billing_last_name','Westerman'),(9531,424,'_billing_company','Lice Clinics of America McKinney'),(9532,424,'_billing_address_1','3120 Hudson Crossing'),(9533,424,'_billing_address_2','Suite A2'),(9534,424,'_billing_city','MCKINNEY'),(9535,424,'_billing_state','TX'),(9536,424,'_billing_postcode','75070'),(9537,424,'_billing_country','US'),(9538,424,'_billing_email','awesterman1103@gmail.com'),(9539,424,'_billing_phone','2144175741'),(9540,424,'_shipping_first_name','Amanda'),(9541,424,'_shipping_last_name','Westerman'),(9542,424,'_shipping_company','Lice Clinics of America McKinney'),(9543,424,'_shipping_address_1','3120 Hudson Crossing'),(9544,424,'_shipping_address_2','Suite A2'),(9545,424,'_shipping_city','MCKINNEY'),(9546,424,'_shipping_state','TX'),(9547,424,'_shipping_postcode','75070'),(9548,424,'_shipping_country','US'),(9549,424,'_order_currency','USD'),(9550,424,'_cart_discount','0'),(9551,424,'_cart_discount_tax','0'),(9552,424,'_order_shipping','0'),(9553,424,'_order_shipping_tax','0'),(9554,424,'_order_tax','0'),(9555,424,'_order_total','513.12'),(9556,424,'_order_version','5.3.0'),(9557,424,'_prices_include_tax','no'),(9558,424,'_billing_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US awesterman1103@gmail.com 2144175741'),(9559,424,'_shipping_address_index','Amanda Westerman Lice Clinics of America McKinney 3120 Hudson Crossing Suite A2 MCKINNEY TX 75070 US'),(9560,424,'is_vat_exempt','no'),(9561,424,'Payment type','instant'),(9562,424,'_transaction_id','8H12623074617840Y'),(9563,424,'_paypal_status','completed'),(9564,424,'PayPal Transaction Fee','15.18'),(9565,424,'_date_paid','1623437200'),(9566,424,'_paid_date','2021-06-11 18:46:40'),(9567,424,'_download_permissions_granted','yes'),(9568,424,'_recorded_sales','yes'),(9569,424,'_recorded_coupon_usage_counts','yes'),(9570,424,'_order_stock_reduced','yes'),(9571,424,'_new_order_email_sent','true'),(9572,424,'_edit_lock','1623446359:2'),(9585,420,'_edit_lock','1623443250:2'),(9586,420,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038608\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c6227d3695789ccde6c8281d349663bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038593\";s:12:\"date_shipped\";i:1623442137;s:11:\"tracking_id\";s:32:\"3aff64ce4c5894ae87fde645d8604c2d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038582\";s:12:\"date_shipped\";i:1623442800;s:11:\"tracking_id\";s:32:\"c81bcbdd73f52e9cd5e08fbef0b47f9e\";}}'),(9587,420,'_edit_last','2'),(9588,420,'_date_completed','1623442805'),(9589,420,'_completed_date','2021-06-11 20:20:05'),(9590,421,'_edit_lock','1623443295:2'),(9591,421,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038527\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"7fb439dbb2624547314149ea2c04cb35\";}}'),(9592,421,'_edit_last','2'),(9593,421,'_date_completed','1623443422'),(9594,421,'_completed_date','2021-06-11 20:30:22'),(9595,418,'_edit_lock','1623443370:2'),(9596,418,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038365\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c6e539b3e7d2476dcae4a6697c7ed86b\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038354\";s:12:\"date_shipped\";i:1623443471;s:11:\"tracking_id\";s:32:\"fb1fa820d2966bd24018799e4e9fc47d\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038343\";s:12:\"date_shipped\";i:1623443476;s:11:\"tracking_id\";s:32:\"f42308d14545142d8fd1f19fe8ed77e2\";}}'),(9597,418,'_edit_last','2'),(9598,418,'_date_completed','1623443479'),(9599,418,'_completed_date','2021-06-11 20:31:19'),(9600,425,'_order_key','wc_order_GEIB1oqcNa3kv'),(9601,425,'_customer_user','83'),(9602,425,'_payment_method','paypal'),(9603,425,'_payment_method_title','PayPal'),(9604,425,'_customer_ip_address','71.211.148.239'),(9605,425,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),(9606,425,'_created_via','checkout'),(9607,425,'_cart_hash','4f56219e455c6bfd33aeffd6fc78a0f4'),(9608,425,'_billing_first_name','Tanya'),(9609,425,'_billing_last_name','LLC'),(9610,425,'_billing_company','Tanya Kensley LLC'),(9611,425,'_billing_address_1','4248 McMurry Ave'),(9612,425,'_billing_city','Fort Collins'),(9613,425,'_billing_state','CO'),(9614,425,'_billing_postcode','80525'),(9615,425,'_billing_country','US'),(9616,425,'_billing_email','info@liceclinicsnortherncolorado.com'),(9617,425,'_billing_phone','9702338787'),(9618,425,'_shipping_first_name','Tanya'),(9619,425,'_shipping_last_name','Kensley'),(9620,425,'_shipping_company','LCA Fort Collins'),(9621,425,'_shipping_address_1','4248 McMurry Ave'),(9622,425,'_shipping_city','Fort Collins'),(9623,425,'_shipping_state','CO'),(9624,425,'_shipping_postcode','80525'),(9625,425,'_shipping_country','US'),(9626,425,'_order_currency','USD'),(9627,425,'_cart_discount','0'),(9628,425,'_cart_discount_tax','0'),(9629,425,'_order_shipping','16.55'),(9630,425,'_order_shipping_tax','0'),(9631,425,'_order_tax','0'),(9632,425,'_order_total','16.55'),(9633,425,'_order_version','5.3.0'),(9634,425,'_prices_include_tax','no'),(9635,425,'_billing_address_index','Tanya LLC Tanya Kensley LLC 4248 McMurry Ave Fort Collins CO 80525 US info@liceclinicsnortherncolorado.com 9702338787'),(9636,425,'_shipping_address_index','Tanya Kensley LCA Fort Collins 4248 McMurry Ave Fort Collins CO 80525 US'),(9637,425,'is_vat_exempt','no'),(9638,425,'Payment type','instant'),(9639,425,'_transaction_id','5K4132466G942161S'),(9640,425,'_paypal_status','completed'),(9641,425,'PayPal Transaction Fee','0.78'),(9642,425,'_date_paid','1623446090'),(9643,425,'_paid_date','2021-06-11 21:14:50'),(9644,425,'_download_permissions_granted','yes'),(9645,425,'_recorded_sales','yes'),(9646,425,'_recorded_coupon_usage_counts','yes'),(9647,425,'_order_stock_reduced','yes'),(9648,425,'_new_order_email_sent','true'),(9649,424,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038696\";s:12:\"date_shipped\";s:10:\"1623369600\";s:11:\"tracking_id\";s:32:\"c79ecc464d119b06becd12ee28684fb0\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038685\";s:12:\"date_shipped\";i:1623446493;s:11:\"tracking_id\";s:32:\"6079dd594fe98d38f2a32a47c3af739e\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038674\";s:12:\"date_shipped\";i:1623446498;s:11:\"tracking_id\";s:32:\"e7001edd3a97bc8f0d14babc129ab030\";}}'),(9650,424,'_edit_last','2'),(9651,424,'_date_completed','1623446501'),(9652,424,'_completed_date','2021-06-11 21:21:41'),(9653,426,'_order_key','wc_order_NqiTxEkMmNX9e'),(9654,426,'_customer_user','78'),(9655,426,'_payment_method','paypal'),(9656,426,'_payment_method_title','PayPal'),(9657,426,'_customer_ip_address','172.58.220.44'),(9658,426,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1'),(9659,426,'_created_via','checkout'),(9660,426,'_cart_hash','241ae07abb8fba1abafa4485ad279571'),(9661,426,'_billing_first_name','Richard'),(9662,426,'_billing_last_name','Florsheim'),(9663,426,'_billing_company','Licura'),(9664,426,'_billing_address_1','3827 w fairway heights dr'),(9665,426,'_billing_city','Mequon'),(9666,426,'_billing_state','WI'),(9667,426,'_billing_postcode','53092'),(9668,426,'_billing_country','US'),(9669,426,'_billing_email','tara@liceclinicslongIsland.com'),(9670,426,'_billing_phone','5619006382'),(9671,426,'_shipping_first_name','Richard'),(9672,426,'_shipping_last_name','Florsheim'),(9673,426,'_shipping_company','LCA'),(9674,426,'_shipping_address_1','2330 Faye ct'),(9675,426,'_shipping_city','Merrick'),(9676,426,'_shipping_state','NY'),(9677,426,'_shipping_postcode','11566'),(9678,426,'_shipping_country','US'),(9679,426,'_order_currency','USD'),(9680,426,'_cart_discount','0'),(9681,426,'_cart_discount_tax','0'),(9682,426,'_order_shipping','16.8'),(9683,426,'_order_shipping_tax','0'),(9684,426,'_order_tax','0'),(9685,426,'_order_total','118.80'),(9686,426,'_order_version','5.3.0'),(9687,426,'_prices_include_tax','no'),(9688,426,'_billing_address_index','Richard Florsheim Licura 3827 w fairway heights dr Mequon WI 53092 US tara@liceclinicslongIsland.com 5619006382'),(9689,426,'_shipping_address_index','Richard Florsheim LCA 2330 Faye ct Merrick NY 11566 US'),(9690,426,'is_vat_exempt','no'),(9691,426,'Payment type','instant'),(9692,426,'_transaction_id','3C1513709U2129021'),(9693,426,'_paypal_status','completed'),(9694,426,'PayPal Transaction Fee','3.75'),(9695,426,'_date_paid','1623463031'),(9696,426,'_paid_date','2021-06-12 01:57:11'),(9697,426,'_download_permissions_granted','yes'),(9698,426,'_recorded_sales','yes'),(9699,426,'_recorded_coupon_usage_counts','yes'),(9700,426,'_order_stock_reduced','yes'),(9701,426,'_new_order_email_sent','true'),(9702,427,'_order_key','wc_order_W0tSsntnBgLGH'),(9703,427,'_customer_user','53'),(9704,427,'_payment_method','paypal'),(9705,427,'_payment_method_title','PayPal'),(9706,427,'_customer_ip_address','99.5.78.154'),(9707,427,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(9708,427,'_created_via','checkout'),(9709,427,'_cart_hash','3b872c82aea49b82bef20e0724878e88'),(9710,427,'_billing_first_name','Dena'),(9711,427,'_billing_last_name','Black'),(9712,427,'_billing_address_1','8216 CURICO LANE'),(9713,427,'_billing_city','CHARLOTTE'),(9714,427,'_billing_state','NC'),(9715,427,'_billing_postcode','28227'),(9716,427,'_billing_country','US'),(9717,427,'_billing_email','info@liceclinicssouthcharlotte.com'),(9718,427,'_billing_phone','9102647141'),(9719,427,'_shipping_first_name','Dena'),(9720,427,'_shipping_last_name','Black'),(9721,427,'_shipping_address_1','8216 CURICO LANE'),(9722,427,'_shipping_city','CHARLOTTE'),(9723,427,'_shipping_state','NC'),(9724,427,'_shipping_postcode','28227'),(9725,427,'_shipping_country','US'),(9726,427,'_order_currency','USD'),(9727,427,'_cart_discount','0'),(9728,427,'_cart_discount_tax','0'),(9729,427,'_order_shipping','19.63'),(9730,427,'_order_shipping_tax','0'),(9731,427,'_order_tax','0'),(9732,427,'_order_total','19.63'),(9733,427,'_order_version','5.3.0'),(9734,427,'_prices_include_tax','no'),(9735,427,'_billing_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US info@liceclinicssouthcharlotte.com 9102647141'),(9736,427,'_shipping_address_index','Dena Black 8216 CURICO LANE CHARLOTTE NC 28227 US'),(9737,427,'is_vat_exempt','no'),(9738,427,'Payment type','instant'),(9739,427,'_transaction_id','36R19106X5272162H'),(9740,427,'_paypal_status','completed'),(9741,427,'PayPal Transaction Fee','0.87'),(9742,427,'_date_paid','1623637545'),(9743,427,'_paid_date','2021-06-14 02:25:45'),(9744,427,'_download_permissions_granted','yes'),(9745,427,'_recorded_sales','yes'),(9746,427,'_recorded_coupon_usage_counts','yes'),(9747,427,'_order_stock_reduced','yes'),(9748,427,'_new_order_email_sent','true'),(9749,428,'_order_key','wc_order_zecpxzGV9PJ4x'),(9750,428,'_customer_user','53'),(9751,428,'_payment_method','paypal'),(9752,428,'_payment_method_title','PayPal'),(9753,428,'_customer_ip_address','99.5.78.154'),(9754,428,'_customer_user_agent','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15'),(9755,428,'_created_via','checkout'),(9756,428,'_cart_hash','d6b591d1bdb7148801b9cd9e6b15e769'),(9757,428,'_billing_first_name','DENA'),(9758,428,'_billing_last_name','BLACK'),(9759,428,'_billing_address_1','8216 CURICO LANE'),(9760,428,'_billing_city','CHARLOTTE'),(9761,428,'_billing_state','NC'),(9762,428,'_billing_postcode','28227'),(9763,428,'_billing_country','US'),(9764,428,'_billing_email','DBLACK1960@GMAIL.COM'),(9765,428,'_billing_phone','9102647141'),(9766,428,'_shipping_first_name','KATHRYN'),(9767,428,'_shipping_last_name','FARREH'),(9768,428,'_shipping_company','LCA'),(9769,428,'_shipping_address_1','4503 CODDINGTON LOOP'),(9770,428,'_shipping_address_2','#106'),(9771,428,'_shipping_city','WILMINGTON'),(9772,428,'_shipping_state','NC'),(9773,428,'_shipping_postcode','28405'),(9774,428,'_shipping_country','US'),(9775,428,'_order_currency','USD'),(9776,428,'_cart_discount','0'),(9777,428,'_cart_discount_tax','0'),(9778,428,'_order_shipping','29.08'),(9779,428,'_order_shipping_tax','0'),(9780,428,'_order_tax','0'),(9781,428,'_order_total','32.83'),(9782,428,'_order_version','5.3.0'),(9783,428,'_prices_include_tax','no'),(9784,428,'_billing_address_index','DENA BLACK 8216 CURICO LANE CHARLOTTE NC 28227 US DBLACK1960@GMAIL.COM 9102647141'),(9785,428,'_shipping_address_index','KATHRYN FARREH LCA 4503 CODDINGTON LOOP #106 WILMINGTON NC 28405 US'),(9786,428,'is_vat_exempt','no'),(9787,428,'Payment type','instant'),(9788,428,'_transaction_id','17C109638K8642709'),(9789,428,'_paypal_status','completed'),(9790,428,'PayPal Transaction Fee','1.25'),(9791,428,'_date_paid','1623637974'),(9792,428,'_paid_date','2021-06-14 02:32:54'),(9793,428,'_download_permissions_granted','yes'),(9794,428,'_recorded_sales','yes'),(9795,428,'_recorded_coupon_usage_counts','yes'),(9796,428,'_order_stock_reduced','yes'),(9797,428,'_new_order_email_sent','true'),(9798,429,'_order_key','wc_order_afYClhDBInQvQ'),(9799,429,'_customer_user','55'),(9800,429,'_payment_method','paypal'),(9801,429,'_payment_method_title','PayPal'),(9802,429,'_customer_ip_address','75.133.107.65'),(9803,429,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13729.84.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.130 Safari/537.36'),(9804,429,'_created_via','checkout'),(9805,429,'_cart_hash','144161084e98c71408daff8c4855254c'),(9806,429,'_billing_first_name','Stephanie'),(9807,429,'_billing_last_name','Knecht'),(9808,429,'_billing_company','Lice Clinics Of America'),(9809,429,'_billing_address_1','1207 Route 9, Suite 8'),(9810,429,'_billing_city','Wappinger Falls'),(9811,429,'_billing_state','NY'),(9812,429,'_billing_postcode','12590'),(9813,429,'_billing_country','US'),(9814,429,'_billing_email','stephanieknecht@lcaconnecticut.com'),(9815,429,'_billing_phone','9144565000'),(9816,429,'_shipping_first_name','Stephanie'),(9817,429,'_shipping_last_name','Knecht'),(9818,429,'_shipping_company','Lice Clinics Of America'),(9819,429,'_shipping_address_1','1207 Route 9, Suite 8'),(9820,429,'_shipping_city','Wappinger Falls'),(9821,429,'_shipping_state','NY'),(9822,429,'_shipping_postcode','12590'),(9823,429,'_shipping_country','US'),(9824,429,'_order_currency','USD'),(9825,429,'_cart_discount','0'),(9826,429,'_cart_discount_tax','0'),(9827,429,'_order_shipping','45.46'),(9828,429,'_order_shipping_tax','0'),(9829,429,'_order_tax','0'),(9830,429,'_order_total','49.21'),(9831,429,'_order_version','5.3.0'),(9832,429,'_prices_include_tax','no'),(9833,429,'_billing_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8 Wappinger Falls NY 12590 US stephanieknecht@lcaconnecticut.com 9144565000'),(9834,429,'_shipping_address_index','Stephanie Knecht Lice Clinics Of America 1207 Route 9, Suite 8 Wappinger Falls NY 12590 US'),(9835,429,'is_vat_exempt','no'),(9836,429,'Payment type','instant'),(9837,429,'_transaction_id','11A22897Y72611314'),(9838,429,'_paypal_status','completed'),(9839,429,'PayPal Transaction Fee','1.73'),(9840,429,'_date_paid','1623721413'),(9841,429,'_paid_date','2021-06-15 01:43:33'),(9842,429,'_download_permissions_granted','yes'),(9843,429,'_recorded_sales','yes'),(9844,429,'_recorded_coupon_usage_counts','yes'),(9845,429,'_order_stock_reduced','yes'),(9846,429,'_new_order_email_sent','true'),(9847,423,'_edit_lock','1623767893:2'),(9848,423,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038799\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"f3f8107ffba72554798d8264563f2289\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038788\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"6473f6aada88ea3466cf4b8691e29e57\";}}'),(9849,423,'_edit_last','2'),(9850,423,'_date_completed','1623768017'),(9851,423,'_completed_date','2021-06-15 14:40:17'),(9852,426,'_edit_lock','1623767954:2'),(9853,426,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038814\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"a43ee7f50a50882aaeefa3dfa2a6a6c1\";}}'),(9854,426,'_edit_last','2'),(9855,426,'_date_completed','1623768086'),(9856,426,'_completed_date','2021-06-15 14:41:26'),(9857,425,'_edit_lock','1623767995:2'),(9858,425,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038803\";s:12:\"date_shipped\";s:10:\"1623628800\";s:11:\"tracking_id\";s:32:\"d19d639b9b08ba602d4ca48da7f658f9\";}}'),(9859,425,'_edit_last','2'),(9860,425,'_date_completed','1623768126'),(9861,425,'_completed_date','2021-06-15 14:42:06'),(9862,430,'_order_key','wc_order_4YOGZqbPNDqSL'),(9863,430,'_customer_user','20'),(9864,430,'_payment_method','paypal'),(9865,430,'_payment_method_title','PayPal'),(9866,430,'_customer_ip_address','76.175.96.152'),(9867,430,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 13816.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.218 Safari/537.36'),(9868,430,'_created_via','checkout'),(9869,430,'_cart_hash','bee113a8b8f4e8c0d969f3a513efa354'),(9870,430,'_billing_first_name','Hasani'),(9871,430,'_billing_last_name','Thompson'),(9872,430,'_billing_company','Heat in Hair'),(9873,430,'_billing_address_1','27225 Camp Plenty Road'),(9874,430,'_billing_address_2','1D'),(9875,430,'_billing_city','Santa Clarita'),(9876,430,'_billing_state','CA'),(9877,430,'_billing_postcode','91351'),(9878,430,'_billing_country','US'),(9879,430,'_billing_email','info@liceclinicssantaclarita.com'),(9880,430,'_billing_phone','6615850263'),(9881,430,'_shipping_first_name','Hasani'),(9882,430,'_shipping_last_name','Thompson'),(9883,430,'_shipping_company','Heat in Hair'),(9884,430,'_shipping_address_1','5145 Nightsky Place'),(9885,430,'_shipping_city','Palmdale'),(9886,430,'_shipping_state','CA'),(9887,430,'_shipping_postcode','93552'),(9888,430,'_shipping_country','US'),(9889,430,'_order_currency','USD'),(9890,430,'_cart_discount','0'),(9891,430,'_cart_discount_tax','0'),(9892,430,'_order_shipping','31.15'),(9893,430,'_order_shipping_tax','0'),(9894,430,'_order_tax','0'),(9895,430,'_order_total','274.51'),(9896,430,'_order_version','5.3.0'),(9897,430,'_prices_include_tax','no'),(9898,430,'_billing_address_index','Hasani Thompson Heat in Hair 27225 Camp Plenty Road 1D Santa Clarita CA 91351 US info@liceclinicssantaclarita.com 6615850263'),(9899,430,'_shipping_address_index','Hasani Thompson Heat in Hair 5145 Nightsky Place Palmdale CA 93552 US'),(9900,430,'is_vat_exempt','no'),(9901,430,'Payment type','instant'),(9902,430,'_transaction_id','94J78918T1626744M'),(9903,430,'_paypal_status','completed'),(9904,430,'PayPal Transaction Fee','8.26'),(9905,430,'_date_paid','1623799049'),(9906,430,'_paid_date','2021-06-15 23:17:29'),(9907,430,'_download_permissions_granted','yes'),(9908,430,'_recorded_sales','yes'),(9909,430,'_recorded_coupon_usage_counts','yes'),(9910,430,'_order_stock_reduced','yes'),(9911,430,'_new_order_email_sent','true'),(9912,427,'_edit_lock','1623808704:2'),(9913,427,'_wc_shipment_tracking_items','a:1:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038906\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"1f7278c98be19e31c55996ea33798b94\";}}'),(9914,427,'_edit_last','2'),(9915,427,'_date_completed','1623808733'),(9916,427,'_completed_date','2021-06-16 01:58:53'),(9917,428,'_edit_lock','1623808944:2'),(9918,428,'_wc_shipment_tracking_items','a:2:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038928\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"6c68fafb04253b428cf8f7b6ae0887bd\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038917\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"8cfc1f191f3fc12a042f2f872eb58695\";}}'),(9919,428,'_edit_last','2'),(9920,428,'_date_completed','1623809013'),(9921,428,'_completed_date','2021-06-16 02:03:33'),(9922,419,'_edit_lock','1623872211:2'),(9923,429,'_edit_lock','1623809039:2'),(9924,429,'_wc_shipment_tracking_items','a:3:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038972\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"248c1228ba37f4b786d44e11422b2413\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038983\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"35283c79fa7288a315d3ee1b0b93dcdc\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953038994\";s:12:\"date_shipped\";s:10:\"1623715200\";s:11:\"tracking_id\";s:32:\"6ca3cbba313e04b849b8c4c317c5c576\";}}'),(9925,429,'_edit_last','2'),(9926,429,'_date_completed','1623809180'),(9927,429,'_completed_date','2021-06-16 02:06:20'),(9928,431,'_order_key','wc_order_LmSCw7CgOcPnd'),(9929,431,'_customer_user','5'),(9930,431,'_payment_method','paypal'),(9931,431,'_payment_method_title','PayPal'),(9932,431,'_customer_ip_address','73.11.93.174'),(9933,431,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),(9934,431,'_created_via','checkout'),(9935,431,'_cart_hash','3203e1d1cfa59c1b10532273818f26fc'),(9936,431,'_billing_first_name','Mark'),(9937,431,'_billing_last_name','Meyer'),(9938,431,'_billing_company','LCA Northwest'),(9939,431,'_billing_address_1','PO Box 25829'),(9940,431,'_billing_city','Portland'),(9941,431,'_billing_state','OR'),(9942,431,'_billing_postcode','97298'),(9943,431,'_billing_country','US'),(9944,431,'_billing_email','mark@nwliceclinics.com'),(9945,431,'_billing_phone','5037244204'),(9946,431,'_shipping_first_name','Shawnde'),(9947,431,'_shipping_last_name','Russell'),(9948,431,'_shipping_company','Lice Clinics Of America'),(9949,431,'_shipping_address_1','1444 NW College Way'),(9950,431,'_shipping_address_2','Suite 6'),(9951,431,'_shipping_city','Bend'),(9952,431,'_shipping_state','OR'),(9953,431,'_shipping_postcode','97003'),(9954,431,'_shipping_country','US'),(9955,431,'_order_currency','USD'),(9956,431,'_cart_discount','0'),(9957,431,'_cart_discount_tax','0'),(9958,431,'_order_shipping','24.31'),(9959,431,'_order_shipping_tax','0'),(9960,431,'_order_tax','0'),(9961,431,'_order_total','24.31'),(9962,431,'_order_version','5.3.0'),(9963,431,'_prices_include_tax','no'),(9964,431,'_billing_address_index','Mark Meyer LCA Northwest PO Box 25829 Portland OR 97298 US mark@nwliceclinics.com 5037244204'),(9965,431,'_shipping_address_index','Shawnde Russell Lice Clinics Of America 1444 NW College Way Suite 6 Bend OR 97003 US'),(9966,431,'is_vat_exempt','no'),(9967,431,'Payment type','instant'),(9968,431,'_transaction_id','6RP198815F6262606'),(9969,431,'_paypal_status','completed'),(9970,431,'PayPal Transaction Fee','1.00'),(9971,431,'_date_paid','1623869155'),(9972,431,'_paid_date','2021-06-16 18:45:55'),(9973,431,'_download_permissions_granted','yes'),(9974,431,'_recorded_sales','yes'),(9975,431,'_recorded_coupon_usage_counts','yes'),(9976,431,'_order_stock_reduced','yes'),(9977,431,'_new_order_email_sent','true'),(9978,419,'_wc_shipment_tracking_items','a:5:{i:0;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039155\";s:12:\"date_shipped\";s:10:\"1623801600\";s:11:\"tracking_id\";s:32:\"a624e5d461ec5010470fe7f2c86a11cf\";}i:1;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039144\";s:12:\"date_shipped\";i:1623872321;s:11:\"tracking_id\";s:32:\"22e5b3066e0509375801e6050d779941\";}i:2;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039133\";s:12:\"date_shipped\";i:1623872327;s:11:\"tracking_id\";s:32:\"d43f982a81ccabbbf74fd14f181ea75d\";}i:3;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039122\";s:12:\"date_shipped\";i:1623872334;s:11:\"tracking_id\";s:32:\"87779f40d65ad9a598763579cb4bba25\";}i:4;a:6:{s:17:\"tracking_provider\";s:5:\"Fedex\";s:24:\"custom_tracking_provider\";s:0:\"\";s:20:\"custom_tracking_link\";s:0:\"\";s:15:\"tracking_number\";s:12:\"168953039111\";s:12:\"date_shipped\";i:1623872342;s:11:\"tracking_id\";s:32:\"fca7df06ca9eaedba966a26fa430f6ff\";}}'),(9979,419,'_edit_last','2'),(9980,419,'_date_completed','1623872347'),(9981,419,'_completed_date','2021-06-16 19:39:07'),(9982,433,'_order_key','wc_order_JW4kaJ49YO45A'),(9983,433,'_customer_user','67'),(9984,433,'_payment_method','paypal'),(9985,433,'_payment_method_title','PayPal'),(9986,433,'_customer_ip_address','74.77.55.50'),(9987,433,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),(9988,433,'_created_via','checkout'),(9989,433,'_cart_hash','40165c18722f224c060e39602c9b51f3'),(9990,433,'_billing_first_name','Marnie'),(9991,433,'_billing_last_name','Murray'),(9992,433,'_billing_company','Naughty Nits'),(9993,433,'_billing_address_1','2809 Wehrle Drive'),(9994,433,'_billing_address_2','Suite 10'),(9995,433,'_billing_city','Williamsville'),(9996,433,'_billing_state','NY'),(9997,433,'_billing_postcode','14221'),(9998,433,'_billing_country','US'),(9999,433,'_billing_email','liceclinicsupstateny@gmail.com'),(10000,433,'_billing_phone','7166265423'),(10001,433,'_shipping_first_name','Marnie'),(10002,433,'_shipping_last_name','Murray'),(10003,433,'_shipping_company','LCA Buffalo'),(10004,433,'_shipping_address_1','2809 Wehrle Drive'),(10005,433,'_shipping_address_2','Suite 10'),(10006,433,'_shipping_city','Williamsville'),(10007,433,'_shipping_state','NY'),(10008,433,'_shipping_postcode','14221'),(10009,433,'_shipping_country','US'),(10010,433,'_order_currency','USD'),(10011,433,'_cart_discount','0'),(10012,433,'_cart_discount_tax','0'),(10013,433,'_order_shipping','0'),(10014,433,'_order_shipping_tax','0'),(10015,433,'_order_tax','0'),(10016,433,'_order_total','848.28'),(10017,433,'_order_version','5.3.0'),(10018,433,'_prices_include_tax','no'),(10019,433,'_billing_address_index','Marnie Murray Naughty Nits 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US liceclinicsupstateny@gmail.com 7166265423'),(10020,433,'_shipping_address_index','Marnie Murray LCA Buffalo 2809 Wehrle Drive Suite 10 Williamsville NY 14221 US'),(10021,433,'is_vat_exempt','no'),(10022,433,'Payment type','instant'),(10023,433,'_transaction_id','86B711015A340010V'),(10024,433,'_paypal_status','completed'),(10025,433,'PayPal Transaction Fee','24.90'),(10026,433,'_date_paid','1623945635'),(10027,433,'_paid_date','2021-06-17 16:00:35'),(10028,433,'_download_permissions_granted','yes'),(10029,433,'_recorded_sales','yes'),(10030,433,'_recorded_coupon_usage_counts','yes'),(10031,433,'_order_stock_reduced','yes'),(10032,433,'_new_order_email_sent','true'),(10033,434,'_order_key','wc_order_hrT8cPRhKiiHS'),(10034,434,'_customer_user','61'),(10035,434,'_payment_method','paypal'),(10036,434,'_payment_method_title','PayPal'),(10037,434,'_customer_ip_address','69.174.167.215'),(10038,434,'_customer_user_agent','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),(10039,434,'_created_via','checkout'),(10040,434,'_cart_hash','e400018ce7393792cbd2227bbdebaa9e'),(10041,434,'_billing_first_name','Judith'),(10042,434,'_billing_last_name','Hayden'),(10043,434,'_billing_company','LCA Florence'),(10044,434,'_billing_address_1','1795 Alysheba Way'),(10045,434,'_billing_address_2','Ste 4105'),(10046,434,'_billing_city','Lexington'),(10047,434,'_billing_state','KY'),(10048,434,'_billing_postcode','40509'),(10049,434,'_billing_country','US'),(10050,434,'_billing_email','info@liceclinicslexington.com'),(10051,434,'_billing_phone','8595376966'),(10052,434,'_shipping_first_name','Judy'),(10053,434,'_shipping_last_name','Hayden'),(10054,434,'_shipping_company','LCA Lexington'),(10055,434,'_shipping_address_1','1795 Alysheba Way Suite 4105'),(10056,434,'_shipping_city','Lexington'),(10057,434,'_shipping_state','KY'),(10058,434,'_shipping_postcode','40509'),(10059,434,'_shipping_country','US'),(10060,434,'_order_currency','USD'),(10061,434,'_cart_discount','0'),(10062,434,'_cart_discount_tax','0'),(10063,434,'_order_shipping'